

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

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


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

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


.ctb-loginpage-brand-images {
  display: block;
  margin:auto;
  text-align:center;
  border-color:transparent;
}

.ctb-image-caption-center-align{
  font-weight: bold;
  text-align: center;
}

.ctb-oj-flex-items-left-pad {
  padding-left:10px;  
}

address {
  font-style: normal;  
}

.ctb-oj-web-applayout-max-width {
   margin-left: auto;
   margin-right: auto;
   max-width: auto;
   box-sizing: border-box;
    width: 60%;    
}


@media (max-width: 500px){
  .ctb-oj-web-applayout-max-width {     
      width: 70%;    
  }
}

@media (min-width: 590px) and (max-width: 850px){
  .ctb-oj-web-applayout-max-width {     
      width: 84%;    
  }  
}

@media (min-width: 768px) and (max-width: 1204px){
    
}

@media (max-width: 767px){
 
} 

@media (min-height: 950px) and (min-width:1900px){
  
}


/* #chooseBrandRadioSet .oj-choice-item:first-child {
  padding-right: 300px;
} */

/* #chooseBrandRadioSet .oj-choice-item {
  padding-right: 500px;
}  */
/* #chooseBrandRadioSet .oj-choice-item {
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;  
}  */

/* --- 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-page-content {
  width: 90%;
}

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

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

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

.odcs-text-faint {
  color: rgba(134, 134, 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-inputtext-full-width .oj-inputtext {
  max-width: 100%;
}

.odcs-combobox-min-width .oj-combobox, .odcs-select-min-width .oj-select, .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 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 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 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: none;
  background-size: 0;
}

/* Using "!important" as there is a very specific Alta rule for the following sibling after a hovered element */

.odcs-list-no-separator .oj-listview-item.oj-hover+.oj-listview-item {
  border-top: 0 !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;
}

.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-inputtext-input {
  height: 3rem;
  padding: 10px;
  margin-bottom: 8px;
}

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

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

/* Existing form box classes currently having no specific styling */

.odcs-form-box-header {}

.odcs-form-box-footer {}

.odcs-form-box-text {}

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

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

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

/* Home page Hero Image Styles */

.odcs-hero-image {
  background-image: url("../images/odcs-hero-image.jpg");
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .odcs-hero-image {
    height: 60vh;
  }
}

.odcs-hero-image-text-box {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}

.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: 20px 30px;
  max-width: 720px;
  background-color: transparent;
  border: 0;
}

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

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

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

.odcs-home-body-content {
  padding: 0 9%;
}

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

/* Styling for KM collapsible filter header*/

.odcs-collapsible-filter {
  color: #eaf0f2;
  font-size: small;
  padding: 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;
}

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

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}
/* --- "Sign up" page - END ------------------------------------------------- */