.headerBlock {
  color: #ffffff;
  background-color: #374a5e;
  padding: 0px 15px;
  height: 65px;
}
.headerBlock .appLogoTitle {
  line-height: 65px;
  display: inline-block;
  width: calc(202px - 15px);
  white-space: nowrap;
}
.headerBlock .appLogoTitle img {
  height: 47px;
  width: 165px;
}
.headerBlock .title {
  width: calc(100vw - 202px);
  padding-right: 0;
}
.headerBlock .title .appName {
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerBlock .title .headerTitle {
  font-size: 20px;
  padding-left: 5px;
  line-height: 65px;
}
.headerBlock .title .headerIcon {
  font-size: 22px;
  margin-top: 0px;
  width: 30px;
}
.headerBlock .title .headerOptions {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: "Segoe UI";
  color: #ffffff;
  line-height: 65px;
  text-align: right;
  padding: 0px 10px;
}
.flex-spacebetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sideMenu {
  background-color: #374a5e;
  height: calc(100vh - 65px) !important;
  /* overflow: hidden; */
  position: absolute;
  top: 65px;
  width: 202px;
}
#sideMenu .labels {
  white-space: nowrap;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  font-family: "Segoe UI";
  line-height: 19px;
}
#sideMenu .menuLeft {
  display: flex;
  align-items: center;
}
#sideMenu .welcomeText {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  line-height: 25px;
  font-family: "Roboto";
}
#sideMenu .userName {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 13px;
  line-height: 25px;
}
#sideMenu .sideMenuItem {
  background-color: #374a5e;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  padding: 13px;
  color: #ffffff;
}
#sideMenu .sideMenuItem:not(.active-tab):hover {
  background-color: #556474;
}
#sideMenu .active-tab {
  background-color: #ffffff !important;
  color: #374a5e;
}
#sideMenu .userNameBlock {
  padding-bottom: 20px;
  font-family: "Roboto";
  line-height: 25px;
}
#sideMenu .userNameBlock .userName {
  padding: 0;
  font-family: "Roboto";
}
.active_tab {
  background-color: #ffffff !important;
  color: #374a5e !important;
}
.expand_sidemenu .sideMenuItem {
  background-color: #374a5e !important;
  color: #ffffff !important;
}
.expand_caret_down i {
  position: absolute;
  font-size: 46px;
  transform: translate(0px, -18px);
  color: #374a5e !important;
}
.expand_caret_down .menu-label {
  padding-left: 26px;
  background-color: #ffffff !important;
  color: #374a5e !important;
}
.ReadOnlyPage .requestQueueEditCell,
.ReadOnlyPage .requestQueueDeleteCell {
  pointer-events: none;
  opacity: 0.4;
}
body,
div,
span,
label {
  font-family: "Roboto" !important;
}
.bpg-common-font-style {
  color: #FFF;
  font-display: auto;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  background-color: #FFF;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea,
select {
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
#mainContainer {
  color: #FFF;
  font-display: auto;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  background-color: #FFF;
}
#CustomAlert .modal-dialog {
  width: 30%;
}
#CustomAlert .modal-header {
  padding: 5px 15px;
  text-align: center;
  background-color: #374a5e;
}
#CustomAlert .bootstrap-dialog-message {
  color: black;
  font-size: 15px;
  text-align: center;
}
#CustomAlert .modal-footer {
  padding: 5px 15px;
  text-align: center !important;
}
#CustomAlert_title {
  color: white;
}
#btn-ok,
#btn-yes,
#btn-no,
#btn-cancel {
  padding: 5px 20px;
  background-color: #d0202f !important;
  color: white;
}
#btn-ok:active,
#btn-ok:focus,
#btn-yes:active,
#btn-yes:focus,
#btn-no:active,
#btn-no:focus,
#btn-cancel:active,
#btn-cancel:focus {
  outline: none;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #DACFCF;
  z-index: 99999;
  opacity: 0;
  cursor: wait;
}
.confirm-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #999999;
  z-index: 999;
  opacity: 0.6;
}
.confirm-dialogue {
  position: absolute;
  z-index: 1000;
  top: 25%;
  left: 43%;
  right: 26%;
  background-color: #FFFFFF;
}
.confirm-dialogue .confirm-header {
  text-align: center;
  background-color: #374a5e;
  padding: 30px;
}
.confirm-dialogue .confirm-header i {
  font-size: 84px;
  color: #D0202F;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
}
.confirm-dialogue .status {
  color: #374a5e;
  font-size: 24px;
  padding-top: 10px;
}
.confirm-dialogue .status-msg {
  color: #666666;
  font-size: 14px;
}
.confirm-dialogue .btn-continue {
  text-align: center;
  background-color: #D0202F;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.delete-dialogue {
  position: absolute;
  z-index: 1000;
  top: 25%;
  left: 43%;
  right: 26%;
  background-color: #FFFFFF;
}
.delete-dialogue .delete-header {
  text-align: center;
  background-color: #666666;
  padding: 30px;
}
.delete-dialogue .delete-header i {
  font-size: 84px;
  color: #D0202F;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
}
.delete-dialogue .status-msg {
  color: #666666;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}
.delete-dialogue .btn-delete-yes {
  text-align: center;
  background-color: #666666;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  border-right: 5px solid white;
}
.delete-dialogue .btn-delete-yes:hover {
  background-color: #D0202F;
}
.delete-dialogue .btn-delete-no {
  text-align: center;
  background-color: #D0202F;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  border-left: 5px solid white;
}
.notes-header {
  line-height: 50px;
  background-color: #374a5e;
  font-size: 14px;
  text-align: center;
}
.orderlist {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.logout {
  cursor: pointer;
  line-height: 75px;
  text-align: right;
}
.headerIcon {
  font-size: 20px;
}
.headerTitle {
  font-size: 20px;
  padding-left: 12px;
  line-height: 72px;
}
.switch {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 44px;
}
#headerBar {
  background-color: #374a5e;
  padding: 0px 15px;
}
#headerBar img {
  height: 47px;
  width: 165px;
}
.row {
  margin: 0px !important;
}
[v-cloak] {
  display: none;
}
.no-padding {
  padding: 0px !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.btn-disabled {
  cursor: not-allowed !important;
}
.ico-disabled {
  color: #999999 !important;
  cursor: not-allowed !important;
}
.menuLeft {
  padding-left: 10px;
}
.singleLineMenu {
  font-size: 12px !important;
}
.menu-label {
  padding-left: 10px;
  font-size: 14px;
}
.active-tab {
  background-color: #FFF !important;
  color: #374a5e;
}
#content {
  padding: 0px;
  position: relative;
  left: 224px;
}
#content textArea:focus {
  outline: none;
}
#content input,
#content select {
  width: 100%;
  outline: none;
}
.footer {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  height: 34px;
  padding-top: 10px;
  margin-top: 15px;
  background-color: #34495E;
  color: #FFF;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF !important;
}
input:disabled {
  cursor: not-allowed !important;
}
.option-icon-tab1 {
  display: flex !important;
  justify-content: center;
  padding: 7px;
  font-size: 25px;
}
.vendorServiceDatePicker .datepicker-input {
  height: 50px;
}
.gridDatePicker .datepicker-input {
  height: 40px;
}
/* vuejs-datepicker custom styles */
.vdp-datepicker header {
  line-height: 30px !important;
}
.vdp-datepicker__calendar {
  width: 263px !important;
  height: 215px !important;
  line-height: normal !important;
  border: 1px solid #374a5e !important;
  padding: 5px !important;
  color: #374a5e;
}
.vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #374a5e !important;
}
.vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #374a5e !important;
}
.vdp-datepicker__calendar header .prev.disabled:after {
  border-right-color: #ddd !important;
}
.vdp-datepicker__calendar header .next.disabled:after {
  border-left-color: #ddd !important;
}
.vdp-datepicker__calendar .cell {
  height: 25px !important;
  line-height: 23px !important;
}
.vdp-datepicker__calendar .cell.selected {
  background-color: #374a5e !important;
  color: #FFF;
}
/* Common Class*/
.stepper .nav-tabs {
  top: -10px;
  position: relative;
  border: none;
  display: flex;
  justify-content: center;
}
.stepper .nav-tabs > li {
  width: 15%;
  position: relative;
}
.stepper .nav-tabs > li:after {
  content: '';
  position: absolute;
  background: #E0E0E0;
  display: block;
  width: 100%;
  height: 4px;
  top: 45px;
  left: 50%;
  z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
  background: #D0202F;
}
.stepper .nav-tabs > li:last-child::after {
  background: transparent;
}
.stepper .nav-tabs [data-toggle='tab'] {
  height: 35px;
  width: 35px;
  margin: 30px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #D0202F;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'],
.stepper .nav-tabs > .active > [data-toggle='tab']:hover,
.stepper .nav-tabs > .active > [data-toggle='tab']:focus {
  color: #D0202F;
  cursor: default;
  border: none;
}
.stepper .tab-pane {
  position: relative;
}
.stepper .round-tab {
  height: 35px;
  width: 35px;
  line-height: 33px;
  display: inline-block;
  border-radius: 25px;
  background: #FFF;
  border: 1px solid #D0202F;
  z-index: 2;
  position: absolute;
  text-align: center;
  font-size: 14px;
}
.stepper .completed .round-tab {
  background: #D0202F;
  color: #FFF;
}
.stepper .completed .round-tab::after {
  content: '';
  color: #FFF;
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .active .round-tab {
  background: #FFF;
  color: #D0202F;
  border: 1px solid #D0202F;
}
.stepper .active .round-tab:hover {
  background: #FFF;
  border: 1px solid #D0202F;
}
.stepper .active .round-tab::after {
  display: none;
}
.stepper .disabled .round-tab {
  background: #E0E0E0;
  color: #666666;
  border-color: #E0E0E0;
}
.stepper .disabled .round-tab:hover {
  color: #D0202F;
  border: 1px solid #D0202F;
}
.stepper .disabled .round-tab::after {
  display: none;
}
.tab-label {
  margin-top: 39px;
  z-index: 1;
  color: #666666;
  width: 100px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
.stepper .active .tab-label {
  font-weight: bold;
}
.market-option {
  margin-bottom: 1px;
  color: #374a5e;
  border: 1px solid #374a5e;
  line-height: 38px;
  cursor: pointer;
}
.market-selected {
  color: #FFF !important;
  background-color: #D0202F;
}
.market-option-tab2 {
  margin-top: 1px;
  border: 1px solid #374a5e;
  line-height: 35px;
  cursor: pointer;
  color: #374a5e;
}
.market-option-tab1 {
  line-height: 40px;
  cursor: pointer;
}
.market-option-tab3 {
  margin-top: 1px;
  color: #374a5e;
  border: 1px solid #374a5e;
  line-height: 40px;
  cursor: pointer;
}
.step-nav-button {
  height: 30px;
  width: 30px;
  margin: 0px 0px 0px 10px;
  border: 1px solid #D0202F;
  background-color: #D0202F;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.step-nav-button.btn-disabled {
  border: 1px solid #666666;
  background-color: #666666;
  cursor: not-allowed;
}
.step-nav-bar {
  padding: 20px 50px 0px 50px;
}
.sub-header {
  margin-top: 2px;
  line-height: 30px;
  background-color: #666666;
  font-size: 14px;
  text-align: center;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-control {
  border: 0;
}
.summary-field {
  color: #666666;
  font-size: 14px;
}
.no-border {
  border: 0;
  box-shadow: none;
}
.summary-label {
  color: #374a5e;
  font-size: 14px;
}
.summary-section-content {
  max-height: 207px;
  overflow: auto;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #D0202F;
}
input:focus + .slider {
  box-shadow: 0 0 1px #D0202F;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switchContainer {
  position: absolute;
  top: -3px;
  right: 20px;
  z-index: 1;
  height: 50px;
  text-align: right;
  padding-top: 15px;
}
.lbl_switch {
  transform: translate(-5px, -12px);
  font-weight: normal;
  font-size: 14px;
}
.option-icon {
  display: flex !important;
  justify-content: center;
  padding: 7px;
  font-size: 25px;
}
.option-icon:hover {
  color: #D0202F;
}
.textarea-notes {
  resize: none;
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #374A5E;
  color: #374A5E;
}
.checkbox {
  position: absolute;
  top: 9px;
  right: 11px;
  z-index: 1;
  width: 16px !important;
  height: 16px;
  cursor: pointer;
}
.section-column {
  padding: 5px;
}
.section-item {
  margin-bottom: 1px;
  line-height: 50px;
  background-color: #666666;
}
.market-selected {
  color: #FFF !important;
  background-color: #D0202F;
}
.div-disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
}
.disabled-section-icon {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #FFF;
  font-size: 18px;
}
.section-item-tab2 {
  margin-bottom: 1px;
  line-height: 48px;
}
.market-selected .option-icon {
  color: #D0202F;
}
/* Custom label move-bottom styles */
.input-field-container {
  position: relative;
  overflow: hidden;
  line-height: 31.5px;
  border: 1px solid #374a5e;
  max-height: 50px;
}
.input-field-container > input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  color: #374a5e !important;
}
.input-field-container > input:disabled,
.input-field-container > input:focus,
.input-field-container > input:valid {
  padding: 4px 6px 13px 6px;
  top: -5px;
  line-height: 31px;
}
.input-field-container > input:disabled + label,
.input-field-container > input:focus + label,
.input-field-container > input:valid + label {
  display: flex;
  align-items: center;
  background: #999999 !important;
  color: #FFF;
  font-size: 12px !important;
  padding: 1px 6px;
  z-index: 2;
  border-top: 1px solid #374a5e;
  top: 90%;
  margin-top: -15px;
}
.divAddRange {
  width: 100%;
  height: 2px;
  background-color: #D0202F;
}
.divAddRange div {
  position: relative;
}
.divAddRange div div {
  position: absolute;
  top: -9px;
  left: 0px;
  z-index: 1;
}
.divAddRange div div i {
  color: #D0202F;
  font-size: 20px;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 50%;
}
.divAddRange div div i.disabled {
  color: #999999;
  cursor: not-allowed;
}
.bpgFormContainer .input-field-container {
  height: 40px;
}
.bpgFormContainer .input-field-container > input {
  height: 40px;
}
.bpgFormContainer .input-field-container > label {
  padding: 1px 2px 1px 6px;
  line-height: 40px;
  font-size: 14px;
}
.bpgFormContainer .input-field-container > select {
  font-size: 14px;
  height: 40px;
  padding: 0px;
}
.bpgFormContainer .checkboxCombo {
  height: 40px;
  border: 1px solid #374a5e;
  padding-left: 5px;
}
.bpgFormContainer .input-field-label {
  height: 40px;
}
.bpgFormContainer .input-field-label label {
  padding-left: 5px;
}
.bpgFormContainer .input-field-label > input:disabled {
  height: 40px;
  padding-left: 5px;
}
.bpgFormContainer .input-field-label > input:enabled {
  height: 40px;
  padding: 5px 5px 8px 5px;
}
.bpgFormContainer .market-option {
  height: 40px;
}
.bpgFormContainer .market-option-tab2 {
  margin-top: 0px;
}
.bpgFormContainer .section-item {
  line-height: 40px;
}
.bpgFormContainer .sub-header {
  line-height: 40px;
}
.promoComboBox {
  border-color: #666666 !important;
  border-radius: 0 !important;
  border-right: none !important;
  height: 40px !important;
}
.promoComboBox .jqx-combobox-content {
  border-color: transparent;
}
.fontStyling {
  font-size: 14px;
  font-weight: 400;
}
.datepicker-input {
  width: 242px;
  height: 47px;
  border-color: #374a5e;
  border-width: 1px;
  padding-left: 6px;
  padding-right: 2px;
  margin: 0px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #374a5e;
  background-color: #ffffff;
}
.input-field-container > label {
  position: absolute;
  color: #374a5e;
  padding: 9px 6px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: normal !important;
  margin-bottom: 0;
  font-size: 14px;
}
.input-field-container > select {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: none;
  position: relative;
  left: 0;
  z-index: 1;
  outline: 0;
  color: #374a5e;
  padding: 15px 3px 12px 3px;
  top: -9px;
}
.input-field-container > select + label {
  display: flex;
  align-items: center;
  background: #999999 !important;
  color: #FFF;
  font-size: 12px !important;
  padding: 1px 6px;
  z-index: 2;
  border-top: 1px solid #374a5e;
  top: 92%;
  margin-top: -15px;
}
/* End */
.error:focus {
  outline-color: #F99;
}
.error {
  border: 2px solid #D0202F;
}
.error-info-icon {
  color: #d0202f;
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
}
@media print {
  .no-print {
    display: none !important;
  }
}
.selectedOption option {
  background-color: #FFF;
  color: #374a5e;
}
::-webkit-scrollbar {
  border-radius: 5px;
  width: 0.6em;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #C8C8C8;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
  border-radius: 4px;
}
INPUT[type=checkbox] {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: 0.1px solid #666666;
}
INPUT[type=checkbox]:checked {
  background-color: #D0202F;
  background: #D0202F url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 2px 2px no-repeat;
}
.pr-default-checkbox {
  width: 15px !important;
  margin-left: 50% !important;
}
.jqx-combobox-arrow-normal-bootstrap.jqx-fill-state-hover-bootstrap,
.jqx-combobox-arrow-normal-bootstrap.jqx-fill-state-pressed-bootstrap {
  color: #374A5E;
  background-color: transparent !important;
  border-color: transparent !important;
}
.jqx-dropdownlist-bootstrap.jqx-fill-state-hover-bootstrap,
.jqx-dropdownlist-bootstrap.jqx-fill-state-pressed-bootstrap {
  color: #374A5E;
  background-color: transparent !important;
}
.jqx-combobox-arrow-normal-bootstrap.jqx-fill-state-pressed-bootstrap,
.jqx-dropdownlist-bootstrap.jqx-fill-state-pressed-bootstrap {
  box-shadow: none !important;
}
.jqx-icon-arrow-up-bootstrap {
  background-image: url(/libraries/jqwidgets/styles/images/material-icon-up.png) !important;
}
.jqx-icon-arrow-down-bootstrap {
  background-image: url(/libraries/jqwidgets/styles/images/material-icon-down.png) !important;
}
/* jqxCombobox custom styles */
.jqx-listitem-state-normal {
  font-size: 14px !important;
  padding: 2px 0 0 9px !important;
  border-radius: 0 !important;
  font-family: "Roboto" !important;
  color: #374a5e !important;
}
.jqx-listbox-bootstrap .jqx-listitem-state-selected-bootstrap {
  background-color: #0d87ef !important;
  color: #ffffff !important;
  border-color: #0d87ef !important;
  height: 16px !important;
  font-size: 14px !important;
  font-family: "Roboto";
  padding: 2px 0 0 9px;
  border-radius: 0;
}
.jqx-listbox-bootstrap .jqx-listitem-state-selected-bootstrap.jqx-fill-state-hover-bootstrap {
  background-color: #0d87ef !important;
  color: #ffffff !important;
  border-color: #0d87ef !important;
}
.jqx-listbox-bootstrap .jqx-listitem-state-normal-bootstrap:not(.jqx-listitem-state-selected-bootstrap).jqx-fill-state-hover-bootstrap {
  background-color: #0d87ef !important;
  color: #ffffff !important;
  border-color: #0d87ef !important;
  height: 16px !important;
  font-size: 14px !important;
  padding: 2px 0 0 9px;
  border-radius: 0;
  font-family: "Roboto";
}
.review-hlp-btn {
  width: 28px;
  height: 28px;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.border-none {
  border: none !important;
}
.border-right-none {
  border-right: none !important;
}
.positionRelative {
  position: relative;
}
.border-left-none {
  border-left: none !important;
}
.border-top-none {
  border-top: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-none {
  border: none !important;
}
.no-padding {
  padding: 0 !important;
}
.datepicker-borderRightNone .datepicker-input {
  border-right: none !important;
}
.datepicker-borderBottomNone .datepicker-input {
  border-bottom: none !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.position-relative {
  position: relative !important;
}
.color-six {
  color: #666666 !important;
}
/* End */
#jqxScrollThumbverticalScrollBarrequestQueueGrid {
  width: 13px !important;
  background-color: #666666 !important;
  border-radius: 0 !important;
}
#jqxScrollBtnUpverticalScrollBarrequestQueueGrid,
#jqxScrollBtnDownverticalScrollBarrequestQueueGrid {
  background-color: #666666 !important;
}
.tab-content {
  height: calc(100vh - 231px) !important;
  overflow: auto;
}
.tab-content .tab-pane {
  height: 100% !important;
  padding: 0 75px;
}
.step-nav-bar {
  padding: 10px 15px 0 0 !important;
}
.stepper-step-3 .market-option {
  line-height: 48px;
}
.stepper-step-3 .market-option .left-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
.stepper-step-3 .market-option .left-icons .option-icon {
  line-height: 48px;
  padding: 0px;
  font-size: 30px;
}
.stepper-step-3 .market-option .dropdownStyling {
  height: 50px;
}
.stepper-step-3 .market-option .dropdownStyling .selectfonts {
  height: 50px;
  border-bottom: none;
  border-right: none;
  line-height: 50px !important;
  border-top: none !important;
}
.stepper-step-3 .market-option .market-selected {
  flex-grow: 1;
}
.vendorContainer {
  display: flex;
  height: 50px !important;
}
.vendorContainer .faStyling {
  width: 50px;
}
.vendorContainer .iconStyling {
  width: 50px;
  height: 50px;
  align-items: center;
  font-size: 30px;
}
.vendorContainer .serviceSelectionIcon {
  height: 50px;
  width: 50px;
}
.vendorContainer .optionSelected {
  flex-grow: 1;
  line-height: 50px;
}
.vendorContainer .dropdownStyling {
  flex-grow: 1;
}
.vendorContainer .dropdownStyling select {
  height: 50px;
  border-radius: 0;
}
.vendorContainer .dropdownStyling select option {
  font-size: 14px;
}
.steeper-container,
.stepper.div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0px 20px 0px;
}
.steeper-container .bgp-stepper,
.stepper.div .bgp-stepper,
.steeper-container .nav-tabs,
.stepper.div .nav-tabs {
  top: 0px !important;
  position: relative !important;
  border: none;
  display: flex;
  justify-content: center;
  height: 55px !important;
  margin: 0px !important;
  width: 100%;
}
.steeper-container .bgp-stepper .bgp-stepper-tab,
.stepper.div .bgp-stepper .bgp-stepper-tab,
.steeper-container .nav-tabs .bgp-stepper-tab,
.stepper.div .nav-tabs .bgp-stepper-tab,
.steeper-container .bgp-stepper li,
.stepper.div .bgp-stepper li,
.steeper-container .nav-tabs li,
.stepper.div .nav-tabs li {
  width: 150px;
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steeper-container .bgp-stepper .bgp-stepper-tab .bgp-steeper-icon-block,
.stepper.div .bgp-stepper .bgp-stepper-tab .bgp-steeper-icon-block,
.steeper-container .nav-tabs .bgp-stepper-tab .bgp-steeper-icon-block,
.stepper.div .nav-tabs .bgp-stepper-tab .bgp-steeper-icon-block,
.steeper-container .bgp-stepper li .bgp-steeper-icon-block,
.stepper.div .bgp-stepper li .bgp-steeper-icon-block,
.steeper-container .nav-tabs li .bgp-steeper-icon-block,
.stepper.div .nav-tabs li .bgp-steeper-icon-block,
.steeper-container .bgp-stepper .bgp-stepper-tab a,
.stepper.div .bgp-stepper .bgp-stepper-tab a,
.steeper-container .nav-tabs .bgp-stepper-tab a,
.stepper.div .nav-tabs .bgp-stepper-tab a,
.steeper-container .bgp-stepper li a,
.stepper.div .bgp-stepper li a,
.steeper-container .nav-tabs li a,
.stepper.div .nav-tabs li a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:after,
.stepper.div .bgp-stepper .bgp-stepper-tab:after,
.steeper-container .nav-tabs .bgp-stepper-tab:after,
.stepper.div .nav-tabs .bgp-stepper-tab:after,
.steeper-container .bgp-stepper li:after,
.stepper.div .bgp-stepper li:after,
.steeper-container .nav-tabs li:after,
.stepper.div .nav-tabs li:after {
  position: absolute !important;
  top: 28px !important;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:last-child::after,
.stepper.div .bgp-stepper .bgp-stepper-tab:last-child::after,
.steeper-container .nav-tabs .bgp-stepper-tab:last-child::after,
.stepper.div .nav-tabs .bgp-stepper-tab:last-child::after,
.steeper-container .bgp-stepper li:last-child::after,
.stepper.div .bgp-stepper li:last-child::after,
.steeper-container .nav-tabs li:last-child::after,
.stepper.div .nav-tabs li:last-child::after {
  left: 0 !important;
  width: 0 !important;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:last-child,
.stepper.div .bgp-stepper .bgp-stepper-tab:last-child,
.steeper-container .nav-tabs .bgp-stepper-tab:last-child,
.stepper.div .nav-tabs .bgp-stepper-tab:last-child,
.steeper-container .bgp-stepper li:last-child,
.stepper.div .bgp-stepper li:last-child,
.steeper-container .nav-tabs li:last-child,
.stepper.div .nav-tabs li:last-child {
  justify-content: end !important;
  width: 136px;
}
.steeper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.steeper-container .bgp-stepper {
  top: 0px !important;
  position: relative !important;
  border: none;
  display: flex;
  justify-content: center;
  margin: 0px !important;
  width: 100%;
}
.steeper-container .bgp-stepper .bgp-stepper-tab {
  width: 150px;
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steeper-container .bgp-stepper .bgp-stepper-tab .bgp-steeper-icon-block {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:after {
  position: absolute !important;
  top: 28px !important;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:last-child::after {
  left: 0 !important;
  width: 0 !important;
}
.steeper-container .bgp-stepper .bgp-stepper-tab:last-child {
  justify-content: end !important;
  width: 136px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-vertical-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.no-scroll {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.auto-height {
  height: auto !important;
}
.tabs-container-block {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tabs-container-block .notes-header {
  max-width: 496px !important;
  margin: 0 auto;
  width: 100%;
}
.tabs-container-block .controls-block {
  width: 496px;
  margin: 0 auto;
  margin-top: -1px;
}
.confirm-header .fa-check-circle:before {
  position: relative;
  top: 3px;
}
.relative-position {
  position: relative;
}
.dropdown-container {
  max-width: 496px !important;
}
.error-info-icon {
  font-size: 14px !important;
  top: 4px !important;
}
#accordion .panel .notes-header {
  height: 40px !important;
  line-height: 40px !important;
}
.datePicker-border input {
  border: 1px solid #767676 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.fontColor {
  color: #374a5e !important;
}
.labelColor {
  color: #666666;
}
.confirm-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.confirm-header .tick-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
}
.confirm-header .tick-container .tick-mark {
  width: 100px;
  height: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0202f;
  border-radius: 50%;
  font-size: 67px;
}
.confirm-header .tick-container .tick-mark:before {
  margin-top: 10px;
}
.delete-confirm-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.delete-confirm-header .tick-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
}
.delete-confirm-header .tick-container .tick-mark {
  width: 100px;
  height: 100px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0202f;
  border-radius: 50%;
  font-size: 53px;
  width: 85px;
  height: 85px;
}
.custom-dropdown-styling {
  padding-right: 0px 20px 0px 0px !important;
  padding-left: 0px !important;
  border: 1px solid #374a5e;
}
.custom-dropdown-styling.market-selected {
  padding-left: 0px;
}
.custom-dropdown-styling.market-selected select {
  background-color: #D0202F;
  color: #fff;
}
.custom-dropdown-styling .selectfonts {
  border: none !important;
  height: 48px !important;
  line-height: 48px !important;
}
.table-custom-dropdown-styling {
  padding-left: 0px;
  padding-right: 20px;
  border: 1px solid #374a5e;
}
.table-custom-dropdown-styling .selectfonts {
  border: none !important;
  height: 42px !important;
}
.table-custom-dropdown-styling select:disabled {
  opacity: 1 !important;
}
.column-wrapper {
  display: flex;
  flex-flow: column wrap;
}
.column-width {
  width: auto;
}
#jqxScrollWrapverticalScrollBarrequestQueueGrid {
  top: 29px !important;
}
#jqxScrollOuterWrapverticalScrollBarrequestQueueGrid,
#jqxScrollWrapverticalScrollBarrequestQueueGrid {
  width: 19px !important;
}
#jqxScrollOuterWrapverticalScrollBarrequestQueueGrid {
  background-color: #374a5e !important;
}
.jqx-combobox-state-normal {
  padding-right: 20px !important;
}
#dropdownlistContentpromojqxcombobox {
  box-shadow: none !important;
}
.jqx-combobox-content-bootstrap {
  box-shadow: none !important;
}
.jqx-widget-content-bootstrap {
  font-family: "Roboto" !important;
  font-size: 14px !important;
  color: #374a5e !important;
}
.top0 {
  top: 0 !important;
}
.pl-2 {
  padding-left: 2px;
}
.select-promo-style .selectfonts {
  padding-left: 5px !important;
}
.select-promo-style .selectfonts input[type="textarea"].jqx-widget-content-bootstrap {
  padding-left: 0px !important;
}
.collapse-scroll {
  overflow-y: scroll !important;
}
.customSelectBox {
  background: #fff !important;
}
.customSelectBox select {
  background-color: white !important;
  line-height: 48px !important;
  color: #374a5e !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 15px;
  padding-left: 6px;
  background-image: linear-gradient(45deg, transparent 50%, #D0202F 50%), linear-gradient(135deg, #D0202F 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px) !important;
  background-size: 8px 10px, 6px 12px !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: center !important;
}
.capLock {
  text-transform: uppercase !important;
}
.input-field-label {
  position: relative;
  overflow: hidden;
  line-height: 31.5px;
  border: 1px solid #374a5e;
  max-height: 50px;
}
.input-field-label > input:disabled {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  color: #000;
  height: 47px;
}
.input-field-label > input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
  color: #374a5e;
}
.input-field-label > label {
  position: absolute;
  color: #999999;
  padding: 9px 6px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: normal !important;
  margin-bottom: 0;
}
.input-field-label > input:disabled + label,
.input-field-label > input:enabled + label {
  display: none;
}
.input-field-label > input:focus + label,
.input-field-label > input:valid + label {
  display: flex;
  align-items: center;
  background: #999999 !important;
  color: #FFF;
  font-size: 12px !important;
  padding: 1px 6px;
  z-index: 2;
  border-top: 1px solid #374a5e;
  top: 90%;
  margin-top: -15px;
}
.input-field-label > input:focus,
.input-field-label > input:valid {
  top: -8px;
}
.input-field-label > input:enabled {
  padding: 4px 6px 13px 6px;
  line-height: 31px;
}
.placeholderEnabled {
  color: #374a5e !important;
  top: 0px !important;
}
.placeholderNotEnabled {
  color: #374a5e !important;
  top: -9px !important;
}
option:not(:first-of-type) {
  color: #374a5e !important;
}
option:not(:first-of-type):hover {
  background-color: red !important;
}
.noAccessContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.noAccessContainer .noAccessLabel {
  display: flex;
  justify-content: center;
  height: 100%;
  color: #374a5e;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
}
.content_block {
  width: calc(100vw - 202px);
  height: calc(100vh - 65px - 34px);
  padding: 0px;
  position: relative;
  left: 202px;
}
.pointer {
  cursor: pointer;
}
.confirm-header i {
  color: #ffffff !important;
}
