@charset "UTF-8";
/**************************Reusable Styling classes*****************************/
.divider-right {
  border-right: 1px solid #DFDFDF;
}

.divider-left {
  border-left: 1px solid #DFDFDF;
}

.heading {
  margin-bottom: 5px;
  font-weight: bold;
}

.title.center,
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pageDivider {
  margin: 0px 10px;
}

.ui-state-highlight {
  border: 2px dashed rgb(251, 140, 0);
}

a {
  color: rgb(251, 140, 0);
}

a:hover {
  color: rgb(255, 163.015936255, 47);
}

.orange-text {
  color: rgb(251, 140, 0);
}

/**************************Layout*****************************/
body {
  padding: 0px;
  margin-top: 40px;
  font-family: Calibri, Arial, Candara, Segoe, "Segoe UI", Optima, sans-serif;
}

div.wrapper {
  margin: -41px auto -20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

#Body {
  min-height: 100%;
}

/**************************Reusable Layout classes*****************************/
.full {
  width: 100%;
}

.row {
  display: block;
}

.row.space {
  margin-bottom: 16px;
}

.row.space-top {
  margin-top: 16px;
}

.noWidth {
  width: 0px !important;
}

.half-div {
  width: 50%;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}

.no-margin {
  margin: 0;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.pb-2 {
  padding-bottom: 0.5em;
}

/**************************No Script Bar*****************************/
#NoscriptBar {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 24px;
  background-color: #FFFFE1;
  border-bottom: 1px solid #666666;
}

#NoscriptBar #NoscriptContent {
  margin: 0px auto;
  width: 960px;
  height: 24px;
  background-color: #FFFFE1;
  border-bottom: 1px solid #666666;
  text-align: center;
  line-height: 24px;
}

/**************************Technical Difficulties Bar*****************************/
#technicalDifficulties {
  margin-top: 40px;
  height: 40px;
  width: 100%;
  z-index: 6;
  position: fixed;
}

#technicalDifficulties #technicalDifficultiesDiv {
  margin: auto;
  width: 960px;
  background: #EEE5C6;
  height: 40px;
  border: 1px solid #E0D6B0;
  /*border-radius: 5px;*/
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}

/**************************Top Bar*****************************/
#TopBar {
  z-index: 7;
  position: fixed;
  top: 0px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 40px;
  background-color: #dfdfdf;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
}
#TopBar form.logout {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  font-size: 0px;
}
#TopBar .logout .button {
  height: 41px;
  line-height: 41px;
  border: 1px solid #dfdfdf;
  padding: 0px 16px;
  font-size: 14px;
  color: #4C4D4F;
  font-weight: normal;
  background-color: #dfdfdf;
}
#TopBar .logout .button:hover {
  background-color: #f0f0f0;
}
#TopBar .nav-list {
  float: right;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
#TopBar .nav-list li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  min-width: 110px;
  box-sizing: border-box;
}
#TopBar #TopContent {
  position: relative;
  margin: 0px auto;
  width: 960px;
  height: 40px;
  background-color: #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
#TopBar #TopContent .logo {
  margin-top: 2px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #dfdfdf;
}
#TopBar #TopContent .order {
  height: 100%;
  display: inline-block;
}
#TopBar #TopContent .order span:hover {
  background: #f0f0f0;
  width: auto;
}
#TopBar #TopContent .order ul {
  margin-top: 0px;
  overflow: hidden;
}
#TopBar .nav-list li a,
#TopBar #TopContent .order span {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  margin: 0px;
  padding: 0px 16px;
  border: 1px solid #dfdfdf;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-decoration: none;
  color: #4C4D4F;
  background-color: #dfdfdf;
  text-align: center;
}
#TopBar #TopContent .order .navDropText {
  text-decoration: none;
}
#TopBar #TopContent .order ul a li {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #4C4D4F;
  background-color: #dfdfdf;
}
#TopBar #TopContent .order ul a {
  text-decoration: none;
  color: #4C4D4F;
  width: 100%;
  height: 100%;
}
#TopBar #TopContent .order ul li:hover {
  background: #f0f0f0;
}

#TopBar .nav-list li a:hover,
.logout .button:hover {
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

#TopBar .nav-list li a.active,
#TopBar #TopContent .order span.active,
.logout .button:focus,
.logout .button:active {
  border: none;
  box-shadow: none;
  font-weight: bold;
  padding: 0px 14.5px;
}

#TopBar form.login,
#TopBar form.logout,
#TopBar form.download,
#TopBar div.register {
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  font-size: 0px;
}

#TopBar form.login {
  margin-top: 5px;
  padding-top: 0px;
  border-radius: 3px;
  overflow: hidden;
}

#TopBar form.login input {
  display: inline-block;
}

#TopBar form.login .button {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #000000;
  height: 30px;
}

#TopBar div.register {
  margin: 0px 0px 0px 0px;
}

#TopBar div.login a.recovery {
  float: left;
  margin: 4px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
}

#TopBar form.login .input-label {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 150px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

#TopBar .login.input {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 1px 5px 1px 5px;
  border-bottom: 2px solid #FFFFFF;
  width: 164px;
  height: 30px;
  background-color: #FFFFFF;
}

#TopBar .login.input:focus {
  border-bottom: 2px solid rgb(251, 140, 0);
}

#TopBar .nav-list li a.active,
#TopBar #TopContent .order span.active,
.logout .button:focus,
.logout .button:active {
  border-bottom: 3px solid rgb(251, 140, 0) !important;
}

#orderNavDrop {
  box-shadow: none;
  font-size: 20px;
  width: 125px;
}
#orderNavDrop:hover ul {
  max-height: 285px;
}
#orderNavDrop .selectValue {
  white-space: normal;
  overflow: none;
  text-overflow: none;
  width: 100%;
}
#orderNavDrop ul li {
  padding: 10px;
}

/**************************Forms*****************************/
.form-success {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #6eb16f;
}

.form-error {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #D80200;
}

.input-error {
  margin: 4px 0px 8px;
  font-size: 14px;
  font-weight: normal;
  color: #D80200;
}

.text-error {
  color: #D80200;
}

.error-container {
  margin: 40px auto 0px;
  width: 640px;
}

.error-header {
  margin: 0px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.error-body {
  margin: 8px 0px 0px 0px;
  font-size: 16px;
  text-align: center;
}

.form-error-container {
  box-sizing: border-box;
  padding: 8px 4px;
  margin-bottom: 16px;
  border: 1px rgb(251, 140, 0) solid;
  background-color: rgb(255, 219.4003984064, 174.5);
  font-size: 14px;
}

.form-error-container span {
  display: block;
}

.form-error-container .title {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

#OrderForm .form-error-container,
#OrderForm .dialog success {
  width: 500px;
}

#promotionForm .input-box.promotion-status {
  width: 190px;
  margin-top: 3px;
  margin-right: 16px;
}

#PharmacyForm {
  width: 100%;
}

/**************************Inputs*****************************/
input[type=text]:focus,
textarea:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus {
  border-bottom: 2px solid rgb(251, 140, 0);
}

.input-box.selectBox.error {
  border-bottom: 2px solid #D80200;
}

.input-box.error-red {
  border: 1px solid #D80200;
}

.input-box {
  box-sizing: border-box;
  display: block;
  margin: 0px 0px 0px;
  padding-left: 1px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  background-color: #ffffff;
}

select.input-box {
  height: 34px;
}

.input-box:disabled,
.input-area:disabled {
  background-color: #e9e9e9;
}

.input-area {
  box-sizing: border-box;
  display: block;
  margin: 0px 0px 0px;
  padding: 1px;
  height: 70px;
  background-color: #ffffff;
  resize: none;
}

.errorRow input[type=text],
.errorRow input[type=number] {
  box-sizing: border-box;
  border-bottom: 2px solid #d80200;
}

/**************************Login Form*****************************/
#LoginForm {
  margin: 40px auto 0px;
  width: 320px;
}

#LoginForm .input-box {
  width: 320px;
}

#LoginForm .button.submit {
  width: 320px;
}

/**************************Product Forms*****************************/
#ProductForm .form-error-container {
  width: 570px;
}

#ProductForm .instructions {
  width: 330px;
}

#ProductForm .input-box.third,
#ProductForm .headers .third {
  width: 212px;
}

#ProductForm .input-box.third-other,
#ProductForm .headers .third-other {
  width: 237px;
}

#ProductForm .input-box.third2,
#ProductForm .headers .third2 {
  width: 471px;
}

#ProductForm .input-box.pharma-code,
#ProductForm .headers .pharma-code {
  width: 132px;
}

#ProductForm .input-box.rrp,
#ProductForm .headers .rrp {
  width: 80px;
}

#WholesalerList {
  margin: 0px 0px 20px;
}

#WholesalerList .input-box.split4,
#ProductForm .headers .split4 {
  width: 157px;
}

#ProductForm .headers.product {
  width: 200px;
  margin-right: 0px;
}

#ProductForm .input-box.brand,
#ProductForm .headers .brand,
#ProductForm .input-box.product,
#ProductForm .headers .product,
#ProductForm .input-box.category,
#ProductForm .headers .category,
#ProductForm .input-box.pharmacode,
#ProductForm .headers .pharmacode {
  width: 220px;
}

#ProductForm .input-box.pharmacode {
  font-size: 18px;
  font-weight: bold;
}

#ProductForm .input-box.brand.left.space,
#ProductForm .headers .brand.left.space,
#ProductForm .input-box.product.left.space,
#ProductForm .headers .product.left.space,
#ProductForm .input-box.pharmacode.left.space,
#ProductForm .headers .pharmacode.left.space {
  margin-right: 10px;
}

#ProductForm .input-box.wholesaler,
#ProductForm .headers .wholesaler {
  width: 165px;
}

#ProductForm .input-box.cost-to-x,
#ProductForm .headers .cost-to-x {
  width: 130px;
}

#ProductForm .input-box.outer-size,
#ProductForm .headers .outer-size {
  width: 130px;
}

/**************************Category Forms***********************/
#CategoryForm .input-box.name,
#CategoryForm .headers .name {
  width: 500px;
}

#CategoryForm .input-box.rgb,
#CategoryForm .headers .rgb,
#CategoryForm .input-box.status,
#CategoryForm .headers .status {
  width: 200px;
}

#CategoryForm .input-box.name.left.space,
#CategoryForm .headers .name.left.space,
#CategoryForm .input-box.rgb.left.space,
#CategoryForm .headers .rgb.left.space {
  margin-right: 10px;
}

/**************************Wholesalers Forms**********************/
#WholesalersForm .cell {
  width: 300px;
}

/**************************Deal Forms*****************************/
#DealForm .input-box.third2,
#DealForm .headers .third2 {
  width: 440px;
}

#DealForm .input-box.third {
  width: 212px;
}

#DealForm .input-box.third-other,
#DealForm .headers .third-other {
  width: 237px;
}

#DealForm .input-box.wholesaler,
#DealForm .headers .wholesaler,
#DealForm .input-box.brand,
#DealForm .headers .brand {
  width: 191px;
}

#DealForm .input-box.product,
#DealForm .headers .product {
  width: 375px;
}

#DealForm .dates .input-box.split4 {
  width: 112px;
}

#DealForm .dates-separator .input-box.dates,
#DealForm .headers .dates-separator .dates {
  width: 100px;
}

#DealForm .dates-separator {
  width: 200px;
  margin-left: 40px;
}

#DealForm .match-dates.input-box,
#DealForm .headers .match-dates {
  margin-left: 40px;
  width: 184px;
}

#DealForm .input-box.pharam-code,
#DealForm .headers .pharam-code {
  width: 100px;
}

#DealForm .qty,
#DealForm .headers .qty {
  width: 64px;
  height: 34px;
}

/**************************Order Forms*****************************/
#OrderForm .qty,
#OrderForm .headers .qty {
  width: 64px;
  height: 34px;
  box-sizing: border-box;
}

#OrderForm .qty.indent,
#OrderForm .headers .qty.indent {
  width: 32px;
  box-sizing: border-box;
  border-right: 1px solid #dfdfdf;
}

#OrderForm .price,
#OrderForm .headers .price {
  width: 64px;
}

#OrderForm .input-box.outer-size,
#OrderForm .headers .outer-size {
  width: 75px;
}

#OrderForm .headers .subLabel {
  font-weight: normal;
  font-size: 12px;
}

#OrderForm .input-box.third2,
#OrderForm .input-area.third2 {
  width: 500px;
}

#OrderForm .input-box.third2.split2,
#OrderForm .headers .third2.split2 {
  width: 224px;
}

#OrderForm .input-box.dates,
#OrderForm .headers .dates {
  width: 90px !important;
  display: inline-block;
}

#OrderForm #DeliveryDate.dates {
  margin-right: 4px;
}

#OrderForm .input-box.third2.split2.space,
#OrderForm .headers .third2.split2.space {
  margin-right: 52px;
}

#OrderForm .input-box.third2.split3,
#OrderForm .headers .third2.split3 {
  width: 169px;
}

#OrderForm .pharmacy-details {
  width: 400px;
}

#OrderForm .pharmacy-details h3 {
  line-height: 34px;
  margin: 0px;
}

#OrderForm .pharmacy-details .address-info {
  width: 50%;
  height: 116px;
  font-size: 12px;
  display: inline-block;
}

#OrderForm .pharmacy-details .address-info span {
  display: block;
}

#OrderForm .pharmacy-details .contact-info {
  width: 50%;
  height: 65px;
  font-size: 12px;
  display: inline-block;
}

#OrderForm .pharmacy-details .contact-info b {
  width: 48px;
  display: block;
}

#OrderForm .pharmacy-details .address-info h2,
#OrderForm .pharmacy-details .contact-info h2 {
  font-size: 16px;
  margin: 0px;
}

#OrderForm .input-box.brand,
#OrderForm .headers .brand {
  width: 100px;
}

#OrderForm .input-box.product,
#OrderForm .headers .product {
  width: 381px;
  padding-right: 4px;
}

#OrderForm .input-box.product.outer-size,
#OrderForm .headers .product.outer-size {
  width: 398px;
}

#OrderForm.view .input-box.product,
#OrderForm.view .headers .product {
  width: 381px;
  padding-right: 4px;
}

#OrderForm.view .input-box.product.past,
#OrderForm.view .headers .product.past {
  width: 436px;
  padding-right: 4px;
}

#OrderForm.view .input-box.product.outer-size,
#OrderForm.view .headers .product.outer-size {
  width: 453px;
}

#OrderForm .input-box.pharma-code,
#OrderForm .headers .pharma-code {
  width: 100px;
}

#OrderForm .input-box.comment,
#OrderForm .headers .comment {
  width: 269px;
}

#OrderForm .input-box.comment.outer-size,
#OrderForm .headers .comment.outer-size {
  width: 194px;
}

#OrderForm.view .input-box.comment.outer-size,
#OrderForm.view .headers .comment.outer-size {
  width: 249px;
}

.order-row input[disabled] {
  background: #ededed;
  color: black;
}

/**************************Change account form*****************************/
.change-account-form {
  width: 320px;
}
.change-account-form h2 {
  font-size: 18px;
  margin: 0px 0px 8px;
}
.change-account-form .input-box {
  width: 320px;
}
.change-account-form .button {
  width: 128px;
}

/**************************Dialog*****************************/
.dialog success {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding: 8px 4px;
  margin-bottom: 16px;
  border: 1px #6eb16f solid;
  background-color: #b6d8b7;
  font-size: 14px;
}

.dialog success.third {
  width: 360px;
}

.dialog success span {
  display: block;
}

.dialog success .title {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.dialog success.drop-bottom {
  margin-bottom: 0px;
}

.dialog.error.third2 {
  width: 400px;
}

/**************************Lists (Main tables)*****************************/
.list-container {
  margin-top: 20px;
  margin-bottom: 50px;
}
.list-container.no-padding {
  margin: 0px 0px 20px;
}

/**************************Lists*****************************/
.list-options a.button.third {
  width: 128px;
}

.list-options .input-box.third2 {
  width: 500px;
}

.list-options .search .input-box.third2 {
  width: 480px;
  padding-right: 34px;
}

.list-options .button.third2 {
  width: 55px;
}

.list-data.order-list .orderNo {
  width: 96px;
}
.list-data.order-list .split4 {
  width: 190px;
}
.list-data.order-list .date.split4 {
  width: 102px;
}

.list-data {
  font-size: 14px;
}

.list-data,
.list-data th {
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 0px;
}

.list-data td {
  padding-left: 4px;
  padding-right: 4px;
}

.list-data thead tr {
  border-bottom: 2px solid #333333;
}

.list-data .third {
  width: 128px;
}

.list-data .third-other {
  width: 237px;
}

.list-data .third2 {
  width: 500px;
}

.list-data .third2.split3 {
  width: 502px;
}

.list-data .split3 {
  width: 121px;
}

.list-data .split4 {
  width: 121px;
}

.list-data a.button.third2 {
  width: 55px;
}

.list-data .button-place.third2 {
  width: 55px;
  padding: 0px;
}

.list-data tr:nth-child(even) {
  background: #E3E3E3;
}

.list-data .button {
  width: 55px;
}

.list-controls.top {
  margin: 20px 0px 4px;
}

.list-controls button {
  width: 53px;
  margin-right: 2px;
}

.list-controls.view button {
  width: 57px;
}

/**************************Wholesalers*****************************/
.wholesalers {
  width: 520px;
  height: auto;
  padding: 10px;
  padding-right: 0px;
  padding-left: 20px;
}

#PreferedWholesalerImage {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/images/icons/star.png") -25px top no-repeat;
  background-size: 50px 25px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

#wholesalersList {
  width: 100%;
  height: auto;
}
#wholesalersList #wholesalerAdd,
#wholesalersList #repAdd,
#wholesalersList #pharmacyAccountNumber {
  width: 100%;
}
#wholesalersList .addButton {
  position: relative;
  top: -3px;
}
#wholesalersList #selectedWholesalers,
#wholesalersList #selectedReps {
  width: 100%;
  padding-top: 3px;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#wholesalersList #selectedWholesalers tr td,
#wholesalersList #selectedReps tr td {
  padding-left: 5px;
  padding-right: 0px;
  border-bottom: 1px solid #DFDFDF;
}
#wholesalersList #selectedWholesalers tr td:last-child button,
#wholesalersList #selectedReps tr td:last-child button {
  width: 80px;
  float: right;
}
#wholesalersList #selectedReps tr:first-child td {
  border: none;
}
#wholesalersList #selectedReps tr td:first-child {
  width: 7%;
}
#wholesalersList #selectedReps tr td:nth-child(3) input {
  width: 100%;
  text-align: right;
}
#wholesalersList #selectedReps tr td span {
  float: right;
  opacity: 0.52;
}
#wholesalersList #selectedReps .star {
  display: none;
}
#wholesalersList #selectedReps .star + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/images/icons/star.png") left top no-repeat;
  background-size: 60px 30px;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#wholesalersList #selectedReps .star:checked + label {
  background-position: -31px;
}
#wholesalersList #selectedWholesalers tr:first-child td {
  border: none;
}
#wholesalersList #selectedWholesalers tr td:first-child {
  width: 7%;
}
#wholesalersList #selectedWholesalers tr td:nth-child(3) input {
  width: 100%;
  text-align: right;
}
#wholesalersList #selectedWholesalers tr td span {
  float: right;
  opacity: 0.52;
}
#wholesalersList #selectedWholesalers .star {
  display: none;
}
#wholesalersList #selectedWholesalers .star + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/images/icons/star.png") left top no-repeat;
  background-size: 60px 30px;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#wholesalersList #selectedWholesalers .star:checked + label {
  background-position: -31px;
}

/**************************Hero Image*****************************/
#heroImage {
  height: 500px;
  background-position: 0% 150%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75) inset;
}

#heroImage .heroText {
  font-size: 100px;
  color: #FB8C00;
  font-weight: bold;
}

#heroImage .mediumHeroText {
  font-size: 75px;
  color: #FF9A19;
}

#heroImage .smallHeroText {
  font-size: 30px;
  color: white;
}

/**************************Landing Block*****************************/
.landingBlock {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px 0px 0px;
  background: #EAEAEA;
}

.landingBlock.dark {
  background: #EE8307;
  color: white;
}

.landingBlock.medium {
  background: #FD9309;
  color: white;
}

.landingBlock.light {
  background: #FDA319;
  color: white;
}

.landingBlock.white {
  background: #FFFFFF;
}

.landingBlock .landingContent {
  width: 960px;
  height: auto;
  margin: 0px auto;
  padding: 20px;
  text-align: center;
}

.landingBlock .landingContent .heading {
  width: 100%;
  text-align: center;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: 15px;
}

.landingBlock .landingContent .subheading {
  width: 100%;
  text-align: center;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.landingBlock .landingContent .text {
  font-size: 16px;
  line-height: 25px;
}

.landingBlock .landingBlur {
  width: 800px;
  height: 260px;
  /*     margin-top: 100px; */
  border-radius: 15px;
  background-position: 0% 150%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.landingBlock .mockupImage {
  width: 30%;
  margin: 0px 1.5% -4px 1.5%;
}

/**************************Pharmacy Account page*****************************/
#pharmDetails {
  padding: 10px;
  padding-left: 0px;
  padding-right: 20px;
  width: 358px;
}

#pharmDetails #submitButtons {
  height: 37px;
  position: relative;
  top: -85px;
  margin-bottom: 10px;
}

#pharmacyMove {
  position: relative;
  top: -43px;
  margin: 0px;
}

#pharmacyDetails {
  border-collapse: collapse;
  width: 90%;
  margin-right: -5px;
}
#pharmacyDetails input {
  width: 100%;
}
#pharmacyDetails tr td {
  padding: 5px;
}
#pharmacyDetails tr td input {
  font-size: 15px;
}
#pharmacyDetails tr td input[type=submit] {
  width: 75px;
  float: right;
}

#pharmacyRating {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
}
#pharmacyRating #pharmacyRatingTable {
  width: 100%;
  margin: 0px auto;
}
#pharmacyRating #pharmacyRatingTable input[type=radio] {
  display: none;
}
#pharmacyRating #pharmacyRatingTable tr td {
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  width: 33%;
}
#pharmacyRating #pharmacyRatingTable tr td.selected {
  background: #4C4D4F !important;
  color: #FFFFFF !important;
}
#pharmacyRating #pharmacyRatingTable tr td:hover {
  background: #DFDFDF;
}
#pharmacyRating #pharmacyRatingTable tr td:active {
  background: #ADADAD;
}
#pharmacyRating #pharmacyRatingTable tr td label {
  padding-left: 5px;
}

.addressBlock input:nth-last-child(2) {
  width: 55% !important;
}
.addressBlock input:nth-last-child(1) {
  width: 43% !important;
}

#pharmacySubmit {
  margin-left: 0px;
  font-size: 18px;
  width: 170px;
}

#newProductWrapper {
  height: 68px;
}

#newProductForm {
  transition: box-shadow 0.2s ease-in-out;
}
#newProductForm.fixed {
  box-sizing: border-box;
  position: fixed;
  top: 30px;
  margin-left: -20px;
  padding: 20px 0px 0px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.75);
  width: 960px;
}

/**************************Order Forms*****************************/
#OrderForm .order-info {
  font-size: 14px;
}
#OrderForm.view .comment {
  width: 324px;
}
#OrderForm #PharmacyAccountNumber {
  width: 110px;
}
#OrderForm #orderComments {
  height: 84px;
  width: 100%;
}
#OrderForm #OrderDealSelect {
  width: 492px;
}

#productTable tr td:first-child {
  width: 500px;
}

#OrderTypeLabel {
  margin-right: 14px;
}

#AccNoLabel {
  margin-right: 5px;
}

.size-select {
  width: 90%;
}

#OrderDisclaimers {
  width: 700px;
  font-size: 12px;
}

/**************************New order disclaimer*****************************/
#OrderDetailsWrapper {
  height: 108px;
  transition: box-shadow 0.2s ease-in-out;
}

#OrderDetailsFloater {
  box-sizing: border-box;
  margin-left: -20px;
  padding: 20px;
  width: 960px;
  background: #FFFFFF;
}
#OrderDetailsFloater.fixed {
  position: fixed;
  bottom: 0px;
  box-shadow: 0px -2px 7px -3px rgba(0, 0, 0, 0.75);
  z-index: 4;
}

/**************************Sortable Handle*****************************/
.ui-sortable-handle .dragHandleRow {
  background: url("/images/icons/Hamb.png");
  background-size: 20px 30px;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  float: left;
}

.ui-sortable-handle .input-box.wholesaler {
  width: 171px !important;
}

.ui-state-highlight {
  height: 34px;
  border-radius: 5px;
  box-sizing: border-box;
}

/**************************Table Headers*****************************/
.headers {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.headers.space-top {
  margin-top: 18px;
}
.headers label {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-left: 2px;
}
.headers label.right {
  float: right;
}
.headers label.product {
  width: 30%;
  min-width: 200px;
}
.headers label.brand {
  width: 12%;
  min-width: 120px;
}
.headers label.pharma-code {
  width: 8%;
  min-width: 100px;
  text-align: center;
}
.headers label.alert-column {
  width: 3%;
  min-width: 40px;
  text-align: center;
}

.replenish .order-row .product {
  width: 30% !important;
  min-width: 200px;
}
.replenish .order-row .brand {
  width: 12% !important;
  min-width: 120px;
}
.replenish .order-row .pharma-code {
  width: 8% !important;
  min-width: 100px;
  text-align: center;
}
.replenish .order-row .alert-column {
  width: 3% !important;
  min-width: 40px;
  text-align: center;
}

/**************************Fulfillment Alert Styles*****************************/
.fulfillment-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: help;
}
.fulfillment-alert .alert-icon {
  font-size: 20px;
  color: #ff9900;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/**************************Outdated Stock Styles*****************************/
.outdated-stock {
  background-color: #ffecb3;
  color: #e65100;
  font-weight: bold;
}

/**************************Deals*****************************/
#promotionOrderDealCards {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 900px;
  height: auto;
  padding: 5px 0px;
}
#promotionOrderDealCards .card {
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 211px;
  height: 220px;
  margin: 7px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#promotionOrderDealCards .card.selected {
  background: #DFDFDF;
  box-shadow: 0px 2px 3px -2px rgb(0, 0, 0);
}
#promotionOrderDealCards .card .card-text-title {
  margin: 10px 0px 3px 0px;
}
#promotionOrderDealCards .card .card-text {
  width: 100%;
  margin: 0px 0px 3px 0px;
}
#promotionOrderDealCards .card .card-text-subtext {
  background: rgb(251, 140, 0);
  padding: 5px;
  color: #ffffff;
  float: right;
  position: absolute;
  bottom: 2px;
  right: -4px;
}

span#DealMessage {
  color: rgb(251, 140, 0);
  font-weight: bold;
  padding: 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 24px;
  width: 400px;
}

#DealMessageRow {
  width: 400px;
  height: 32px;
  max-height: 98px;
}

#OrderForm textarea#DealTerms {
  height: 35px;
  width: 400px;
}

#DealTermsRow {
  padding: 2px 0px 0px 0px;
  width: 400px;
}

#DealForm #dealTerms {
  height: 100px;
  resize: none;
}

.dealRating {
  width: 100px;
  padding: 5px;
  padding-top: 4px;
  background: #DFDFDF;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.dealRating.selected {
  background: #9C9D9F;
}
.dealRating:hover {
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
}
.dealRating .text-label {
  line-height: 100%;
  width: 100%;
}

#deactivateDeal,
#updateDeal {
  width: 100px;
}

#deactivateDeal.hidden,
#updateDeal.hidden {
  opacity: 0;
  visibility: collapse;
}

#deactivateDealConfirm #deactivateText,
#updateDealConfirm #updateText {
  padding-top: 0px;
  overflow: visible;
  font-size: 14px;
}

#updateDealConfirm #updateText {
  text-align: right;
}

#deactivateDealConfirm {
  position: relative;
  left: -108px;
  margin-left: -500px;
  transition: all 0.2s ease-in-out;
}

#updateDealConfirm {
  position: relative;
  left: 108px;
  transition: all 0.2s ease-in-out;
}

#deactivateDealConfirm.hidden,
#updateDealConfirm.hidden {
  opacity: 0;
  visibility: collapse;
}

#PromotionDeal {
  width: 295px;
}

#PromotionOrderPharmacy {
  text-align: center;
}

#PromotionsNoneDisplay {
  font-size: 20px;
  color: #BFBFBF;
  text-align: center;
}
#PromotionsNoneDisplay.hidden {
  visibility: collapse;
  height: 0px;
  overflow: hidden;
}

.card.promotion.alert {
  height: 320px;
  position: absolute;
  top: 50px;
  left: calc(50% - 135px);
}
.card.promotion.alert .card-text-title {
  font-size: 18px;
  color: rgb(251, 140, 0);
}
.card.noDeal .card-text-title {
  text-align: center;
  line-height: 200px;
  vertical-align: middle;
  height: 200px;
}

#TermsCloseButton {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  float: right;
}

.popupClose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 7;
  color: black;
  cursor: pointer;
}
.popupClose:hover {
  font-weight: bold;
}

#promotionDealList {
  margin-top: 5px;
  height: 480px;
  overflow-y: scroll;
}

#promotionDealTable {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}

#promotionDealTable tr td {
  border-bottom: 1px solid #DFDFDF;
  padding: 0px;
}

#promotionsButtonsRow {
  border-top: 1px solid #DFDFDF;
}

#promotionsButtonsRow button {
  width: 50px;
}

#promotionCardsDisplay .column {
  float: left;
}

/**************************Promotion Cards*****************************/
.card.promotion {
  width: 270px;
  margin: 30px 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.card.promotion .card-text {
  text-align: justify;
  text-justify: inter-word;
}
.card.promotion img {
  width: 100%;
}
.card .float-bottom a {
  color: rgb(251, 140, 0);
}

#PopupBackground.show {
  opacity: 0.9;
  visibility: visible;
}

#PromotionTerms {
  text-align: justify;
  text-justify: inter-word;
  height: 88%;
  overflow-y: auto;
}

#PromotionTermsPopup {
  margin: 0 auto;
  opacity: 0;
  width: 80%;
  max-width: 800px;
  height: 80vh;
  background: #F5F5F5;
  position: relative;
  top: 80px;
  /*left: calc(50% - 420px);*/
  z-index: 100;
  padding: 20px;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}
#PromotionTermsPopup.show {
  opacity: 1;
  visibility: visible;
}
#PromotionTermsPopup .title {
  font-weight: bold;
  font-size: 20px;
  color: rgb(251, 140, 0);
}

.card-text-title {
  color: rgb(251, 140, 0);
  font-weight: bold;
}

#TermsContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
}
#TermsContainer.show {
  display: block;
}

/**************************Promotion Popup (Admin Promotion Preview)*****************************/
#popupOverlay,
#PopupBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background: black;
  opacity: 0;
  z-index: 7;
  visibility: collapse;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popupOverlay.active {
  opacity: 0.8;
  visibility: visible;
}

#promotionPopup {
  position: fixed;
  top: calc(50% - 291px);
  height: 582px;
  left: calc(50% - 315px);
  border-radius: 4px;
  width: 630px;
  background: #F5F5F5;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
  z-index: 8;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#promotionPopup h2 {
  margin: 0px;
}

#promotionPopup.active,
#pharmacyPopup.active {
  opacity: 1;
  visibility: visible;
}

#promotionPopup #promotionImageListWrapper {
  width: 600px;
  height: 90%;
  overflow: hidden;
  margin: 0px auto;
  margin-top: -20px;
}
#promotionPopup #promotionImageListWrapper #displayPromotion {
  width: 500px;
  height: 500px;
  margin: 0px;
  cursor: pointer;
}
#promotionPopup #promotionImageListWrapper .arrow {
  height: 512px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -100%;
  margin-top: 5px;
  border-radius: 0px;
}

#promotionPopup .card {
  position: relative;
  left: 150px;
}

/**************************Promotion Editing Page*****************************/
.name-link {
  text-decoration: none;
  color: #00AED6;
}

.name-link:hover {
  text-decoration: underline;
}

.uploadImage::-webkit-file-upload-button,
.uploadImage::-moz-file-upload-button {
  visibility: hidden !important;
}

.imageRow {
  width: 865px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.imageDiv {
  width: auto;
  height: auto;
  position: relative;
  margin: 10px 0px;
}
.imageDiv .promotionImage.error {
  background: #ffdec4;
  border: 1px #ff943b solid;
}
.imageDiv button {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 55px);
  opacity: 0;
}
.imageDiv:hover button {
  opacity: 1;
}

.promotionImage {
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  background: #DFDFDF;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
}
.promotionImage#promotionImage {
  width: 360px;
  height: 360px;
  margin: 3px;
}
.promotionImage img {
  box-shadow: none;
}

.imageRow .row {
  margin: 10px;
}

.buttonHolder {
  position: relative;
  display: inline-block;
}

/**************************Promotion Details*****************************/
.PromotionDetailsColumn {
  width: 40%;
  display: block;
  float: left;
  margin: 0px 46px;
}
.PromotionDetailsColumn input[type=text],
.PromotionDetailsColumn .selectBox {
  width: 100% !important;
  margin: 5px 0px;
}
.PromotionDetailsColumn textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

#promotionWholesaler {
  width: 218px;
  margin-right: 25px;
}

#promotionDeal {
  width: 240px;
  margin-right: 20px;
}

#status {
  width: 190px;
  margin-right: 20px;
}

#promotionOrder {
  width: 130px;
  margin-right: 0px;
}

#promotionUpload {
  position: fixed;
  top: 200px;
  left: calc(50% - 100px);
  width: 200px;
  text-align: center;
}

#promotionEditHover,
#promotionEditHoverTest,
#promotionEditHoverDeactivate {
  position: absolute;
  top: 30px;
  left: -20px;
  margin-top: 15px;
  font-size: 12px;
  width: 100px;
  background: #737478;
  color: white;
  text-align: center;
  padding: 0px;
  padding-top: 10px;
  border-radius: 3px;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#promotionEditHoverTest {
  left: -20px;
}

#promotionEditHoverDeactivate {
  left: -5px;
}

#promotionEditHover #hoverArrow,
#promotionEditHoverTest #hoverArrow,
#promotionEditHoverDeactivate #hoverArrow {
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #737478 transparent;
  position: relative;
  top: -17px;
  left: 40px;
  margin-bottom: -20px;
}

#promotionEditHoverTest #hoverArrow, #promotionEditHoverDeactivate #hoverArrow {
  left: 40px;
}

#promotionSubmit:hover ~ #promotionEditHover,
#promotionTest:hover ~ #promotionEditHoverTest,
#promotionLive:hover ~ #promotionEditHoverTest,
#promotionDeactivate:hover ~ #promotionEditHoverDeactivate {
  opacity: 1;
}

/**************************Datepicker*****************************/
.ui-datepicker {
  background: white;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  border: none;
  border-radius: 2px;
  padding: 0px;
  z-index: 4 !important;
}

.ui-datepicker-header {
  background: #4C4D4F;
  border: 1px solid #4C4D4F;
  border: none;
  border-radius: 0px;
  color: white;
  z-index: 5 !important;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
  background: none;
  border: none;
}

.ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker-header .ui-datepicker-next span {
  background: none;
  width: 30px;
  height: 30px;
  display: none;
  border: none;
}

.ui-datepicker-header .ui-datepicker-prev-hover, .ui-datepicker-header .ui-datepicker-next-hover {
  background: none;
  border: none;
}

.ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker-header .ui-datepicker-next:after {
  color: white;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  line-height: 35px;
  vertical-align: middle;
}

.ui-datepicker-header .ui-datepicker-prev:after {
  content: "◀";
}

.ui-datepicker-header .ui-datepicker-next:after {
  content: "▶";
}

.ui-datepicker-calendar thead {
  color: #B0B0B0;
  font-weight: normal;
}

.ui-datepicker-calendar tbody tr td {
  border: none;
}

.ui-datepicker-calendar .ui-state-default {
  background: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-weight: normal;
  border-radius: 25px;
  margin: 0px auto;
  color: #4C4D4F;
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background: #DFDFDF;
  box-sizing: inherit;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: #DFDFDF;
}

.ui-datepicker-calendar .ui-state-active {
  background: #4C4D4F;
  color: white;
}

.ui-datepicker-calendar .ui-datepicker-other-month {
  opacity: 0.5;
}

/**************************Search Bar*****************************/
.search {
  position: relative;
  margin-top: 5px;
}
.search .raised {
  height: 30px;
  line-height: 100%;
}

.clear-search {
  font-size: 16px;
  display: inline-block;
  position: relative;
  left: 465px;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  margin-right: -5px;
  line-height: 21px;
  -moz-line-height: 20px;
  background-color: #4C4D4F;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
}
.clear-search:active {
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
}

#searchBar:focus + .clear-search,
#searchBar:hover + .clear-search,
.clear-search:hover,
#searchBar:not([value=""]) + .clear-search {
  opacity: 1;
}

.search-line {
  float: left;
  margin-left: 0px;
  font-size: 18px;
  width: 170px;
}
.search-line.secondary {
  margin-left: 0px;
  width: 150px;
}

#AddProduct,
.deleteProduct,
#AddWholesaler {
  width: 55px;
  margin: 0px !important;
  padding: 8px 0px !important;
}

/**************************Button styled links & Submit buttons*****************************/
.button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0px 0px 0px;
  border: 1px solid #999999;
  padding: 0px;
  height: 34px;
  font-weight: bold;
  background-color: #d6d6d6;
  text-align: center;
}

a.button {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  display: block;
  margin: 0px 0px 0px;
  border: 1px solid #999999;
  padding: 1px;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  background-color: #d6d6d6;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  color: #000000;
}

.button,
a.button {
  min-width: 55px;
  background-color: #929598;
  border-color: rgb(95.2264150943, 98, 100.7735849057);
}

.button:hover,
a.button:hover {
  background-color: rgb(172.2216981132, 174.5, 176.7783018868);
  border-color: rgb(120.0047169811, 123.5, 126.9952830189);
}

.button:active,
a.button:active {
  background-color: rgb(120.0047169811, 123.5, 126.9952830189);
  border-color: rgb(70.4481132075, 72.5, 74.5518867925);
}

a.button.primary,
.button.primary {
  background-color: rgb(251, 140, 0);
  border-color: rgb(149, 83.1075697211, 0);
}

a.button.submit {
  width: 212px;
}

#ProductForm .submit,
#DealForm .submit,
#OrderForm .submit {
  width: 212px;
  background-color: rgb(251, 140, 0);
  border-color: rgb(149, 83.1075697211, 0);
}

#ProductForm .submit:hover,
#DealForm .submit:hover,
#OrderForm .submit:hover,
.button.primary:hover {
  background-color: rgb(255, 163.015936255, 47);
  border-color: rgb(200, 111.5537848606, 0);
}

#ProductForm .submit:active,
#DealForm .submit:active,
#OrderForm .submit:active,
.button.primary:active {
  background-color: rgb(200, 111.5537848606, 0);
  border-color: rgb(98, 54.6613545817, 0);
}

#DealForm input.submit.secondary,
#OrderForm input.submit.secondary,
.button.secondary,
.button.secondary.disabled {
  background-color: #929598;
  border-color: rgb(95.2264150943, 98, 100.7735849057);
}

#DealForm input.submit.secondary:hover,
#OrderForm input.submit.secondary:hover,
.button.secondary:hover {
  background-color: rgb(172.2216981132, 174.5, 176.7783018868);
  border-color: rgb(120.0047169811, 123.5, 126.9952830189);
}

#DealForm input.submit.secondary:active,
#OrderForm input.submit.secondary:active,
.button.secondary:active {
  background-color: rgb(120.0047169811, 123.5, 126.9952830189);
  border-color: rgb(70.4481132075, 72.5, 74.5518867925);
}

.button.left.secondary.space {
  margin-left: 40px;
}

/**************************Buttons*****************************/
button.raised,
input[type=submit].raised,
input[type=button].raised,
input[type=file].raised {
  background-color: #929598;
}

button.raised:hover,
input[type=submit].raised:hover,
input[type=button].raised:hover {
  background-color: rgb(172.2216981132, 174.5, 176.7783018868);
}

button.raised:active,
input[type=submit].raised:active,
input[type=button].raised:active {
  background-color: rgb(120.0047169811, 123.5, 126.9952830189);
}

/*primary buttons ( Call to action )*/
button.raised.primary,
input[type=submit].raised.primary,
input[type=button].raised.primary {
  background-color: rgb(251, 140, 0);
}

button.raised.primary:hover,
input[type=submit].raised.primary:hover,
input[type=button].raised.primary:hover {
  background-color: rgb(255, 163.015936255, 47);
}

button.raised.primary:active,
input[type=submit].raised.primary:active,
input[type=button].raised.primary:active {
  background-color: rgb(200, 111.5537848606, 0);
}

/*secondary buttons ( Delete, Edit )*/
button.raised.secondary,
input[type=submit].raised.secondary,
input[type=button].raised.secondary {
  background-color: #929598;
}

button.raised.secondary:hover,
input[type=submit].raised.secondary:hover,
input[type=button].raised.secondary:hover {
  background-color: rgb(172.2216981132, 174.5, 176.7783018868);
}

button.raised.secondary:active,
input[type=submit].raised.secondary:active,
input[type=button].raised.secondary:active {
  background-color: rgb(120.0047169811, 123.5, 126.9952830189);
}

/*Disabled buttons*/
.button.disabled,
.disabled {
  opacity: 0.4;
  cursor: default;
}

button.raised.disabled,
input[type=submit].raised.disabled,
input[type=button].raised.disabled,
input[type=file].raised.disabled {
  background: #929598;
  cursor: not-allowed;
}

button.raised.disabled:hover,
input[type=submit].raised[disabled]:hover,
input[type=button].raised.disabled:hover,
input[type=file].raised.disabled:hover {
  background: #929598;
}

/**************************Footer*****************************/
#FooterCopyright,
#FooterCopyright p {
  color: rgb(251, 140, 0);
}

@media print {
  #TopBar,
  #snackBarHolder {
    display: none !important;
    height: 0 !important;
  }
}
/**************************Possible unused styles*****************************/
.ui-menu, .ui-menu-item a {
  background: white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.75);
}

.ui-menu {
  max-height: 255px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ui-menu .ui-state-focus {
  background: #DFDFDF;
  font-weight: normal;
  color: black;
}

#ProductList .order-row.selected input[type=text] {
  box-sizing: border-box;
  border-bottom: 2px solid rgb(251, 140, 0);
}

#OrderDetails {
  width: 212px;
  margin-bottom: 20px;
}

.orderDownload {
  width: 150px !important;
}

/**************************Select Boxes*****************************/
.selectBox.active,
.selectBox.reps.active,
.selectBox:focus {
  border-bottom: 2px solid rgb(251, 140, 0);
}

.selectBox.reps {
  background: white;
  width: 150px;
  border: 1px solid #dfdfdf;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
.selectBox.reps ul li {
  padding: 5px;
  height: 20px;
  line-height: 20px;
  border: none;
}

.orderLabel {
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  margin-right: 5px;
}
.orderLabel.inline {
  margin-top: 0px;
  line-height: 0px;
  display: inline-block;
}

.orderSelect {
  width: 400px;
  display: inline-block;
}

#orderType {
  width: 110px !important;
  display: inline-block;
  margin-right: 6px;
}

.orderInput {
  display: inline-block;
  width: 130px;
  margin-right: 0px;
}

#DeliveryDate,
#ViewPromotionsButton {
  width: 184px;
  display: inline-block;
}

#DeliveryDateLabel {
  margin-left: 0px;
}

.hidden {
  display: none;
}

#headerImage {
  max-width: 400px;
}

.deal-input {
  width: 400px;
  margin-top: 11px;
}

/*# sourceMappingURL=style.css.map */
