html,
body,
main {
  direction: rtl !important;
  text-align: right;
  font-size: 22px;
  height: 100vh;
  width: 100wh;
}
header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 15px;
  height: 60px;
  font-size: 20px;
  text-align: center;
}
header img {
  height: 25px;
}
header a,
a.card,
a.card-header,
.card-header > a,
a.card-body {
  text-decoration: none !important;
  color: #2c3e50 !important;
}
main {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  color: #2c3e50;
  padding: 30px 0;
  width: 100%;
/*@media screen and (min-width: 768px)
		padding 1.5rem 7.5rem
		width 90%
		margin-left auto
		margin-right auto*/
}
main > :first-child:not(.home) {
  padding: 0 20px;
}
main > div {
  margin: 0 auto;
}
main .form-check-input:checked[type=radio] {
  background-image: url("/images/checked-radio.svg") !important;
}
header + main {
  height: calc(100% - 60px);
}
/*.display-1
	font-size 44px !important*/
a {
  color: #00b7ff;
}
th {
  border-top: 0 !important;
  font-size: 1.2rem;
}
td,
th {
  text-align: center !important;
}
#errorAlert {
  text-align: center;
}
.login {
  height: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home .homeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.175);
  border-radius: 2.5px;
  margin-bottom: 10px;
  padding: 0.75rem 0;
  cursor: pointer;
  width: 160px;
  height: 110px;
  text-decoration: none;
  color: #5d82a6;
}
.home .homeButton h2 {
  font-size: 40px !important;
}
.home .homeButton:hover {
  border: 1px solid rgba(0,0,0,0.45);
  color: #2c3e50;
}
img.plus,
img.loading-indicator {
  height: 3.5rem;
}
img.add-button,
img.delete {
  height: 1rem;
  cursor: pointer;
}
tr.companyName,
.flights tr.flightsDate {
  background-color: #ececec;
}
tr.companyName th,
.flights tr.flightsDate th {
  text-align: center;
}
.flightsTable,
.studentsTable {
  overflow-x: scroll;
  white-space: nowrap;
}
form.form label:not(.form-check-label) {
  margin-top: 0.5rem;
}
#studentStatus {
  text-align: center;
  border-top: 1px solid #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}
#studentStatus .loading-indicator {
  display: none;
}
#studentStatus.loading .loading-indicator {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#studentStatus.loading .fullName,
#studentStatus.loading .balance,
#studentStatus.loading .totalTime {
  display: none;
}
#submitForm:not(.d-none) + .loading-indicator {
  display: none;
}
/*#submitForm.d-none + .loading-indicator
	display block*/
