﻿#page {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  font-size: 16px; }

.sash {
  flex-basis: 25%;
  min-width: 150px;
  width: 100%;
  height: 100%; }

.remainder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 50px; }

label {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold; }

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: 1px solid #757575; }

#footer {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 0.8rem; }

.wash-color {
  background-color: rgba(0, 0, 0, 0.015); }

.login-brand {
  width: 30%;
  object-fit: contain; }

.soft-button {
  box-shadow: none;
  background-color: inherit !important;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 16px;
  font-size: 0.75rem !important; }

.btn.btn-indigo:focus {
  background-color: #66afe9 !important; }

.wait {
  cursor: wait; }

.rightoption {
  float: right;
  font-size: 0.7em;
  line-height: 21px;
  vertical-align: middle;
  margin-top: 4px; }

#caps_lock_warning {
  float: right;
  font-size: 0.7em;
  line-height: 21px;
  vertical-align: middle;
  color: darkorchid;
  margin-top: 4px; }

.applicant_label {
  display: flex;
  justify-content: space-between; }

.applicant_label > label {
  flex-basis: 135px; }

.btn-indigo {
  padding-right: 18px !important; }

/*tooltip */
.tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  padding: 0px 20px;
  background: #333;
  color: white;
  position: absolute;
  top: 5%;
  right: 218%;
  border-radius: 9px;
  font: 16px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  width: 200px; }

/* tooltip  after*/
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #333 transparent transparent transparent;
  position: absolute; }

.con-tooltip:hover .tooltip {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite alternate; }

/*hover ToolTip*/
.left:hover {
  transform: translateX(-6px); }

.left .tooltip::after {
  top: 46%;
  left: 95%;
  transform: rotate(-90deg); }

@media only screen and (max-width: 767px) {
  .sash {
    display: none; }
  .remainder {
    flex-direction: column;
    overflow-y: auto; } }
