@charset "UTF-8";

/* app/frontend/stylesheets/before_logging_in.scss */
#HearingDateForm .description {
  border-bottom: 1px dotted #333333;
  padding: 0 0 8px;
  margin-bottom: 20px;
}
#HearingDateForm form {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #HearingDateForm form {
    width: 100%;
  }
}
#HearingDateForm .element {
  font-size: 95%;
  font-weight: normal;
  background-color: #2D1606;
  color: #FFFFFF;
  padding: 3px 5px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}
#HearingDateForm .hearingDateFormTable {
  margin-bottom: 20px;
}
#HearingDateForm .hearingDateFormTable th,
#HearingDateForm .hearingDateFormTable td {
  padding-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #HearingDateForm .hearingDateFormTable th,
  #HearingDateForm .hearingDateFormTable td {
    display: block;
    padding-bottom: 10px;
    text-align: left;
  }
}
#HearingDateForm .hearingDateFormTable th {
  width: 120px;
}
#HearingDateForm .hearingDateFormTable td {
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
  #HearingDateForm .hearingDateFormTable input,
  #HearingDateForm .hearingDateFormTable textarea {
    max-width: 90%;
  }
}
#HearingDateForm .hearingDateFormTable input.date {
  width: 200px;
  height: 26px;
  border: 1px solid #CCCCCC;
}
#HearingDateForm .hasDatepicker {
  margin-bottom: 10px;
}
#HearingDateForm .customSelect {
  padding: 3px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#HearingDateForm {
}
#HearingDateForm .gcal-holiday {
  pointer-events: none;
}
#ForDoctor .forDoctorsTitle {
  background-color: #2D1606;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 110%;
  color: #FFFFFF;
  font-weight: normal;
}
#ForDoctor a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#ForMedical a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#ForgetType {
  width: 28em;
  margin: 30px auto;
}
@media only screen and (max-width: 600px) {
  #ForgetType {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
#ForgetType li {
  width: 10em;
  float: left;
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
}
@media only screen and (max-width: 600px) {
  #ForgetType li {
    width: auto;
    float: none;
    margin: 0;
  }
  #ForgetType li:first-child {
    margin-right: 20px;
  }
}
#ForgetType li a {
  display: block;
  text-decoration: none;
  border: 1px solid #2D1606;
  padding: 15px 0;
  color: #2D1606;
}
#ForgetType li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#ForgetType li a.selected {
  background-color: #2D1606;
  color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  #ForgetType li a {
    padding: 12px 20px;
  }
}
#ForgetContent {
  height: 250px;
}
@media only screen and (max-width: 600px) {
  #ForgetContent {
    height: auto;
  }
}
