.page-header-new {
  height: 95px;
}

.ticket-header-applies-to {
  /* min-width: 1000px;*/
  margin-left: 42px;
  margin-top: 3px;
  float: left;
  width: 750px;
}

.ticket-header-applies-to > div {
  margin-bottom: 5px;
  float: left;
  float: left;
  display: inline-block;
}

.ticket-header-applies-to > div > div {
  float: left;
  display: inline-block;
}

.page-header-new-icon {
  background-image: url("../../../images/adaptive/icons/ticket2.png");
}

.network-type-icon {
  background-image: url("../../../images/adaptive/icons/axialis/Folder.png") !important;
}

.page-top-nav-new div {
  font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", "sans-serif";
}

.page-top-nav-new {
  top: 90px;
}

.no-comments {
  padding-left: 2px;
  padding-top: 8px;
  color: #999999;
  font-style: italic;
}

.page-top-nav-new {
  height: inherit;
  bottom: 0px;
}

.page-content .icon {
  float: left;
  width: 14px;
  height: 14px;
  background-size: 14px;
  margin-right: 4px;
}

.page-header-new-label-value {
  margin-right: 15px;
}

.rxtickets-ticketDetails .page-header-new-label-value div {
  float: left;
}

.main-row {
  position: absolute;
  left: 0px;
  right: 0px;
}

.row1 {
  top: 52px;
  bottom: 34px;
}

.row2 {
  top: calc(100% - 41px);
  height: 41px;
  left: 12px;
  right: 12px;
}

.ticket-action-buttons {
  position: absolute;
  z-index: 9;
  top: 95px;
  left: 10px;
  right: 0px;
  height: 44px;
  border-bottom: solid 1px #ccc;
  background-color: #f8f8f8;
}

.ticket-action-buttons > div {
  margin-left: 0px;
  margin-top: 8px;
}

.ticket-history thead td {
  border-bottom: solid 1px #ccc;
}

.ticket-history td {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 7px 5px 3px 5px;
  vertical-align: middle;
}

.ticket-history td div.pretty-date {
  float: left;
  padding-right: 5px;
  padding-bottom: 3px;
}

.ticket-history td div.created-by {
  text-transform: uppercase;
  float: left;
  font-style: italic;
  color: #888;
}

.ticket-history .icon {
  width: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-right: 0px;
}

.row1 > div {
  float: left;
  position: relative;
}

.main-row > div {
  height: 100%;
  padding: 8px 0px 12px 12px;
  margin: 0px;
}

.main-row > div > div {
  float: left;
  position: relative;
  /* margin: 12px 12px 12px 12px; */
  border: solid 1px #ccc;
  padding: 12px 10px 10px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 13px;
}
.row1 > div > div {
  height: 100%;
}

.box-with-title > .title {
  padding: 6px 4px 4px 8px;
  margin: 0px;
  position: relative;
  margin-top: -11px;
  margin-left: -10px;
  color: #fb8515;
  font-weight: bold;
  background-color: #f5f5f5;
  line-height: 14px;
  width: calc(100% - -19px);
  height: 32px;
  border-bottom: solid 1px #ccc;
  background-color: #eee;
  cursor: pointer;
}

.box-with-title .box-content {
  margin-top: 20px;
  height: 100%;
  overflow: auto;
}

.row2 > div {
  top: 0;
  position: absolute;
}

.row2 .col1 {
  left: calc(1% - -46px);
}

.row2 .col2 {
  left: calc(((101% - 46px) / 3) - -56px);
}

.row2 .col3 {
  /*left: calc(65% - -49px);*/
  right: -12px;
}

.main-row .column {
  height: 46px;
  overflow: hidden;
  width: calc((99% - 46px) / 3);
}

.main-row .column {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.col2.up .box-with-title {
  height: auto;
  overflow: visible;
}
.col2.up.expand .box-with-title {
  height: 100%;
}
.main-row .column.up {
  top: -174px;
  height: 212px;
}

.drug-comments-panel textarea[name="comment"].comment-textarea {
  height: 16px;
  width: calc(100% - 20px);
  margin-bottom: 10px;
}

.titleNum {
  /*float: right;*/
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fb8515;
  width: 25px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 100%;
  padding: 6px 0px 4px 0px;
}

.comment-size-change {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
  color: #aaa;
  width: 20px;
  height: 13px;
  background-image: url("../../../images/adaptive/icons/maximise.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.comment-size-change:hover {
  background-image: url("../../../images/adaptive/icons/maximise-hover.png");
}

.minimise-comments {
  background-image: url("../../../images/adaptive/icons/Char---Minus.png");
}

.minimise-comments:hover {
  background-image: url("../../../images/adaptive/icons/axialis/Char - Minus.png");
}

.openClose {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
  color: #aaa;
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.openClose {
  background-image: url("../../../images/adaptive/icons/chevron.png");
}

.openClose:hover {
  background-image: url("../../../images/adaptive/icons/chevron-hover.png");
}

.main-row > .col0 {
  padding: 4px 4px 4px 4px;
  margin: 8px 0 0 0px;
  height: 27px;
  position: relative;
  text-align: center;
  width: 58px;
  border: solid 1px #ccc;
  background-color: #eee;
}

.main-row > .col0 .openClose {
  margin: 0;
  float: none;
  height: 100%;
}

.up .openClose,
.allDown {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.up .openClose:hover {
}

.comment-size-change:hover {
  color: #fb8515;
}

.col2.column.up.expand {
  width: calc(100% - -12px) !important;
  left: -12px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-section {
  position: relative;
  display: table;
  margin-bottom: 15px;
  float: left;
  margin-right: 20px;
  border: solid 1px #ccc;
  padding-bottom: 8px;
  width: 100%;
}

.form-section > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #eee;
  padding: 8px 6px 4px 8px;
  text-transform: uppercase;
  color: #9e7cc8;
  font-size: 1.4em;
  border-bottom: dashed 1px #d5d5d5;
}

.form-section .form-content {
  padding: 10px;
}

/* SUB > SUB FORM CONTENT */

.form-section .form-section {
  position: relative;
  display: table;
  margin-bottom: 0px;
  float: left;
  margin-right: 0px;
  border: none;
  padding-bottom: 0px;
  width: 100%;
  border-left: dashed 1px #ccc;
}

.form-section .form-section:first-child {
  border-left: none;
}

.form-section .form-section > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: inherit;
  padding: 8px 6px 4px 8px;
  text-transform: uppercase;
  color: #555;
  font-size: 1.2em;
  border: none;
  border-bottom: dashed 1px #ccc;
}

.form-sub-section .disabled .filter-toggles > div.active {
  border: solid 1px #bbb;
  background: #bbb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllN2NjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODQzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #bbb),
    color-stop(100%, #999)
  );
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -o-linear-gradient(top, #bbb 0%, #999 100%);
  background: -ms-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(to bottom, #bbb 0%, #999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e7cc8', endColorstr='#999',GradientType=0 );
}

.form-sub-section .disabled .filter-toggles > div {
  border: solid 1px #ddd;
}

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

.page-content {
  background-color: #f3f3f3;
  overflow: hidden;
}

.a-document-list thead td {
  /* display: none; */
  padding-top: 8px;
  padding-bottom: 4px;
  padding-right: 3px;
}

.col2 .drug-comments-panel {
  height: 138px;
}

.drug-comments-panel textarea[name="comment"] {
  position: relative;
  float: left;
  height: 60px;
  width: 100%;
  padding: 4px;
  font-size: 13px;
  border: solid 1px #ccc;
}

.drug-comments-panel .comment-list {
  height: 102px;
  overflow-x: hidden;
  overflow-y: auto;
}

.drug-comments-panel .add-comment-button {
  position: relative;
  float: left;
  margin-top: 6px;
  display: none;
  margin-left: 0px !important;
}

.drug-comments-panel .comment {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ddd;
  padding: 4px 4px 4px 22px;
  background-image: url("../../../images/adaptive/icons/axialis/Bubble6b.png");
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.drug-comments-panel .comment-type-GENERAL {
  background-image: url("../../../images/adaptive/icons/axialis/Bubble6b.png");
}

.drug-comments-panel .comment-type-FDB {
  background-image: url("../../../images/adaptive/icons/axialis/Bubble6-DATA_SOURCE-FDB.png");
}

.drug-comments-panel .comment-type-MSPAN {
  background-image: url("../../../images/adaptive/icons/axialis/Bubble6-DATA_SOURCE-MEDISPAN.png");
}

.drug-comments-panel .comment:last-child {
  border-bottom: none;
}

.drug-comments-panel .comment > div {
  line-height: 16px;
  float: left;
}

.drug-comments-panel .comment-text {
  font-size: 14px;
}

.drug-comments-panel .comment-created-on {
  color: #999;
}

.drug-comments-panel .comment-created-by {
  padding-left: 5px;
  font-size: 12px;
  color: #999;
}

.drug-comments-panel .comment-applies-to > div {
  font-size: 11px;
  float: left;
  margin-right: 5px;
  background-color: #aaa;
  color: #fff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 1px 4px;
}

.drug-comments-panel .a-button {
  color: #fff;
  background: #606060;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #606060 13%, #3f3f3f 88%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(13%, #606060),
    color-stop(88%, #3f3f3f)
  );
  background: -webkit-linear-gradient(top, #606060 13%, #3f3f3f 88%);
  background: -o-linear-gradient(top, #606060 13%, #3f3f3f 88%);
  background: -ms-linear-gradient(top, #606060 13%, #3f3f3f 88%);
  background: linear-gradient(to bottom, #606060 13%, #3f3f3f 88%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#3f3f3f',GradientType=0 );
}

.a-button-icon {
  padding: 7px 12px 6px 32px;
}

.a-button-icon.disabled {
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.pricing-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 275px;
  padding-top: 8px;
  border-right: solid 1px #ccc;
}

.pricing-left .pricing-row {
}

.pricing-left .pricing-row-data.active > div {
  background-color: #fb8515;
  color: #fff;
}

.pricing-left .pricing-row-data:hover {
  cursor: pointer;
}

.pricing-left .pricing-table-headings {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 32px;
  width: 100%;
  padding-top: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: solid 1px #ccc;
}

.pricing-left .pricing-table-data {
  position: absolute;
  left: 0px;
  top: 32px;
  bottom: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.pricing-table .pricing-row div {
  float: left;
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #ccc;
}

.pricing-left .pricing-table-headings div {
  font-weight: bold;
}

.pricing-left .pricing-table-data div {
}

.pricing-left .from-date-col {
  width: 40%;
}

.pricing-left .thru-date-col {
  width: 40%;
}

.pricing-left .status-col {
  width: 20%;
  text-align: center;
}

.price-schedule-title {
  font-size: 16px;
  font-weight: normal !important;
  font-family: Tahoma;
  padding-left: 2px !important;
}

.pricing-right {
  position: absolute;
  left: 275px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}

.pricing-right .price-schedule {
  /* border: solid 1px #C5C5C5; */
  background-color: #f2f2f2;
  margin: 10px 10px 20px 10px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;

  background: rgb(239, 239, 239); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(239, 239, 239, 1) 0%,
    rgba(246, 246, 246, 1) 23%,
    rgba(243, 243, 243, 1) 75%,
    rgba(241, 241, 241, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(239, 239, 239, 1)),
    color-stop(23%, rgba(246, 246, 246, 1)),
    color-stop(75%, rgba(243, 243, 243, 1)),
    color-stop(100%, rgba(241, 241, 241, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(239, 239, 239, 1) 0%,
    rgba(246, 246, 246, 1) 23%,
    rgba(243, 243, 243, 1) 75%,
    rgba(241, 241, 241, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(239, 239, 239, 1) 0%,
    rgba(246, 246, 246, 1) 23%,
    rgba(243, 243, 243, 1) 75%,
    rgba(241, 241, 241, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(239, 239, 239, 1) 0%,
    rgba(246, 246, 246, 1) 23%,
    rgba(243, 243, 243, 1) 75%,
    rgba(241, 241, 241, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(239, 239, 239, 1) 0%,
    rgba(246, 246, 246, 1) 23%,
    rgba(243, 243, 243, 1) 75%,
    rgba(241, 241, 241, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */

  /*
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    padding-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: solid 1px #CCC;
    */
}

.pricing-right .price-schedule-headings {
  position: relative;
  height: 32px;
  padding-top: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: solid 1px #ccc;
}

.pricing-right .price-schedule-sub-headings {
  position: relative;
  height: 30px;
  padding-top: 8px;
  margin-left: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}

.pricing-right .price-schedule-data {
  position: relative;
  overflow: visible;
  padding-bottom: 20px;
}

.price-schedule-data {
  /*margin: 10px;*/
}

.price-schedule-table .price-schedule-row div {
  float: left;
}

.price-schedule-table .price-schedule-row > div {
  padding: 0px 5px 0px 10px;
  height: 22px;
}

.pricing-right .price-schedule-headings div {
  font-weight: bold;
}

.pricing-right .price-schedule-data div {
}

.pricing-right .price-schedule-data .sub-headings > div {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

.price-schedule-table .first-price-schedule-row {
  padding-top: 6px;
}

.pricing-right .from-date-col {
  width: 40%;
}

.pricing-right .thru-date-col {
  width: 40%;
}

.pricing-right .status-col {
  width: 20%;
  text-align: center;
}

.pricing-right .pricing-drug-type {
  width: 80px;
}

.pricing-right .pricing-cost-type {
  width: 275px;
}

.pricing-right .pricing-cost-type-input .a-select-input {
  width: 250px !important;
}

.pricing-right .pricing-at-sign {
  width: 22px;
}

.pricing-right .pricing-cost-value {
  width: 62px;
}

.pricing-right .pricing-plus-sign {
  width: 20px;
}

.pricing-right .pricing-cost-fee {
  width: 90px;
  padding-left: 6px !important;
}

.pricing-right .pricing-lesser-of-option {
  width: 90px;
}

.pricing-right .pricing-lesser-of-option .a-select-input {
  width: 120px !important;
}

.price-schedule-table .price-schedule-row > div.pricing-drug-type {
  padding-top: 5px;
  padding-right: 3px;
}

.price-schedule-data div.pricing-at-sign {
  padding-top: 3px;
}

.pricing-right .pricing-cost-value-percent-sign {
  margin-left: 8px;
  margin-top: 3px;
}

.pricing-right .pricing-cost-fee-dollar-sign {
  width: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 3px;
}

.pricing-right .a-select-container {
  margin: 0px 6px 6px 6px;
}

.pricing-right .a-input {
  width: 60px;
}

/* PAGE SUB NAV STYLES */

.page-sub-nav-new {
  position: absolute;
  top: 252px;
  left: 12px;
  right: 12px;
  height: 40px;
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  z-index: 100;
  min-width: 800px;
}

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

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

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

.page-sub-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-sub-nav-new .container > div:hover {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

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

.page-sub-nav-new .container > div.active {
  color: #f17702;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url("../../../images/adaptive/nav-up-arrow.png");
  background-position: bottom center;
}

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

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

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

/* TOP ACTION BUTTONS */

.network-action-buttons {
  position: absolute;
  top: 26px;
  right: 15px;
  left: 0px;
  text-align: right;
}

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

/* NETWORK PHARMACIES STYLES*/

.section-content {
}

.section-content div {
}

.section-content .section {
  height: 100%;
  width: 33%;
  float: left;
  padding: 10px;
  padding-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

.section-content .section-first {
  padding-left: 0px;
}

.section-content .section-last {
  padding-right: 0px;
}

.section-content .section .section-header {
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

.section-content .section .section-header .section-title {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 0px;
}

.section-content .section .section-header .action-button {
  float: right;
  margin-right: 0px;
}

.section-content .section .section-header .section-search-field {
}

.section-content .section .section-header .section-search-field .a-select-input {
  width: 350px !important;
}

.section-content .section .section-header .section-search-field .a-select-container {
  margin-left: 0px;
}

.section-content .section .section-content {
  padding: 5px;
}

.section-content .section .section-content .row {
  border-top: solid 1px #ccc;
}

.section-content .section .section-content .row > div {
  border-bottom: solid 1px #ccc;
  padding: 7px 5px 4px 5px;
  width: 100%;
  display: inline-block;
}

.section-content .section .section-content .row > div .selected-name {
  display: inline-block;
}

.section-content .section .section-content .row > div .selected-count {
  color: #888;
  font-style: italic;
  display: inline-block;
  padding-left: 5px;
}

.section-content .section .section-content .row > div .selected-delete-icon {
  float: right;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background-color: #c93333;
  color: #fff;
  padding: 1px 4px 2px 4px;
  font-size: 11px;
}

.section-content .section .section-content .row > div .selected-delete-icon:hover {
  cursor: pointer;
  background-color: #e95757;
}

.comment-list .comment:hover .comment-delete-icon {
  display: inline-block;
  display: none;
}

.comment-delete-icon {
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 16px;
  border: solid 1px #ccc;
  padding: 0px 4px;
  color: red;
}

.comment-delete-icon:hover {
  cursor: pointer;
}

.comment-list .comment.deleted:hover .comment-delete-icon {
  display: none;
}

.comment-list .deleted * {
  color: #ccc;
}

.comment-list .comment-deleted-stamp {
  display: none;
  position: absolute;
  right: 16px;
  padding: 0px 4px;
  color: red;
}

.comment-list .deleted .comment-deleted-stamp {
  display: inline-block;
}

.a-select-options > div {
  width: 100%;
}

.form-sub-section {
  float: left;
  height: 100%;
}

.form-sub-section .underline {
  width: 100%;
  float: left;
  margin-top: 10px;
  border-top: solid 1px #ccc;
}

.form-sub-section .title {
  position: relative;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
  font-weight: bold;
  margin-top: -8px;
  background-color: #f5f5f5;
  padding-bottom: 5px;
}

.form-sub-section .label-field-side-by-side {
  clear: both;
  float: left;
  line-height: 18px;
}

.form-sub-section .a-select-input-div {
  line-height: 6px !important;
}

.form-sub-section.first .title {
  padding-left: 0px;
}

.form-sub-section.first .label-field-side-by-side {
  padding-left: 0px;
}

.form-sub-section .label-field-side-by-side > div {
  clear: both;
  float: left;
  padding-bottom: 5px;
}

.form-sub-section .label-field-side-by-side > div.underline {
  padding-bottom: 0px;
}

.form-sub-section .label-field-side-by-side > div.title {
  padding-bottom: 0px;
}

.form-sub-section .content-side-by-side {
  line-height: 18px;
}

.form-sub-section .content-side-by-side > div {
  float: left;
  padding-right: 10px;
}

.form-sub-section .content-side-by-side .label {
  padding-bottom: 2px;
}

.form-sub-section .content-side-by-side .field {
  padding-bottom: 8px;
  display: inline-block;
}

.form-sub-section .label-field-side-by-side > div {
  display: table;
}

.form-sub-section .filter-toggles {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.form-sub-section .filter-toggles > div {
  margin: 0px;
  padding: 0px;
  top: 0px;
}

.form-sub-section .filter-toggles.small > div {
  padding: 1px 6px 0px 6px;
}

.form-sub-section .filter-toggles.error > div {
  background: none;
  background-color: red !important;
  color: #fff !important;
}

.form-sub-section .label-field-side-by-side .field {
  display: table-cell;
}

.form-sub-section .label-field-side-by-side .hidden {
  display: none !important;
}

.form-sub-section .label-field-side-by-side .hidden-group {
  display: none !important;
}

.hidden {
  display: none !important;
}

.hidden-group {
  display: none !important;
}

.form-sub-section .label {
  vertical-align: middle;
  display: table-cell;
  min-width: 150px;
  color: #999;
}

.form-sub-section .label100 .label {
  min-width: 100px;
}
.form-sub-section .label125 .label {
  min-width: 125px;
}
.form-sub-section .label150 .label {
  min-width: 150px;
}
.form-sub-section .label175 .label {
  min-width: 175px;
}
.form-sub-section .label200 .label {
  min-width: 200px;
}
.form-sub-section .label225 .label {
  min-width: 225px;
}
.form-sub-section .label250 .label {
  min-width: 250px;
}
.form-sub-section .label275 .label {
  min-width: 275px;
}
.form-sub-section .label300 .label {
  min-width: 300px;
}

.response {
}

.view-mode textarea {
  background-color: #f5f5f5 !important;
  border: solid 1px #f5f5f5;
}

.view-mode input[type="text"] {
  background-color: #f5f5f5 !important;
  color: #9e7cc8;
  border-bottom: dashed 1px #ba9ede !important;
}

.view-mode .no-underline .input-view-mode {
  border-bottom: solid 1px #f5f5f5 !important;
}

.view-mode .input-view-mode.no-underline {
  border-bottom: solid 1px #f5f5f5 !important;
}

.view-mode .input-view-mode {
  color: #9e7cc8;
  border-bottom: dashed 1px #ba9ede !important;
  padding-left: 3px;
  padding-right: 3px;
}

input[type="text"][disabled] {
  background-color: #f5f5f5 !important;
  color: #9e7cc8;
}

input.datePicker[type="text"][disabled] {
  background-image: none;
}

select[disabled] {
  background-color: #f5f5f5 !important;
  color: #9e7cc8;
}

/* WORKFLOW BAR STYLES */

.a-workflow {
  position: absolute;
  height: 44px;
  padding-top: 0px;
  margin-top: 0px;
  top: -40px;
  right: 0px;
  padding: 3px;
}

.a-workflow > div {
  background-image: none;
  padding: 0px 6px 0px 6px;
  margin-top: 12px;
  line-height: 22px;
  height: 20px;
}

.a-workflow > div.seperator {
  background-position: 50%;
  padding: 0px 8px 0px 4px;
}

.a-workflow > div:first-child {
  margin-left: 10px;
}

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

.a-workflow > div.current {
  background-image: none;
}

.a-workflow > div.current-status-box {
  background-image: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 8px;
  padding: 0px;
  margin-top: 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.a-workflow > div.current {
  color: #333;
}

.form-sub-section .a-select {
  background-color: #fff;
}

.form-sub-section .a-select-container {
  margin: 0px;
  display: inline-block;
  float: none;
}

.rxtickets-ticketDetails .ui-tooltip {
  min-width: 700px !important;
  border: solid 2px #ccc;
}

/* LINK TICKET CSS */
.link-to-tickets div {
  display: inline-block;
}

.link-input-div input {
  width: 70px;
}

.link-add-button {
  padding: 1px 5px 0px 5px;
  margin-right: 8px;
  background-color: #fff;
  background-color: #e87722;
  color: #fff;
}

.link-add-button:hover {
  cursor: pointer;
  background-color: #e87722;
  color: #fff;
}

.link-ids-div > div {
  border: solid 1px #ccc;
  padding: 0px 1px 0px 5px;
}

.link-ids-div > div {
  cursor: pointer;
  margin-left: 5px !important;
}

.link-ids-div div.linked-id {
  padding-top: 1px;
  padding-right: 2px;
  color: #555;
}

.link-ids-div div.remove-link {
  color: red;
  padding-right: 2px;
  padding-bottom: 1px;
  vertical-align: top;
}

/* PERFORMANCE GUARANTEE STYLES */
.ticket-sla-container {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 470px;
}

.ticket-sla-container > div {
  float: left;
  border-style: solid;
  border-width: 2px;
  height: 55px;
  width: 220px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 5px;
  margin-right: 15px;
}

.ticket-sla-container > div:hover {
  cursor: pointer;
}

.ticket-sla-container .sla-box-title {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  left: 0px;
  top: 22px;
  margin-left: -16px;
  height: 22px;
  width: 54px;
  border-radius: 5px 5px 5px 5px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.ticket-sla-container .sla-box-details {
  margin-left: 28px;
  margin-top: 8px;
}

.ticket-sla-container .sla-time-left {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.ticket-sla-container .sla-progress {
  margin-top: 2px;
  padding-top: 0px;
  height: 8px;
  width: 95%;
  background-color: #fff;
  border: solid 1px #aaa;
}

.ticket-sla-container .sla-progress .filled {
  height: 4px;
  margin: 1px;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ticket-sla-container .sla-limit {
  color: #848484;
  font-size: 12px;
}
