body {
  padding-top: 85px;
  padding-bottom: 70px;
  overflow-x: auto;
}

@font-face {
  font-family: assistant-bold;
  src: url(../assets/fonts/Assistant-Bold.ttf);
}

@font-face {
  font-family: assistant-regular;
  src: url(../assets/fonts/Assistant-Regular.ttf);
}
.lifix {
  margin-top: 7px;
}
.afix {
  /*margin-top: -6px;*/
}
.topCopy {
  margin-bottom: 10px;
}

.formRow {
  min-height: 60px;
}
.buttonRow {
  margin-top: 15px;
}
.imgFix1 {
  margin-top: -10px;
}
.imgFix2 {
  margin-top: -7px;
}

.checkbox {
  margin-left: 10px;
}
/*.signInPage button.link1 {
	padding: 6px 10px;
	margin-bottom: 20px;
}
.signInPage input, .signInPage .btn-primary  {
	margin: 5px 10px;
	max-width: 95%;
}*/
.signInPage h1,
.newNameBox h1 {
  /*margin: 5px 10px;*/
  margin-bottom: 20px;
}
.newNameBox p {
  margin: 5px 10px;
  margin-bottom: 30px;
}
.newNameBox,
.signInBox {
  /*padding: 25px 10px;*/
  /*border: 1px solid #acacac;
	width: 95%;*/
}
.signInBox {
  margin-top: 30px;
  margin-bottom: 20px;
}
.signInBox h4 {
  margin-bottom: 20px;
}
.signInBox div.conditional1 {
  margin: 5px 10px;
}
.portletPage .gray1 {
  background-color: gray;
  border: 1px solid #acacac;
  background-clip: content-box;
  padding: 5px;
}
.portletPage .gray2 {
  border: 1px solid #acacac;
  padding: 0px;
}
.portletPage .row1 div {
  min-height: 210px;
}
.portletPage .row2 div {
  min-height: 168px;
}

/*admin pages*/
.grayBack {
  background: #ffffff url("../img/grid_background_gray.png") repeat-x left top;
  height: 200px;
  margin-top: -36px;
  width: 100%;
}
.grayBack-xs {
  background: #ffffff url("../img/grid_background_gray.png") repeat-x left top;
  height: 90px;
  margin-top: -36px;
  width: 100%;
}

.welcomeText {
  padding: 50px;
  /*font-size: 1.0em;*/
}
.welcomeText h1 i {
  color: #2daee5;
  font-style: normal;
}
a {
  text-decoration: underline;
  color: #2daee5;
}
.signInPage .btn-link {
  margin: 0px;
  padding: 6px 0px;
}
.steps {
  font-family: Helvetica;
  font-weight: bold;
  color: #000000;
}
.stepsHeaderText {
  font-style: italic;
  font-size: 14px;
}
.stepLabel {
  font-size: 16px;
}
.stepText {
  font-size: 14px;
  font-weight: normal;
}
.space20 {
  margin-top: 20px;
}
.step1 {
  max-width: 450px;
}
.futureStep * {
  color: #acacac;
}
.space15 {
  margin-top: 15px;
}
.forgotPasswordNotice {
  font-size: 0.8em;
  color: #acacac;
  margin-bottom: 10px;
}
.forgotPasswordNotice a {
  text-decoration: none;
}

/*error dialog*/
.errorDialog {
  color: #f4132e;
}
.errorHeader {
  background-color: #f8c3c6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*placeholder classes*/
input::-webkit-input-placeholder {
  color: #000000;
}
.enabledPlaceholder input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.enabledPlaceholder input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.enabledPlaceholder input:-ms-input-placeholder {
  color: #000000;
}
.centered {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/*bootstrap overrides*/
.btn-primary,
.btn:focus {
  background-color: #f6ac48;
  border-color: #f4a02a;
}
.btn-primary[disabled] {
  background-color: #f6ac48;
  border-color: #f4a02a;
}
.btn:hover,
.btn:active {
  background-color: #f26522;
  border-color: #f4a02a;
}
.list-group-item {
  width: 435px;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.navbar-inverse .navbar-toggle {
  border-color: #555555;
}
.navbar-brand {
  padding: 7px 15px;
}
.navbar-nav {
  margin: 0px 15px;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: 15px;
}
.alert {
  font-weight: normal;
}
.nav li a {
  text-decoration: none;
}

/*remote upgrade classes*/
.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 250px;
}
.adminSelect {
  color: #000;
}
.inline {
  display: inline;
  margin-left: 25px;
}
.modalLabel {
  width: 100px;
}
.adminModal div span {
  margin-left: 10px;
}
.selectBoxContainer {
  float: left;
  margin-right: 30px;
}
.hr1 {
  margin-top: 10px;
  color: #acacac;
  background-color: #acacac;
  border-color: #acacac;
}
.adminDropdown {
  border: 1px solid #acacac;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  padding: 5px;
  background-color: #ffffff;
  /* float: left; */
}
.admin-dropdown-menu {
  max-height: 200px;
  overflow: auto;
  width: 250px;
}
.adminDropdownDialog {
  float: none;
  margin-right: 0px;
  margin-bottom: 25px;
}
.adminTableRowDropdown {
  width: 100px;
  margin-top: -6px;
}
.adminDropdown a,
.adminDropdown a:hover {
  margin-left: 10px;
  color: #acacac;
  text-decoration: none;
  cursor: pointer;
}
.adminDropdown b {
  float: right;
  margin-top: 8px;
  margin-right: 6px;
  cursor: pointer;
}
/*ng-repeat simple tables*/
.table {
  /* padding: 10px; */
  font-family: "Helvetica Neue";
  font-size: 12px;
  color: #000000;
  padding-bottom: 30px;
}
.tableScrollContainer {
  max-height: 950px;
  overflow: auto;
}
.minimim-result-tableScrollContainer {
  min-height: 400px;
  overflow: auto;
}
.tableHeader {
  min-width: 900px;
  font-weight: bold;
}

.account-table table {
  table-layout: fixed;
}

.account-table tbody {
  display: block;
  width: 100%;
  max-height: 950px;
  overflow: auto;
}
.account-table thead tr {
  display: table;
  font-weight: bold;
  min-width: 900px;
}
/*
  .account-table tbody td{
	/*width:10%; 
  }
*/

.td-data-width {
  width: 10%;
}
.errorRow {
  background-color: #f4dfde;
  border-bottom: 1px solid #cc3333 !important;
}
.tableRow {
  border-bottom: 1px solid #acacac;
  white-space: nowrap;
}
.tableRow1 {
  border-bottom: 1px solid #acacac;
}
.tableHeaderCell {
  float: left;
  text-align: left;
  padding: 10px;
  min-width: 84px; /*default width*/
  font-weight: bold;
}
.tableCell {
  float: left;
  text-align: left;
  padding: 10px;
  min-width: 84px; /*default width*/
}
/*fields in promotions page*/
.promotions .tableRow .ID {
  width: 150px;
}
.promotions .tableRow .name {
  width: 225px;
}
.promotions .tableRow .type {
  width: 120px;
}
.promotions .tableRow .category {
  width: 120px;
}
.promotions .tableRow .status {
  width: 120px;
}
.promotions .tableRow .date {
  width: 150px;
}
.promotions .tableRow .assignedto {
  width: 250px;
}
.promotions .tableRow .stores {
  width: 100px;
}

.promotions .tableHeaderCell a,
.filters .tableHeaderCell a,
.accountInformation .tableHeaderCell a,
.rewardsOffers .tableHeaderCell a {
  color: black;
  text-decoration: none;
}

/*advanced filters table*/
.filters .tableRow {
  cursor: pointer;
}
.filters .tableRow .status {
  min-width: 73px;
}
.filters .tableRow .serialId {
  width: 120px;
}
.filters .tableRow .accountName {
  width: 110px;
}
.filters .tableRow .storeName {
  width: 98px;
}
.filters .tableRow .action {
  width: 70px;
}
.filters .tableRow .visibility {
  min-width: 70px;
}
.filters .tableRow .devAppConfig {
  width: 80px;
}
.filters .tableRow .dbAppConfig {
  width: 80px;
}
.filters .tableRow .lastActivity {
  width: 100px;
}
.filters .tableRow .timestamp {
  width: 87px;
}
.filters .tableRow .fixdevice {
  width: 100px;
}
.filters .tableRow .download {
  width: 75px;
}

.filters .tableRow .tableCell {
  min-height: 56px;
}

.wordwrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.selectedState {
  background-color: #428bca;
}

/*fields in schedule page*/
.upcoming .tableRow .actionField {
  width: 25px;
  text-align: center;
}
.upcoming .tableRow .date {
  width: 150px;
  text-align: left;
}
.upcoming .tableRow .status {
  width: 150px;
  text-align: left;
}
.upcoming .tableRow .group {
  /*width: 360px;*/
  width: 173px;
}
.upcoming .tableRow .type {
  width: 100px;
}
.upcoming .tableRow .devices {
  width: 100px;
}
.upcoming .tableRow .deleteAll {
  width: 50px;
}
.upcoming .tableRow .state {
  width: 115px;
}
.upcoming .tableRow .merchant {
  width: 145px;
}
.upcoming .tableRow .merchantDD {
  width: 160px;
}
.upcoming .tableRow .ftn {
  width: 200px;
}
.upcoming .tableRow .storename {
  width: 150px;
}
.upcoming .tableRow .storenameDD {
  width: 200px;
}
.upcoming .tableRow .os {
  width: 180px;
}
.upcoming .tableRow .account_name {
  width: 300px;
}
.upcoming .tableRow .python {
  width: 50px;
}
.upcoming .tableRow .config {
  width: 50px;
}

.upcoming .tableRow .campaignName {
  width: 250px;
}

.device_status .tableRow1 .notes {
  width: 720px;
}

.device_status .tableRow1 .type {
  width: 100px;
}
.device_status .tableRow1 .type1 {
  width: 100px;
}
.device_status .tableRow .type {
  width: 100px;
}
.device_status .tableRow .type1 {
  width: 100px;
}

.campaigns .tableRow .status {
  width: 80px;
}

.campaigns .tableRow .program-id {
  width: 80px;
}

.campaigns .tableRow .program-name {
  width: 190px;
  word-wrap: break-word;
}

.campaigns .tableRow .program-identifier {
  width: 185px;
  word-wrap: break-word;
}

.campaigns .tableRow .program-type {
  width: 120px;
}

.campaigns .tableRow .datetime-start {
  width: 138px;
}

.campaigns .tableRow .datetime-end {
  width: 138px;
}

.inventory .merchant_name {
  width: 250px;
  word-wrap: break-word;
}

.inventory .item_name {
  width: 400px;
  word-wrap: break-word;
}

.inventory .flag_dfc_qualifying {
  width: 200px;
  word-wrap: break-word;
}

.inventory .store_name {
  width: 300px;
  word-wrap: break-word;
}

.opt-in-table .tableRow .accountName {
  width: 60%;
}
.opt-in-table .tableRow .email {
  width: 15%;
}
.opt-in-table .tableRow .sms {
  width: 15%;
}
.opt-in-table .tableCell .checkbox {
  margin-top: 0px;
  min-height: 0px;
}

.accountInformation .tableHeaderCell {
  min-width: 30px;
}

.accountInformation .tableRow .tableCell {
  height: 75px;
}
.accountInformation .tableRow .type {
  width: 85px;
}
.accountInformation .tableRow .details {
  width: 115px;
}
.accountInformation .tableRow .merchant {
  width: 105px;
}
.accountInformation .tableRow .origin {
  width: 85px;
}
.accountInformation .tableRow .timestamp {
  width: 84px;
}
.accountInformation .tableRow .transaction_num {
  width: 85px;
}
.accountInformation .tableRow .points {
  width: 85px;
}
.accountInformation .tableRow .total {
  width: 89px;
}

.rewardsOffers .tableRow .merchant {
  width: 115px;
}
.rewardsOffers .tableRow .origin {
  width: 105px;
}
.rewardsOffers .tableRow .type {
  width: 90px;
}
.rewardsOffers .tableRow .details {
  width: 100px;
}
.rewardsOffers .tableRow .status {
  width: 85px;
}
.rewardsOffers .tableRow .status_date {
  width: 155px;
}
.rewardsOffers .tableRow .disp_order {
  width: 85px;
}

.addIntegrationButton {
  width: 150px;
}

.insertDeviceRow {
}
.insertDeviceRow .tableCell {
}
.searchBar {
  width: 350px;
}
.adminPane {
  height: 315px;
}
.tablePage {
  /* width: 1000px; */
}
.tablePage .panel {
  /* margin-top: 25px; */
}
.tablePage .panel h5 {
  padding-left: 15px;
  padding-top: 8px;
}
.tablePage .panel p {
  padding: 15px;
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.rulesForm input,
.rulesForm textarea {
  margin-bottom: 15px;
}

.filterPanel {
  float: left;
  width: 300px;
  margin-left: 15px;
}

.selectAllContainer {
  padding: 10px;
}

.dialogStacked1 {
  margin-top: 25px;
}
.launchUpgradeDate {
  /* float: left; */
}
.launchUpgradeDate input {
  border-radius: 5px;
  margin-top: 0px;
  /* margin-right: 30px; */
  height: 34px;
  width: 180px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.checkDropRow input {
  margin-right: 10px;
}
.checkDropRow .checkDropRowLabel {
  /*	width: 100%;*/
}

::-webkit-input-placeholder {
  /* padding-left: 10px; */
}

.detailsLabel {
  font-weight: bold;
  margin-right: 5px;
  color: #000000;
}
.detailsText {
  color: #7d7d7d;
}
.togglePanelContent {
  padding: 10px;
  font-size: 0.9em;
}
.clause-row div {
  margin-left: 10px;
  float: left;
}
#notificationsPane input,
#notificationsPane textarea {
  /* margin-bottom: 15px; */
}

/*tablet specific styles*/
@media (min-width: 769px) and (max-width: 992px) {
}

/*phone specific styles*/
@media (max-width: 768px) {
  .imgFix1 {
    height: 50px;
    margin-top: -4px;
  }
  .imgFix2 {
    height: 80%;
    width: 80%;
    margin-top: -2px;
  }
  .grayBack {
    margin-top: -35px;
    height: 250px;
  }
  .welcomeText {
    padding: 25px;
    /*font-size: 0.8em;*/
  }
  .menuFix {
    margin-top: 13px;
  }
  .navbar-nav {
    margin: 0.5px -15px;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .input-xs {
    /*max-width: 175px;*/
    max-width: 95%;
  }

  .fixMenu {
    background-color: #080808;
  }

  /*
	.formRow {
		min-height: 40px;
	}
	.input-xs {
		margin: 5px 10px;
		max-width: 95%;
	}
	.pFix {
		padding-left: 10px;
	}
	.newNameBox,.signInBox {		
		width: 100%;
		margin-top: 20px;
	}
	.signInPage button.link1 {
		float: right;
		margin-right: 8px;
	}
	*/
}

.receiptDetailsView {
  background-color: #f3f3f3;
  height: 600px;
  padding: 10px;
}

/*select style overriding buttons*/
select ~ div .btn,
select ~ div .btn:focus {
  background-color: #ffffff;
  border-color: #acacac;
}

select ~ div .btn[disabled] {
  background-color: #ffffff;
  border-color: #acacac;
}

select ~ div .btn:hover,
select ~ div .btn:active {
  background-color: #ffffff;
  border-color: #acacac;
}

.advancedSearchPopupPanel {
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  min-height: 362px;
  background-color: #ffffff;
  border: 1px solid #acacac;
  z-index: 10;
}
.advancedSearchPopupPanel input {
  width: 90%;
}
.advancedSearchPopupPanel label {
  margin-top: 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  color: #ffffff;
  background-color: #080808;
  outline: 0;
}
.btn-custom {
  margin-right: 20px;
  margin-top: 3px;
  background-color: #f6ac48;
  color: #fff;
  height: 32px;
}
.panel-custom {
  background-color: #eee;
  height: 39px;
  border-color: #eee;
  margin-bottom: 10px;
}
.panel-custom1 {
  background-color: #eee;
  height: 39px;
  border-color: #eee;
  margin-bottom: 0px;
}
.error {
  background: #cc3b3b;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffcaca;
  border-radius: 5px;
  font-weight: normal;
}
.wht {
  color: #fff;
}
.infomsg {
  background: #e0efd8;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e0efd8;
  border-radius: 5px;
  font-weight: normal;
  color: #85a885;
}
a,
a label {
  cursor: pointer;
  /*  color: #4a4a4a !important; */
}

a:hover {
  color: #000000 !important;
}

a:active {
  color: #15b6db !important;
}

.tab-active {
  width: 88px;
  height: 40px;
  background-color: #0b3476;
  padding: 10px;
  margin-left: 50px;
  color: #ffffff !important;
}

.tab-in-active {
  width: 88px;
  height: 40px;
  padding: 10px;
  margin-left: 50px;
  color: #dddddd !important;
}

.testClass > input {
  border-bottom: 3px solid #1a4987;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
}

.remove_margin_left {
  margin-left: 0px;
}
.remove_margin_right {
  margin-right: 0px;
}

.thead-width-m {
  width: 6.75%;
}
.thead-width-status {
  width: 7.5%;
}
.thead-width-s {
  width: 7%;
}
.thead-width-a {
  width: 12%;
}
.thead-width-p {
  width: 11.99%;
}
.thead-width-store {
  width: 6%;
}
.thead-width-d {
  width: 6.9%;
}
.thead-width-w {
  width: 5%;
}
.thead-width-category {
  width: 6.35%;
}

td {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.remove-padding-left {
  padding-left: 0px !important;
}
.td-align {
  text-align: center;
}

/* Roles and permission Start */

rolesandpermission button {
  width: 100%;
}

rolesandpermission {
  .btn {
    text-align: left;
  }

  .drop {
    opacity: 0.5;
    float: right;
    padding-top: 0.5%;
  }

  .dropdown-menu {
    width: 100%;
  }

  .panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e250";
    color: grey;
    float: left;
  }
  .panel-heading .accordion-toggle.collapsed:after {
    content: "\e252";
  }
}

.rolespermission .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.rolespermission .checkbox-circle {
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

.rolespermission .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.rolespermission .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.rolespermission .checkbox input[type="checkbox"] {
  opacity: 0;
}
.rolespermission .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rolespermission .checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.rolespermission .checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.rolespermission .checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.rolespermission .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.rolespermission .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.rolespermission .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
fieldset {
  border: none;
}

.borderapply {
  border: 1px solid #dddddd;
  margin-left: 1px;
  border-radius: 4px;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.borderbottomapply {
  border-bottom: 1px solid #d8d8d8;
}

.headpad {
  padding: 10px;
  font-size: 14px;
  text-transform: capitalize;
  font-family: assistant-regular;
  color: #000000;
}

.padleft {
  padding-left: 19px;
}

.paddingname {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.headertable {
  font-weight: bolder;
  color: #0f2138;
  font-size: 14px;
  background-color: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: assistant-bold;
}

.labelroledropdown {
  width: 100%;
  display: block;
}

.rolespermission .form-control {
  color: #555555;
  border: 1px solid #9b9b9b;
  font-family: assistant-regular;
}
.rolespermission label {
  text-transform: capitalize;
}
.roledropdown {
  width: 100%;
  height: 36px;
  border: 1px solid #9b9b9b;
  margin-bottom: 3px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dropcaret {
  float: right;
  margin-top: 8px;
}

.rolebutton {
  color: #9b9b9b;
  text-align: left;
}

.downarrow {
  top: 3px !important;
  padding-right: 20px;
}

.recordName {
  padding-left: 15px;
}

.removepadding {
  padding: 0px;
}

/* .applypaddingfeature{

   padding-left:5%;
} */

.applypaddingtab {
  padding-left: 10%;
}

.applypaddingleafnode {
  padding-left: 15%;
}

.rolebuttons {
  margin: 30px;
}

.extendArrow {
  font-size: 14px !important;
  margin-right: 20px;
  vertical-align: top;
  color: #000000;
}

.roleform {
  margin-bottom: 30px;
}

.merchant {
  margin-bottom: 29px;
}
/* Roles and permission End */

.modal-width {
  width: 35%;
}
.modal-success {
  width: 50%;
  text-align: center;
  margin: auto;
  padding-top: 20px;
}
.createusers {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sectionHeader {
  color: #428bca;
  margin-bottom: 30px;
}
.smsFields {
  height: 28px;
}
.newFieldSubmit {
  margin-top: 15px;
  background-color: #f99836;
}

.submitUserButton {
  margin-top: 50px;
}
.requiredfields {
  width: 25%;
  height: 1.87em;
  border: 1px solid #9b9b9b;
  margin-bottom: 3px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.roleform label {
  font-family: assistant-bold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #4a4a4a;
}
.roleform .form-group {
  margin-bottom: 0;
}
.removepadding {
  padding: 0px !important;
}

.subcategory-width-fieldvalue {
  width: 34%;
}

.subcategorytable-data {
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.categoryfieldvalue {
  float: left;
  text-align: left;
  /* padding: 10px; */
  min-width: 84px;
}

.requestType {
  width: 35%;
  height: 1.87em;
  border: 1px solid #9b9b9b;
  margin-bottom: 3px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.pre-tag-alignment {
  word-break: break-word;
}

.registration_header-alignment {
  margin-top: 15px;
  margin-bottom: 15px;
}

.registration-alignment {
  margin-top: 22px;
}

.alignment-isConfigured {
  margin-left: 10px;
}
.hint-pre-alignment {
  word-break: break-word;
}

.download-csv-alignment {
  margin-top: 5px;
}

.store-upload-csv {
  padding: 0px;
}
.thead-width-m-failure-glueJob {
  width: 3.75%;
}

.alignment-label-gluejob {
  margin-left: 20px;
}

.alignment-glueJob {
  margin-top: 15px;
  margin-bottom: 10px;
}

.alignment-glueJobTable {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 10px;
  border-color: #eee;
  border-radius: 5px;
  padding: 15px;
  padding-right: 0px;
}

.gluejob-panel-custom {
  background-color: #eee;
  height: 39px;
  border-color: #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}

.glue-job-alignment {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow-wrap: break-word;
}

.glue-job-table tbody {
  /*
	display: block;
	width: 100%;
	max-height: 950px; 
	overflow: unset !important; */
}

.glue-job-container {
  margin-top: 10px;
  margin-bottom: 80px;
  /*height: 500px;
	overflow-y: auto; */
}

.action-alignment {
  margin-left: 15%;
  margin-top: 10%;
}
.gluejob-table {
  overflow: unset;
}

.glue-job-text-search {
  width: 100%;
}
.no-result-found-label {
  font-size: 16px;
  font-weight: bolder;
}

.glue-job-status {
  width: 100px;
}

.alignment-select-merchant {
  margin-top: 15px;
  padding: 0px 0px;
}

.wrapper {
  margin: auto;
  max-width: 400px;
}
.autocomplete,
pre {
  width: calc(100%);
}

.inputtext {
  border: 1px solid grey;
  margin: 0;
  padding: 5px;
  width: 100%;
}

.choices .choice {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
  width: 100%;
}

.scroll-list-choices {
  overflow-y: scroll;
  max-height: 163px;
  position: absolute;
  width: 87%;
  z-index: 9999;
}

.addDevice_alignment {
  margin-left: 3.8%;
}
.alignment-Table {
  margin-top: 25px;
}

.loading {
  position: fixed;
  z-index: 9999;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/ico/ajax-loader.gif");
}

.devicetableScrollContainer {
  max-height: 50vh !important;
  overflow: auto;
}

.error-alignment {
  margin-top: 50px;
}

.table-content {
  word-break: break-word;
}

.placeholder-error-alignment {
  display: block;
  margin-top: 33px;
}

.placholder-error-label-alignment {
  margin-top: 48px;
}

.thead-width-device-m {
  width: 3%;
}
.thead-width-device-header {
  width: 2%;
  padding-left: 0px;
}
.table-content-campaign {
  word-break: break-word;
  white-space: normal;
}

.table-header-alignment {
  padding-left: 0px !important;
}

.thead-width-device-table {
  width: 6.325%;
}

.thead-width-devicesummary-m {
  width: 22%;
}

.width-date-time {
  width: 12% !important;
}
.itcontrol-device-alignment {
  padding-left: 0px !important;
}

.itcontrol-device-data {
  padding-left: 1.5% !important;
}

.device-summary-header {
  margin-bottom: unset;
}

.transfer-to-merchant-button {
  width: 250px;
}
.device-detail-alignment-button {
  margin-top: 120px;
  margin-bottom: 10px;
}
.receiptDetail {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 0px 0px 10px;
  position: relative;
  width: 300px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
  font: 11px "courier new";
}

.clearfilter-alignment {
  margin-top: 10px;
}

.receipt-transfer-detail {
  width: 6%;
}

.transfer-receipt-alignment {
  margin-left: 6%;
}

.transfer-receipt-header {
  margin-bottom: 20px;
  margin-top: 10px;
}

.transfer-receipt-header-alignment {
  padding-left: 0px;
}

.clipboard-text {
  width: 200px;
  height: 40px;
}

.img-copyicon {
  width: 25px;
  height: 25px;
}

.updateIntegrationInput {
  width: 100%;
}

.labelIntegrationsPage {
  margin-left: 0px;
}

.task-page-header-alignment {
  margin-bottom: 15px;
}

.alignment-clearFilter {
  margin-top: 10px;
}

.addIntegration-button {
  margin-top: 15px;
}

.task-detail-alignment-clearFilter {
  margin-top: 26px;
}

.launchUpgradeDate .datetimepicker td,
.datetimepicker th {
  width: 25px;
}

.add-integration-form {
  padding-left: 63px;
  padding-right: 10px;
}
.help-block {
  font-size: 12px;
}
.generate-secret {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  min-height: 450px;
}
.secret-copy {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
  height: 36px;
}

.user-list-user-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
  text-align: center;
}

.taskStatusManagementDiv {
  border-bottom: 1px solid black;
}
