/*@import "Base/Config.less";*/
/* Directory Settings - Admin Panel */
#DirectorySettings {
  background: #e9ebee;
  padding-bottom: 12em;
}
#DirectorySettings .m-card {
  max-width: 720px;
  margin: 1em auto;
}
#DirectorySettings .m-card input {
  width: 100%;
  min-width: 300px;
  height: 40px;
  font-size: 16px;
  margin-bottom: 1em;
}
#DirectorySettings .m-card textarea,
#DirectorySettings .m-card input {
  border: 1px solid #efefef;
}
#DirectorySettings .m-card .flex-choice-fields {
  display: flex;
  flex-direction: column;
}
#DirectorySettings .m-card .flex-choice-fields .selectedDisplayProperty {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 0.5em;
  background: #fbfbfb;
  padding: 0.25em;
}
#DirectorySettings .m-card .flex-choice-fields .selectedDisplayProperty .propertyName {
  display: inline-block;
  padding-top: 0.5em;
  padding-left: 0.25em;
}
#DirectorySettings .m-card .flex-choice-fields .selectedDisplayProperty div {
  margin: 0;
}
/* Directory Consent - User Profile */
#DirectoryConsent .user-approval-text {
  max-width: 40em;
  margin: 2em auto;
  padding: 0.5em;
}
#DirectoryConsent h4 {
  font-size: 1.15em;
  text-decoration: underline;
}
#DirectoryConsent h5 {
  display: inline-block;
  font-size: 1em;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#DirectoryConsent .yesNoSelect-binding-applied {
  display: inline-block;
}
#DirectoryConsent .yesNoSelect-binding-applied .yesNoSelect {
  margin-bottom: 0;
}
#DirectoryConsent .yesNoSelect-binding-applied .yesNoSelect .choice {
  padding: 0.25em;
  width: auto !important;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#DirectoryConsent .yesNoSelect-binding-applied .yesNoSelect .choice.yes.active {
  background-color: #5da423;
  border-color: #518e1f;
}
#DirectoryConsent .yesNoSelect-binding-applied .yesNoSelect .choice.no.active {
  background-color: #c60f13;
}
/* View Directory - Popup Display */
#ViewLegacyDirectory h2 {
  font-size: 24px;
  border-bottom: 2px solid #1c4287;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #1c4287;
}
#ViewLegacyDirectory .directory-message-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#ViewLegacyDirectory .directory-message-button .disabled {
  background-color: lightgrey !important;
}
#ViewLegacyDirectory .directory-message-button .icon.person {
  position: initial;
  padding: 0;
  font-size: 0.87em;
}
#ViewLegacyDirectory #ViewDirectoryBox {
  display: flex;
  justify-content: space-around;
}
#ViewLegacyDirectory #ViewDirectoryBox #DirectoryListButtonBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#ViewLegacyDirectory #ViewDirectoryBox #DirectoryListButtonBox a {
  margin: 0.5em 3em;
  min-width: 240px;
}
#ViewLegacyDirectory #ViewDirectoryBox .directoryUserConsent {
  max-width: 320px;
}
#ViewLegacyDirectory #DirectoryResultsBox h4 {
  text-align: center;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 1em;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table #FamilyDirectoryResult.directory-results,
#ViewLegacyDirectory #DirectoryResultsBox .m-table #GuardianDirectoryResult.directory-results,
#ViewLegacyDirectory #DirectoryResultsBox .m-table #StudentDirectoryResult.directory-results {
  margin: 2em auto;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results {
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 540px;
  width: min-content;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 1em;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-header,
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row {
  display: flex;
  align-content: space-evenly;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5em 0.125em 0.25em 0.5em;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-header > div,
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row > div {
  min-width: 300px;
  max-width: 300px;
  padding: 0.25em;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-header > div:first-child,
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row > div:first-child {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 160px;
  max-width: 160px;
  border-right: 1px solid #EFEFEF;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-header > div:last-child,
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row > div:last-child {
  min-width: 42px;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-header {
  border-bottom: 1px solid #DDDDDD;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 999;
  width: max-content;
  font-weight: bold;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row {
  width: max-content;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row:nth-child(even) {
  background-color: #EFEFEF;
}
#ViewLegacyDirectory #DirectoryResultsBox .m-table .directory-results .directory-row:nth-child(even) > div:first-child {
  background-color: #EFEFEF;
  border-right: 1px solid #EEEEEE;
}
#ViewLegacyDirectory .bottomButtons {
  margin-top: 1em;
  border-top: 2px solid #1c4287;
  padding-top: 0.5em;
}
#ViewLegacyDirectory .bottomButtons .close:hover {
  background-color: #c60f13;
  color: white;
}
#ViewLegacyDirectory .bottomButtons .back {
  color: #5da423;
  background: none;
}
#ViewLegacyDirectory .bottomButtons .back:hover {
  background-color: #5da423;
  color: white;
}
@media screen and (max-width: 720px) {
  #ViewDirectory h2 {
    font-size: 20px;
  }
  #ViewDirectory #ViewDirectoryBox {
    flex-wrap: wrap;
  }
  #ViewDirectory #ViewDirectoryBox > div {
    margin-bottom: 20px;
  }
  #ViewDirectory #DirectoryResultsBox .m-table .directory-results .directory-header,
  #ViewDirectory #DirectoryResultsBox .m-table .directory-results .directory-row {
    font-size: 0.75em;
  }
  #ViewDirectory #DirectoryResultsBox .m-table .directory-results .directory-header > div,
  #ViewDirectory #DirectoryResultsBox .m-table .directory-results .directory-row > div {
    min-width: 180px;
    max-width: 180px;
  }
  #ViewDirectory .directory-results-header {
    font-size: 1.25em;
  }
}
/* Directory Sidebar - Admin */
.schoolDirectorySidebar {
  text-align: center;
}
.schoolDirectorySidebar span.icon:before {
  padding-left: 0;
  padding-right: 0.5em;
  color: #fff;
  font-size: 1.5em;
  content: "\e607";
  font-family: "icomoon";
}
