@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: -0.2px;
  font-family: "Montserrat", Arial, sans-serif;
  /* scrollbar custom styling for Firefox*/
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 34, 54, 0.3) #F8F9F9;
  /* scrollbar for IE */
  scrollbar-track-color: #F8F9F9;
  scrollbar-face-color: rgba(0, 34, 54, 0.3);
}

html {
  height: 100vh;
  min-width: 1200px;
  overflow-y: hidden;
  background-color: #f8f9f9;
}

*:not([class^=ui-]),
.menu-item:not(.disable):hover,
.menu-item:not(.disable):focus,
.menu-item:not(.disable):active {
  color: #002236;
}

body, .wrapper-content {
  height: inherit;
  width: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

.font-heading {
  font-weight: bold;
  letter-spacing: -0.5px;
}
.font-heading--max-hero {
  font-size: 80px;
  line-height: 100px;
}
.font-heading--hero {
  font-size: 64px;
  line-height: 80px;
}
.font-heading--extra-large {
  font-size: 48px;
  line-height: 64px;
}
.font-heading--large {
  font-size: 40px;
  line-height: 48px;
}
.font-heading--medium {
  font-size: 32px;
  line-height: 40px;
}
.font-heading--small {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .font-heading--max-hero {
    font-size: 48px;
    line-height: 64px;
  }
  .font-heading--hero {
    font-size: 48px;
    line-height: 64px;
  }
  .font-heading--extra-large {
    font-size: 40px;
    line-height: 48px;
  }
  .font-heading--large {
    font-size: 32px;
    line-height: 40px;
  }
  .font-heading--medium {
    font-size: 24px;
    line-height: 32px;
  }
  .font-heading--small {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .font-heading--max-hero {
    font-size: 32px;
    line-height: 40px;
  }
  .font-heading--hero {
    font-size: 32px;
    line-height: 40px;
  }
  .font-heading--extra-large {
    font-size: 32px;
    line-height: 40px;
  }
  .font-heading--large {
    font-size: 24px;
    line-height: 32px;
  }
  .font-heading--medium {
    font-size: 18px;
    line-height: 24px;
  }
}
.font-link--page {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.font-link--action {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.font-footer--heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.font-footer--link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.font-caption {
  font-size: 14px;
  line-height: 18px;
}
.font-tag {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
  margin: 16px;
}
.font-label {
  font-size: 12px;
  line-height: 16px;
}
.font-bold {
  font-weight: bold;
}
.font-weight--500 {
  font-weight: 500;
}
.font-weight--600 {
  font-weight: 600;
}

h1, h2, h3 {
  font-weight: bold;
  margin-bottom: 8px;
}

h1 {
  font-size: 30px;
}

h2,
#titleSubheading,
.notification-title {
  font-size: 24px;
}

h3,
#titlePreheading,
.input,
.combobox-input,
.display-mode,
.cost-display,
.content-subHeading,
.agency-user {
  font-size: 18px;
}

a,
.save-option {
  font-weight: 600;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.22;
}

.bold-text {
  font-weight: bold;
}

.italic-text {
  font-style: italic;
}

.uppercase-text {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.darkish-blue-text,
.navy-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15px;
  word-break: break-all;
}

/* Colour styling */
.paginate_button,
.previous,
.next,
.first,
a.last {
  color: rgba(27, 27, 27, 0.5);
}

/* Grey */
.grey-button {
  color: rgba(0, 25, 41, 0.5);
  background-color: #e4e6e6;
}

.grey-button > * {
  color: rgba(0, 25, 41, 0.5);
}

/* white */
.color-white,
.blue-button,
.blue-button > .button-content,
.red-button,
#agencyUser,
#agencyName,
.current,
.accordion-icon,
.overview-button,
.overview-icon,
.overview-icon-link,
.overview-icon-link:active,
.overview-icon-link:visited {
  color: white;
}

.content-top-section,
.service-menu-button,
.menu-list,
.table-row,
.edit-section,
.accordion,
.accordion-content,
.authentication-container,
.search-form,
#itemMetadataDetails,
.read-only-table,
.item-detail-display,
.dashboard-section,
.system-admin-content,
.feedback-type-button,
.existing-service-item,
.content-bottom-section-right,
.edit-section-container {
  background-color: white;
}

.accordion,
.feedback-type-button {
  border: 1px solid white;
}

/* Transparent */
.blue-ghost-button,
.green-ghost-button,
.red-ghost-button,
.existing-item-menu-button,
#reportMenuPage .content-bottom-section-right {
  background-color: transparent;
}

/* navy - almost black */
.toggle-switch-title,
.slider,
.modal-close-icon,
.NA {
  color: rgba(0, 34, 54, 0.3);
}

#pageBreadCrumb,
#crPageBreadCrumb,
.page-header-link,
.page-header-link > span,
.toggle-switch-label,
.existing-item-menu-button:before,
.item-detail-list-item-title,
.operation-icon,
.reset,
#explanation > span,
.edit-item-metadata-icon,
.return-icon,
.table-header-text,
.change-request-form-table-header-text,
.grey-text,
#resultsMessage {
  color: rgba(0, 34, 54, 0.5);
}

.accordion-icon {
  background-color: #002236;
}

.slider.round {
  background-color: rgba(0, 34, 54, 0.3);
}

.total-col,
.role-edit-row:nth-child(odd) {
  background-color: rgba(0, 34, 54, 0.05);
}

.custom-dialog,
#numQuoteItems {
  border: 1px solid #002236;
}

.menu-button,
.service-menu-button,
.previous,
.next,
.first,
a.last {
  border: 1px solid rgba(0, 34, 54, 0.1);
}

.table-row-divider {
  border-right: 1px solid rgba(0, 34, 54, 0.1);
}

.input,
.combobox-input,
.combobox-drop-down,
.sysadmin-textarea {
  border-bottom: 1px solid #002236;
}

.input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.input-textarea {
  border: 1px solid #002236;
}

.group-divider {
  border-bottom: 1px solid rgba(0, 34, 54, 0.1);
}

.paginate_button,
.previous,
.next,
.first,
a.last {
  background-color: rgba(0, 34, 54, 0.1);
}

.current {
  background-color: #002236;
}

.ui-widget-overlay {
  background: linear-gradient(to bottom, #002236, rgba(0, 34, 54, 0.6) 64%, rgba(0, 34, 54, 0));
}

/* scrollbar for chrome */
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 34, 54, 0.3);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 34, 54, 0.3);
}

/* style scrollbar for Chrome */
/* Scrolling properties*/
/* Placeholder text color */
::placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder { /* Edge */
  color: #5c727f;
}

/* action blue */
.blue-ghost-button,
.blue-ghost-button > .button-content,
.toggle-switch-value,
.service-menu-button:before,
.add-icon,
.icdr,
.raas,
.cr-info,
.copy-role,
.ssrs-report,
.ssrs-report-icon {
  color: #0071a9;
}

.blue-button,
input:checked + .slider,
#rmOverview,
.timezone {
  background-color: #0071a9;
}

.blue-ghost-button:hover {
  background-color: #0071a9;
  color: white;
}

.blue-ghost-button:hover > .button-content {
  color: white;
}

.blue-button,
.blue-ghost-button,
.existing-service-item {
  border: 1px solid #0071a9;
}

.input:focus,
.combobox-input:focus, combobox-drop-down:active {
  border-bottom: 1px solid #0071a9;
}

#datacomCloudTitle,
#pageTitle,
#crPageTitle,
#cloudServicesPageTitle,
.table-data-bold,
.info-text,
.undo-icon {
  color: #14377d;
}

#dashboardOverview {
  background-color: #14377d;
}

.ssrs-report,
.ssrs-report-icon,
#servicesTitle {
  color: #005592;
}

#vmOverview {
  background-color: #005592;
}

/* ice-blue - almost white */
.cart,
#snackbar,
#snackbar * {
  color: #f8f9f9;
}

.previous,
.next,
.first,
a.last,
.slider:before,
#reportPage .select-icon,
#msiForm .select-icon,
.support-content {
  background-color: #f8f9f9;
}

.menu-item {
  border-bottom: 1px solid #f8f9f9;
}

.support-accordion {
  border-bottom: 2px solid #f8f9f9;
}

#ts-and-cs-textarea {
  border: 2px solid #f8f9f9;
}

/* viridian */
.green-ghost-button {
  border: solid 1px #188865;
}

.green-ghost-button:hover {
  background-color: #188865;
  color: white;
}

.green-ghost-button:hover > .button-content {
  color: white;
}

.green-ghost-button,
.on,
.success-text {
  color: #188865;
}

.success-snackbar-container {
  background-color: #188865;
}

.success-inline-container,
.success-table-row {
  background-color: rgba(24, 136, 101, 0.1);
}

.delete-icon,
.off,
.error-text,
.red-ghost-button {
  color: #f04c2c;
}

.red-button {
  background-color: #f04c2c;
}

.red-ghost-button:hover {
  background-color: #f04c2c;
  color: white;
}

.red-ghost-button:hover > .button-content {
  color: white;
}

.p1-col {
  background-color: rgba(240, 76, 44, 0.4);
}

.error-inline-container,
.error-table-row {
  background-color: rgba(240, 76, 44, 0.1);
}

.red-button, .red-ghost-button {
  border: solid 1px #f04c2c;
}

.warning-text,
.undo-delete-icon,
.input-warning-message,
.form-warning-message,
.sus {
  color: #f36412;
}

.input-warning {
  border-bottom: 1px solid #f36412;
}

.input-textarea.input-warning {
  border: 1px solid #f36412;
}

.error-snackbar-container {
  background-color: #f36412;
}

.p2-col {
  background-color: rgba(243, 100, 18, 0.4);
}

.warning-inline-container,
#alerts {
  background-color: rgba(243, 100, 18, 0.1);
}

/* shadow */
.disabled,
.INACTIVE,
.inactive,
.disable {
  color: rgba(0, 68, 129, 0.24);
}

.agency-item.hover,
.menu-item:not(.disable):hover,
.table-row-clickable:hover,
.table-data-clickable:hover,
.create-table-data:hover,
.existing-service-item:hover,
.tabbed-button:hover,
#adminCreateNew:hover {
  background-color: rgba(0, 68, 129, 0.03);
}

.upload-report:hover {
  background-color: white;
}

.selected {
  background-color: rgba(0, 68, 129, 0.06);
}

.info-inline-container,
#notifications,
.menu-item:not(.disable):active,
.table-row-clickable:active,
.table-data-clickable:active,
.create-table-data:active,
.existing-service-item:active,
.upload-report:active {
  background-color: rgba(0, 68, 129, 0.1);
}

.create-table-data,
.upload-report,
#adminCreateNew {
  border: 2px dashed rgba(0, 68, 129, 0.5);
}

.divider {
  border-right: 1px solid rgba(0, 68, 129, 0.1);
}

#AddDescriptionMetadata {
  border-bottom: 1px solid rgba(0, 68, 129, 0.1);
}

.service-specification-panel {
  border-bottom: 1px solid rgba(0, 68, 129, 0.24);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 68, 129, 0.24);
}

.slider:before,
.content-top-section {
  box-shadow: 0 1px 2px 0 rgba(0, 68, 129, 0.24);
}

.blue-button {
  box-shadow: 0 3px 4px 0 rgba(0, 68, 129, 0.24);
}

.overview-box,
.feedback-type-button,
.menu-list {
  box-shadow: 0 3px 6px 0 rgba(0, 68, 129, 0.2);
}

.save-option,
.create-table-data,
.upload-report *,
.list-item-info,
.list-item-icon,
#adminCreateNew {
  color: #004481;
}

/* Dynamic snackbars */
.info-snackbar-container {
  background-color: #004481;
}

.cancel-option {
  color: #001929;
}

/* yellow colour #f3d512 - for dashboard */
.p3-col {
  background-color: rgba(243, 213, 18, 0.4);
}

/* Content Containers */
.content {
  padding: 24px 40px 24px 120px;
  box-sizing: border-box;
  width: 100%;
}

.single-base-layout {
  height: 100vh;
}

.single-content {
  padding: 24px 200px;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-content-container {
  width: 750px;
  margin: auto;
  background-color: white;
  border-radius: 8px;
  padding: 40px;
}

.content-subHeading {
  font-weight: bold;
  padding-bottom: 16px;
}

.content-top-section {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.content-top-section-full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.content-top-section-left {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.content-top-section-left > *:not(a) {
  width: 100%;
}

.content-top-section-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.content-bottom-section {
  position: relative;
}

.content-bottom-section-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.no-scroll.content-bottom-section > .content,
.no-scroll.content-bottom-section > div[class*=content-bottom-section-] {
  height: 100%;
}

/* Content Containers */
/* Content top section */
.page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#pageTitle {
  margin: 0px;
}

.page-header-link {
  text-decoration: none;
}

#pageBreadCrumb,
#crPageBreadCrumb {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

/* Content top section */
.toggle-switch-container > * {
  display: inline-block;
}

/* Toggle Switch text */
.toggle-switch-title {
  font-size: 15px;
  margin-bottom: 8px;
}

#left-toggle-switch-label {
  margin-right: 16px;
}

#right-toggle-switch-label {
  margin-left: 16px;
}

.toggle-switch-value {
  font-weight: 600;
}

/* Toggle Switch text */
/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
}

.switch input {
  opacity: 0;
  width: 0;
}

.slider {
  position: absolute;
  left: 0;
  right: 0;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -1px;
  height: 24px;
  width: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

/* Rounded sliders */
/* Grid Layouts */
.grid,
.grid-no-gap {
  display: grid;
  display: -ms-grid;
  position: relative;
}

.grid {
  grid-gap: 16px;
}

.grid-no-gap {
  grid-gap: 0px;
}

.grid-base-layout {
  grid-template-columns: minmax(1200px, 100%);
  grid-template-rows: 155px calc(100vh - 155px);
  -ms-grid-columns: minmax(1200px, 100%);
  -ms-grid-rows: 155px calc(100vh - 155px);
}

#cloudServicesPage.grid-base-layout,
#crPage.grid-base-layout {
  grid-template-columns: minmax(1200px, 100%);
  grid-template-rows: 206px calc(100vh - 206px);
  -ms-grid-columns: minmax(1200px, 100%);
  -ms-grid-rows: 206px calc(100vh - 206px);
}

.grid-base-layout-top-section {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.grid-base-layout-bottom-section {
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.grid-layout-12-cols {
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-6-cols {
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout-4-cols {
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout-3-cols {
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr;
}

.grid-layout-2-cols {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
}

.grid-layout-1-col {
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
}

.grid-layout-1-row {
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
}

.grid-layout-2-rows {
  grid-template-rows: auto auto;
  -ms-grid-rows: auto auto;
}

.grid-layout-3-rows {
  grid-template-rows: auto auto auto;
  -ms-grid-rows: auto auto auto;
}

.grid-layout-4-rows {
  grid-template-rows: repeat(4, auto);
  -ms-grid-rows: auto auto auto auto;
}

.grid-layout-5-rows {
  grid-template-rows: repeat(5, auto);
  -ms-grid-rows: auto auto auto auto auto;
}

.grid-layout-6-rows {
  grid-template-rows: repeat(6, auto);
  -ms-grid-rows: auto auto auto auto auto auto;
}

.grid-layout-7-rows {
  grid-template-rows: repeat(7, auto);
  -ms-grid-rows: auto auto auto auto auto auto auto;
}

.grid-layout-8-rows {
  grid-template-rows: repeat(8, auto);
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
}

.grid-layout-11-rows {
  grid-template-rows: repeat(11, auto);
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-layout-12-rows {
  grid-template-rows: repeat(12, auto);
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

/* Grid Layouts */
/* Grid Column Positions */
.col-1-span-1 {
  grid-column: 1/span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.col-1-span-2 {
  grid-column: 1/span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.col-1-span-3 {
  grid-column: 1/span 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.col-1-span-4 {
  grid-column: 1/span 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

.col-1-span-5 {
  grid-column: 1/span 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}

.col-1-span-6 {
  grid-column: 1/span 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
}

.col-1-span-8 {
  grid-column: 1/span 8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
}

.col-1-span-9 {
  grid-column: 1/span 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

.col-1-span-10 {
  grid-column: 1/span 10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
}

.col-1-span-12 {
  grid-column: 1/span 12;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
}

.col-2-span-1 {
  grid-column: 2/span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.col-2-span-2 {
  grid-column: 2/span 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}

.col-2-span-4 {
  grid-column: 2/span 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
}

.col-2-span-5 {
  grid-column: 2/span 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
}

.col-2-span-6 {
  grid-column: 2/span 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
}

.col-2-span-8 {
  grid-column: 2/span 8;
  -ms-grid-column: 2;
  -ms-grid-column-span: 8;
}

.col-2-span-10 {
  grid-column: 2/span 10;
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
}

.col-3-span-1 {
  grid-column: 3/span 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.col-3-span-2 {
  grid-column: 3/span 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
}

.col-3-span-4 {
  grid-column: 3/span 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
}

.col-4-span-1 {
  grid-column: 4/span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.col-4-span-2 {
  grid-column: 4/span 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
}

.col-4-span-3 {
  grid-column: 4/span 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
}

.col-4-span-6 {
  grid-column: 4/span 6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
}

.col-5-span-1 {
  grid-column: 5/span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
}


.col-5-span-2 {
  grid-column: 5/span 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
}

.col-5-span-4 {
  grid-column: 5/span 4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
}

.col-5-span-7 {
  grid-column: 5/span 7;
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
}

.col-5-span-8 {
  grid-column: 5/span 8;
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
}

.col-6-span-7 {
  grid-column: 6/span 7;
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
}

.col-7-span-3 {
  grid-column: 7/span 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
}

.col-7-span-4 {
  grid-column: 7/span 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
}

.col-7-span-5 {
  grid-column: 7/span 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
}

.col-7-span-6 {
  grid-column: 7/span 6;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
}

.col-8-span-2 {
  grid-column: 8/span 2;
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
}

.col-9-span-2 {
  grid-column: 9/span 2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
}

.col-9-span-4 {
  grid-column: 9/span 4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
}

.col-10-span-1 {
  grid-column: 10/span 1;
  -ms-grid-column: 10;
  -ms-grid-column-span: 1;
}

.col-10-span-2 {
  grid-column: 10/span 2;
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
}

.col-10-span-3 {
  grid-column: 10/span 3;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
}

.col-11-span-2 {
  grid-column: 11/span 2;
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
}

.col-11-span-1 {
  grid-column: 11/span 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
}

.col-12-span-1 {
  grid-column: 12/span 1;
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
}

/* Grid Column Positions */
/* Grid Row Positions */
.row-1 {
  grid-row: 1;
  -ms-grid-row: 1;
}

.row-1-span-2 {
  grid-row: 1/span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

.row-2 {
  grid-row: 2;
  -ms-grid-row: 2;
}

.row-3 {
  grid-row: 3;
  -ms-grid-row: 3;
}

.row-4 {
  grid-row: 4;
  -ms-grid-row: 4;
}

.row-5 {
  grid-row: 5;
  -ms-grid-row: 5;
}

.row-6 {
  grid-row: 6;
  -ms-grid-row: 6;
}

.row-7 {
  grid-row: 7;
  -ms-grid-row: 7;
}

.row-8 {
  grid-row: 8;
  -ms-grid-row: 8;
}

.row-9 {
  grid-row: 9;
  -ms-grid-row: 9;
}

.row-10 {
  grid-row: 10;
  -ms-grid-row: 10;
}

.row-11 {
  grid-row: 11;
  -ms-grid-row: 11;
}

.row-12 {
  grid-row: 12;
  -ms-grid-row: 12;
}

/* Grid Row Positions */
.centre-in-grid-cell {
  place-self: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.align-items {
  align-items: center;
}

.justify-right {
  justify-self: right;
}

.tabbed-layout-container {
  display: flex;
  flex-direction: row;
}

.tabbed-layout-link-element {
  text-decoration: none;
}

.tab-content {
  height: calc(100% - 48px);
}

.tab-content > *:nth-child(1) {
  margin-top: 24px;
}

/* Tabbed button */
.tabbed-button {
  height: 48px;
  flex: 1 1 0%;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(0, 68, 129, 0.3);
  background: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}

.tabbed-button-selected {
  border-bottom: 2px solid #004481;
}

.button {
  font-weight: 500;
  text-decoration: none;
  padding: 10.5px;
  height: 48px;
  min-width: 110px;
}

.disabled-button {
  opacity: 0.3;
}

.grey-button {
  border: 0px;
}

.header-button {
  max-width: 200px;
}

.inline-button {
	padding: 0 10.5px; 
	height: max-content; 
	min-width: max-content;
	border: 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* menu buttons */
.menu-button {
  border-radius: 20px;
}

.service-menu-button {
  min-width: 0px;
  height: 36px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.existing-item-menu-button {
  border: 0px;
  padding: 0px;
}

.existing-item-menu-button:before,
.service-menu-button:before {
  content: "\f141";
}

/* menu buttons */
.create-work-request-button > .fa-plus-circle {
  line-height: 1.4;
}

.search-form-close-button {
  padding: 4px;
  height: 24px;
}

/* Work Request button */
/* overview box buttons */
.overview-button {
  position: absolute;
  bottom: 32px;
  box-sizing: border-box;
  width: calc(100% - 64px);
  display: block;
  text-align: center;
  border: 1px solid white;
  text-decoration: none;
  line-height: 1.6;
}

/* overview box buttons */
/* Item Details */
.operation-button {
  width: 100%;
  border: 1px solid #004481;
  background: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Item Details */
.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 0px;
  justify-content: flex-end;
}

.input-checkbox-container {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 16px 0px;
  align-items: center;
}

.input-checkbox-container input[type="checkbox"] {
  margin-right: 8px;
}

.input-label {
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 8px;
}

.input-label > em {
  font-size: 12px;
  font-weight: normal;
}

.input {
  width: 100%;
  background: transparent;
  line-height: 1.22;
  background-color: transparent;
}

.input:focus {
  outline: 0px;
}

.input-read-only {
  border: 0px !important;
  font-size: 15px;
  font-weight: 600;
}

.input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-disable {
  background: none;
  border: 0px !important;
  resize: none;
}

.input-disable:hover {
  cursor: default;
}

select::-ms-expand {
  display: none;
}

.custom-select-dropdown {
  position: relative;
  width: 100%;
}

.select-icon {
  position: absolute;
  top: 1px;
  right: -1px;
  width: 15px;
  height: 20px;
  background-color: white;
  text-align: center;
  line-height: 20px;
  pointer-events: none;
}

/* Select Agency custom dropdown list */
.input-dropdown-arrow-icon {
  top: 44px;
}

/* Select Agency custom dropdown list */
.select-icon.metadata-select-icon {
  top: 15px;
}

textarea {
  resize: vertical;
  min-height: 50px;
  max-height: 200px;
}

/* Positioning of datepicker icon */
.ui-datepicker-trigger {
  position: absolute;
  top: 45px;
  right: 0;
  height: 16px;
}

/* Positioning of datepicker icon */
/* Input warning message */
.input-warning-message, .form-warning-message {
  margin-top: 8px;
  font-size: 12px;
}

.input-warning-message {
  display: none;
}

/* Input warning message */
.date-picker::-ms-clear {
  display: none;
}

/* dropdown menus */
.menu-list {
  display: none;
  position: absolute;
  z-index: 10;
  width: 200px;
  border-radius: 10px;
  right: 0px;
}

.menu-item {
  padding: 8px 16px;
  min-height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.menu-item:nth-last-child(1) {
  border-bottom: 0px;
}

.agency-item.hover {
  border-radius: 3px;
}

.menu-item-icon {
  float: left;
  margin-right: 8px;
  width: 20px;
  line-height: 19px;
}

/* dropdown menus */
/* Accordion */
.accordion {
  padding: 8px 16px;
  position: relative;
}

.accordion-icon {
  border-radius: 50%;
  padding: 4px 7.5px;
  margin-right: 8px;
}

.accordion-arrow {
  float: right;
  line-height: 1.5;
}

.accordion-title {
  display: inline-block;
  margin: 0px;
}

.accordion-content {
  display: none;
  position: relative;
}

/* Accordion */
/* Table styling */
td {
  padding: 0px;
}

.standard-table, .read-only-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}

.table-header-text, .table-data {
  padding: 16px;
  text-align: left;
}

.table-row {
  border-radius: 2px;
}

.table-row--sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  box-shadow: 1px 1px 0px 1px #F8F9F9;
}

.content-bottom-section-left .table-row--sticky {
  background-color: #F8F9F9;
}
.content-bottom-section-right .table-row--sticky {
  background-color: white;
}

/* Table styling */
/* Table Header styling */
.change-request-form-table-header-text,
.table-header-text {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15px;
  text-align: left;
}

/* Table Header styling */
/* Table Data styling */
.break-table-data {
  word-break: break-all;
}

.wrap-table-data {
  word-wrap: break-word;
}

.create-table-data,
#adminCreateNew {
  font-weight: 600;
}

.create-table-data:before,
.role-table-data:before,
.user-table-data:before,
.mobile-table-data:before,
.email-table-data:before,
#adminCreateNew:before {
  width: 24px;
}

.user-table-data:before,
.role-table-data:before,
.mobile-table-data:before,
.email-table-data:before {
  opacity: 0.3;
}

.user-table-data:before {
  content: "\f007";
}

.create-table-data:before,
#adminCreateNew:before {
  content: "\f055";
}

.role-table-data:before {
  content: "\f507";
}

.mobile-table-data:before {
  content: "\f3cd";
}

.email-table-data:before {
  content: "\f1fa";
}

.table-data-bold {
  font-weight: 600;
}

.table-data-small {
  font-size: 12px;
  font-weight: normal;
}

.table-data-email {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.13;
  word-break: break-all;
}

.table-content-right {
  float: right;
}

/* Table Data styling */
/* Table column Icons */
.sorting {
  background: url(../svgs/solid/sort.svg) no-repeat center left;
}

.sorting_asc {
  background: url("../svgs/solid/caret-up.svg") no-repeat center left;
}

.sorting_desc {
  background: url("../svgs/solid/caret-down.svg") no-repeat center left;
}

.sorting,
.sorting_asc,
.sorting_desc {
  background-size: 16px 16px;
}

/* Table column Icons */
/* Pagination */
.dataTables_paginate {
  text-align: right;
}

/* a.last is used because .last is used as a class for diplaying services*/
.paginate_button, .previous, .next, .first, a.last {
  display: inline-block;
  height: 24px;
  width: 40px;
  margin: 4px;
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
}

/* numbered buttons in pagination */
.dataTables_paginate > span > .paginate_button {
  line-height: 1.43;
}

/* default pagination buttons */
.previous, .next, .first, a.last {
  font-size: 12px;
  line-height: 2;
  padding: 0px 4px;
}

/* Pagination */
.table-text-align-right {
  text-align: right;
}

/* Cloud Services Table pagination */
.existing-services-item-table + .dataTables_paginate {
  width: 90%;
}

/* Cloud Services Table pagination */
/* Search Table pagination */
.search-results-table .dataTables_paginate {
  width: 100%;
}

/* Search Table pagination */
/* Search table results */
table span.on, table span.off, table span.sus, table span.NA {
  display: inline-block;
  position: absolute;
}

.truncateVMName {
  display: inline-block;
  width: 75%;
  margin-left: 48px;
}

#configItemSearchTable th {
  width: 50%;
}

/* Search table results */
/* Admin table stylings */
.admin-top-align-row-content {
  vertical-align: top;
}

.metadata-item-name-column {
  width: 40%;
}

/* Admin table stylings */
.validationBackgroundColour {
  background-color: rgba(243, 100, 18, 0.1);
}

.fixed-table {
  table-layout: fixed;
  width: 100%;
}

.vm-item-name-column {
  width: 50%;
}

/* Item Detail Change Summary table */
th.change-summary {
  width: 50%;
}

/* Item Detail Change Summary table */
/* VLAN table display for ACI related service specs */
.aci-vlan-table-width {
  width: 30%;
}

.aci-vlan-no-width {
  width: 50px;
}

/* Item Details historical table */
.day,
.flight > td {
  text-align: center;
}

/* Item Details historical table */
/* Role Edit Table */
#roleEditTableHeader th:nth-child(1),
#roleEditTableBody td:nth-child(1) {
  width: 15%;
}

/* Role Edit Table */
/* System Admin tables */
#portalTaskResult th:nth-child(3) {
  min-width: 80px;
}

#portalTaskResult th:nth-child(4) {
  min-width: 90px;
}

/* System Admin tables */
/* Admin tables */
.admin-table .table-header-text {
  padding-top: 0px;
}

/* scrolling tables */
.scrolling-table-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#usersListPage .scrolling-table-container {
  height: calc(100% - 112px);
}

#rolesListPage .scrolling-table-container,
#costCentreListPage .scrolling-table-container,
#businessServicesListPage .scrolling-table-container,
#customerContractListPage .scrolling-table-container {
  height: calc(100% - 70px);
}

#appListPage .scrolling-table-container {
  height: calc(100% - 80px);
}

#roleAdminForm .scrolling-table-container {
  height: calc(100% - 150px);
}

#metadataEditTable .table-data {
  padding: 0px 16px;
}

.product-doc-table-header-colspan {
  column-span: 2;
}

.hiddenTableData {
  display: none;
}

/* The snackbar - position it at top and middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  width: calc(100% - 195px);
  left: 120px;
  right: 40px;
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 5; /* Add a z-index if needed */
  top: 155px; /* 50px from the top */
}

.single-base-layout ~ #snackbar {
  top: 24px;
}

#snackbar > * {
  color: #f8f9f9;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 4 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
  animation: fadein 0.5s, fadeout 0.5s 4s;
}

#snackbar.adjusted-keyframe.show {
  -webkit-animation: adjusted-fadein 0.5s, adjusted-fadeout 0.5s 4s;
  animation: adjusted-fadein 0.5s, adjusted-fadeout 0.5s 4s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showFloatingNavigationLabel {
  to {
    opacity: 1;
  }
}
#Avatar {
  margin-bottom: 16px;
}

.side-nav {
  position: absolute;
  height: 100vh;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #002236;
  padding: 24px 0px;
  z-index: 10;
}
.side-nav-item {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.side-nav-item__display {
  position: relative;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}
.active .side-nav-item__display::before {
  content: "";
  position: absolute;
  border: 1px solid #e4e6e6;
  background-color: #e4e6e6;
  height: 75%;
  left: 4px;
}
#Avatar:not(.open):hover .side-nav-item__display::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #002236;
  position: absolute;
  content: "";
  right: -8px;
  top: 26px;
  opacity: 0;
  z-index: 15;
  animation: showFloatingNavigationLabel 0.2s forwards 0.3s;
}
.side-nav-item.open {
  background-color: rgba(0, 113, 169, 0.5);
}
.side-nav-item:not(.open):hover {
  background-color: rgba(0, 113, 169, 0.2);
}
.side-nav-item__avatar {
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(230, 0, 96);
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  width: 48px;
  height: 48px;
}
.side-nav-item__avatar .avatar-letters {
  color: white;
}
.side-nav-item__label {
  padding-top: 8px;
  color: #e4e6e6;
  text-align: center;
  pointer-events: none;
  width: 100%;
}
#Avatar .side-nav-item__label {
  display: none;
  background-color: #002236;
  padding: 8px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 15;
}
#Avatar:not(.open):hover .side-nav-item__label {
  display: block;
  position: absolute;
  left: 88px;
  top: 18px;
  opacity: 0;
  animation: showFloatingNavigationLabel 0.2s forwards 0.3s;
  white-space: nowrap;
  width: auto;
}
.side-nav-item__label.right-arrow-icon::after {
  content: ">";
  height: 16px;
  width: 16px;
}
.side-nav-item__icon {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}
.side-nav-item__icon--img {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.side-nav-item__icon--img svg {
  fill: #e4e6e6;
  max-width: 100%;
  max-height: 100%;
}
.side-nav-item__navmenu {
  display: none;
  position: absolute;
  left: 80px;
  top: 0px;
  height: 100vh;
  width: 300px;
  background-color: white;
  box-shadow: 2px 2px 10px 0px rgba(0, 68, 129, 0.1), 0px 0px 2px 0px rgba(0, 68, 129, 0.1);
  padding: 24px 16px;
}
.side-nav-item__navmenu.show {
  display: block;
}
.side-nav-item__navmenu .navmenu__heading {
  padding-bottom: 16px;
  margin: 0px 16px 16px;
  border-bottom: 1px solid rgba(0, 68, 129, 0.2);
  pointer-events: none;
}
.side-nav-item__navmenu .navmenu__heading .agency-logo {
  padding-bottom: 16px;
  width: 100%;
}
.side-nav-item__navmenu .navmenu-item__label {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  pointer-events: none;
  border-radius: 4px;
}
.side-nav-item__navmenu .navmenu-item__label::after {
  content: "";
  background: url(../svgs/angle-right.svg) no-repeat right center;
  width: 24px;
  height: 24px;
}
.side-nav-item__navmenu .navmenu-item__label-icon {
  height: 24px;
  width: 24px;
  display: flex;
  flex-direction: row-reverse;
}
.side-nav-item__navmenu .navmenu-item__label-icon svg {
  fill: rgb(10, 24, 57);
  max-width: 100%;
  max-height: 100%;
}
.side-nav-item__navmenu .navmenu-item:hover {
  background-color: rgba(0, 68, 129, 0.03);
  border-radius: 4px;
}
.side-nav-item__navmenu .navmenu-item.open {
  background-color: rgba(0, 68, 129, 0.1);
  border-radius: 4px;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu {
  display: none;
  position: absolute;
  left: 300px;
  top: 0px;
  height: 100vh;
  width: 900px;
  background-color: white;
  box-shadow: 2px 2px 10px 0px rgba(0, 68, 129, 0.1), 0px 0px 2px 0px rgba(0, 68, 129, 0.1);
  padding: 40px 30px;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu.show {
  display: block;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu .subnavmenu__heading {
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 68, 129, 0.2);
  pointer-events: none;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu .subnavmenu__section {
  padding-bottom: 32px;
  margin: 16px 0px;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu .subnavmenu__section .section-heading {
  pointer-events: none;
  padding: 16px 0px;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu .subnavmenu__section__links {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  pointer-events: none;
}
.side-nav-item__navmenu .navmenu-item__subnavmenu .subnavmenu__section:not(:last-child) {
  border-bottom: 1px solid rgba(0, 68, 129, 0.2);
}
.side-nav-item__navmenu .navmenu__link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 16px;
  border-radius: 4px;
}
.side-nav-item__navmenu .navmenu__link svg {
  height: 24px;
  width: 24px;
}
.side-nav-item__navmenu .navmenu__link:hover {
  background-color: rgba(0, 68, 129, 0.03);
}
.side-nav-item__navmenu .navmenu__link:active {
  background-color: rgba(0, 68, 129, 0.1);
}
.app-card,
.side-nav .card {
  text-decoration: none;
  width: 257.3333333333px;
  padding: 20px 30px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px 0px rgba(0, 68, 129, 0.1), 0px 0px 2px 0px rgba(0, 68, 129, 0.1);
  pointer-events: all;
}
.app-card:hover,
.side-nav .card:hover {
  background-color: rgba(0, 68, 129, 0.03);
  box-shadow: 2px 2px 10px 0px rgba(0, 68, 129, 0.3), 0px 0px 4px 0px rgba(0, 68, 129, 0.3);
}
.app-card:active,
.side-nav .card:active {
  background-color: rgba(0, 68, 129, 0.1);
}

#crPage .content-bottom-section-left {
  width: 65%;
}

#crPage .content-bottom-section-right {
  width: 35%;
  background-color: white;
}

#crPage .content {
  padding: 24px 40px 24px 80px;
}

.change-request-form-modal {
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
  min-width: 1200px;
  width: 100%;
  height: 100vh;
  z-index: 75;
  background: #f8f9f9;
  overflow: hidden;
}

.change-request-form-back-link {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #002236;
}

.change-request-form-container {
  margin: 24px 80px;
  height: 100%;
  box-sizing: border-box;
  background-color: white;
}

.change-request-form-content {
  padding: 24px 8%;
  margin-bottom: 24px;
}

.change-request-form-right-hand-side {
  background-color: white;
  padding: 24px 40px;
  box-sizing: border-box;
}

.change-request-input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 600px;
  padding: 16px 0px;
}

.attrib-group-header {
  width: 100%;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
  margin: 0 23px 0 23px !important;
  width: 100%;
}

.attrib-description {
  margin: 0 23px 0px 0 !important;
  width: 100%;
  text-align: center;
}

.attribute-group {
  margin-left: 56px !important;
}

.disabled-attribute {
  opacity: 0.3;
}

.group-divider {
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#right-hand-side-special-messages,
#data-centre-change-alert,
#dcsa-backup-type-warning,
#alert-user-section {
  display: none;
}

.inline-container-margin {
  margin: 16px 0px 16px 0px;
}

.min-max-description {
  font-size: 12px;
  font-weight: 600;
}

.deleted-table-row {
  text-decoration: line-through;
}

.table-input-container {
  padding: 0px !important;
  display: inline-block;
  width: 100%;
}

.table-input {
  margin: 0px !important;
}

.vlan-internal-id-overflow {
  overflow: auto;
}

.change-request-main-button-div {
  display: flex;
  justify-content: space-between;
}

.decline-button-right-margin {
  margin-right: 16px;
}

.change-request-metadata-info {
  display: flex;
  flex-direction: column;
}

.change-request-metadata-info * {
  word-wrap: break-word;
}

.metadata-heading {
  opacity: 0.5;
  font-weight: 500;
}

.commencement-time-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.commencement-time-div > .input-container {
  flex-grow: 1;
  padding: 0;
}

.commencement-time-div > .input-container > .select-icon {
  top: 0px;
}

.commencement-time-separator {
  margin: 8px 16px 0px 16px;
}

.attribute-container-div {
  display: flex;
  flex-direction: column;
}

.table-select-icon {
  top: 0px !important;
}

.change-request-form-table-header-text,
.change-request-form-table-data {
  padding: 0px 16px 16px 0px;
  text-align: left;
  vertical-align: top;
}

.change-request-wide-button {
  width: 49%;
}

.aci-vlan-no-col {
  width: 30px;
}

.aci-vlan-delete-col {
  padding: 0px;
  width: 30px;
}

.aci-vlan-single-format {
  padding: 0px 0px 16px 0px;
}

.aci-vlan-col {
  width: 100%;
}

.aci-cust-vlan-col {
  width: 50%;
}

b[id^=auto_gen_item_name] {
  word-break: break-all;
  display: inline-block;
}

.delete-icon {
  text-decoration: none;
  border: 0;
}

#global-error {
  word-break: break-all;
  -ms-word-break: break-all;
}

#crCostTable {
  border-spacing: 0;
}

#crCostTable .table-data {
  padding: 8px 16px;
  text-align: center;
}

#crCostTable th {
  padding: 0px 8px;
}

/* CR form */
#virtualDisks .input-error-container,
#virtualLan .input-error-container {
  min-height: 20px;
}

/* Feedback Widget Buttons */
#feedbackButton,
#crFeedbackButton {
  border: none;
  color: #0071a9;
  cursor: pointer;
  background: transparent;
  padding: 0px;
}

#feedbackButton:hover,
#crFeedbackButton:hover {
  font-weight: 600;
  transition: all 0.2s;
}

.feedback-type-button {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  outline: none;
  gap: 16px;
}

.feedback-type-button-icon {
  width: 64px;
  height: 64px;
}

/* Feedback Widget Buttons */
/* Feedback Widget */
#feedbackWidget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#feedbackForm {
  display: flex;
  flex-direction: column;
}

#feedbackTypeSelector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

#feedbackDescriptionSection {
  margin-bottom: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 68, 129, 0.24);
}

#feedbackSubmit {
  width: 50%;
}

.feedback-label {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  padding:  16px;
  border-radius: 8px;
}

#likeFeedback+label:hover,
#likeFeedback:checked+label {
  color: #188865 !important;
  font-weight: 600;
  transition: all 0.2s;
  background: #f8f9f9;
}

#likeFeedback+label:hover>svg,
#likeFeedback:checked+label>svg {
  fill: #188865 !important;
  transition: all 0.2s;
}

#suggestionFeedback+label:hover,
#suggestionFeedback:checked+label {
  color: rgb(240,176,44) !important;
  font-weight: 600;
  transition: all 0.2s;
  background: #f8f9f9;
}

#suggestionFeedback+label:hover>svg,
#suggestionFeedback:checked+label>svg {
  fill: rgb(240,176,44) !important;
  transition: all 0.2s;
}

#dislikeFeedback+label:hover,
#dislikeFeedback:checked+label {
  color: rgb(207,54,78) !important;
  font-weight: 600;
  transition: all 0.2s;
  background: #f8f9f9;
}

#dislikeFeedback+label:hover>svg,
#dislikeFeedback:checked+label>svg {
  fill: rgb(207,54,78) !important;
  transition: all 0.2s;
}

/* Feedback Widget */
.datacom-cloud-title {
  margin: 0px;
  font-size: 48px;
  line-height: 1.14;
  letter-spacing: -3.36px;
}

/* style scrollbar for Chrome */
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* Cursor style */
.agency-item.hover,
.modal-close-icon,
.input-dropdown-arrow-icon:hover,
input:not(:disabled):not(.input-read-only):hover,
.button:not(.disabled-button):hover,
.table-header-clickable:hover,
.table-row-clickable:hover,
.table-data-clickable:hover,
.paginate_button:hover,
.existing-service-item:hover,
.accordion:hover,
.item-metadata-action:hover,
.menu-item:not(.disable):hover,
.list-item-clickable:hover,
.slider:not(.disabled),
.delete-icon:hover,
.combobox-input:hover,
.add-icon:hover,
.undo-icon:hover {
  cursor: pointer;
}

.input-read-only:hover,
.inactive-link,
.disabled,
.INACTIVE,
.inactive:not(.table-data),
.disable {
  cursor: default;
}

/* Cursor style */
/* Scrolling properties*/
.no-scroll {
  overflow: hidden;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

/* Scrolling properties*/
/* Using Font Awesome icons as before/after content */
.existing-item-menu-button:before,
.service-menu-button:before,
.status:before,
.create-table-data:before,
.role-table-data:before,
.user-table-data:before,
.mobile-table-data:before,
.email-table-data:before,
.upload-report:before,
#adminCreateNew:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* VM status */
.status {
  text-transform: capitalize;
}

.NA:before {
  content: "\f056";
}

.on:before {
  content: "\f1e6";
}

.off:before {
  content: "\f057";
}

.sus:before {
  content: "\f04c";
}

.icdr:before {
  content: "\f0c2";
}

.raas:before {
  content: "\f362";
}

/* VM status */
/* Dialog custom styling */
.no-close .ui-dialog-titlebar {
  display: none;
}

.modal-title {
  margin-top: 0px;
}

.modal-text-content {
  margin-bottom: 16px;
}

.modal-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* Dialog custom styling */
/* custom classes for jquery ui */
.custom-autocomplete {
  max-height: 200px;
}

.custom-dialog {
  border-radius: 10px;
  padding: 32px;
}

.custom-tooltip {
  padding: 16px;
  max-width: 450px;
}

/* custom classes for jquery ui */
.info-inline-container,
.success-inline-container,
.error-inline-container,
.warning-inline-container {
  display: block;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
}

/* Ensure inline containers not in CR form break words if necessary to prevent overlapping */
*[class$=-inline-container]:not(.inline-container-margin) {
  word-wrap: break-word;
}

.info-inline-container table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.info-inline-container table th, .info-inline-container table td {
  padding: 8px;
}
.info-inline-container table tbody tr:nth-child(odd) {
  background-color: #f8f9f9;
}

.throbber-mask {
  position: fixed;
  left: 0;
  top: 0;
  background: url(images/transparent.gif) left top repeat;
  z-index: 100;
}

.timezone {
  padding: 0px 8px;
  font-size: 10px;
}

.cancel-option {
  font-weight: 600;
  opacity: 0.5;
}

.fill-parent-width {
  width: 100%;
}

/* iGovt Login */
#igovt-login-label,
#igovt-login-btn,
.login-helper,
#login-btn {
  margin-bottom: 12px;
}

#igovt-login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #D64309; /*realme specific web colour*/
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 0px !important;
  height: fit-content !important;
  border-radius: 16px;
  max-width: 200px;
  border: none;
}

#igovt-login-btn * {
  pointer-events: none;
}

#igovt-login-btn--icon {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#igovt-login-btn--icon > svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

/* iGovt Login */
.logo-datacom-csg {
  height: 96px;
  width: 241px;
  margin-left: -32px;
}

.no-padding {
  padding: 0px;
}

.display-none {
  display: none;
}

#login-btn {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 8px;
  height: fit-content !important;
  padding: 10.5px 16px;
  max-width: 200px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.border-none {
  border: none !important;
}

.app {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  flex: 1 1 auto;
}

.app-icon {
	height: 24px;
	width: 24px;
	flex: 0 0 auto;
}