html:root {
  --oj-html-font-family : Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --oj-odcs-header-font-size: var(--oj-typography-body-md-font-size);
  --oj-odcs-footer-font-size: var(--oj-typography-body-sm-font-size);
  --oj-odcs-header-background-color: rgba(var(--oj-palette-neutral-rgb-0));
  --oj-odcs-footer-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-form-box-background-color: rgba(var(--oj-palette-neutral-rgb-200), 0.7);
  --oj-odcs-summary-panel-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-heading-panel-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-header-height: 58px;
  --oj-odcs-hero-panel-background-color: rgba(var(--oj-palette-neutral-rgb-200), 0.3);
  --oj-odcs-hero-panel-hover-color: rgba(var(--oj-palette-neutral-rgb-180), 0.3);
  --oj-odcs-hero-panel-selected-color: rgba(var(--oj-palette-neutral-rgb-160), 0.3);
  --oj-odcs-hero-panel-border-color: rgba(var(--oj-palette-neutral-rgb-0), 0.3);
  --oj-odcs-hero-panel-border: 1px solid var(--oj-odcs-hero-panel-border-color);
  --oj-odcs-home-separator-color: rgb(var(--oj-palette-neutral-rgb-40));
  --oj-core-text-color-primary: #272727  ;
  --oj-button-outlined-chrome-text-color : #272727 !important ;
}

/* --- Global Application Styles - START --- */
a {
  cursor: pointer;
  color:#428bca;
}

body {
  background-color: rgb(var(--oj-palette-neutral-rgb-0));
  font-family:  var(--oj-html-font-family);;
}

/* Styling for the odcs clickable components, e.g. links in list views */
 
.odcs-clickable, .odcs-clickable-detail-view {
  cursor: pointer;
}

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

.odcs-auto-focus:focus {
  outline: 0;
}

.odcs-summary-panel {
  background-color: var(--oj-odcs-summary-panel-background-color);
  padding-top: 0.5em;
}

.odcs-summary-panel-h2 {
  word-break: break-word;
  word-wrap: break-word;
}

.odcs-heading-panel {
  background-color: var(--oj-odcs-heading-panel-background-color);
  padding-top: 0.5em;
}

.odcs-list-icon {
  width: 36px;
  text-align: center;
}

.odcs-form-search-button {
  width: 32px;
  padding-left: 6px;
  padding-right: 6px;
}

.odcs-combobox-full-width, .odcs-select-full-width, .odcs-select-full-width, .odcs-inputtext-full-width {
  max-width: 100%;
}

.odcs-combobox-min-width, .odcs-select-min-width, .odcs-select-min-width, .odcs-inputtext-min-width {
  min-width: 240px;
}

.odcs-tabs {
  padding-bottom: var(--oj-core-spacing-1x);
}

.odcs-summary-field {
  padding-bottom: 0.5em;
  padding-top: 0.2em;
}

.odcs-flex-column-stretch {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

oj-vb-content > oj-module {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* --- Global Application Styles - END --- */

/* --- Header - START --- */
.odcs-header {
  --oj-link-text-color: #428bca;  //var(--oj-core-text-color-primary);
  font-size: var(--oj-odcs-header-font-size);
  background-color: var(--oj-odcs-header-background-color);
  height: var(--oj-odcs-header-height);
  border-bottom: none;
}

.odcs-header-icon {
  margin: 9px 0 9px 0;
  cursor: pointer;
}

.odcs-header-text, .odcs-menu-header-outer {
  cursor: pointer;
  padding-left: 0.75rem;
}

.odcs-header-padding {
  padding-top: calc(0px - var(--oj-odcs-header-height));
}

.odcs-header-item {
    line-height: var(--oj-typography-body-md-line-height);
}

.odcs-header-item:after {
  background-color: var(--oj-core-text-color-primary);
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 0;
  left: 50%;
  cursor: pointer;
}

.odcs-header-item a:hover, .odcs-header-item a:focus {
  text-decoration: none;
}

.odcs-header-text:hover .odcs-header-item:after {
  width: 50%;
  transition: 0.3s ease all;
}

.odcs-menu-header-inner {
    cursor: pointer;
    font-size: calc(1rem/0.875); /* Ideally we'd use var(--oj-button-font-size) but you can only divide by unit less numbers in calc expressions. */
}

.odcs-wo-create-page-content h3 {
  padding-bottom: 2px;
  border-bottom: solid 1px var(--oj-core-divider-color);
}

/* --- Footer - START --- */
.odcs-footer {
  --oj-panel-bg-color: none;
  font-size: var(--oj-odcs-footer-font-size);
  background-color:var(--oj-odcs-footer-background-color);
}
/* --- Footer - END --- */

/* --- List Views - START --- */
.odcs-list-view {
  word-break: break-word!important;
}

.odcs-list-view-primary-field, a:active.odcs-list-view-primary-field {
  font-size: large;
  font-weight: 500;
}

.odcs-list-view-secondary-field, a:active.odcs-list-view-secondary-field {
  font-weight: 500;
}

.odcs-list-view-primary-sm-field, a:active.odcs-list-view-primary-sm-field {
  font-weight: 600;
}

.odcs-list-view-secondary-sm-field, a:active.odcs-list-view-secondary-sm-field {
  font-size: small;
  font-weight: 500;
}

.odcs-list-view-warning-icon-color {
  color: rgb(var(--oj-palette-danger-rgb-100));
}

.odcs-list-view-icon-color {
  color: rgb(var(--oj-palette-neutral-rgb-100));
}

.odcs-list-view-control-label {
  font-weight: 700;
  white-space:nowrap!important;
}

.odcs-list-view-control-padding {
  padding-right: 1rem;
}
/* --- List Views - END --- */

/* --- Page margins and contents - START --- */
.odcs-page-margin-start-2x, .odcs-page-margin-end-2x {
  width: 10%;
}

.odcs-horizontal-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.odcs-page-content-margin-2x {
  max-width: 80%;
}

.odcs-content-75percent-width {
  padding: 0;
  width: 75vw;
}

.odcs-content-85percent-width {
  padding: 0;
  width: 85vw;
}

.odcs-content-full-width {
  padding: 0;
  width: 100vw;
}
/* --- Page margins and contents - END --- */

/* --- Hero - START --- */
.odcs-hero-image {
  background-image: url("../images/odcs-hero-image.jpg");
  padding-top: 50px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.odcs-hero-image-text-box {
  border: var(--oj-odcs-hero-panel-border);
  background-color: var(--oj-odcs-hero-panel-background-color);
  margin-top: 20px;
}

.odcs-hero-image-text-box-small {
  padding: 34px 20px 18px 26px;
  max-width: 720px;
  background-color: transparent;
  border: 0;
}

.odcs-hero-image-text {
  text-align: center;
}

.odcs-hero-input {
  max-width: 100%;
  /* Needs to override default .oj-combobox max-width */
}
/* --- Hero - END --- */

/* --- Home Page - START --- */
.odcs-home-body-content {
  padding: 0 9%;
}

.odcs-home-page-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px;
  z-index: 100;
}

.odcs-home-page-skip-link:focus {
  top: 0;
}

.odcs-home-page-skip-link:focus {
  top: 0;
}

.odcs-home-section-title {
  width: 100%;
}

.odcs-warning-panel {
  background-color: rgb(var(--oj-palette-warning-rgb-40));
}

.odcs-sign-up-warning-panel {
  margin-top: 21px;
}

.odcs-home-visual-navigator-card {
  --oj-core-bg-color-hover: var(--oj-odcs-hero-panel-hover-color);
  --oj-core-bg-color-selected: var(--oj-odcs-hero-panel-selected-color);
  border: var(--oj-odcs-hero-panel-border) !important; /** Default list view item card styling has more specifity **/
  background-color: var(--oj-odcs-hero-panel-background-color);
  display: flex;
  align-items: center;  
}

/* Known audit breach required to center align visual navigator tiles, JET support for this is not available */
.odcs-home-visual-navigator .oj-listview-group {
  justify-content: center;
}

.odcs-visual-navigator-item {
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.odcs-hero-image-text {
    font-size: 2rem;  
}
  
.odcs-home-section-title {
    font-size: 1.5rem;
}

.odcs-home-visual-navigator-card-icon {
  font-size: 2em;
  min-width: 40px;
  text-align: center;
}  

@media screen and (min-width: 600px) {
  .odcs-hero-image-text {
    font-size: 2.5rem;  
  }
  
  .odcs-home-section-title {
    font-size: 1.85rem;
  }

  .odcs-home-visual-navigator-card-icon {
    font-size: 2em;
  }
  
  /* Custom Begin */
  .odcs-header-item a
  {
  font-size: 10px;
  }
  /*
  img#logo-img {
      max-width: 58px;
  }*/

  /* Custom End  */
}

@media screen and (min-width: 1024px) 
{
  .odcs-hero-image-text {
    font-size: 2rem;  
  }
    
  .odcs-home-section-title {
    font-size: 2.25rem;
  }

  .odcs-home-visual-navigator-card-icon {
    font-size: 2.5em;
    min-width: 50px;
  }  

  .odcs-homepage-left-box {
    padding: 0 10px 20px 0;
  }

  .odcs-homepage-right-box {
    padding: 0 0 20px 10px;
  }

  /* Separator between left and right areas on home page for large screens */
  .odcs-homepage-left-box:after {
    background-color: var(--oj-odcs-home-separator-color);
    top: 20%;
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    width: 1px;
    right: 50%;
  }

  /*Custom CSS START */
  .odcs-header-item a
  {
  font-size: 18px;
  }
  
.odcs-behind-header {
  top: calc(0px - var(--oj-odcs-header-height));
  margin-bottom: calc(0px - var(--oj-odcs-header-height));
}

.oj-table-column-header-text
{
    color: #1c1f21;
    font-weight: bold;
    font-size: 1rem;
}

.oj-table-data-cell
{
  color: #1c1f21;
  font-weight: 100;
}


img#logo-img {
    //max-width: 145px;
    max-width: 300px;
    max-height: 250px;
}

  /*Custom CSS End */
}

/* --- Styling for Knowledge Suggest popup--- */
.oj-odcs-km-search-suggest-popup {
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
}

/* --- Home Page - END --- */

/* --- Work Order pages - START --- */
.odcs-wo-long-text {
  word-break: break-all;
}

.odcs-wo-tech-location-lgUp {
  position:relative;
  padding-bottom: 50%;
}

/* Styling for text in attachment file picker and dropzone on service request pages */
.odcs-oj-attachment-file-picker {
  width: 100%; 
  max-width: 100%;
}

.odcs-oj-attachment-file-picker-dropzone {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.odcs-wo-tech-location-mdOnly {
  position:relative;
  padding-bottom: 66.67%;
}

.odcs-wo-tech-location-smOnly {
  position:relative;
  padding-bottom: 150%;
}

.odcs-wo-casenote-button {
  height:1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}

.odcs-wo-technician-panel-smLg {
  height: 57rem;
}

.odcs-wo-technician-panel-md {
  height: 40rem;
}

.odcs-wo-case-notes-tertiary-text {
  font-size: small;
  font-weight: 100;
}

/* Tweak oj-ofs-booking-calender layout, avoid scrollbars and hidden page footer */
.odcs-wo-create-page-content oj-ofs-booking-calendar .ofsc-bw-wrapper .booking-calendar .dataInfo {
  margin-left: 0;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .odcs-wo-create-page-content oj-ofs-booking-calendar .ofsc-bw-wrapper .booking-calendar .dataInfo {
    position: static;
  }

}

/* --- Work Order pages - END --- */

/* --- Sign In & Sign Up pages - START --- */
#odcs-sign-up-page,
#odcs-sign-in-page {
  margin-top: calc(0px - var(--oj-odcs-header-height));
  /* top and padding to set image behind header */
  padding: var(--oj-odcs-header-height) 0 0 0;
  background-image: url("../images/odcs-sign-in-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#odcs-sign-up-content, 
#odcs-sign-in-content {
  padding: 36px 0;
}

.odcs-user-sign-up-heading, 
.odcs-user-sign-in-heading,
.odcs-user-sign-in-sub-heading {
  text-align: center;
}

.odcs-user-sign-in-sub-heading {
  font-size: 1.5rem;
}
/* --- Sign In & Sign Up pages - END --- */

/* --- Dark Form box - START --- */
.odcs-form-box-wrapper {
  --odcs-form-box-width: 500px;
  --odcs-form-box-content-width: 324px;
  width: var(--odcs-form-box-width);
}

.odcs-form-box {
  background-color: var(--oj-odcs-form-box-background-color);
  width: 100%;
  max-width: var(--odcs-form-box-width);
  border-radius: 5px;
}

.odcs-form-box-content,
.odcs-signin-external-idps-conveyor-belt .odcs-sm-idp-button {
  width: var(--odcs-form-box-content-width);
}

.odcs-signin-external-idps-conveyor-belt {
  max-width: calc(var(--odcs-form-box-width) - 25px);
}

.odcs-form-box-content {
  --oj-radio-checkbox-input-color-unselected: rgb(var(--oj-palette-neutral-rgb-100));
  --oj-radio-checkbox-input-color-selected: rgb(var(--oj-palette-neutral-rgb-40));
}

/* --- Dark Form box - END --- */

/* --- "Error" page - START ---*/
.odcs-error-title-header {
  font-size: large;
  font-weight: 500;
}
/* --- "Error" page - END ---*/

/** --- Option card - START ---*/
.odcs-option-card-menu {
  padding: 0 32px;
}

.odcs-option-card {
  min-width: 208px;
  min-height: 146px;
  max-width: 220px;
  padding: 10px;
  margin: 15px;
 /* box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);*/
}

.odcs-option-card-icon {
  height: 128px;
  width: 128px;
  font-size: 72px;
  border: 0;
  color: rgb(var(--oj-palette-neutral-rgb-80));
  text-align: center;
}

.odcs-option-card-title {
  text-align: center;
  margin: 0;
}

.odcs-option-card-description {
  text-align: center;
  font-size: 14px; //var(--oj-typography-body-md-font-size);
  color: #000000 !important;
  padding: 5px 0;  
}

.odcs-option-card-action-info, .odcs-option-card-action-trigger {
  text-align: center;
  font-size: 14px; // var(--oj-typography-body-lg-font-size);
  margin: 0;
  padding: 10px 0;  
}
/** --- Option card - END ---*/

/* Custom Script Start*/


.surveyButton
{
    background-color: #000003;
    color: white;
    padding: 12px;
}
.cernerprimary-brand-color
{
  color: #428bca;
  font-weight: 300;
}

.cernerheader-brand-color
{
  color: #000000;
  font-weight: 300;
}

.oj-button {

  vertical-align: inherit; // top
}
.oj-button.oj-default.oj-button-half-chrome .oj-button-button
{
  color: #428bca;
}

.oj-button.oj-button-half-chrome .oj-button-button:hover
{
font-weight: 100;
}

.oj-button.oj-default.oj-button-outlined-chrome .oj-button-button,.oj-button.oj-default.oj-button-outlined-chrome .oj-button-icon
{
  color:var(--oj-link-text-color);
  font-weight: 200;

}

.oj-button-text-only .oj-button-text
{
  padding: 0;
}
.oj-menu-item>a
{
  font-size: 13px;
  line-height: 29px;
  color:#3a3f51;
}

.odcs-header-item > a:hover
{
  background-color: #eeeeee;
}

.oj-menu-item>a:hover
{
background-color: #eeeeee;

}

.oj-button:hover
{
 background-color: #eeeeee;

}
/*h1,h2,h3,h4,h5,h6
{
  color: #00456A;
}*/


.footerItems
{
  color: #3a3f51 ;
}
.footerItems a
{
  color: #000000;
}

.footerItems a[data-title]:hover:after 
{ 
			visibility: visible; 
} 

.footerItems a[data-title]:after 
{
  		content: attr(data-title); 
			background-color: #e3e3e3;	 
			color: #000000; 
			font-size: 15px; 
			position: absolute; 
			padding: 4px 8px 4px 8px; 
      top:-130px;
      width: 550px;
      left:30%;
			visibility: hidden;
}
.customCircle
{
    width: 100px;
    height: 90px;
    border: 1px solid #ccbfbf;
    border-radius: 50%;
    margin: auto;
    padding: 15px;
    background:#bebaba;
}

.tinydropdown
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.oj-button 
{
height: 25px;
font-weight: 100;
}

.oj-button.oj-button-half-chrome .oj-button-button
{
  font-weight: 100;
}
/*
.oj-flex-bar-end {
   margin-inline-start: 200px;
}
*/

.oj-text-field-input
{
  background-color: #fff;
  color:#000000;
}
.oj-text-field .oj-text-field-container
{
  background-color: rgb(218 213 208);
}
.oj-text-field .oj-text-field-start .oj-text-field-start-end-icon
{
  margin-inline-start: 9px;
  padding-right: 7px;
}
/*

.cernerdropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.cernerdropbtn:hover, .cernerdropbtn:focus {
  background-color: #2980B9;
}

.cernerdropdown {
  position: relative;
  display: inline-block;
}

.cernerdropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.cernerdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.cernerdropdown a:hover {background-color: #ddd;} */

.show {display: block;}


.LoadSpinner
{
  top:200px;
  text-align: center;
}

.spinnerprops {
position: fixed;
width: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 9999;
text-align: center;
}


/*Mobile menu start */ 

.cernermenunav 
{
  overflow: hidden;
  padding-top:10px;
}
.cernermenuCenter
{
margin:auto;
width:68%
}
.active
{
padding: 0px 23px !important
}
.lastmenu
{
float:right !important;
}
.cernermenunav a 
{
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


.cernermenunav .icon 
{
  display: none;
}

.cernerdropdown {
  float: left;
  overflow: hidden;
}

.cernerdropdown .cernerdropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.cernerdropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.cernerdropdown-content a
{
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.cernerdropdown-content span {
 float: none;
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}
.cernerdropdown-content a:nth-child(3) {
    color: #428bca;
}
.cernermenunav a:hover, .cernerdropdown:hover .cernerdropbtn 
{
  background-color: rgb(238,238,238);
}

.cernerdropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.cernerdropdown:hover .cernerdropdown-content {
  display: block;
}

@media screen and (max-width: 700px) {
  .cernermenunav a:not(:first-child), .cernerdropdown .cernerdropbtn {
    display: none;
  }
  .cernermenunav a.icon {
    float: right;
    display: block;
  }
  .lastmenu
	{
	float:none !important;;
	}
.cernermenuCenter
{
margin:auto;
width:100%;
}
}

@media screen and (max-width: 700px) {
  .cernermenunav.responsive {position: relative;}
  .cernermenunav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cernermenunav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .cernermenuCenter
{
margin:auto;
width:100%;
}
  .cernermenunav.responsive .cernerdropdown {float: none;}
  .cernermenunav.responsive .cernerdropdown-content {position: relative;}
  .cernermenunav.responsive .cernerdropdown .cernerdropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .lastmenu
	{
	float:none !important;;
	}
}
/*Mobile menu end  */


/* Custom Script End*/


