body {
  padding-top: 5rem;
}

.hiddenLeaks {
    display: none;
}

.vertical-text {
writing-mode: vertical-rl;
text-orientation: mixed;
}

.bg-inverse {
  background-color: #006fcf!important;
  font-weight: 550;
}

.btn-inline {
  padding: 2px 5px 0px;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

td.working {
  background: green;
}

td.not-working {
  background: red;
}

th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
  max-width: 333px!important;
  word-wrap: break-word;
}

/* The switch - the box around the slider */
.switch {
  float: right;
  position: relative;
  display: inline-block;
  margin: 0px;
  width: 75px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d03d39;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.table td {
  vertical-align: baseline!important;
  max-width: 333px!important;
  word-wrap: break-word;
}

form {
  margin: 0em 1em;
}

table {
  width: 100%;
}

.list-right {
  float: right;
}

.modal-body {
  padding-right: 0%;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#customFile .custom-file-control:lang(en)::after {
  content: "Select file...";
}

#customFile .custom-file-control:lang(en)::before {
  content: "Choose File";
}

.custom-file-control.selected:lang(en)::after {
  content: ''!important;
}

.custom-file {
  overflow: hidden;
}

.custom-file-control {
  white-space: nowrap;
}

.safe-font {
  font-family: "Courier New", Courier, monospace;
}

.loader {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: right;
  margin: 0 auto;
  animation: spin 2s linear infinite;
}

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

.vline {
  border-left: 4px solid #0275d8;
  height: 25px;
  position: relative;
  margin-left: -2px;
  top: 0;
}

.admissionHead {
  font-size: 1.5em;
  margin-left: 25%;
}

.progress {
  position: relative;
}

.progress-bar-title {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  position: absolute;
  text-align: center;
  line-height: 100%;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  color: black;
  right: 0;
  left: 0;
  top: 0;
}

pre {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
