body {
  padding: 20px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  padding-top: 80px;
  user-select: none;
  position: relative;
}
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .fa {
  font-size: 50px;
  color: grey;
}
a,
button,
input,
select {
  outline: none !important;
}
a {
  color: #00b7ff;
}
pre {
  text-align: left;
}
.logo {
  height: 50px;
}
.title {
  text-align: center;
  margin: 0 0 50px;
  font-size: 25px;
  font-weight: bold;
}
.username {
  position: absolute;
  top: 60px;
  right: 20px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid grey;
  border-radius: 10px;
  cursor: pointer;
  color: black;
}
.username .fa {
  font-size: 18px;
  color: grey;
}
.username:hover {
  color: black;
  text-decoration: none;
}
form .form-group {
  margin-bottom: 15px !important;
  padding: 0;
}
form .form-group input:not([type="checkbox"]) {
  width: 100% !important;
}
form .form-group input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
}
form .form-group button,
form .form-group a {
  margin-right: 5px;
  margin-bottom: 10px;
}
form .form-group button.pull-right,
form .form-group a.pull-right {
  margin-right: 0px;
  margin-left: 5px;
}
form .form-group button.center-block,
form .form-group a.center-block {
  margin-right: auto;
}
@media (min-width: 768px) {
  form.form-inline label {
    text-align: right;
    padding: 0;
    padding-top: 7px;
  }
}
form .welcomeMessageEditor {
  height: 300px;
}
.table > tbody > tr > td {
  user-select: initial;
}
.table > tbody > tr > td select {
  width: 100% !important;
}
.downloadPdf:not(th) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 0 !important;
  text-align: center;
}
.downloadPdf:not(th) .icon-pdf {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("../images/pdf.png") no-repeat center center;
  cursor: pointer;
}
.downloadPdf:not(th) .reportSize {
  font-size: 10px;
  color: white;
  background-color: #4d6475;
  border-radius: 4px;
  width: 60px;
  height: 13px;
  display: inline-block;
  margin: 3px 0;
}
td.downloadWord {
  padding: 5px 0 0 0 !important;
  text-align: center;
}
td.downloadWord a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("../images/docx.png") no-repeat center center;
  cursor: pointer;
}
td.deleteInspection i {
  color: #ff454a;
  cursor: pointer;
}
td.deleteInspection i:hover {
  opacity: 0.7;
}
td.downloadApk {
  padding: 5px 0 0 0 !important;
  text-align: center;
}
td.downloadApk a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("../images/apk.png") no-repeat center center;
  cursor: pointer;
}
.dataTables_length {
  float: right;
}
.getPdfModal {
  width: 600px;
}
.getPdfModal .swal-footer {
  margin-top: 0;
  padding-top: 0;
}
.getPdfModal .btn {
  display: inline-block;
  margin: 10px 20px;
  padding: 10px;
  background-color: #4d6475;
  color: white;
  border-radius: 5px;
}
.getPdfModal .btn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}
.getPdfModal .modal-columns {
  display: flex;
  text-align: center;
  justify-content: center;
}
.getPdfModal .modal-columns .modal-column,
.getPdfModal .modal-columns .modal-column-border {
  display: flex;
  flex-direction: column;
}
.getPdfModal .modal-columns .modal-column {
  margin: 10px 20px 0 60px;
}
.getPdfModal .modal-columns .modal-column-border {
  border: 1px solid gray;
  border-radius: 10px;
  padding-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  width: 150px;
}
.getPdfModal .modal-columns .modal-column-border .column-title {
  display: block;
  padding: 10px;
  background-color: #4d6475;
  color: white;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
.getPdfModal .modal-columns .modal-column-border:hover {
  background-color: #4d647557;
}
.getPdfModal .error-label {
  color: red;
}
.getPdfModal input[type="range"] {
  width: 100%;
  margin: 13.8px 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}
.getPdfModal input[type="range"]:focus {
  outline: none;
}
.getPdfModal input[type="range"]::-webkit-slider-runnable-track {
  background: #4d6475;
  border: 0.2px solid #010101;
  border-radius: 1.3px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
.getPdfModal input[type="range"]::-webkit-slider-thumb {
  margin-top: -14px;
  width: 16px;
  height: 36px;
  background: #4d6475;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}
.getPdfModal input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #7590a4;
}
.getPdfModal input[type="range"]::-moz-range-track {
  background: #4d6475;
  border: 0.2px solid #010101;
  border-radius: 1.3px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
.getPdfModal input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 36px;
  background: #4d6475;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
}
.getPdfModal input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 14.8px 0;
  color: transparent;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}
.getPdfModal input[type="range"]::-ms-fill-lower {
  background: #2b3741;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
.getPdfModal input[type="range"]::-ms-fill-upper {
  background: #4d6475;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
.getPdfModal input[type="range"]::-ms-thumb {
  width: 16px;
  height: 36px;
  background: #4d6475;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.getPdfModal input[type="range"]:focus::-ms-fill-lower {
  background: #4d6475;
}
.getPdfModal input[type="range"]:focus::-ms-fill-upper {
  background: #7590a4;
}
.alert-version {
  margin: 10px 0;
}
.alert-version i,
.alert-version span,
.alert-version a {
  color: orange;
}
