/**  DSM4.2 framework stylesheet
 */
/* 
	CommerceHub Color Palette
    http://styleguide/
*/
/* OrderStream specific */
.right-gutter {
  padding-right: 17px !important;
}
/* 
	CommerceHub Color Palette
    http://styleguide/
*/
/* OrderStream specific */
.right-gutter {
  padding-right: 17px !important;
}
/*
    Note that the button is smaller than style guide standards in order to better fit in
    with the rest of DSM.
 */
.chub-button {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: linear-gradient(to bottom, #1d84ff 0%, #0068e4 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: white;
}
.chub-button:hover {
  background: #1d84ff;
  text-decoration: none;
}
.chub-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.chub-button:disabled:hover {
  background: linear-gradient(to bottom, #1d84ff 0%, #0068e4 100%);
}
.chub-button--secondary {
  background: transparent;
  box-shadow: none;
  color: #096dff;
}
.chub-button--secondary:hover {
  background: transparent;
  text-decoration: underline;
}
.chub-button--large {
  height: 33px;
  line-height: 33px;
  padding: 0 15px;
}
/* 
	CommerceHub Color Palette
    http://styleguide/
*/
/* OrderStream specific */
.right-gutter {
  padding-right: 17px !important;
}
#dsmMenu_mainMenu {
  white-space: nowrap;
  box-sizing: content-box;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#dsmMenu_mainMenu a {
  text-decoration: none;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem {
  position: relative;
  z-index: 899;
  display: inline-block;
  height: 25px;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem .dsmMenu_mainMenuItemParent {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 25px;
  font-size: 14px;
  color: #096dff;
  background-color: white;
  border-right: 2px solid #e4e8f0;
  padding: 0 10px;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem .dsmMenu_mainMenuItemParent:before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 0px;
  width: 0px;
  border: 4px solid transparent;
  border-right-color: #e4e8f0;
  border-bottom-color: #e4e8f0;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem ol {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 7px 10px;
  background-color: #0e2546;
  min-width: 175px;
  max-width: 400px;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem ol a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: #89b8ff;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem ol a:hover {
  text-decoration: underline;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem ol .dsmMenu_subMenuItemExternalLink {
  position: relative;
  padding-right: 24px;
}
#dsmMenu_mainMenu .dsmMenu_mainMenuItem ol .dsmMenu_subMenuItemExternalLinkIcon {
  position: absolute;
  margin-top: 2px;
  right: 0;
  height: 16px;
  width: 16px;
}
#dsmMenu_mainMenu[data-isOpen] .dsmMenu_mainMenuItem[data-isActive] .dsmMenu_mainMenuItemParent {
  color: white;
  background-color: #0e2546;
  border-right-color: #0e2546;
}
#dsmMenu_mainMenu[data-isOpen] .dsmMenu_mainMenuItem[data-isActive] .dsmMenu_mainMenuItemParent:before {
  border-right-color: #89b8ff;
  border-bottom-color: #89b8ff;
}
#dsmMenu_mainMenu[data-isOpen] .dsmMenu_mainMenuItem[data-isActive] ol {
  display: block;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: verdana, sans-serif;
}
a {
  text-decoration: none;
}
a:link {
  color: #003366;
}
a:visited {
  color: #003366;
}
a:hover {
  color: #0033FF;
}
a:active {
  color: #003366;
}
img {
  border: 0px;
}
form {
  padding: 0px;
  border: 0px;
}
#body-content {
  padding: 10px;
  font-size: 7.5pt;
}
#framework_dsm_logo {
  float: left;
}
#menubar {
  height: 54px;
  border-collapse: collapse;
  width: 100%;
  font-family: verdana, sans-serif;
}
#framework_menu {
  height: 27px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}
#framework_userwelcome {
  font-size: 8pt;
  float: right;
  height: 25px;
}
#framework_tabstrip {
  background-color: blue;
  height: 30px;
  width: 100%;
}
#framework_breadcrumbs {
  background-color: white;
  height: 30px;
  width: 100%;
}
#framework_footer {
  width: 100%;
  color: #03418f;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
#framework_siteheader {
  background-color: #03418f;
  width: 100%;
  height: 28px;
  padding: 0px;
}
#framework_header_right {
  float: right;
  height: 28px;
}
div.framework_fourbox_container {
  clear: none;
}
div.framework_fourbox_section {
  padding-left: 1%;
  padding-right: 1%;
  width: 23%;
  float: left;
}
div.framework_fiftyfifty_container {
  clear: both;
}
/* this is a framework style */
div.framework_fiftyfifty_left {
  margin-right: 50%;
  padding: 0% 0% 0% 0%;
  width: 48%;
}
div.framework_fiftyfifty_right {
  float: right;
  width: 50%;
  padding: 0% 0% 0% 0%;
}
table.framework_left_greenoutline {
  padding: 5px 5px 5px 5px;
  border: 1px solid #89b8ff;
  font-size: 8pt;
}
div.framework_left_greenoutline {
  padding: 5px 5px 5px 5px;
  border: 1px solid #89b8ff;
  float: left;
  font-size: 8pt;
}
div.framework_fiftyfifty_left_greenoutline {
  margin-right: 50%;
  width: 45%;
  padding: 5px 5px 5px 5px;
  border: 1px solid #89b8ff;
  /*	overflow: hidden;
	white-space: nowrap;
*/
  /* ie style */

  /*	text-overflow: ellipsis;
*/

}
div.framework_fiftyfifty_right_greenoutline {
  float: right;
  width: 50%;
  padding: 5px 5px 5px 5px;
  border: 1px solid #89b8ff;
  /*	overflow: hidden;
	white-space: nowrap;
*/
  /* ie style */

  /*	text-overflow: ellipsis;
*/

}
div.framework_fiftyfifty_left_justify {
  margin-right: 50%;
  width: 45%;
  padding: 0px 5px 0px 5px;
}
div.framework_fiftyfifty_right_justify {
  float: right;
  width: 45%;
  padding: 0px 5px 0px 5px;
  text-align: right;
}
/** Window Widget */
.fw_widget_windowtag {
  border-color: #89b8ff;
  border-style: solid;
  border-width: 2px;
  font-size: 8pt;
  font-style: normal;
  font-variant: normal;
  margin: 0px 0px 10px 0px;
}
.fw_widget_windowtag_topbar {
  height: 20px;
  background-color: #dae9ff;
  color: #03418f;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}
.fw_widget_windowtag_topbar--relative {
  height: auto;
  position: relative;
}
.fw_widget_windowtag_topbar_title {
  font-weight: bold;
}
.fw_widget_windowtag_bodytext_bold {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  position: absolute;
  margin-top: 65px;
  margin-left: 85px;
  left: 0px;
}
.fw_widget_windowtag_bodytext_bold2 {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  position: relative;
  left: 0px;
}
.fw_widget_windowtag_bodytext {
  color: #000000;
  font-weight: normal;
  line-height: 2;
  font-size: 13px;
  text-align: center;
  position: absolute;
  margin-top: 85px;
  margin-right: 25px;
  margin-left: 25px;
  left: 0px;
}
.fw_widget_windowtag_bodytext2 {
  color: #000000;
  font-weight: normal;
  line-height: 2;
  font-size: 13px;
  text-align: left;
  position: relative;
  margin-right: 25px;
  left: 0px;
}
.fw_widget_windowtag_buttons {
  bottom: 30px;
  left: 200px;
}
.fw_widget_windowtag_topbar_description {
  font-weight: normal;
}
.fw_widget_windowtag_body {
  padding: 5px;
}
.fw_widget_editablewindow_topbar_editlink {
  text-align: right;
  float: right;
}
/** Table Widget */
.fw_widget_table {
  width: 100%;
  font-size: 8pt;
  font-weight: normal;
  border-collapse: collapse;
}
.fw_widget_tablerecord {
  width: 100%;
}
.fw_widget_tableheader th {
  padding: 10px 5px 10px 5px;
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 7pt;
  border-left: solid 2px white;
  border-right: solid 2px white;
  border-bottom: solid 1px #89b8ff;
  background-color: #e4e8f0;
  text-transform: uppercase;
}
.fw_fake_tableheader_right {
  padding: 10px 5px 10px 5px;
  text-align: right;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 7pt;
  text-transform: uppercase;
}
.fw_widget_tableheader td {
  padding: 2px;
}
.fw_widget_tablerow-odd {
  background-color: #FFFFFF;
  font-size: 8pt;
  font-weight: normal;
}
.fw_widget_tablerow-even {
  background-color: #EBF1FA;
  font-size: 8pt;
  font-weight: normal;
}
div.fw_widget_datebox {
  display: block;
  position: absolute;
  z-index: 899;
}
table.fw_widget_calendar {
  border: 1px solid black;
  border-collapse: collapse;
  color: #FFFFFF;
}
table.fw_widget_calendar tr {
  background-color: #A5C4E2;
}
table.fw_widget_calendar th {
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  padding: 0px;
}
table.fw_widget_calendar td.fw_widget_calendar_in_month {
  background-color: #FFFFFF;
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.fw_widget_calendar td.fw_widget_calendar_current_day {
  background-color: #D2E1F0;
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.fw_widget_calendar td.fw_widget_calendar_not_in_month {
  background-color: #CCCCCC;
  font-family: Arial;
  text-align: center;
  font-size: 8pt;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/** Page Descriptor Widget */
.fw_widget_pageselector_text {
  font-size: 10pt;
  font-weight: normal;
}
.framework_button200pxOff {
  background-image: url(../images/button_blank_200px1.gif);
  color: black;
  width: 200px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.framework_button200pxOff:hover {
  background-image: url(../images/button_blank_200px2.gif);
  color: black;
  width: 200px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.framework_button100pxOff {
  background-image: url(../images/button_blank_100px1.gif);
  color: black;
  width: 100px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.framework_button100pxOff:hover {
  background-image: url(../images/button_blank_100px2.gif);
  color: black;
  width: 100px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.framework_button100pxOff_floatright {
  background-image: url(../images/button_blank_100px1.gif);
  color: black;
  width: 100px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
  float: right;
}
.framework_button100pxOff_floatright:hover {
  background-image: url(../images/button_blank_100px2.gif);
  color: black;
  width: 100px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
  float: right;
}
.framework_button200pxOff_floatright {
  background-image: url(../images/button_blank_200px1.gif);
  color: black;
  width: 200px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
  float: right;
}
.framework_button200pxOff_floatright:hover {
  background-image: url(../images/button_blank_200px2.gif);
  color: black;
  width: 200px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
  float: right;
}
.framework_button60pxOff {
  background-image: url(../images/button_blank_60px1.gif);
  color: blue;
  width: 60px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.framework_button60pxOff:hover {
  background-image: url(../images/button_blank_60px2.gif);
  color: blue;
  width: 60px;
  height: 24px;
  border: none;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
.boldLabel {
  font-size: 12px;
  font-weight: bold;
  left: 10px;
  margin-right: 5px;
  position: relative;
}
.dropdownMenu {
  margin-bottom: 8px;
}
.trio_left {
  position: absolute;
  width: 31.5%;
  right: 67.5%;
}
.trio_right {
  position: absolute;
  width: 31.5%;
  left: 67%;
}
.trio_middle {
  position: relative;
  width: 32%;
  right: 35.5%;
  left: 33.5%;
}
.fullWidthTrio {
  position: relative;
}
.fullWidthTrio_left {
  position: absolute;
  width: 32.5%;
}
.fullWidthTrio_right {
  position: absolute;
  width: 32.5%;
  right: 0;
}
.fullWidthTrio_middle {
  position: relative;
  width: 32.5%;
  left: 33.8%;
}
.genericDetailSide {
  vertical-align: top;
}
.genericDetailSide table {
  width: 100%;
}
.genericHiddenData {
  display: none !important;
}
.genericButton {
  color: #096dff;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.genericButton:hover {
  text-decoration: underline;
}
.lookAtMe {
  color: red;
  font-weight: bold;
}
/* repeat more styles from stylesheet.less */
.header-buttons a {
  margin-left: 15px;
  font-size: 10px;
}
.welcomebg {
  white-space: nowrap;
  text-align: right;
  line-height: 25px;
  /* to match menubar height */

}
.welcomename {
  font-weight: bold;
}
.menubarshadow {
  background-image: url("../images/quicksearch-grad.png");
  border-collapse: collapse;
  height: 7px;
  padding: 0px;
  width: 100%;
}
.tabStrip {
  height: 25px;
}
.header-logo {
  /* margin-top:30px; */

}
#quickSearchBar {
  margin-top: 5px;
}
.change-password-link {
  text-decoration: none;
  color: #003366;
}
a:hover.change-password-link {
  text-decoration: underline;
  color: #003366;
}
.chub-chui-overlay-container {
  z-index: 1020;
}
.chub-chui-overlay-container .chub-chui-overlay {
  z-index: 1020;
}
