* {
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  width: 90%;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tfoot {
  font-weight: bold;
}
table,
th,
td {
  border: 1px solid black;
}
.tabular tbody tr:nth-child(odd) {
  background: #eaeaea;
}
td,
th {
  padding: 3px 2px;
  text-align: center;
  font-size: 10px;
}
th,
.header {
  font-weight: bolder;
  text-transform: uppercase;
}
.sub-row {
  /* padding: 10px; */
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #eaeaea !important;
}
.sub-row td {
  text-align: right !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.pilotInfo,
.totalInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.titleInfo {
  text-align: center;
  margin-top: 50px;
}
.header {
  border-bottom: 1px solid black;
}
.header h1,
.header h2 {
  margin: 0;
}
.header h2,
.header span {
  font-size: 14px;
}
.header > div {
  display: flex;
  justify-content: space-between;
}
.loading {
  position: absolute;
  z-index: -1;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 40;
}
.loading.view-log {
  top: 100px;
}
.loading img {
  width: 100%;
}
.tabular {
  display: flex;
  justify-content: center;
}
.navigation {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 800px;
  margin: auto;
  align-items: center;
}
.navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-decoration: none;
  font-size: 20px;
  border-radius: 8px;
  transition: all 400ms ease-in;
  margin: 15px auto;
}
header {
  text-align: center;
}
.css-typing {
  display: inline-block;
}
.css-typing p {
  width: 100%;
  border-right: 0.15em solid orange;
  font-family: "Courier";
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing p:nth-child(1) {
  animation: type 1s steps(40, end);
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(2) {
  opacity: 0;
  animation: type2 1s steps(40, end);
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(3) {
  opacity: 0;
  animation: type3 1s steps(20, end), blink 0.5s step-end infinite alternate;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(4) {
  opacity: 0;
  animation: type4 1s steps(20, end), blink 0.5s step-end infinite alternate;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(5) {
  opacity: 0;
  animation: type5 1s steps(20, end), blink 0.5s step-end infinite alternate;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
.css-typing.display p {
  display: block;
}
.css-typing.hide p {
  display: none;
}
@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    border: none;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes type4 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes type5 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}
.titleScreen {
  text-align: center;
}
.form-controls {
  display: flex;
  justify-content: space-around;
  background: #cccc;
  margin: 10px auto;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid;
  flex-direction: column;
  max-width: 800px;
}
.form-controls .date-controls {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.form-controls .input-control {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
.form-controls .input-control.force-row {
  flex-direction: row;
  justify-content: space-evenly;
}
.form-controls .input-control input,
.form-controls .input-control select,
.form-controls .input-control input {
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ff6b00;
}
.form-controls .input-control select,
.form-controls .input-control input {
  height: 44px;
}
.form-controls .input-control label {
  text-align: center;
  margin: 0px 0 10px 0;
}
.not-loaded {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
}
canvas {
  margin: 20px auto;
  border: 1px solid #444;
  border-radius: 4px;
  /* box-shadow: inset 0px -10px 0 0px rgb(0,0,0,1); */
  background: #eaeaea;
  /* padding: 10px; */
  display: block;
}
.btn {
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
  background-color: #ff6b00;
  border-color: #ff6b00;
  -webkit-box-shadow: inset 0 -3px 0 0 #db5c00;
  box-shadow: inset 0 -3px 0 0 #db5c00;
  font-size: 13px;
  border-radius: 8px;
  transition: all 400ms ease-in;
  padding: 11px;
  /* max-width: 200px; */
  margin: 10px auto;
}
input.btn[type="button"]:disabled {
  opacity: 0.5;
}
.pilot-signature {
  display: flex;
  width: 50%;
  margin: 20px auto;
  text-align: center;
  align-content: center;
}
.pilot-signature span {
  border-bottom: 1px solid black;
  width: 400px;
  height: 28px;
  display: block;
  position: relative;
  bottom: 6px;
  /* overflow: hidden; */
}
.pilot-signature span img {
  height: 33px;
  /* width: 200px; */
  display: block;
  top: 0px;
  position: relative;
  margin: auto;
}
.form-name {
  text-align: right;
}
.edit-element {
  margin-top: 22px;
}
@media screen and (max-width: 1200px) {
  .edit-form.form-controls .date-controls {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .form-controls .date-controls {
    flex-direction: column;
  }
}
@media print {
  .container {
    width: 100%;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.form-controls .input-control .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  padding: 0;
}
.form-controls .input-control .option-input:hover {
  background: #9faab7;
}
.form-controls .input-control .option-input:checked {
  background: #40e0d0;
}
.form-controls .input-control .option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '\2713';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.form-controls .input-control .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.form-controls .input-control .option-input.radio {
  border-radius: 50%;
}
.form-controls .input-control .option-input.radio::after {
  border-radius: 50%;
}
.invoice-box {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
}
.invoice-box img {
  width: 100%;
  max-width: 160px;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
  border: none;
}
.invoice-box table tr,
.invoice-box table td,
.invoice-box table th {
  border: none;
  text-align: left;
  font-size: 16px;
}
.invoice-box.tbl table th {
  background-color: #94cdfd;
  font-size: 12px;
  padding: 10px 0;
}
.invoice-box table td {
  padding: 5px;
  vertical-align: top;
}
.invoice-box table tr.top td:nth-child(2),
.invoice-box table tr.information td:nth-child(2),
.invoice-box table tr.total td:nth-child(2) {
  text-align: right;
}
.invoice-box table tr.total td:nth-child(4) {
  text-align: right;
}
.invoice-box table tr.heading td:nth-child(3),
.invoice-box table tr.item td:nth-child(3),
.invoice-box table tr.heading td:nth-child(4),
.invoice-box table tr.item td:nth-child(4),
.invoice-box table tr.heading td:nth-child(5),
.invoice-box table tr.item td:nth-child(5) {
  text-align: right;
}
.invoice-box.tbl table tr td:nth-child(2) {
  text-align: left;
}
.invoice-box.tbl table tr {
  background-color: #d6e4f1;
}
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.invoice-box table tr.details td {
  padding-bottom: 20px;
}
.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
  border-bottom: none;
}
.invoice-box table tr.total td:nth-child(4) {
  border-top: 2px solid #eee;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/** RTL **/
.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.rtl table {
  text-align: right;
}
.rtl table tr td:nth-child(2) {
  text-align: left;
}
@media print {
  .form-controls,
  .container a,
  canvas,
  header {
    display: none;
  }
  .invoice-box {
    box-shadow: none;
    border: none;
  }
}
.reports .report-wrapper h1,
.reports .report-wrapper h2,
.reports .report-wrapper h3,
.reports .report-wrapper h4,
.reports .report-wrapper h5 {
  text-align: center;
  margin: 30px auto 35px auto;
}
.reports .summary-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.reports .summary-wrapper > div {
  width: 25%;
}
.reports .grid.table {
  display: grid;
  row-gap: 2px;
  grid-template-columns: 19% 15% 15% 15% 14% 8% 14%;
}
.reports .grid.table .header-row {
  background-color: #9fb9f1;
}
.reports .grid.table > div {
  border-bottom: 1px solid #AEAEAE;
  padding: 10px 0;
}
.reports .detail {
  font-size: 10px;
  text-transform: capitalize;
}
@media print {
  .reports {
    width: 7.75in;
  }
  .reports .summary-wrapper {
    display: block;
  }
  .reports .summary-wrapper > div {
    width: 100%;
  }
  .reports .grid.table {
    grid-template-columns: 24% 14% 13% 12% 13% 7% 13%;
    font-size: 10pt;
  }
  .reports .grid.table > div {
    border-bottom: 1px solid #AEAEAE;
    padding: 3px 0;
  }
  .reports .chart {
    width: 100%;
    margin: auto;
    display: none;
  }
  .reports .detail {
    font-size: 8pt;
  }
}
@media screen and (max-width: 1200px) {
  .reports .summary-wrapper > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .reports .summary-wrapper > div {
    width: 100%;
  }
}
