.west {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 59px;
  bottom: 32px;
  margin: 7px;
  width: 260px;
  background-color: #fff;
  border-right: 2px solid #e6e6e6;
}

.side-panel {
  float: left;
  position: relative;
  padding: 15px 6px;
  background-color: #fff;
  border-bottom: 3px solid #e6e6e6;
  width: calc(100% - 15px);
  margin: 0 3px;
}

.side-panel:last-child {
  border-bottom: none;
}

.side-panel .panel-title {
  position: relative;
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  padding-bottom: 3px;
  text-transform: uppercase;
  padding-left: 3px;
}

.side-panel .panel-contents.no-title {
  top: 5;
}

.side-panel .panel-contents {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
}

.side-panel .panel-contents > table {
  width: 100%;
}

.side-panel .panel-contents-visible {
  overflow: visible;
}

.page-header-new-label-value {
  text-transform: capitalize;
}

input[type="text"]:not(.datePicker):not(.mdl-textfield__input):focus {
  /*outline-width: 0;*/
  /*border: solid 1px #999;*/
  /*border: solid 1px #999;*/
}

.side-panel .a-select-container {
  margin: 0;
  width: calc(100% - 1px);
  color: #333 !important;
  background-color: #fff !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
}

.side-panel .a-select-container:hover {
  border: solid 1px #bbb !important;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.east {
  position: absolute;
  left: 268px;
  top: 70px;
  bottom: 40px;
  right: 10px;
}

.product-filters {
  height: 200px;
}

.master-filters td {
  color: #333;
  font-size: 12px;
  padding: 3px;
  padding-top: 1px;
}

.master-filters td input {
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.master-filters .panel-contents input[type="text"]:not(.datePicker) {
  font-size: 12px;
  outline-width: 0;
  border: solid 1px #ccc;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
}

.master-filters .panel-contents input[type="text"]:not(.datePicker):not(.a-select-input):hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.master-filters .panel-contents input.a-select-input:hover {
  border: none !important;
}

.lookup-results-panel {
  background-color: #fff;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  margin-top: 0;
}

.selected-fields-panel {
  min-height: 35px;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  padding: 6px 35px 0 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
}

.selected-fields-panel > div {
  float: left;
  background-color: #408bca;
  color: #fff;
  margin: 0 4px 5px 4px;
  padding: 6px 12px;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}

.selected-fields-panel:hover > span {
  opacity: 0.88;
}

.selected-fields-panel > span {
  font-size: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 2px;
  padding: 4px 10px 11px 10px;
  color: #000;
}
.selected-fields-panel > span:before {
  content: "\e015";
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font: 16px/1 WebComponentsIcons;
}

.selected-fields-panel:hover {
  cursor: pointer;
  border-color: #bbb;
}

.selected-fields-panel > div:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.view-mode-panel {
  min-height: 35px;
  z-index: 10000;
  background-color: #f9f9f9;
  border: solid 1px #ccc;
  position: absolute;
  right: 0px;
  top: 0;
}

.view-mode-panel > div {
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  float: left;
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}

.view-mode-panel > div:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.view-mode-panel > div.selected {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.view-mode-panel > div.view-mode-group {
  background-image: url("../../../images/adaptive/icons/view-by/group.png");
  border-right: solid 1px #ccc;
}

.view-mode-panel > div.view-mode-list {
  background-image: url("../../../images/adaptive/icons/view-by/list.png");
}

.hide {
  display: none;
}

.selected-fields-panel > div.select-field-more {
  font-size: 15px;
  margin: 0px 4px;
  padding: 0px 10px;
}

.select-fields-group {
  float: left;
}

.select-field {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*.panelDiv {*/
/*position: fixed !important;*/
/*z-index: 1000;*/
/*}*/

.panel {
  z-index: 100000;
  text-transform: uppercase;
  position: absolute;
  padding: 8px;
  padding-top: 3px;
  background-color: #f9f9f9;
  border: solid 1px #fff;
  overflow-y: auto !important;
}

.panel .panel-title {
  width: 100%;
  color: #333;
  font-size: 15px;
}

.rounded {
  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.shadow {
  -moz-box-shadow: 0px 0px 5px 1px #ccc;
  -webkit-box-shadow: 0px 0px 5px 1px #ccc;
  box-shadow: 0px 0px 5px 1px #ccc;
}

.shadow-no-top {
  -moz-box-shadow: 0px 4px 4px 3px #ddd;
  -webkit-box-shadow: 0px 4px 4px 3px #ddd;
  box-shadow: 0px 4px 4px 3px #ddd;
}

.panel.select-fields-panel {
  /*top: 25px;*/
  padding: 15px;
  background-color: #f2f2f2;
  border: solid 1px #ccc;
  /* border-bottom: solid 2px #BBB; */
  /* border-top: none; */
}

.panel.select-fields-panel > div {
  width: 100%;
}

.select-fields-panel .panel-title {
  padding-top: 0px;
  padding-left: 5px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 3px;
  color: #333;
  font-size: 18px;
}

.select-fields-panel .panel-contents {
  float: left;
  padding-bottom: 18px;
}

.select-fields-panel .select-field {
  float: left;
  font-size: 12px;
  font-family: "helvetica neue", "Open Sans", "Myriad Pro", "Arial";
  /* background-color: #E8E8E8; */
  /* background-color: #F3F3F3; */
  color: #000;

  margin: 3px 15px 3px 8px;
  padding: 5px 8px 4px 8px;

  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;

  /*
    -moz-box-shadow:    0px 0px 5px 1px #CCC;
    -webkit-box-shadow: 0px 0px 5px 1px #CCC;
    box-shadow:         0px 0px 5px 1px #CCC;
    */
}

.select-fields-panel .select-field:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.select-field.selected {
  /* display: none; */
  background-color: #408bca;
  color: #fff;
  opacity: 0.88;
  filter: alpha(opacity=88); /* For IE8 and earlier */
}

.select-fields-panel .select-field.selected:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  background-color: #408bca;
  color: #fff;
}

.panel.select-groupBy-panel {
  top: 35px;
  padding: 8px;
  background-color: #f2f2f2;
  border: solid 1px #bbb;
  /* border-bottom: solid 2px #BBB; */
  border-top: none;
}

.panel.select-groupBy-panel > div {
  width: 100%;
}

.select-groupBy-panel .panel-contents {
  float: left;
  padding-bottom: 0px;
}

.select-groupBy-panel .select-groupBy {
  float: left;
  font-size: 12px;
  font-family: "helvetica neue", "Open Sans", "Myriad Pro", "Arial";
  /* background-color: #E8E8E8; */
  /* background-color: #F3F3F3; */
  color: #000;

  margin: 3px 15px 3px 8px;
  padding: 5px 10px 3px 10px;

  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;

  /*
    -moz-box-shadow:    0px 0px 5px 1px #CCC;
    -webkit-box-shadow: 0px 0px 5px 1px #CCC;
    box-shadow:         0px 0px 5px 1px #CCC;
    */
}

.select-groupBy-panel .select-groupBy:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.select-groupBy {
  white-space: nowrap;
}

.select-groupBy.selected {
  /* display: none; */
  background-color: #408bca;
  color: #fff;
  opacity: 0.88;
  filter: alpha(opacity=88); /* For IE8 and earlier */
}

.select-groupBy-panel .select-groupBy.selected:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  background-color: #408bca;
  color: #fff;
}

.panel.select-groupBy-panel {
  /*top: 25px;*/
  top: 0px;
}

/*#lookup-results-table tr:hover {
background-color: #F0F0F0;
}*/

#lookup-results-table .tdHover:not(.pending),
#lookup-results-table tr:not(.group-by):hover td:not(.pending).tdHover[rowspan] {
  background-color: #f0f0f0;
}

#lookup-results-table tr:hover:not(.group-by) td:not(.pending) {
  background-color: #f0f0f0;
}

#lookup-results-table tr:not(.group-by):hover td:not(.pending)[rowspan] {
  background-color: initial;
}

#lookup-results-table .tdHover.pending,
#lookup-results-table tr:not(.group-by):hover td.pending.tdHover[rowspan] {
  background-color: #e6df6e;
}

#lookup-results-table tr:hover:not(.group-by) td.pending {
  background-color: #e6df6e;
}

#lookup-results-table tr:not(.group-by):hover td.pending[rowspan] {
  background-color: initial;
}

.side-panel .panel-filter-select-field {
}

.side-panel .panel-filter-selected {
  margin-top: 3px;
}

.side-panel .selected-filter {
  float: left;
  margin: 3px 3px 3px 3px;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: #408bca;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.side-panel .selected-filter:hover {
  cursor: pointer;
  opacity: 0.88;
  filter: alpha(opacity=88); /* For IE8 and earlier */
}

.side-panel .a-select-input:not(.empty) {
  background-color: #408bca !important;
  color: #fff !important;
  margin-top: inherit;
}

.side-panel .a-select-option.a-select-option-selected {
  background-color: #408bca;
  color: inherit;
}

.side-panel .a-select-option.a-select-option-selected .a-select-option-text {
  color: #fff;
}

.side-panel .a-select-option.a-select-option {
  padding: 4px 5px 3px 5px;
  width: 100%;
}

.side-panel .a-select-option.blank {
  display: none;
}

.side-panel .a-select-option:hover {
  background-color: #408bca;
  color: #fff;
}

.lookup-results table tr.group-by td div {
  color: #408bca;
}

.lookup-results table tr.group-by td div.decision-level-icon {
  color: #fff;
}

input.datePicker {
  /*background-image: url("../../../images/silk/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;*/
  padding-right: 18px;
  width: 100%;
}

/*.datePicker-wrapper {*/
/*position: relative;*/
/*}*/
/*.datePicker-wrapper:after {*/
/*content: "\e108";*/
/*font: 16px/1 WebComponentsIcons;*/
/*position: absolute;*/
/*top: 5px;*/
/*right: 5px;*/
/*display: inline-block;*/
/*width: 11px;*/
/*height: 11px;*/
/*color: gray;*/
/*}*/

.date-range-from {
  display: none;
}

.date-range-to {
  display: none;
}

.mbds-btn {
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 6px;
  font-family: "helvetica neue", "Open Sans", "Myriad Pro", "Arial";

  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.mbds-btn:not(.disabled):hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0px 0px 5px rgba(64, 64, 64, 0.43);
}

.mbds-btn:not(.disabled):active {
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.a-filter-tabs {
  z-index: 1;
  position: absolute;
  margin: 0 10px;
}

.a-filter-tabs > div:not(.tabs-wrapper),
.a-filter-tabs > .tabs-wrapper .tab-button {
  height: 100%;
  float: left;
  padding: 10px 20px 11px;
  margin-top: 1px;
}

.a-filter-tabs > div:hover {
  cursor: pointer;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.a-filter-tabs div:not(.tabs-wrapper) > div {
  display: table;
  font-size: 14px;
  color: #777;
}

.a-filter-tabs div.active {
  background-repeat: no-repeat;
  background-image: url(../../../images/adaptive/nav-up-arrow.png);
  background-position: bottom center;
}

.a-filter-tabs div.active:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-filter-tabs div.active > div {
  color: #408bca;
}

.a-filter-tabs div.number {
  position: relative;
  top: -36px;
  right: -25px;
  float: right;
  font-size: 12px;
  background-color: #999;
  color: #fff !important;
  text-align: center;
  padding: 4px;
  padding-top: 2px;
  min-width: 20px;
  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.a-filter-tabs div.active div.number {
  background-color: #f17702;
}

.a-filter-tabs div.icon {
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
  padding-left: 20px;
  padding-top: 1px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.active .status-icon-expired {
  background-image: url(../../../images/adaptive/status-icons/expired-active.jpg);
}

.active .status-icon-25 {
  background-image: url(../../../images/adaptive/status-icons/25-active.jpg);
}

.active .status-icon-50 {
  background-image: url(../../../images/adaptive/status-icons/50-active.jpg);
}

.active .status-icon-75 {
  background-image: url(../../../images/adaptive/status-icons/75-active.jpg);
}

.active .status-icon-100 {
  background-image: url(../../../images/adaptive/status-icons/100-active.jpg);
}

.a-filter-tabs div.active div.status-icon-expired {
  background-image: url(../../../images/adaptive/status-icons/expired-active.jpg);
}

.a-filter-tabs div.active div.status-icon-25 {
  background-image: url(../../../images/adaptive/status-icons/25-active.jpg);
}

.a-filter-tabs div.active div.status-icon-50 {
  background-image: url(../../../images/adaptive/status-icons/50-active.jpg);
}

.a-filter-tabs div.active div.status-icon-75 {
  background-image: url(../../../images/adaptive/status-icons/75-active.jpg);
}

.a-filter-tabs div.active div.status-icon-100 {
  background-image: url(../../../images/adaptive/status-icons/100-active.jpg);
}

.action-buttons {
  position: absolute;
  right: 0px;
  /*z-index: 99999;*/
  z-index: 1;
}

.action-buttons button {
  float: right;
  /*display: none;*/
  margin-left: 5px;
}

.action-buttons button:first-child {
  margin-left: 5px;
}

/* RESULTS */
.lookup-results {
  width: 100%;
}

.lookup-results table thead td {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.lookup-results table {
  padding-top: 22px;
  width: 100%;
  /*border-bottom: solid 1px #ccc;*/
}

.lookup-results table:not([role="grid"]) td {
  padding: 3px 5px;
  border-bottom: solid 1px #ddd;
}

.lookup-results table td div {
  font-family: "Open Sans", "Arial", sans-serif;
}

.lookup-results table tr.group-by td {
  border-bottom: none;
  color: #f17702;
}

.lookup-results table tr.group-by .checkbox-div {
  padding: 0px;
  margin-top: -2px;
}

.lookup-results table tr.result .checkbox-div {
  padding: 0px;
  margin-top: 0px;
}

.lookup-results table tr.result .checkbox-div input {
  padding: 0px;
  margin-top: 0px;
}

.data-table-group-columns td.rowspan {
  border-right: solid 1px #ccc;
  vertical-align: top;
}

#lookup-results-table {
  width: 100%;
  float: left;
}

#lookup-results-table td {
  text-transform: uppercase;
  font-size: 13px;
  color: #444;
}

#lookup-results-table td div.genericName {
  text-transform: lowercase;
  font-style: italic;

  /* THIS CODE IS USED TO SHOW ... FOR LONG VALUES */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#lookup-results-table td.column-genericName {
  max-width: 180px;
}

#lookup-results-table td.column-formulary {
  max-width: 300px;
}

#lookup-results-table td div {
  float: left;
}

#lookup-results-table td div.dot-dot {
  /* THIS CODE IS USED TO SHOW ... FOR LONG VALUES */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  /* ENDS HERE */
}

#lookup-results-table td div.percent {
  float: right;
  color: #aaa;
}

#lookup-results-table tr.pending td div.percent {
  display: none;
}

#lookup-results-table tr.group-by td {
  font-size: 18px;
}

#lookup-results-table tr.group-by td {
  padding: 1px;
  padding-top: 4px;
  font-family: "helvetica neue", "Open Sans", "Myriad Pro", "Arial";
}

#lookup-results-table tr.group-by.group-level-1 td {
  border-top: solid 15px #f9f9f9;
  font-size: 18px;
}

#lookup-results-table tr.group-by.group-level-1:first-child td {
  border-top: none;
}

#lookup-results-table tr.group-by.group-level-2 td {
  border-top: solid 15px #f9f9f9;
  font-size: 15px;
}

#lookup-results-table tr.group-by.group-level-2:first-child td {
  border-top: none;
}

#lookup-results-table .lookup-results-headings td {
  font-family: "Myriad Pro", "Open Sans", "Arial";
  font-weight: 600;
  white-space: nowrap;
  background-color: #eee;
  font-size: 13px;
  padding: 3px 2px 1px 5px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
}

#lookup-results-table .lookup-results-headings td.sorted-heading {
  padding-right: 25px;
}

#lookup-results-table .lookup-results-headings td.sorted-heading.ASC:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 17px;
  background-image: url("../../../images/adaptive/icons/drop-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

#lookup-results-table .lookup-results-headings td.sorted-heading.DESC:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 17px;
  background-image: url("../../../images/adaptive/icons/drop-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.data-element-line-item {
  margin-bottom: 3px;
}

#lookup-results-table td.pending {
  background-color: #f5ed75;
}

.lookup-results .no-search-found {
  padding: 15px 0;
  font-size: 16px;
  color: #333;
}

#lookup-results-table .lookup-selection-checkbox {
  margin: 0px;
  margin-right: 5px;
}

#lookup-results-table tr.group-by .checkbox-div {
  font-size: 13px;
  line-height: 20px;
}

.lookup-buttons {
  float: left;
  margin-bottom: 12px;
}

#lookup-results-table .checkbox-div-auto-rule,
#lookup-results-table .auto-rule {
  display: inline-block;
  vertical-align: middle;
  float: none;
  line-height: 18px;
}

.west .a-select-input-div {
  padding: 1px;
}

.west .side-panel .panel-contents tr:first-child td {
  padding-top: 0px;
}

/* CLEAR ICON IN INPUT FIELDS */
.clearable {
  position: relative;
}

span.icon-clear {
  position: absolute;
  right: 28px;
  top: 1px;
  display: none;

  /* now go with the styling */
  cursor: pointer;
  color: #999;
}

/*.a-select-input-div span.icon-clear {*/
/*font-size: 11px;*/
/*padding-top: 1px;*/
/*position:absolute;*/
/*right:22px;*/
/*display: none;*/

/*!* now go with the styling *!*/
/*cursor:pointer;*/
/*color:#E5E5E5;*/
/*}*/

.west span.icon-clear {
  color: #e5e5e5;
}

span.icon-clear:hover {
  color: #f52;
}

.a-select-input-div span.icon-clear:hover {
  color: #fff;
}

.west span.icon-clear:hover {
  color: #fff;
}

.west .searchFilter {
  background-color: #408bca !important;
  color: #fff;
}

.west .searchFilter.empty {
  background-color: #fff !important;
  color: #333;
}

.grey-button {
  float: left;
  border: solid 1px #ccc;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 10px;
  line-height: 15px;
  padding: 5px 8px 3px 8px;
  background-color: #eee;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.grey-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.drug-detail-window-content {
  padding: 10px;
}

.page-title {
  font-family: "helvetica neue", "Open Sans", "Myriad Pro", "Arial";
  color: #333;
  font-size: 24px;
}

.clearable {
  position: relative;
}

.clear {
  clear: both;
}

/*span.icon-clear {*/
/*position:absolute;*/
/*right: 0px;*/
/*width: 20px;*/
/*text-align: center;*/
/*display: none;*/

/*!* now go with the styling *!*/
/*cursor:pointer;*/
/*color:#999;*/
/*}*/

span.icon-clear:hover {
  color: #f52;
}

.master-filters .a-select clearable-input-div {
  padding: 1px;
}

.master-filters .panel-contents tr:first-child td {
  padding-top: 0px;
}

.master-filters .a-select-input-div {
  padding: 1px;
}

.master-filters .panel-contents tr:first-child td {
  padding-top: 0px;
}

.master-filters.product-filters div:not(.datePicker-wrapper) {
  float: left;
}

.master-filters .searchFilter:not(.datePicker) {
  font-size: 1em;
  margin: 0;
  padding: 6px 12px;
  width: calc(100% - 30px);
}

.master-filters td.helpText {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #999;
  font-style: italic;
  padding-top: 5px;
  font-size: inherit;
}

.master-filters .radios div {
  margin-left: 8px;
  float: left;
}

.master-filters .radios div:first-child {
  margin-left: 0px;
}

.record-action-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.record-action-icon-details {
  margin-left: 8px;
  color: #408bca;
}

.record-action-icon-details:before {
  content: "\e13e";
  display: inline-block;
  font: 16px/1 WebComponentsIcons;
  padding: 0 0px;
}

.record-action-icon-edit {
  margin-left: 5px;
  color: #408bca;
}

.record-action-icon-edit:before {
  content: "\e10b";
  display: inline-block;
  font: 14px/1 WebComponentsIcons;
  padding: 0 5px;
}

.product-formulary-details-panel {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.product-formulary-details-panel:before {
  content: "\e13e";
  display: inline-block;
  font: 16px/1 WebComponentsIcons;
  padding: 0 5px;
  color: #408bca;
}

.product-history-details-panel {
  cursor: pointer;
  width: 16px;
  height: 16px;
  opacity: 0.25;
  filter: alpha(opacity=25); /* For IE8 and earlier */
}

.product-history-details-panel:before {
  content: "\e107";
  display: inline-block;
  font: 16px/1 WebComponentsIcons;
  padding: 0 5px;
  color: #408bca;
}

.product-history-details-panel:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.product-history-details-panel.has-change-requests {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.product-formulary-comments-panel,
.product-comments-panel {
  cursor: pointer;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.product-formulary-comments-panel:before,
.product-comments-panel:before {
  content: "\e655";
  display: inline-block;
  font: 16px/1 WebComponentsIcons;
  padding: 0 5px;
  color: #408bca;
}

.product-formulary-comments-panel:hover,
.product-comments-panel:hover {
  background-size: 17px 17px;
}

.product-formulary-comments-panel.has-comments,
.product-comments-panel.has-comments {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.product-formulary-comments-panel.has-comments:hover,
.product-comments-panel.has-comments:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.filter-toggles > div {
  border: 1px solid #bbb;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 6px 12px;
  margin: 5px 0 15px 0;
  background-color: #bbb;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-toggles.error > div {
  border-color: red !important;
  color: red !important;
}

.filter-toggles > div:hover,
.filter-toggles > div.active {
  color: #fff;
  border: 1px solid #408bca;
  background-color: #408bca;
}

.filter-toggles.disabled > div.active {
  color: #eee;
  border: solid 1px #edb887;
  background-color: #e8b892;
}

.filter-toggles.disabled > div {
  border: 1px solid #eee;
  color: #afabab;
  background-color: #dddddd;
}

.filter-toggles:not(.disabled) > div:hover {
  cursor: pointer;
}

.filter-toggles.disabled > div:hover {
  cursor: default;
}

/*  MONOGRAPH AND DRUG IMAGE STYLES */

.view-product-details {
  cursor: pointer;
  width: 10px;
}

.product-image {
  position: relative;
  float: left;
  margin-bottom: 10px;
  max-width: 272px;
}

.product-details-edit-details {
  position: relative;
  float: right;
  top: 14px;
  left: -20px;
  width: 216px;
}

#monograph-links {
  width: 228px;
  position: relative;
  float: left;
  background-color: #eee;
}

#monograph-links .product-details-content-heading {
  padding: 4px;
  cursor: pointer;
}

#monograph-links .product-details-content-heading:hover,
#monograph-links .product-details-content-heading.selected {
  background-color: #858585;
  border-style: solid;
  border-color: black;
}

#monograph-text {
  position: relative;
  float: right;
  width: 280px;
  height: 286px;
  overflow: auto;
}

.monograph-text {
  padding-right: 4px;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*:hover::-webkit-scrollbar-track {
  /*background: #ccc;
    border-left: 1px solid #999;*/
  border: none;
  background: transparent;
}

*:hover::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  opacity: 0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

* {
  scrollbar-base-color: #eee;
  scrollbar-3dlight-color: #eee;
  scrollbar-highlight-color: #eee;
  scrollbar-arrow-color: #bbb;
  scrollbar-track-color: #eee;
  scrollbar-shadow-color: #eee;
  scrollbar-dark-shadow-color: #eee;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

*:hover {
  scrollbar-base-color: #ddd;
  scrollbar-3dlight-color: #eee;
  scrollbar-highlight-color: #fff;
  scrollbar-arrow-color: #666;
  scrollbar-track-color: #eee;
  scrollbar-shadow-color: #ccc;
  scrollbar-dark-shadow-color: #333;
}

/* styling for defined view filter */

.rxflex-ticketListing .defined-view-wrap {
  position: relative;
  border-bottom: solid 2px #ddd;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 0px;
  max-height: 155px;
}

body:not(.rxflex-ticketListing) .defined-view-wrap {
  position: relative;
  overflow: hidden;
  max-height: 155px;
}

.defined-view-wrap:last-child {
  border-bottom: none;
}

.defined-view-wrap .section-title {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 21px;
  overflow: hidden;
}

.defined-view-wrap .section-title > div {
  float: right;
  display: none;
  padding: 3px;
}

.defined-view-wrap .section-options td > div {
  display: inline-block;
}

.defined-view-wrap .section-title > div.add-defined-view {
  width: 20px;
  height: 12px;
  margin-right: 0px;
  color: gray;
  font-size: 12px;
  display: block !important;
}

.defined-view-wrap .section-options td > div.delete-defined-view,
.defined-view-wrap .section-options td > div.default-defined-view,
.defined-view-wrap .section-options td > div.edit-defined-view {
  width: 20px;
  height: 12px;
  margin-top: -3px;
  margin-right: 0px;
  color: gray;
}

.defined-view-wrap .section-options td > div.default-defined-views {
  width: 20px;
  height: 12px;
  margin-top: -3px;
  margin-right: 0px;
  font-size: 14px;
  color: #408bca;
}

.defined-view-wrap .section-title > div.add-defined-view:hover,
.defined-view-wrap .section-options td > div.delete-defined-view:hover,
.defined-view-wrap .section-options td > div.edit-defined-view:hover,
.defined-view-wrap .section-options td > div.default-defined-view:hover,
.defined-view-wrap .section-options td > div.default-defined-view:active,
.defined-view-wrap .section-options td > div.default-defined-views:hover {
  color: #408bca;
}

.defined-view-wrap.grouped .section-title > div {
  display: inline-block;
}

.defined-view-wrap .section-title > div.icon-select-field {
  filter: alpha(opacity=60); /* For IE8 and earlier */
  opacity: 0.6;
  margin-top: 3px;
  background-repeat: no-repeat;
  width: 26px;
  height: 11px;
  background-image: url("../../../images/shell/toggle/toggle_off.png");
}

.defined-view-wrap .section-title > div.icon-select-field:hover {
  filter: alpha(opacity=100); /* For IE8 and earlier */
  opacity: 1;
}

.defined-view-wrap.selected .section-title > div.icon-select-field {
  filter: alpha(opacity=100); /* For IE8 and earlier */
  opacity: 1;
  background-image: url("../../../images/shell/toggle/toggleActive.png");
}

.defined-view-wrap.selected .section-title > div {
  display: inline-block;
}

.defined-view-wrap .section-title .title {
  font-size: 1.1em;
  float: left;
  display: inline-block;
  padding-right: 18px;
}

.defined-view-wrap .section-title .title:after {
  content: "\e904";
  font-family: icomoon;
  font-size: 7px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.defined-view-wrap.expanded .section-title .title:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body:not(.rxflex-ticketListing) .defined-view-wrap .section-title .title {
  text-transform: uppercase;
}

.defined-view-wrap.filtered .section-title .title {
  /* color: #fb8515; */
}

/*.defined-view-wrap .section-title .title:hover {
    filter:alpha(opacity=80);  For IE8 and earlier 
    opacity: .8;
    cursor: pointer;
}*/
.defined-view-wrap .section-title .title:hover:after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.defined-view-wrap.expanded .section-title .title:hover {
  cursor: pointer;
}

.defined-view-wrap.expanded .section-title .title:hover:after {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.defined-view-wrap .section-title:hover {
  cursor: pointer;
}

.defined-view-wrap:hover .section-title > div {
  display: inline-block;
}

.defined-view-wrap select.a-select {
  width: 150px;
}

.defined-view-wrap .section-options {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px 3px 10px 3px;
  border-top: solid 1px #eee;
  max-height: 134px;
}

.defined-view-wrap .section-options .defined-view-section .option {
  padding: 4px 2px;
  color: #aaa;
  display: none;
}

body:not(.rxflex-ticketListing) .defined-view-wrap .section-options .defined-view-section .option {
  text-transform: uppercase;
}

.rxflex-ticketListing .defined-view-wrap .section-options .defined-view-section .option {
  font-size: 12px;
}

.defined-view-wrap .section-options .defined-view-section:not(.active) {
  display: none;
}

.defined-view-wrap.expanded .section-options .defined-view-section {
  display: table-row;
}

.defined-view-wrap.expanded .section-options .defined-view-section .option {
  display: block;
}

.defined-view-wrap .section-options .defined-view-section.active .option {
  display: block;
  color: #333;
  font-weight: bold;
}

.defined-view-wrap:not(.expanded) .section-options .option.active:not(.default) {
  display: block;
}

.defined-view-wrap .section-options .option > div.option-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: solid 1px #ccc;
}

.defined-view-wrap .section-options .option > div.option-icon {
  width: 14px;
  height: 14px;
  background-size: 14px;
  border: none;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.defined-view-wrap .section-options .option > div.option-text {
  display: inline-block;
  margin-right: 5px;
}

.defined-view-wrap .section-options .option > div.option-count {
  float: right;
  display: inline-block;
}

.defined-view-wrap.filtered .section-options .option:not(.active) > div.option-count {
  display: none;
}

.defined-view-wrap.filtered .section-options .option.active > div.option-count {
  display: inline-block;
}

.section-options.circles .option > div.option-bullet {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.defined-view-wrap .section-options .option.active > div.option-bullet {
  border: none;
  background-color: #999;
}

/* USED TO FORMAT THE FILTER -> TEXT FIELDS
.defined-view-wrap .section-options input[type=text] {
    border: solid 1px #CCC;
}

.defined-view-wrap .section-options input[type=text]:focus {
    border: solid 1px #AAA;
}

.defined-view-wrap .section-options input[type=text].searchFilter:focus {
    border: solid 1px #CCC;
}


/* USED TO FORMAT THE FILTER -> SELECT FIELDS */
.defined-view-wrap .section-options .option select {
  display: none;
}

.defined-view-wrap .section-options .option.active select {
  display: inline-block;
}

.defined-view-wrap .section-options .option:hover {
  color: #444;
  background-color: #f0f0f0;
  cursor: pointer;
}

.defined-view-wrap.expanded .section-options .defined-view-section .option.active {
  color: #444;
  font-weight: bold;
}

.defined-view-wrap.expanded .section-options .defined-view-section.selected .option {
  font-weight: bold;
  color: #444;
}

.defined-view-wrap.expanded .section-options .option.active {
  font-weight: bold;
  color: #101010;
}

.defined-view-wrap.expanded .section-options .defined-view-section.active .option {
  font-weight: bold;
  color: #444;
}

/* STYLES FOR DEFINED VIEWS IN EXPANDABLE PANEL (NEW (KENDO) TICKET LISTING) */
.expandable-panel .defined-view-wrap .section-title,
.expandable-panel .defined-view-wrap .title,
.expandable-panel .defined-view-wrap .option {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.expandable-panel .defined-view-wrap {
  max-height: none;
}

.expandable-panel .defined-view-wrap .section-title > .add-defined-view {
  color: #fff;
}

.expandable-panel .defined-view-wrap .section-title > .add-defined-view:hover {
  color: #fff;
}

.expandable-panel .defined-view-wrap .section-options .defined-view-section {
  display: table-row;
}

.expandable-panel .defined-view-wrap .section-options .defined-view-section > div {
  display: table-cell;
  position: relative;
}

.expandable-panel .defined-view-wrap .section-options .defined-view-section .option {
  padding: 4px 2px;
  color: #fff;
  display: block;
}

.expandable-panel .defined-view-wrap .section-options .defined-view-section:not(.active) .option {
  color: #29618e;
}

.expandable-panel .defined-view-wrap .section-options .defined-view-section.active .option {
  color: #fff;
  font-weight: bold;
}

.expandable-panel .defined-view-wrap .section-options .option:hover,
.expandable-panel .defined-view-wrap .section-options .defined-view-section.active .option:hover {
  color: #29618e;
}

.expandable-panel .defined-view-wrap .defined-view-section .view-action-buttons {
  text-align: right;
}

.expandable-panel .defined-view-wrap .defined-view-section .view-action-buttons > div {
  color: #fff;
}

.expandable-panel .defined-view-wrap .defined-view-section .view-action-buttons > div:hover {
  color: #29618e;
  cursor: pointer;
}

.expandable-panel .defined-view-wrap .section-title .title:after {
  display: none;
}

/* KENDO UI OVERRIDES */

.k-button.k-primary {
  background-color: #408bca;
  border-color: #408bca;
  color: #fff;
}
.k-datepicker .k-picker-wrap {
  border: 1px solid #ccc;
}
.k-datepicker .k-input {
  background-color: #fff;
}
.k-datepicker .k-icon {
  color: #408bca;
}
.k-calendar .k-footer,
.k-calendar .k-header {
  background-color: #408bca;
}
