﻿/* Begin Variables */
body {
  font-size: 0.8rem;
  position: relative;
}

.corporateHeader {
  color: #FF9D3C;
}

.corporateBackground {
  background-color: #4E8CAB;
}

.homePageInfoPanel {
  background-color: white;
}

.text-linethrough {
  text-decoration: line-through;
}

.editButtonCellWidth {
  width: 1%;
}

.display-4 {
  font-size: 3em !important;
}

.text-primary {
  color: #4E8CAB !important;
}

.bg-primary {
  background: #4E8CAB !important;
}

.dropdown-menu {
  font-size: 0.8rem !important;
}

.display-5 {
  font-size: 2em !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5em !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  font-size: 1.25em !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
  font-size: 1em !important;
  font-weight: 300;
  line-height: 1.2;
}

.bootbox > .modal-dialog > .modal-content > .modal-header {
  background-color: #4E8CAB;
  color: white;
}

.contentBackground {
  background-color: #EFF4F8;
}

.navbar-custom {
  background-color: #4E8CAB;
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
  color: white;
  margin-top: 0;
}

.helpdeskSearchUsersResults {
  max-height: 300px;
  overflow-y: auto;
}

#wrapper {
  display: flex;
}
#wrapper .sidebar {
  font-size: 0.8rem;
  width: 14rem !important;
  min-height: 100vh;
  background-color: white;
}
#wrapper .sidebar .list-group a {
  color: #4E8CAB;
  text-decoration: none;
}
#wrapper .sidebar .list-group a:hover {
  color: #4E8CAB;
  background: #f0f8ff;
  text-decoration: none;
}
#wrapper .sidebar .nav-item .nav-link {
  position: relative;
  color: white;
}
#wrapper .sidebar .nav-item .nav-link span {
  display: block;
}
#wrapper .dataTables_filter {
  float: left;
}
#wrapper .toasterZIndex {
  z-index: 999;
}
#wrapper .invisible {
  visibility: hidden;
}
#wrapper .visible {
  visibility: visible;
}
#wrapper .buttonIconWidth {
  width: 2rem;
}
#wrapper .indent1 {
  padding-left: 1.5rem;
}
#wrapper .indent2 {
  padding-left: 3rem;
}
#wrapper .indent3 {
  padding-left: 4.5rem;
}
#wrapper #content-wrapper {
  background-color: #EFF4F8;
  width: 100%;
  overflow-x: hidden;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}
#wrapper #content-wrapper #content .page-item.active .page-link {
  background-color: #4E8CAB;
  border-color: #4E8CAB;
  color: #fff;
}
#wrapper #content-wrapper #content .page-link {
  color: #4E8CAB;
}
#wrapper #content-wrapper #content .inlineEditorButtonWidth {
  width: 28px;
}
#wrapper #content-wrapper #content .dropdownMenu-fontsize {
  font-size: 0.8rem;
}
#wrapper #content-wrapper #content .validation-summary-errors {
  background-color: indianred;
  color: white;
}
#wrapper #content-wrapper #content .validation-summary-errors ul {
  padding-inline-start: 1rem;
  margin-top: 0.5rem;
}
#wrapper #content-wrapper #content .validation-summary-errors ul li {
  list-style-type: none;
}
#wrapper #content-wrapper #content .ageInputWidth {
  width: 90px;
}
#wrapper #content-wrapper #content .checkbox-control-label {
  cursor: pointer;
}
#wrapper #content-wrapper #content .sortable-chosen {
  background-color: lightblue;
}
#wrapper #content-wrapper #content .sortable-min-height {
  min-height: 30px;
}
#wrapper #content-wrapper #content .list-group:empty {
  background-color: #F0F0F0;
}
#wrapper #content-wrapper #content div.custom-control-right {
  padding-right: 24px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
#wrapper #content-wrapper #content div.custom-control-right .custom-control-label::after {
  right: -1.5rem;
  left: auto;
}
#wrapper #content-wrapper #content div.custom-control-right .custom-control-label::before {
  right: -2.35rem;
  left: auto;
}
#wrapper #content-wrapper #content .helpDeskUserMaintenance table#logbookUsers tbody tr td:nth-child(5), #wrapper #content-wrapper #content .helpDeskUserMaintenance table#logbookUsers tbody tr td:nth-child(6), #wrapper #content-wrapper #content .helpDeskUserMaintenance table#logbookUsers tbody tr td:nth-child(7) {
  width: 1%;
  white-space: nowrap;
}
#wrapper #content-wrapper #content .helpDeskMergeUserAccounts table#logbookUsers tbody tr td:nth-child(5), #wrapper #content-wrapper #content .helpDeskMergeUserAccounts table#logbookUsers tbody tr td:nth-child(6), #wrapper #content-wrapper #content .helpDeskMergeUserAccounts table#logbookUsers tbody tr td:nth-child(7) {
  width: 1%;
  white-space: nowrap;
}
#wrapper #content-wrapper #content .helpDeskTrainingProgrammeUserMaintenance .accountTypesSelect {
  height: 150px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .helpDeskTrainingProgrammeMembers .searchResults {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .helpDeskTrainingProgrammeDirectors .searchResults {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .helpDeskUserTrainingProgrammes .trainingProgrammeSelect {
  height: 200px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .sacGrouping .addCreateGroupsList {
  max-height: 200px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .sacGrouping .superDigitInput, #wrapper #content-wrapper #content .sacGrouping .masterDigitInput, #wrapper #content-wrapper #content .sacGrouping .operationDigitInput {
  width: 3rem;
}
#wrapper #content-wrapper #content .sacGrouping form a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content #diagnosisGroupList .list-group-item a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .diagnosisSelectionArea #diagnosisSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .diagnosisSelectionArea .selectedDiagnosisDetailList {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationPartSelect {
  height: 200px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationSubProcedureSelect {
  height: 200px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationSelectionArea .operationSelect.accordion-height {
  max-height: 500px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationSelectionArea .selectedOperationDetailList {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationPartSelectionArea {
  position: relative;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationPartSelectionArea .hideOperationPartSelectionArea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.4);
  z-index: 999;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationSubProcedureSelectionArea {
  position: relative;
}
#wrapper #content-wrapper #content .sacOperationGroupDetail .operationSubProcedureSelectionArea .hideOperationSubProcedureSelectionArea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.4);
  z-index: 999;
}
#wrapper #content-wrapper #content .specialtyAdminOperationCodes .masterDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationCodes .bodyRegionDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationCodes .operationGroupDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationCodes .operationDescriptionDigitInput {
  width: 3rem;
}
#wrapper #content-wrapper #content .specialtyAdminOperationCodes form a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content .specialtyAdminOperationParts .masterDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationParts .bodyRegionDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationParts .operationGroupDigitInput, #wrapper #content-wrapper #content .specialtyAdminOperationParts .operationDescriptionDigitInput {
  width: 3rem;
}
#wrapper #content-wrapper #content .specialtyAdminOperationParts form a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content .specialtyAdminSubProcedures .masterDigitInput, #wrapper #content-wrapper #content .specialtyAdminSubProcedures .bodyRegionDigitInput, #wrapper #content-wrapper #content .specialtyAdminSubProcedures .operationGroupDigitInput, #wrapper #content-wrapper #content .specialtyAdminSubProcedures .operationDescriptionDigitInput {
  width: 3rem;
}
#wrapper #content-wrapper #content .specialtyAdminSubProcedures form a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content .specialtyAdminOperationDescriptionDetail .synonymList {
  max-height: 200px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .specialtyAdminOperationDescriptionDetail .operationPartSelect {
  height: 200px;
}
#wrapper #content-wrapper #content .specialtyAdminOperationDescriptionDetail .operationGroupSelect {
  max-height: 200px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals .country-list {
  overflow-y: hidden;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals #hospitalCountryList .list-group-item span a {
  color: #4E8CAB !important;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals .alphabet-nav {
  position: fixed;
  top: 120px;
  bottom: 0px;
  right: 2px;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals .alphabet-nav .alphabet-nav-item {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4E8CAB;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals .alphabet-nav .alphabet-nav-item a {
  color: white;
}
#wrapper #content-wrapper #content .specialtyAdminHospitals .alphabet-nav .alphabet-nav-item a :hover {
  color: white !important;
}
#wrapper #content-wrapper #content .specialtyAdminDeaneries .searchUserList {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .specialtyAdminTrainingProgrammesMemberList .searchUserList {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .specialtyAdminTrainingProgrammesDirectorList .searchUserList {
  max-height: 300px;
  overflow-y: auto;
}
#wrapper #content-wrapper #content .specialtyAdminUnbundlingOperationCodes #operationSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .specialtyAdminProcedureByTrainerOperationCodes #operationSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .specialtyAdminPeerAnalysisReportGrowthChartOperationCodes #operationSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .specialtyAdminPeerAnalysisReportProportionChartOperationCodes #operationSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .specialtyAdminPeerAnalysisReportBreadthOfTrainingChartOperationGroup #operationSelect.accordion-height {
  max-height: 300px;
  overflow-y: scroll;
}
#wrapper #content-wrapper #content .specialtyAdminAnalysisRegionalArea .displayOrder {
  width: 4em;
}
#wrapper #content-wrapper #content .specialtyAdminAnalysisRegionalAreaDetail .displayOrder {
  width: 4em;
}
#wrapper #content-wrapper #content .specialtyAdminAnalysisRegionalAreaDetail .trainingProgrammesList {
  max-height: 400px;
  overflow-y: scroll;
}

#registerWrapper .display-4 {
  font-size: 3em;
}

.twitter-typeahead {
  width: 100%;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu { /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #007bff;
}

.tt-suggestion p {
  margin: 0;
}

.multiselect-container {
  width: 100%;
}

.popover {
  min-width: 30em !important;
}

.popover-body {
  font-size: 0.8rem;
}

div.DTE_Inline input {
  border: none;
  background-color: transparent;
  padding: 0 !important;
  font-size: 0.8rem;
}

div.DTE_Inline input:focus {
  outline: none;
  background-color: transparent;
}

div.DTE_Inline select {
  font-size: 0.8rem !important;
}
div.DTE_Inline select option {
  font-size: 0.8rem !important;
}
