@font-face {
    font-family: 'MarkOT';
    src: url('../fonts/MarkW04-Regular.woff') format('woff'),
         url('../fonts/MarkW04-Regular.woff2')  format('woff2');
}

@font-face {
    font-family: 'MarkOT-Bold';
    src: url('../fonts/MarkOT-Bold.woff') format('woff'),
         url('../fonts/MarkOT-Bold.woff2')  format('woff2');
}

.markot { font-family: 'MarkOT'; }
.markot-bold { font-family: 'MarkOT-Bold'; }

.oj-table-column-header-cell {
  font-weight: bold;
}
html,
body{
   font-family:MarkOT, MarkOT-Bold, MarkOT-Medium, MarkOT-LightItalic, MarkOT-Italic, calibri;
}

/* =============================================================================
    Global app styles
   ========================================================================== */

a {
  cursor: pointer;
}

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

.odcs-behind-header {
  top: -58px;
  margin-bottom: -58px;
}

.odcs-header-padding {
  padding-top: 58px;
}

.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;
}

/* --- Root page Header Styles ---------------------------------------------- */
.odcs-header {
  background-color: rgba(0, 0, 0, 0.7);
  height: 58px;
}

.odcs-header-text, .odcs-menu-header-outer {
  color: rgba(255, 255, 255, 1.0);
  cursor: pointer;
}

.odcs-header-link {
  color: rgba(255, 255, 255, 1.0);
}

.odcs-header-icon {
  color: rgba(255, 255, 255, 1.0);
  margin: 9px 9px 9px 0;
  cursor: pointer;
}

.odcs-header-item, .odcs-menu-header-inner {
  color: rgba(255, 255, 255, 1.0)
}

.odcs-header-item:after {
  background-color: #FFFFFF;
  bottom: -8px;
  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-header-item, .odcs-header-item a {
  color: rgba(255, 255, 255, 1.0);
}

.odcs-menu-header-inner {
  cursor: pointer;
  font-size: 1.14286rem;
}

/* Styling for Drop Down Menu Button in Header */

.odcs-menu-header-outer:hover .odcs-menu-header-inner:after {
  width: 50%;
  transition: 0.3s ease all;
}

.odcs-menu-header-inner:after {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 0;
  left: 50%;
}

.odcs-header-menu-button.oj-button.oj-default.oj-button-half-chrome .oj-button-button, .odcs-header-menu-button.oj-button.oj-active.oj-button-half-chrome .oj-button-button, .odcs-header-menu-button.oj-button.oj-hover.oj-button-half-chrome:not(.oj-active) .oj-button-button, .odcs-header-menu-button.oj-button.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled) .oj-button-button, .odcs-header-menu-button.oj-button.oj-selected.oj-button-half-chrome:not(.oj-disabled) .oj-button-button, .odcs-header-menu-button.oj-button.oj-disabled.oj-button-half-chrome .oj-button-button, .odcs-header-menu-button.oj-button.oj-disabled.oj-selected.oj-button-half-chrome .oj-button-button {
  background-color: transparent;
  border-color: transparent;
  color: white;
}

/* Styling for Drop Down Menu Icon in Header */

.odcs-header-menu-button.oj-button.oj-default.oj-button-half-chrome .oj-button-icon, .odcs-header-menu-button.oj-button.oj-hover.oj-button-half-chrome:not(.oj-active) .oj-button-icon, .odcs-header-menu-button.oj-button.oj-active.oj-button-half-chrome .oj-button-icon {
  color: white;
}

/* --- Root page Header Styles - END ---------------------------------------- */

/* --- Root page Footer Styles ---------------------------------------------- */

.odcs-footer {
  font-size: 12px;
  opacity: 1;
  border: none;
  padding-left: 15%;
  padding-right: 15%;
}

.odcs-footer-panel {
  background-color: transparent;
  border: none;
}

.odcs-footer-panel a {
  cursor: pointer;
}

.odcs-footer-panel-md {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e0e1e1;
  max-width: 18%
}

/* --- Root page Footer Styles - END ---------------------------------------- */

/* --- Page margins and contents -------------------------------------------- */

.odcs-page-margin-start, .odcs-page-margin-end {
  width: 5%;
}

.odcs-page-margin-start-2x, .odcs-page-margin-end-2x {
  width: 10%;
}

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

.odcs-page-content {
  width: 90%;
}

.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 -------------------------------------- */

/* --- Text styles ---------------------------------------------------------- */

.odcs-text-faint {
  color: rgba(124, 114, 134, 1.0);
}

.odcs-text-thick, .odcs-km-popular-articles .odcs-list-view-primary-field, .odcs-text-thick:active, .odcs-km-popular-articles .odcs-list-view-primary-field:active {
  font-size: larger;
  font-weight: 500;
}

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

/* --- Text styles - END ---------------------------------------------------- */

/* --- JET overrides -------------------------------------------------------- */

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

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

/* --- JET overrides - END -------------------------------------------------- */

/* --- Miscellanea ---------------------------------------------------------- */

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

.odcs-chat-icon {
  color: rgba(0, 0, 0, 0.3);
}

.odcs-tabs {
  font-size: large;
  text-align: center;
  cursor: pointer;
  background-color: rgba(245, 245, 245, 1);
}

.odcs-tabs-top-panel {
  padding-top: 1em;
}

.odcs-tabs.oj-tabbar-horizontal.oj-tabbar-icon-only .oj-tabbar-item.oj-selected, .oj-tabbar-horizontal:not(.oj-tabbar-icon-only) .oj-tabbar-item.oj-selected {
  border-color: black;
}

/* Styling for the odcs clickable components, e.g. links in list views */

.odcs-clickable, a:active.odcs-clickable {
  color: #0572ce;
  cursor: pointer;
}

/* Styling for the odcs clickable components in detail header view */

.odcs-clickable-detail-view, a:active.odcs-clickable-detail-view {
  color: #0572ca;
  cursor: pointer;
}

/* Styling for the odcs upload icon */

.odcs-upload-icon-color {
  color: rgb(154, 154, 154);
}

/* Styling for the detail table row text */

.odcs-detail-table-row {
  padding-top: 0.5em;
}

.odcs-detail-table-row-primary-text {
  font-weight: 500;
}

.odcs-detail-table-row-secondary-text {
  font-weight: 100;
}

.odcs-detail-table-row-tertiary-text {
  font-size: small;
  font-weight: 100;
}

/* Styling for the odcs clickable on hover e.g. to apply an underline */

.odcs-clickable:hover {
  text-decoration: underline;
}

/* Styling for the odcs clickable detail view on hover e.g. to apply an underline */

.odcs-clickable-detail-view:hover {
  text-decoration: underline;
}

/* Styling for edit file description button */

.odcs-sr-file-description-edit-button {
  padding-left: 1em;
}

.odcs-sr-file-description-edit-toolbar {
  padding-left: 1em;
}

/* Styling for SR details page enabling height: 100% for the dialog body content element and its children */

.odcs-dialog-content .oj-dialog-content *, .odcs-dialog-content .oj-dialog-content {
  height: 100%;
}

/* Styling for SR details page actions dialog used to stop a needless overflow in the add message dialog that would cause a scroll bar to show */

.odcs-sr-detail-dialog-body {
  overflow: hidden;
}

/* Styling for text in attachment dropzone on service request details page */
.odcs-oj-attachment-file-picker-dropzone {
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* Styling for progress indicators */

.odcs-progress {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* --- Miscellanea - END ---------------------------------------------------- */

/* =============================================================================
    Component-specific styles
   ========================================================================== */

/* --- Title-subtitle section ----------------------------------------------- */

.odcs-page-title {
  margin: 10px 0 0 0;
  padding: 0;
}

.odcs-page-subtitle {
  padding: 0;
}

/* --- Title-subtitle section - END ----------------------------------------- */

/* --- ODCS list view component styles -------------------------------------- */

/* Generic list styles */

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

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

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

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

.odcs-list-view-warning-icon-color {
  color: rgb(193, 94, 94);
}

.odcs-list-view-icon-color {
  color: rgb(128, 128, 128, 1);
}

.odcs-list-view-control-label {
  font-weight: 700;
}

.odcs-list-view-control-padding {
  padding-right: 1rem;
}

/* Styles for list with no separators */

.odcs-list-no-separator .oj-listview {
  border-style: none;
  border: none;
}

.odcs-list-small-padding .oj-listview-item {
  padding: 0.25rem;
}

.odcs-list-no-separator .oj-listview-item {
  border-color: transparent !important;
  background-size: 0;
}

.oj-listview-item:hover {
 background-color: #FFEEC6!important;
}


/* --- ODCS list view component styles - END -------------------------------- */

/* --- ODCS summary panel --------------------------------------------------- */

.odcs-summary-panel {
  background-color: rgba(245, 245, 245, 1);
  padding-top: 0.5em;
}

.odcs-summary-panel-h2 {
  font-weight: 500;
}

.odcs-summary-panel-h3 {
  font-weight: 300;
}

.odcs-summary-label {
  padding-top: 0.7em;
  font-size: small;
  font-weight: 500;
}

.odcs-summary-field {
  font-weight: 700;
  padding-bottom: 0.5em;
}

.odcs-summary-value {
  font-size: small;
  font-weight: 400;
}

/* --- ODCS summary panel - END --------------------------------------------- */

/* --- Option card (and menu) ----------------------------------------------- */

.odcs-option-card-menu {
  padding: 0 25px;
}

.odcs-option-card {
  min-width: 361px;
  min-height: 336px;
  max-width: 361px;
  padding: 22px;
  margin: 35px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.odcs-option-card>.oj-flex-item {
  width: 100%/* For IE11 compatibility, otherwise text doesn't wrap */
}

.odcs-option-card-icon {
  height: 102px;
  width: 102px;
  font-size: 70px;
  border: 0;
  color: #b4b4b4;
  text-align: center;
}

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

.odcs-option-card-description {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

.odcs-option-card-action-info {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}

.odcs-option-card-action-trigger {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}

/* --- Option card (and menu) - END ----------------------------------------- */

/* --- Form box ------------------------------------------------------------- */

.odcs-form-box {
  background-color: rgba(0, 0, 0, 0.69);
  width: 100%;
  max-width: 454px;
  border-radius: 5px;
}

.odcs-form-box-content {
  max-width: 324px;
}

.odcs-form-box-text, .odcs-form-box-label, .odcs-form-box-label .oj-label-required-icon {
  color: #FFFFFF;
}

.odcs-form-box .oj-label {
  font-size: 1.28571428rem;
}

.odcs-form-box .oj-button-primary {
  filter: brightness(130%);
}

.odcs-form-box a {
  color: var(--oj-brand-color);
  filter: brightness(130%);
}

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

/* =============================================================================
    Page-specific styles
   ========================================================================== */

/* --- Support (home) page -------------------------------------------------- */

/* Home page Hero Image Styles */

.odcs-hero-image {
  /* background-image: url("../images/Group2.png"); */
  background: linear-gradient(rgba(20,20,20, .3),rgba(20,20,20, .3)), url("../images/hero.jpg");
  padding-top: 50px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.odcs-hero-image-text-box {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 5px;
  margin-top: 21px;
}

.odcs-hero-image-small {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url("../images/odcs-hero-image.jpg");
  background-repeat: no-repeat;
  background-size: auto 160%;
  background-position: top right;
  background-color: #f0f0f0;
  position: relative;
}

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

.odcs-hero-image-text {
  color: rgba(255, 255, 255, 1.0);
  font-size: 4.0vw;
  text-align: center;
}

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

.odcs-hero-input .oj-combobox-choice {
  background-clip: border-box;
}

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

@media screen and (max-width: 767px) {
  .odcs-home-section-title {
    font-size: 2.42857rem;
  }
}

@media screen and (min-width: 768px) {
  .odcs-home-section-title {
    font-size: 3.5vw;
    line-height: 3.2vw;
  }

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

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

  /* Reduced height 'border' to separate boxes on homepage */
  .odcs-homepage-left-box:after {
   /* background-color: #e0e1e1;*/
    top: 20%;
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    width: 1px;
    right: 50%;
  }
}

oj-list-view.odcs-home-visual-navigator ul.oj-listview-group {
  justify-content: center;
}

li.oj-listview-item.odcs-home-visual-navigator-card {
  border-radius: 5px;
  background: #fffd;
}

.odcs-home-visual-navigator-card-icon {
  color: #b4b4b4;
}
  
.odcs-home-body-content {
  padding: 0 9%;
}

.odcs-list-icon {
  width: 28px;
  text-align: center;
  padding-top: 5px;
  height: 28px;
}

.odcs-list-icon:hover{
border-radius: 37px;
    padding: 5px;
    background-color: #FEC02D;
    color: black;
}


/* Styling for KM collapsible filter header*/

.odcs-collapsible-filter {
  color: #eaf0f2;
  font-size: small;
  padding: 0;
}

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

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

/* --- Support (home) page - END -------------------------------------------- */

/* Styling for KM article pieces, e.g. to control padding around the pieces */

.odcs-km-article-piece {
  padding-bottom: 1em;
}

/* Styling for KM article pieces headers */

.odcs-km-article-piece-header {
  font-size: large;
  font-weight: 500;
}

/* Article rating info related styling */

.odcs-km-article-heading {
  display: inline;
}

.odcs-km-article-rating-separator {
  color: #999;
}

/* Article feedback section related */
.odcs-km-article-feedback-section {
  font-size: 1.3em;
}

.oj-button.oj-disabled.odcs-km-article-rating-five-star, .oj-button.oj-disabled.odcs-km-article-rating-yes-no {
  margin-bottom: 15px;
}

.oj-button.oj-disabled.odcs-km-article-rating-five-star .oj-button-button, .oj-button.oj-disabled.odcs-km-article-rating-yes-no .oj-button-button {
  border-radius: 3px;
  height: 32px;
}

.oj-button.oj-disabled.odcs-km-article-rating-five-star .oj-button-button {
  background-color: #008000;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
}

.oj-button.oj-disabled.odcs-km-article-rating-yes-no .oj-button-icon, .oj-button.oj-disabled.odcs-km-article-rating-yes-no .oj-button-button {
  background-color: #fff;
  color: #000;
}

.odcs-knowledge-article-message, .odcs-knowledge-article-thanks-message {
  font-weight: bold;
}

.odcs-knowledge-article-message.value-mode {
  font-size: 1.3em;
}

.odcs-knowledge-article-thanks-message {
  color: #6aad74;
}

.odcs-km-current-rating, .odcs-km-current-rating oj-rating-gauge, .odcs-km-current-rating oj-button {
  display: inline-block;
}

/* --- "Contact us" page ---------------------------------------------------- */

#odcs-contact-us-page {
  background: linear-gradient(#f5f5f5 55%, #ffffff 45%);
}

#odcs-contact-us-title-section {
  padding: 20px;
}

/* --- "Contact us" page - END ---------------------------------------------- */

/* --- "Sign up" page ------------------------------------------------------- */

#odcs-sign-up-page {
  margin-top: -58px;
  /* top and padding to set image behind header */
  padding: 58px 0 0 0;
  background-image: url("../images/odcs-sign-up-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

/* --- "Sign up" page - END ------------------------------------------------- */

/* --- "Sign in" page ------------------------------------------------------- */

#odcs-sign-in-page {
  margin-top: -58px;
  /* top and padding to set image behind header */
  padding: 58px 0 0 0;
  background-image: url("../images/odcs-sign-in-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

/* --- "Sign up" page - END ------------------------------------------------- */

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

/* --- IDCS Forms ------------------------------------------------------- */

.odcs-login-info {
  padding: 20px;
}

.oj-panel.odcs-login-panel {
  padding: 0;
}

.oj-panel.odcs-login-panel,
.oj-panel.odcs-change-password-panel,
.oj-panel.odcs-forgot-password-panel,
.oj-panel.odcs-reset-password-panel {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.odcs-login-forgot-password,
.odcs-back-to-login {
  text-align: right;
  font-size: 0.85em;
}

/* Hide superflous info for password policy violation messages */
.odcs-change-password-panel .odcs-new-password-1 .oj-message-error .oj-message-detail,
.odcs-reset-password-panel .odcs-new-password-1 .oj-message-error .oj-message-detail {
  display: none;
}

/* --- IDCS Forms - END ------------------------------------------------------- */

/* --- Work Order --------------------------------------------------------------*/

.odcs-hr-panel {
  background-color: #e0e1e1;
  margin: 2px 0
}

/* --- Work Order - END -------------------------------------------------------*/
  
.circle:before {
    content: ' \25CF';
    font-size: 5px;
    color: #fff;
    float: right;
    margin-top: 7px;
}

#searchID{
  height:104px !important;
}

#odcs-sr-description-text{
  font-size:14px;
}

.font-size14px{
  font-size:14px;
}

#ojChoiceId_autogen1{
   font-size:14px;
}

#ojChoiceId_autogen3{
  font-size:14px;
}

#odcs-sr-title-input{
  font-size:14px;
}

#odcs-sr-title-inputLOV1{
  font-size:14px;
}

#odcs-sr-title-inputLOV2{
  font-size:14px;
}

#odcs-sr-title-inputDescription{
  font-size:14px;
}

#odcs-sr-title-inputEmail{
  font-size:14px;
}

#odcs-sr-title-inputReEmail{
  font-size:14px;
}

#odcs-sr-title-inputFirstName{
  font-size:14px;
}

#odcs-sr-title-inputLastName{
  font-size:14px;
}

#odcs-sr-title-inputTelephone{
  font-size:14px;
}

#odcs-sr-title-inputExtension{
  font-size:14px;
}

#odcs-sr-extension-input{
  font-size:14px;
}

.hoverpart {
  color:#5c5c5c;
}

.hoverpart:hover {
  background-color: #FEC02D;
  color: black;
  text-decoration: none;
}

.anchorhover:hover {
  background-color: #FEC02D;
  font-weight:bolder;
  color: black;
  text-decoration: none;
}

.bcrumbhover:hover {
  background-color: #FEC02D!important;
  font-weight:bolder!important;
  color: black!important;
  text-decoration: none!important;
}

.footerhover:hover {
  background-color: #FEC02D;
  font-weight:bolder;
  color: black;
  text-decoration: none;
}

.anchorhover{
color: black;
font-weight: bold;
text-decoration: underline;
}

.headerhover:hover {
    text-decoration: underline;
    text-decoration-color: #FEC02D;
    text-decoration-thickness: 2px;
}

.searchicon-circle:hover{
    border-radius: 30px;
    padding: 6px;
    background-color: #FEC02D;
    color: black;
}

.footericon:hover{
  color:#FEC02D!important;
  text-decoration: none;
}
.oj-filepicker-secondary-text {
  display:none!important;
}
.oj-filepicker-dropzone {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    padding: 15px;
    text-align: center;
    width: 400px;
}
.oj-filepicker-text
{
margin-bottom: 0px !important;
}