/* Global Clearfix */
.adaptive-cf:after {
  content: " ";
  display: table;
  clear: both;
}
.adaptive-cf:before,
.adaptive-cf:after {
  content: " ";
  display: table;
}
.adaptive-cf:after {
  clear: both;
}

/*
 *  GLOBAL ICOMOON FONT SET UP
*/
@font-face {
  font-family: "icomoon";
  src: url("/../fonts/icomoon/icomoon.eot?lo43mn");
  src: url("/../fonts/icomoon/icomoon.eot?lo43mn#iefix") format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?lo43mn") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?lo43mn") format("woff"),
    url("../fonts/icomoon/icomoon.svg?lo43mn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:not(.k-icon),
[class*=" icon-"]:not(.k-icon) {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-down-caret:before {
  content: "\e904";
}
.icon-drug-list:before {
  content: "\e905";
}
.icon-edit-applies:before {
  content: "\e906";
}
.icon-edit-priorities:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e908";
}
.icon-file-json:before {
  content: "\e909";
}
.icon-generate-word:before {
  content: "\e90b";
}
.icon-price-mac-list:before {
  content: "\e90c";
}
.icon-rebate-exports:before {
  content: "\e90d";
}
.icon-pencil:before {
  content: "\e90a";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-book:before {
  content: "\e91f";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-printer:before {
  content: "\e954";
}
.icon-download:before {
  content: "\e960";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-user:before {
  content: "\e971";
}
.icon-team:before {
  content: "\e972";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-search:before {
  content: "\e986";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-cog:before {
  content: "\e994";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-paragraph-left:before {
  content: "\ea77";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-stop2:before {
  content: "\ea1e";
}

.a-panel {
  z-index: 10000000;
  position: fixed;
  width: 100px;
  display: none;
  padding: 1px;
  border: solid 1px #fff;
  background-color: #f5f5f5;
  min-width: 200px;
  min-height: 200px;
}

.a-panel-body {
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  /* MAKE SCROLLABLE */
}

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

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

.animate {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.a-window {
  z-index: 10000000;
  position: fixed !important;
  width: 100px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-right: 15px;
  min-width: 200px;
  min-height: 100px;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
}

.a-window > div,
.a-window > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.a-window-header {
  padding: 8px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  font-size: 1.2em;
  cursor: move;
  background-color: #3477BC;
  min-height: 32px;
}
.a-window-title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.a-window-close {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  float: right;
  text-decoration: none;
  color: #fff;
  height: 1.4em;
  width: 1.4em;
  text-align: center;
}
.a-window-close:hover {
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #29618e;
}
.a-window-tabs {
  z-index: 1000;
  padding: 0;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  min-height: 28px;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 28px;
}
.a-window-tabs > div {
  margin: 2px 0 0;
  float: left;
  padding: 6px 12px;
  border-right: solid 1px #ccc;
  height: 26px;
  color: #999;
  font-weight: normal;
}
.a-window-tabs > div:hover {
  cursor: pointer;
  color: #666;
}
.a-window-tabs > div.active {
  background-color: #eee;
  color: #333;
  font-weight: bold;
}
.a-window-body {
  padding: 5px;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 40px;
  overflow-y: auto;
  /* MAKE SCROLLABLE */
}
.a-window-body.has-tabs {
  top: 50px;
}
.a-window-body.no-footer {
  bottom: 0px;
}
.a-window-footer {
  border-top: solid 1px #ccc;
  background-color: #fff;
  padding: 4px 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.a-window-footer-buttons {
  margin-top: 2px;
}
.a-window-footer-buttons .k-button {
  float: right;
  box-shadow: none;
  padding: 0.57em 1.5em;
  text-transform: uppercase;
  margin-right: 5px;
}
.a-window-footer-button-save {
  background-color: #408bca;
  color: #fff;
}
.a-window-footer-button-save:hover {
  background-color: #29618e;
  color: #fff;
}

.delete-dialog {
  padding: 0 !important;
  border: 0px !important;
  border-radius: 2px !important;
}
.delete-dialog .ui-dialog-titlebar {
  padding: 8px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  font-size: 1.2em;
  cursor: move;
  background-color: #408bca;
  min-height: 32px;

  background-image: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  color: white;
}
.delete-dialog .ui-dialog-titlebar-close {
  display: none !important;
}
.delete-dialog .ui-dialog-buttonset button {
  box-shadow: none;
  text-transform: uppercase;
  margin-right: 5px;

  background-image: none !important;
  border-radius: 2px;
  border: 0;
}
.delete-dialog .ui-dialog-buttonset button:nth-child(1) {
  background-color: #fafafa;
}
.delete-dialog .ui-dialog-buttonset button:nth-child(2) {
  background-color: #408bca;
  color: #fff;
}

.icon-user-small {
  background-image: url(../images/adaptive/icons/user-small.png);
}

.icon-user-small-orange {
  background-image: url(../images/adaptive/icons/user-small-orange.png);
}

.icon-flag-white {
  background-image: url(../images/silk/flag_white.png);
}
.icon-flag-blue {
  background-image: url(../images/silk/flag_blue.png);
}
.icon-flag-green {
  background-image: url(../images/silk/flag_green.png);
}
.icon-flag-orange {
  background-image: url(../images/silk/flag_orange.png);
}
.icon-flag-pink {
  background-image: url(../images/silk/flag_pink.png);
}
.icon-flag-purple {
  background-image: url(../images/silk/flag_purple.png);
}
.icon-flag-red {
  background-image: url(../images/silk/flag_red.png);
}
.icon-flag-yellow {
  background-image: url(../images/silk/flag_yellow.png);
}
.icon-role {
  background-image: url(../images/adaptive/icons/axialis/Users.png);
}

.a-select-container {
  position: relative;
  float: left;
  border: solid 1px #ccc !important;
  /*width: 100%;*/
  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;
}
.a-select-container: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);
}

.a-select-container.no-border {
  display: none;
}

.a-window:not("#drugDetailsPanel") .a-select-container {
  margin: inherit;
}

.rxflex-plan .a-window .a-select-options {
  position: fixed;
}

.select.a-select {
  display: none;
}

.a-input {
  background-color: #fff !important;
  color: #333;
  font-size: 12px;
  outline-width: 0;
  border: solid 1px #ccc;
  padding: 2px 0px 2px 4px;
  margin: 0px;
  text-transform: none !important;
}

.a-textarea {
  background-color: #fff !important;
  color: #333;
  font-size: 12px;
  outline-width: 0;
  border: solid 1px #ccc;
  padding: 3px 4px 3px 4px;
  margin: 0px;
}

.hide-remove {
  display: none !important;
}

/* ERROR STYLES */

input[type="text"].error,
[type="password"].error,
input[type="file"].error,
input[type="number"].error,
input[type="number"].email,
select.error {
  border-color: red !important;
  background-color: red !important;
  color: #fff !important;
}

.field.error {
  border-color: red !important;
  background-color: red !important;
  color: #fff !important;
}

textarea.error {
  border-color: red !important;
  background-color: red !important;
  color: #fff !important;
}

errorMessage {
  display: none !important;
}

errorMessage[for="file"] {
  display: inline !important;
  color: red;
}

div.error-message {
  margin: 4px;
  color: red;
  display: none;
}

label.error {
  color: red;
}

.a-select-input-div {
  float: left;
  line-height: 20px;
}

.a-select-input {
  border: none !important;
  color: #333;
  white-space: nowrap;
  padding: 6px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-overflow: ellipsis;
  margin-top: 1px;
  font-size: 12px;
  outline-width: 0;
  border: none;
  text-transform: none !important;
  -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;
}
.a-select-input:not(.empty)::placeholder { 
  color:white;
}

.clearable .a-select-input {
  background-color: #408bca !important;
  color: #fff !important;
  margin-top: inherit;
}

.a-select-container.error {
  border-color: red !important;
}

.select2-selection.error {
  background-color: red !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: -1px;
  margin-right: 10px;
}

.a-select-input.empty {
  background-color: #fff !important;
  color: #333 !important;
}

.a-select-input-icon {
  background-repeat: no-repeat;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
  float: left;
}

.a-select-more {
  line-height: 20px;
  padding: 1px 0 4px 0;
  bottom: 1px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 23px;
  border: none;
  /* background-color: #fff; */
}

.a-select-more > div {
  margin-left: 2px;
  margin-top: 25%;
  width: 16px;
  height: 16px;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.a-select-more > div:before {
  content: "\ea1c";
  font-family: icomoon;
  display: block;
  font-size: 9px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.a-select-container:hover {
  border-color: #bbb !important;
}

.a-select-container.error:hover {
  border-color: red !important;
}

.select2-selection.error:hover {
  background-color: red !important;
}

.a-select-container:hover .a-select-more > div {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-select-options {
  display: none;
  position: absolute;
  /*position: fixed;*/
  z-index: 1000000000;
  border: solid 1px #ccc;
  max-height: 205px;
  overflow-x: auto;

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

  -moz-box-shadow: 0px 2px 5px 1px #ddd;
  -webkit-box-shadow: 0px 2px 5px 1px #ddd;
  box-shadow: 0px 2px 5px 1px #ddd;
  background-color: #f9f9f9;
  padding: 2px 8px 2px 4px;
}

.a-select-options.above-options {
  max-height: 200px;

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

  -moz-box-shadow: 0px -2px 5px 1px #aaa;
  -webkit-box-shadow: 0px -2px 5px 1px #aaa;
  box-shadow: 0px -2px 5px 1px #aaa;
}

.a-select-options > div {
  border-top: solid 1px #f5f5f5;
}

.a-select-options > div:first-child {
  border-top: none;
}

.a-select-option {
  padding: 2px;
  color: #666;
}

.a-select-option:hover {
  background-color: #ddd;
  cursor: pointer;
  color: #111;
}

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

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

.a-select-option.a-select-option:hover .a-select-option.a-select-option-icon {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-select-option-icon,
.a-select-option-group-icon {
  background-repeat: no-repeat;
  -moz-background-size: 16px;
  background-size: 16px;
  height: 16px;
  width: 16px;
  float: left;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-right: 4px;
}

.a-select-option-in-group {
  padding-left: 10px;
}

.a-select-option-text,
.a-select-option-group-text {
  min-height: 16px;
  line-height: 16px;
}

.a-select-options > div.a-select-option-group {
  padding: 2px;
  color: #333;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: solid 2px #ddd;
  font-size: 1.1em;
}

.a-select-options > div.a-select-option-group-first {
  border-top: none;
}

.view-mode .a-input {
  border: none !important;
  background-color: inherit !important;
}

.view-mode .a-select {
  border: none !important;
  background-color: inherit !important;
}

.view-mode .a-select-container {
  border: none !important;
  background-color: inherit !important;
}

.view-mode .a-select-container .a-select-more {
  display: none;
}

.view-mode input.datePicker {
  background-image: none;
  padding: 0px;
}

.dollar-sign-div {
  display: inline-block;
  position: relative;
  z-index: 99999;
  margin-top: 4px;
  left: 16px;
  color: #ccc;
}

/* NEW BUTTONS */

.a-button {
  color: #333;
  display: inline-block;
  margin: 0;
  padding: 2px 7px 2px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -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);
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.a-button.basic {
  padding: 3px 8px 3px 8px;
  color: #777;
  font-size: 12px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.a-button.a-delete-record {
  font-weight: normal;
  margin: 0px;
  padding: 0px 5px 2px 5px;
  border: solid 1px transparent;
}

.a-button:not(.disabled):hover {
  cursor: pointer;
  color: #333;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.a-button.a-delete-record:hover {
  border: solid 1px #ccc;
}

.a-button-icon {
  display: inline-block;
  margin: 0;
  padding: 2px 7px 2px;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -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);
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.a-button-icon span {
  display: inline-block;
  vertical-align: middle;
}

.a-button-no-icon {
  display: inline-block;
  margin: 0;
  padding: 2px 7px 2px;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -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);
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.a-button-icon:not(.disabled):hover {
  cursor: pointer;
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.a-button-no-icon:not(.disabled):hover {
  cursor: pointer;
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

/* NEW WORKFLOW */

.a-workflow {
  margin: 0px;
  padding: 0px;
}

.a-workflow > div {
  margin-top: 4px;
  padding: 0px 12px 0px 10px;
  line-height: 36px;
  height: 36px;
  float: left;
  font-size: 13px;
  color: #acacac;
}

.a-workflow > div.seperator:before {
  content: "\e902";
  display: inline-block;
  font-family: icomoon;
  font-size: 16px;
}

.a-workflow > div:last-child {
  margin-right: 15px;
}

.a-workflow > div.completed {
  color: #9e9e9e;
}

/* GENERAL STYLES */
.left {
  float: left;
}

.right {
  float: right;
}

.a-tooltip tip {
  font-size: 11px;
  position: absolute;
  z-index: 200000;
  white-space: nowrap;
  background: #777; /* BLUE: #1e5ca2 */
  color: #fff;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease-out;
  bottom: -30px;
}

.a-tooltip tip::before {
  content: "";
  display: block;
  border-left: 6px solid #777;
  border-top: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 0px;
}

.a-tooltip tip.right::before {
  border-right: 6px solid #777;
  border-left: none;
  right: 0px;
}

.a-tooltip:hover tip {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-tabs {
  margin: 15px 10px 10px 10px;
  padding-left: 10px;
}

.a-tabs > div {
  height: 100%;
  float: left;
  margin-top: 1px;
  display: inline-block;
  background-color: #bbb;
  border-bottom: 1px solid #bbb;
}

.a-tabs > div:hover {
  cursor: pointer;
  background-color: #408bca;
  border-color: #408bca;
  border-bottom-color: transparent;
}

.a-tabs div > div {
  color: #fff;
  display: inline-block;
  padding: 0.65em 1.2em;
}

.a-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;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

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

.a-tabs div.active {
  background-color: #408bca;
  border-color: #408bca;
  border-bottom-color: transparent;
}

.a-tabs div.icon {
  width: 20px;
  height: 20px;
  padding-left: 25px;
  padding-top: 2px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

.a-tabs div.active div.status-icon-100 {
  background-image: url(../images/adaptive/status-icons/100-active.jpg);
}
.tab-contents {
  margin: 15px;
  margin-top: 0px;
  position: absolute;
  top: 85px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: solid 1px #ccc;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.a-table {
  width: 100%;
}

.a-table td {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  border-bottom: solid 1px #e5e5e5;
  padding: 4px;
  padding-bottom: 0px;
  line-height: 20px;
}

.a-table thead td {
  font-family: "Myriad Pro Semi-Bold", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  background: #999; /*#f17702;*/
  border: none;
  color: #fff;
}

.a-table tbody tr:last-child td {
  border-bottom: solid 1px #ccc;
}

.a-table tbody > tr:hover td {
  background-color: #f0f0f0;
  cursor: pointer;
}

.a-table thead td {
  padding: 1px 2px 2px 4px;
}

.bold,
tr.bold td {
  font-weight: bold;
}

.jform-checkbox-image {
  display: inline-block;
  background-repeat: no-repeat;
  -moz-background-size: 16px;
  background-size: 18px;
  height: 18px;
  width: 18px;
}

.jform-view-mode.jform-textarea {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 4px;
  line-height: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}

.jform-view-mode.jform-textarea.no-border {
  border: none;
}

.jform-view-mode.jform-text {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 4px;
  line-height: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}

.jform-view-mode.jform-text.no-border {
  border: none;
}

.jform-view-mode.jform-select {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 4px;
  line-height: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}

.jform-view-mode.jform-select.no-border {
  border: none;
}

.a-mask {
  z-index: 9999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div {
  z-index: 99999999999999999999 !important;
  position: fixed !important;
}

.a-progress-bar-container {
  z-index: 9999999999;
  position: absolute;
  top: -100px;
  width: 100%;
}

.a-progress-bar-container.show {
  top: -18px;
}

.a-progress-bar-container.center {
  top: 0px;
  height: 100%;
  display: none;
}

.a-progress-bar-container.center.show {
  display: inline-block;
}

.a-progress-bar-container .a-progress-bar-box {
  margin: 0 auto;
  border: solid 1px #bbb;
  border-top: none;
  position: relative;
  width: 300px;
  height: 70px;

  -moz-box-shadow: 0px 0px 10px 3px #ddd;
  -webkit-box-shadow: 0px 0px 10px 3px #ddd;
  box-shadow: 0px 0px 10px 3px #ddd;

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

  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #dcdcdc)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #dcdcdc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}

.a-progress-bar-container.center .a-progress-bar-box {
  height: 60px;
  top: 250px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);

  -moz-box-shadow: 0px 0px 10px 3px #ccc;
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
  box-shadow: 0px 0px 10px 3px #ccc;
}

.a-progress-bar-container.center .a-progress-bar-box.show {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-progress-bar-container .a-progress-bar-active {
  position: absolute;
  left: 1px;
  width: 0%;
  margin-top: 1px;
  height: 12px;
  border: solid 1px #fff;

  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background:  #408bca;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5ce4f', endColorstr='#92ab2e ',GradientType=0 ); /* IE6-9 */
}

.a-progress-bar-container .a-progress-bar-inactive {
  position: absolute;
  left: 0px;
  right: -2px;
  top: 0px;
  bottom: 0px;
  height: 14px;

  border: solid 1px #bbb;

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

  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 74%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e8e8e8),
    color-stop(74%, #f7f7f7)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 74%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 74%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 74%); /* IE10+ */
  background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 74%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.a-progress-bar-container .a-progress-bar {
  position: absolute;
  left: 20px;
  right: 20px;
  margin-top: 43px;
  height: 14px;
}

.a-progress-bar-container.center .a-progress-bar {
  position: absolute;
  left: 20px;
  right: 20px;
  margin-top: 30px;
  height: 14px;
}

/* PROGRESS BAR TEXT */
.a-progress-bar-container .a-progress-bar-text {
  color: #444;
  position: absolute;
  left: 22px;
  right: 20px;
  margin-top: 24px;
}

.a-progress-bar-container.center .a-progress-bar-text {
  color: #444;
  position: absolute;
  left: 22px;
  right: 20px;
  margin-top: 11px;
}

/* PAGE HEADER STYLES */

.page-header-new {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 75px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #ccc;
  /*z-index: 200;*/
  padding: 12px;
  min-width: 800px;
  background-repeat: repeat-x;
  background-image: url("../images/rxflex/pageTopGradient.jpg");
}

.page-header-new-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-right: 10px;
  float: left;
  color: #408bca;
}
.page-header-new-icon:before {
  content: "\e906";
  font-family: icomoon;
  display: block;
}

.page-header-new-title {
  float: left;
  font-size: 24px;
  margin-bottom: 3px;
  padding-right: 18px;
}

.page-header-new-applies-to-info {
  min-width: 1000px;
  margin-left: 42px;
  margin-top: 3px;
}

.page-header-new-applies-to-info > div {
  font-size: 14px;
  float: left;
  display: inline-flex;
}

.page-header-new-label-name {
  font-size: 14px;
  color: #999;
  margin-right: 4px;
  display: inline-block;
}

.page-header-new-label-value {
  font-size: 14px;
  margin-right: 25px;
  color: #333;
  display: inline-block;
}

.page-header-new-label-value .user-header {
  font-size: 14px;
  margin-right: 10px;
  color: #333;
  min-width: 180px;
}

.page-header-new .user-header {
  padding-left: 3px;
  position: relative;
  min-height: 18px;
}
.page-header-new .user-header .icon {
  color: #408bca;
  margin-right: 4px;
}

.page-header-new-label-value .user-header {
  font-size: 14px;
  margin-right: 25px;
  color: #333;
  min-width: 180px;
}
.page-header-new-label-value .user-header .icon {
  color: #408bca;
}

.page-header-new .label-icon {
  padding: 1px; /* If the text is cut off, just set the padding:1px; */
  padding-left: 20px;
  height: 16px;
}
.page-header-new .label-icon:before {
  content: "\e971";
  color: #4491c4;
  font-family: icomoon;
  display: block;
}

.page-header-new .label-icon.orange-icon:before {
  color: #fb8515;
}

.page-header-new .a-status-box {
  font-family: "Roboto", "Myriad Pro", "Open Sans", "helvetica neue";
  letter-spacing: 1px;
  float: left;
  font-size: 11px;
  padding: 4px 7px 2px 7px;
  text-align: center;
  color: #fff;
  margin: 5px 2px 3px 38px;
  -webkit-border-radius: 1.2em;
  border-radius: 1.2em;
  white-space: nowrap;
  background-color: #65b350;
  border: 2px solid transparent;
}
.lookup-results-panel .a-status-box {
  font-size: 12px;
  padding: 1px 5px;
  width: 90px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #65b350;
}

.a-status-box.approved {
  background-color: #65b350;
  border-color: #65b350;
}

.a-status-box.in-progress {
  background-color: #fb8515;
  border-color: #fb8515;
}

.a-status-box.reviewing {
  background-color: #fb8515;
  border-color: #fb8515;
}

.a-status-box.pending {
  background-color: #fb8515;
  border-color: #fb8515;
}

.a-status-box.closed {
  background-color: #777;
  border-color: #777;
}

.a-status-box.rejected {
  background-color: #d8645d;
  border-color: #d8645d;
}

.a-status-box.editing {
  background-color: #65b350;
  border-color: #65b350;
}

.a-status-box.deleted {
  background-color: #d8645d;
  border-color: #d8645d;
}

.green {
  background-color: #7c992c;
}

.blue {
  background-color: #408bca;
}

.orange {
  background-color: #fb8515;
}

.red {
  background-color: #ff392e;
}

/* PAGE TOP NAV STYLES */

.page-top-nav-new {
  position: absolute;
  top: 75px;
  left: 0px;
  right: 0px;
  height: 40px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #ccc;
  /*z-index: 100;*/
  z-index: 1;
  min-width: 800px;
}

.page-top-nav-new .container {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.page-top-nav-new .container > div {
  height: 100%;
  font-size: 14px;
  float: left;
  padding: 0px 12px;
  padding-top: 15px;
  color: #333;
}

.page-top-nav-new .container > div.right {
  float: right;
}

.page-top-nav-new .container > div.icon {
  background-repeat: no-repeat;
  -moz-background-size: 24px;
  background-size: 24px;
  margin-left: 20px;
  margin-top: 7px;

  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.page-top-nav-new .container > div:hover {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

.page-top-nav-new .container > div.icon:hover {
  background-color: inherit;
  border-bottom: none;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.page-top-nav-new .container > div.active {
  color: #408bca;
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-repeat: no-repeat;
  background-image: url("../images/adaptive/nav-up-arrow.png");
  background-position: bottom center;
}

.page-top-nav-new .container > div.active:hover {
  background-color: inherit;
  border-bottom: inherit;
}

.page-top-nav-new .container > div.error {
  color: red;
}

.page-top-nav-new .container > div.error:hover {
  color: red;
}

/* NEW SIDE-BY-SIDE OPTION SELECTOR */
.a-option-selector {
  height: 150px;
  position: relative;
  padding: 1px;
  float: left;
  border: 1px solid #cccccc;

  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -moz-border-radius: 0.33333em;
  border-radius: 0.33333em;
}

.a-option-selector > div {
  position: relative;
  height: 100%;
}

.a-option-selector .header {
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  padding: 4px 40px 4px 8px;
  font-size: 1.1em;
}

.a-option-selector .available-options {
  position: relative;
  float: left;
  width: 50%;
  border-right: solid 1px #ccc;
}

.a-option-selector .available-options .none-available {
  color: #999;
  font-style: italic;
}

.a-option-selector .selected-options {
  float: left;
  width: 50%;
}

.a-option-selector .list-items {
  padding: 0px 10px 0px 3px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.a-option-selector .list-items ul li {
  padding: 4px 40px 4px 5px;
  white-space: nowrap;
  border-bottom: solid 1px #ddd;
}

.a-option-selector .list-items ul li:last-child {
  border-bottom: solid 1px transparent;
}

.a-option-selector .available-options .list-items ul li {
  color: #888;
  background-position: 98% 50%;
  background-image: url("../images/adaptive/app-icons/select-right.png");
  background-repeat: no-repeat;
}

.a-option-selector .list-items ul li:hover {
  color: #408bca;
  cursor: pointer;
}

.a-option-selector .available-options .list-items ul li:hover {
  background-position: 98% 50%;
  background-image: url("../images/adaptive/app-icons/select-right.png");
  background-repeat: no-repeat;
}

.a-option-selector .selected-options .list-items ul li:hover {
  background-position: 98% 50%;
  background-image: url("../images/adaptive/app-icons/up-down-list.png");
  background-repeat: no-repeat;
}

/* DOCUMENT LIST STYLES */

.a-document-list table {
  width: 100%;
}

.a-document-list table thead td {
  white-space: nowrap;
  border-bottom: solid 1px #ccc;
}

.a-document-list table tbody td {
  border-top: solid 1px #e5e5e5;
  padding: 3px;
}

.a-document-list table tbody td a {
  line-height: 16px;
  color: #408bca;
  font-weight: normal;
}

.a-document-list table tbody td.delete-column {
  width: 10px;
}

.a-document-list table tbody td .a-button {
  margin: 0px;
}

.a-document-list .document-type-pdf {
  /*background-position: 0% 50%;*/
  /*background-image:url('../images/pdf-icon.gif');*/
  /*background-repeat: no-repeat;*/
  padding-left: 20px;
}
.a-document-list .document-type-pdf:before {
  content: "\e90e";
  font-family: WebComponentsIcons;
  color: #f00;
}

.ui-dialog {
  z-index: 999999999 !important;
}

/* JQUERY OVERRIDES */

.a-slider.ui-widget-content {
  border: solid 1px #ccc;
  background: none;
  background-color: #efefef !important;
}

/* JQUERY OVERRIDES */
/* DIALOG

.ui-widget-content {
    background-color: #F9F9F9;
    color: #555;
    border: 1px solid #CCC;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: solid 1px #CCC;
}

.ui-dialog .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.ui-dialog .ui-widget-header {
    background: #F9F9F9;
    border: none;
    border-bottom: solid 1px #CCC;
    background-color: #F9F9F9;
}

.ui-dialog .ui-button-text-only .ui-button-text {
    padding: .2em .8em;
}


.ui-corner-all {
    behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #FFF;
    background: none;
    background-color: #fb8515;
    color: #FFF;
    font-weight: normal;
}
*/
.placeholder {
  color: #aaa !important;
}
input:-webkit-input-placeholder {
  color: #aaa !important;
}
input:-moz-placeholder {
  color: #aaa !important;
}

.a-select-input.empty.placeholder {
  color: #aaa !important;
}
.datePicker.empty.placeholder {
  color: #aaa !important;
}

/* calendar styles */
.k-calendar td {
  border-radius: 3px;
}
.k-calendar .k-header .k-state-hover {
  background-color: #408bca;
  /* color: #408bca; */
}
.k-calendar-container td.k-state-selected.k-state-focused {
  background-color: #408bca;
  border-radius: 3px;
  border:none;
  box-shadow: none;
}
.k-calendar .k-footer .k-nav-today {
  color: #408bca;
}

/* NEW INPUT COMBO SELECTOR */

.a-input-combo {
  position: relative;
  float: left;
  border: solid 1px #ccc;
  background-color: #fff;
}

.a-input-combo input {
  padding-top: 2px;
  border: solid 1px #fff !important;
  font-size: 12px;
}

.master-filters .panel-contents .a-input-combo input[type="text"]:hover {
  border: solid 1px #fff !important;
}

.a-input-combo-search {
  float: left;
  /* height: 26px; */
}

.a-input-combo-select {
  float: right !important;
  margin-top: 2px;
  height: 22px;
  line-height: 22px;
  padding: 0px 2px 0px 6px;
  border-left: solid 1px #ccc;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.a-input-combo-select-top {
  color: #000;
  margin-top: 6px;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.master-filters .panel-contents .a-input-combo .a-input-combo-select {
  height: 20px;
  line-height: 20px;
}

.a-input-combo-select:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-input-combo-select-text {
  float: right;
  padding-right: 18px;
}
.a-input-combo-select-text:after {
  content: "\ea1c";
  font-family: icomoon;
  display: inline-block;
  font-size: 9px;
  margin-left: 5px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.a-input-combo-select-text:hover {
  color: #408bca;
}

.a-input-combo-select-options {
  z-index: 100;
  display: none;
  position: absolute;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 6px 12px 6px 6px;
  min-width: 66px;
}

.a-input-combo-select-options li {
  margin-left: 0px;
  list-style-type: none;
  margin: 1px 0px;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.a-input-combo-select-options li:hover {
  cursor: pointer;
  background-color: #408bca;
  color: #fff;
}

/* NEW SCROLLER GRID */

.a-scroller-grid {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  border: solid 2px #ccc;
}

.a-scroller-grid .data {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 26px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.a-scroller-grid .data > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 50%;
  float: left;
  overflow-y: visible;
  overflow-x: scroll;
}

.a-scroller-grid .left-columns {
  left: 0px;
  border-right: solid 2px #ccc;
}

.a-scroller-grid .right-columns {
  right: 0px;
}

.a-scroller-grid .header > div {
  position: absolute;
  top: 0px;
  height: 26px;
  width: 50%;
  float: left;
  overflow-y: hidden;
  overflow-x: hidden;
}

.a-scroller-grid td {
  white-space: nowrap;
  border-bottom: solid 1px #ddd;
}

.a-scroller-grid thead td {
  border-bottom: solid 1px #ccc;
  background-color: #e8e8e8;
  line-height: 46px;
  text-align: center;
}

.a-scroller-grid .data thead td {
  visibility: hidden;
  height: 0px;
  line-height: 0px;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.a-scroller-grid .data .right-columns thead td {
  padding-right: 12px;
}

.a-scroller-grid .data tbody tr,
.a-scroller-grid .data tbody tr td {
  height: 20px;
}

.highlight {
  background-color: #ffff9c !important;
}

/*Select Columns Enhancement*/
input.select-search-input {
  width: 200px !important;
  height: 20px !important;
  padding-left: 5px !important;
  margin-bottom: 15px !important;
  float: left !important;
}
.set-select-fields-button {
  float: right !important;
  display: inline-block !important;
  width: auto !important;
}

/*Style Normal Select*/
.normalSelectContainer select {
  border-radius: 2px;
  border: 0;
  font-size: 12px;
  background: transparent;
  padding: 6px 12px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all;
  text-transform: uppercase;
  outline: none;
}

.normalSelectContainer.disabled select {
  color: #000;
}
.normalSelectContainer {
  overflow: hidden;
  line-height: 25px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 0;
  -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;
}
.normalSelectContainer:hover,
.normalSelectContainer:focus {
  -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);
}

.normalSelectContainer.disabled:after {
  content: "";
  left: 0;
  bottom: 0;
  background: rgba(204, 204, 204, 0.5);
  border-left: 0px;
  width: 100%;
}

.normalSelectContainer:after {
  content: "\e904";
  font-family: icomoon;
  font-size: 7px;
  display: block;
  position: absolute;
  padding: 0 8px;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #999;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

optgroup + optgroup {
  border-top: 1px solid #ccc;
}

.preferred-flag-icon {
  cursor: pointer;
  color: #f1af15;
}
.preferred-flag-icon:before {
  content: "\e9d9";
  font-family: icomoon;
  display: block;
}
.preferred-flag-icon-ast {
  cursor: pointer;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.preferred-flag-icon-ast:before {
  content: "*";
  display: block;
  color: #000;
}
.preferred-flag-icon-diamond {
  cursor: pointer;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
  background-position: center center;
}
.preferred-flag-icon-diamond:before {
  content: "\ea1e";
  font-family: icomoon;
  display: block;
  color: pink;
  transform: rotate(45deg);
}

.uppercase {
  text-transform: uppercase;
}

/* ADAPTIVE SMART TAB STYLES */

[smartTabId] {
  position: relative;
  visibility: collapse;
  width: 100%;
  height: 100%;
}

.a-smart-tabs {
  margin-bottom: 1px;
  border-bottom: solid 5px #408bca;
}

.a-smart-tabs .smart-tabs-title {
  float: left;
  padding: 10px 18px 10px 0px;
  margin-right: 3px;
  font-size: 14px;
}

.a-smart-tabs .tab {
  height: 100%;
  display: inline-block;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -khtml-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  background-color: #eee;
  border: solid 1px #d5d5d5;
  border-bottom: none;
  padding: 10px 12px;
  margin-right: 3px;
}

.a-smart-tabs .tab.error {
  background-color: red;
}

.a-smart-tabs .tab.active {
  background-color: #408bca;
  border: solid 1px #408bca;
  color: #fff;
}

.a-smart-tabs .title {
  font-size: 14px;
}

.a-smart-tabs .tab:hover {
  cursor: pointer;
}

/* ADAPTIVE SMART SELECT BOX STYLES */

.a-smart-select {
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #fff;
  width: 100px;
  line-height: 22px;
  height: 22px;
}

.a-smart-select.error {
  background-color: red;
}

.a-smart-select.disabled {
  border: solid 1px #ccc;
  background-color: #f5f5f5;
}

.a-smart-select .selected-option {
  padding-left: 5px;
  white-space: nowrap;
}

.a-smart-select .placeholder {
  padding-left: 5px;
  white-space: nowrap;
}

.a-smart-select:hover {
  cursor: pointer;
}

.a-smart-select.disabled:hover {
  border: solid 1px #aaa;
  cursor: text;
}

.a-smart-select .options {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  -moz-box-shadow: 0px 0px 8px 3px #ccc;
  -webkit-box-shadow: 0px 0px 8px 3px #ccc;
  box-shadow: 0px 4px 8px 3px #ccc;
  display: none;
  z-index: 999999999;
  position: absolute;
  padding: 5px;
  border: solid 1px #ccc;
  background-color: #fff;
  position: absolute;
  z-index: 9999999;
  margin-top: 21px;
}

.a-smart-select .option {
  padding: 5px 5px 5px 5px;
  min-height: 25px;
  border-bottom: solid 1px #ddd;
}

.a-smart-select .option:last-child {
  border-bottom: none;
}

.a-smart-select .option .abbrev {
  display: none;
}

.a-smart-select .option:hover {
  background-color: #408bca;
  color: #fff;
  cursor: pointer;
}

.a-smart-select .option:hover div,
.a-smart-select .option:hover td {
  color: #fff;
}

.smart-select-arrow {
  line-height: 20px;
  padding: 2px 0 0px 0;
  position: relative;
  bottom: 1px;
  top: 1px;
  right: 1px;
  width: 23px;
  border: none;
  float: right;
}

.smart-select-arrow > div {
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background-image: url(../images/adaptive/icons/drop-down.png);
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}

.a-smart-select.disabled .smart-select-arrow > div {
  -moz-opacity: 0;
  opacity: 0;
}

.a-smart-select:hover .smart-select-arrow > div {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.a-smart-select.disabled:hover .smart-select-arrow > div {
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.a-smart-select.disabled:hover {
  border: solid 1px #ccc;
}

/* CSS TOGGLE */

.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 49%;
  height: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.43);
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ccc;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tgl + .tgl-btn:after {
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tgl:checked + .tgl-btn {
  background: #408bca;
}

/* handle overflow of edits in results */
.editNoWrapTd:hover .a-hover-wrap .a-hover-box {
  display: block;
  background: #f9f9f9;
  padding: 5px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.a-hover-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.editNoWrapTd:hover .a-hover-wrap {
  overflow: inherit;
  width: auto;
  z-index: 999;
}

.fileLocationOverlay:before {
  content: attr(data-fileLocation);
  border: 1px solid red;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding-top: 10px;
  z-index: 9999;
}

/* Add this class to anything that you dont want user to select the text*/
.noSelectText {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

#lookup-results-table td .icon-lock {
  color: #408bca;
  font-size: 16px;
}

/* this is a select field that is showing up in the analytics lookups when a formulary is selected, this is a temp fix */
#global.selected-field {
  display: none !important;
}

/***************************************************

        EDIT TYPE BOX 'ICON' STYLES

***************************************************/

.tier-edit-type-wrapper {
  position: relative;
  padding-right: 8px;
  margin: 2px 0;
  max-width: 40px;
  display: inline-block;
}

.tier-edit-type-wrapper .edit-type-box,
.tier-edit-type-wrapper .tier-rank-name,
.tier-edit-type-wrapper .tier-name,
.tier-edit-type-wrapper .tier {
  text-align: center;
  background-color: #666;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  line-height: 32px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  font-size: 9px;
  /*float: left;*/
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  cursor: default;
}

.tier-edit-type-wrapper .edit-type-box.has-details {
  cursor: pointer;
}

.tier-edit-type-wrapper .edit-type-box.hasSuperScript {
  line-height: 26px;
}

.tier-edit-type-wrapper .edit-type-box.hasSuperScript .abbrev,
.tier-edit-type-wrapper .edit-type-box.hasSuperScript .editTypeBoxSuperScript {
  display: inline-block;
  float: none !important;
}

.tier-edit-type-wrapper .edit-type-box.hasSuperScript .editTypeBoxSuperScript {
  vertical-align: super;
  margin-left: -1px;
  padding: 0;
  color: #fff;
}

.tier-edit-type-wrapper .tier-rank-name,
.tier-edit-type-wrapper .tier-name,
.tier-edit-type-wrapper .tier {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.tier-edit-type-wrapper sup {
  position: absolute;
  right: 0;
  top: -5px;
  border-radius: 5px;
  color: #408bca;
  background: #fff;
  padding: 1px;
  border: 1px solid #ddd;
  line-height: 10px;
}

.edit-type-box .icon-stop2 {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
}

.edit-type-box .icon-star-full {
  font-size: 11px;
  display: block;
  line-height: 32px;
}

.edit-type-box-details {
  float: left;
  padding: 3px 8px;
}

.edit-type-box.no-edit {
  background-color: #666 !important;
}

.edit-details {
  float: left;
  color: #666;
  padding-left: 4px;
  padding-top: 2px;
  max-width: calc(100% - 40px);
}

.remaining-character-count {
  color: blue;
  size: 2;
  line-height: 200%;
}

/* Window Forms */
.window-form {
  padding-left: 4px;
  float: left;
  height: 100%;
  width: 100%;
}
.window-form form {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.window-form label {
  text-transform: none !important;
}
.window-form td {
  color: #333;
  padding: 2px;
}
.window-form tr.fields td {
  padding-bottom: 6px;
}
.window-form input[type="text"],
.window-form input[type="number"],
.window-form input[type="email"] {
  border: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  width: calc(100% - 25px);
  padding: 6px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  outline-width: 0;
  text-transform: none !important;
  -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;
}
.window-form input[type="text"]:not(.a-select-input):hover,
.window-form input[type="number"]:hover,
.window-form input[type="email"]:hover,
.a-select-container: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);
}
.window-form input[type="text"].datePicker {
  min-width: inherit;
}
.window-form .error {
  color: #f00;
  padding: 5px 0;
}
.window-form .left-panel {
  float: left;
  padding-right: 15px;
}
.window-form .right-panel {
  float: left;
  border-left: solid 1px #ccc;
  padding-left: 15px;
}
.a-window .a-window-body {
  overflow: scroll;
}
.window-form .section .section-content {
  margin-top: 15px;
}
.window-form .section .number {
  float: left;
  font-size: 26px;
  width: 32px;
  color: #fff !important;
  text-align: center;
  padding: 2px 0 2px 1px;
  min-width: 32px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #408bca;
  margin-right: 8px;
  margin-bottom: 20px;
}
.window-form .section .number-title {
  padding: 7px 0;
  font-size: 20px;
  color: #333;
}
.window-form .section .number-content {
  width: 100%;
  padding-top: 5px;
}

.field-header {
  font-size: 10pt;
  font-weight: 600;
  padding: 3px 0 0 0;
  display: flex;
  align-content: center;
  margin-top: 10px;
}

.normal-case{
  text-transform: none !important;
}
