body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;

  color: #303e48;
  box-sizing: border-box;
  background-color: #ededed;
  background-attachment: fixed;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;

  -ms-overflow-style: none;
  /*-ms-overflow-style: -ms-autohiding-scrollbar; */
}
html, body {
  height: 100%;
}
* {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
div.esri-leaflet-logo.leaflet-control,
div.leaflet-control-attribution.leaflet-control{
  display: none!important;
}
.eulalink{
  font-size: .6em;
}
.euladesc{
  width: 400px;
  height: 200px;
  overflow-y: scroll;
}

.md-table{
  width: 95%;
}

.md-table tr td{
  height: 25px;
}

.purchaseLink{
  color:#FFFFFF;
}
.cardRowImage{
  position: absolute;
  top:4px;
  left:10px;
  width: 54px;
  height: 33px;
}
.cardImage{
  width: 54px;
  height: 33px;
}
.cardRow{
  position: relative;
  width: 230px;
  height: 40px;
  vertical-align: middle;
}
.cardLabel{
  position: absolute;
  bottom:0px;
  left:66px;
  height: 24px;
}
.licRow{
  position: relative;
  width: 300px;
  height: 30px;
  vertical-align: middle;

}
.licLabel{
  position: absolute;
  top:3px;
  left:5px;
  height: 24px;
}
.licDl{
  cursor: pointer;
  position: absolute;
  top:0px;
  right: 65px;
  padding: 2px 8px 8px 6px;
  background-color: #0069c0;
  height: 20px;
  width: 60px;
  text-align: center;
  color: white;
  border-radius: 10px;
  /*display: none;*/
  font-size: .8em;
}
.appDl{
  cursor: pointer;
  position: absolute;
  top:0px;
  right: 0px;
  padding: 2px 8px 8px 6px;
  background-color: #0069c0;
  height: 20px;
  width: 60px;
  text-align: center;
  color: white;
  border-radius: 10px;
  /*display: none;*/
  font-size: .8em;
}
/*.licRow:hover .licDl{
  display: block;
}*/
.deleteCard{  
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 4px 8px 8px 6px;
  background-color: red;
  height: 20px;
  width: 50px;
  text-align: center;
  color: white;
  border-radius: 10px;
  display: none;
  font-size: .7em;
}
.cardRow:hover .deleteCard{
  display: block;
}
.cardNumber{
  
}
.cardExp{
  font-style: italic;
  font-size: .8em;
}

.stripeButton{
  overflow: hidden;
  display: inline-block;
  background: linear-gradient(rgb(40, 160, 229), rgb(1, 94, 148));
  border: 0px;
  padding: 1px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
  cursor: pointer;
  visibility: visible;
  user-select: none;
}
.stripeButton span{
  background-image: linear-gradient(rgb(125, 197, 238), rgb(0, 140, 221) 85%, rgb(48, 162, 228));
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  padding: 0px 12px;
  display: block;
  height: 30px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  box-shadow: rgba(255, 255, 255, 0.247059) 0px 1px 0px inset;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
  border-radius: 4px;
 }

.modelNewPstHp{
  margin-left: 19px;
  display: inline-block;
}

.fullWidth{
  width: 100%;
}
.homeLogo{
  width: 50%;
  min-width: 200px;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 20px;
}
.contrubutors{
  text-align: center;
}
.contrubutors img{    
    margin-left: 10px;
    width: 33%;
    max-width: 300px;
    min-width: 100px;
    margin-right: 10px;
}
.footer{
  position: absolute;
  bottom:0px;
  left: 0px;
  right: 0px;
  height: 40px;
  background-color: #0069c0;
}
.footer .copyright{
  position: absolute;
  top:10px;
  left:0px;
  right:0px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  /*font-family:sans-serif;*/
  color: #FFFFFF;
}

.footer .copyright a{
  color: #FFFFFF;
  text-decoration: none;
}
.footer .copyright a:hover{
  text-decoration: underline;
}

.footnote{
  padding-top: 10px;
  font-size: .9em;
}
.ccIcon{
  width: 96px;
  height:60px;
}
.forgotLink {
  padding-left: 150px;
}
#locmap {
  /* position: absolute; */
  /*top: -59px !important;*/
  /* left: 35%!important; */
  height: 200px;
  width: 100%;
  border: solid 1px black;
  min-height: 200px;
  /* min-width: 400px; */
  /* max-height: 140px; */
  /* max-width: 400px; */
  overflow: hidden;
  margin-top: -25px;
  margin-bottom: -25px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

a {
  color: #59a1e8;
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3 {
  color: #475869;
  font-weight: 200;
}

h1 {
  /*font-family: MuseoSans-500;*/
  font-weight: bold;
  font-style: normal;
  margin: 80px auto 4px auto;
  width: 60%;
  font-size: 36px;
}
h1 + h2 {
  color: #7999b9;
  width: 60%;
  font-size: 18px;
  margin: 0 auto 60px auto;
}

h4 {
  padding: 20px 0px 0px;
  margin: 0px 15px;
  font-size: 18px;
  font-weight: lighter;

}
p {
  padding: 8px;
  margin: 10px 12px 25px 15px;

}
.contact {  
  height: 0.6em !important;
}
.labelField {
  /*color: #76bd22;*/
  color: #475869;
  /*font-weight: bold;*/
  white-space: nowrap;
  /*font-size: .9em;   */
  margin-right: 10px;
}
.pointScan {
  color: #303e48;
  font-size: .65em;
}
.labelText {
  font-size: .9em;
  
}
.actionText {
  font-size: .5em;
  
}
.imgLabelValue{
  display: inline-block;
  min-width: 120px;
  font-size: .7em;
  height: 14px;

}
.disclaimer {
  display: inline-block;
  min-width: 120px;
  font-size: 6px;
  height: 20px;
  vertical-align: top;
  padding-top: 3px;
  padding-left: 8px;
  
}
.discountField {
  font-size: .7em !important;
  width:45px;
}
.labelValue {
  display: inline-block;
  min-width: 120px;
  font-size: .8em;
  height: 20px;
  
}
.pointsField {
  font-size: .7em !important;
  width:55px;
}
.rewardField {
  /*font-size: .7em !important;*/
  width:170px;
}
.appImage {
  text-align: left;
  display: inline-block;
  width: 220px;
  height: 162px;
}
.hidden {
  display: none;
}
.hiddenfile {
  overflow: hidden;
  position: relative;
}
.hiddenfile input {
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
}

.jobTable{
  border-collapse: collapse;
  font-size: .8em;
  
}
.jobTable thead tr{
  background-color: #0069c0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.jobTable td{
  border: solid 1px #DEDEDE;
  padding-left: 10px;
  padding-right: 10px;
}
.saveArea {
  margin-top: 24px;
  max-width: 800px;
  height: 27px;
  width: 100%;
  right: 10%;
  text-align: right;
  font-size: .8em;
}
.saveButton {
  width: 116px;
  height: 27px;
  border: 0px;
}
.createButton {
  width: 116px;
  height: 27px;
  border: 0px;
}

.centered {
  text-align: center;
}

 
.bottomButtons{
  padding:5px;
  width: 100%;
  height:50px;
  /*margin-bottom:10px;*/
}
.buttonJob { 
  margin-left: 20px;
  text-align: center;
  font-size: .9em;
  width: 80px!important;
}
.buttonJobCancel { 
  float: right;
  margin-right: 20px;
}
.buttonLeft { 
  position: absolute;
  left:20px;
}
.buttonRight { 
  position: absolute;
  right:20px;
}

.buttonAddCC { 
  margin-left: 20px;
}

.buttonErr { 
  background-color: #bf4141!important;
}
.buttonDisabled { 
  background-color: #cdcdcd!important;
}

.button {  
  display: inline-block;
  padding: 0px 12px;
  /*margin-left: 10px;*/
  /*margin-right: 50px;*/
  line-height: 21px;
  height: 23px;
  background-color: #59a1e8;
  border: 1px solid #475869;
  color: white;
  vertical-align: top;
  border-radius: 5px;
  width: 110px;
}

textarea {
  border: 1px solid #959595;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;
}

input[type=text], input[type=password], select {
  outline: none;
  border: 1px solid #959595;
  color: #475869;
  background-color: white;
  font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
  padding: 0 6px;
  -webkit-appearance: none;
}
select {
  padding-right: 20px;
  background-image: url(
    'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="#475869" width="10" height="7"><path d="M0,0 L10,0 5,7 Z"></path></svg>'
  );
  background-repeat: no-repeat;
  background-position: top 50% right 6px;
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #59a1e8;
}

.infoImg {
  height: 15px;
  width: 15px;
  margin-bottom: -2px;
}
#app_logo {
  color: #FFFFFF;
  padding: 12px 200px;
  font-size: 1.2em;

  position: relative;
  /*z-index: 999;*/
  background-color: #0069c0;
  background-image: url('../images/logo.png');
  background-size: 165px 31px;
  background-repeat: no-repeat;
  background-position: 11px 4px;
  
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  height: 44px;
}

#app {
  position: relative;
  border-top: 2px solid #0069c0;

  max-width: 1000px;
  width: 90%;
  min-height: 90%;
  margin: 0 auto;
  background-color: white;
  overflow: y;
}

.loginForm {
  width: 300px;
  border: 1px solid #c4e0f1;
  padding: 10px;
  margin: 0 auto;
}
.loginForm .row {
  padding: 10px 0;
}
.loginForm .row:first-child {
  padding-top: 0;
}
.loginForm .row:last-child {
  padding-bottom: 0;
}
.loginForm .row label {
  width: 90px;
  float: left;
  line-height: 30px;
  text-align: right;
  color: #475869;
}
.loginForm .row input {
  display: block;
  margin-left: 100px;
  padding: 4px 6px;
  height: 30px;
  width: 170px;
}

.loginForm .rowTerms label {
  width: 90%;
  line-height: 30px;
  text-align: left;
  color: #475869;
  font-size: .8em;
}
.loginForm .rowTerms input {
  /*display: block;*/
  /*margin-left: 100px;*/
  margin-right: 10px;
  padding: 4px 6px;
  /*height: 30px;*/
  /*width: 170px;*/
}


.loginForm .errors {
  color: #881a10;
  font-size: 14px;
}
.userOptionsNoAuth a{
  color: 'white';
  text-decoration: none;
}
.userOptions, .userOptionsNoAuth {
  background-color: #0069c0;
  position: absolute;
  top: -44px;
  right: 85px;
  height: 30px;
  padding: 5px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 28px;
  overflow: hidden;
  z-index: 10;
}
.userOptions:hover, .uo-open {
  height: 100px;
}
.userOptions ul {
  overflow: show;
}
.userOptions li {
  height: 30px;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: .8em;
}
.userOptions li:hover {
  background-color: #40b1f8;
}
.userOptions li a {
  color: #ffffff;
}
.userOptions li a:hover {
  text-decoration: underline;
} 

.userRow {
  width:95%;
  height: 20px;
  margin-bottom: 2px;
  /*background-color: red;*/
  text-align: left;
  white-space: nowrap;
}
.userRow:hover {
  background-color: #dedede;
}
.userRow .description{
  width:300px;
  display: inline-block;
}
.userRow .links{
  text-align: right;
  display: inline-block;
}
.userRow .links div{
  display:inline-block
}
.userRow a{
  /*float:right;*/
  margin-right: 20px;
}
.userRow a.activate{
  /*float:right;*/
  color:green;
}
.userRow a.deactivate{
  /*float:right;*/
  color:red;
}

.howHeader{
    margin: 40px auto 20px auto;
    text-align: center;
}
.howSteps{
    width: 100%;
    margin-bottom: 20px;
}
.howSteps li{    
    display: inline-block;
    height: 150px;
    width: 20%;
    background-color: #0069c0;
    text-align: center;
    /*padding-top: 53px;*/
    color: white;
    font-size: 2em;
    margin-left: 10%;
    border-radius: 10px;
    border: solid 4px black;
}
.howSteps-desc{
    width: 100%;
    margin-bottom: 20px;
}
.howSteps-desc li{    
    display: inline-block;
    /*height: 150px;*/
    width: 20%;
    /*background-color: #0069c0;*/
    text-align: center;
    padding-top: 0px;
    /*color: white;*/
    font-size: .8em;
    margin-left: 10%;
    /*border-radius: 10px;*/
    /*border: solid 4px black;*/
}

.infinity{
  font-family: sans-serif;
}
.hpHeader{
    margin: 40px auto 20px auto;
    text-align: center;
}

.hpLevels-single{

    width: 100%;
    margin-bottom: 20px;  
}
.hpLevels-single li{    
    display: inline-block;
    height: 150px;
    width: 150px!important;
    background-color: #0069c0;
    text-align: center;
    padding-top: 53px;
    margin-left: 4%;
    border-radius: 10px;
    border: solid 4px black;
}
.hpLevels{

    width: 100%;
    margin-bottom: 20px;
}
.hpLevels li{    
    display: inline-block;
    height: 150px;
    width: 20%;
    background-color: #0069c0;
    text-align: center;
    padding-top: 53px;
    margin-left: 4%;
    border-radius: 10px;
    border: solid 4px black;
}
.hpItemDesc{
    font-size: 2em;
    color: white;
  
}

.navBar {
  position: absolute;
  top: 0px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #0069c0;
  line-height: 28px;
  overflow: hidden;
  width: 100%;
  background-color: #e1ecf4;
}
.navBar ul {
  overflow: show;
}
.navBar li {
  display: inline-block;
  height: 30px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  color: #0069c0;
  font-size: .8em;
  margin-right: 40px;
  margin-left: 10px
}
.navBar li.selected{
  text-decoration: underline;
  font-weight: bold;
}
.navBar li a {
  color: #0069c0;
}
.merchandisePagination {
  text-align: center;
}
.merchandisePagination ul {
  overflow: show;
}
.merchandisePagination li {
  display: inline-block;
  height: 30px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  color: #0069c0;
  font-size: .8em;
  margin-right: 40px;
  margin-left: 10px
}
.merchandisePagination li.selected{
  text-decoration: underline;
  font-weight: bold;
  color: #CDCDCD
}
.merchandisePagination li.disabled{
  color: #CDCDCD;
}
.merchandisePagination li a {
  color: #0069c0;
}

.rewardRow {
  width:100%;
  margin:5px;
}
.rewardRow * {
  margin: 7px 24px 7px -5px;
  vertical-align: middle;
}
.rewardRow hr {
  width:80%;
}
.rewardImage {
  width: 100px !important;
  height: 61px !important;

  text-align: center;
  display: inline-block;
  margin: 0px 10px 0px -10px !important;
}
.rewardImage *{
  margin:0px !important;
}


.column-2 {
  display: inline-block;
  position: relative;
  min-width: 150px;
  width: 45%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.column-3 {
  display: inline-block;
  position: relative;
  min-width: 150px;
  width: 32%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.column-23 {
  display: inline-block;
  position: relative;
  min-width: 150px;
  width: 65%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.column-4 {
  display: inline-block;
  position: relative;
  min-width: 120px;
  width: 24%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.modalColumn {
  display: inline-block;
  position: relative;
  /*max-width: 330px;*/
  min-width: 150px;
  width: 48%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.dashboardColumn {
  display: inline-block;
  position: relative;
  max-width: 350px;
  min-width: 250px;
  width: 45%;
  min-height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.locationListItem {
  font-size: .8em;
}
.locationListColumn {
  position: absolute;
  width: 25%;
  height: 100%;
  margin-left: 2%;
  top: 100px;
  vertical-align: top;
}
.locationDataColumn {
  position: absolute;
  width: 65%;
  min-height: 100%;
  height: 100%;
  top: 100px;
  margin-left: 27%;
  vertical-align: top;
}
.logOut {
  position: absolute;
  top: -32px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}
.logOut svg {
  width: 20px;
  height: 20px;
  fill: #2c7228;
}
.logOut:hover {
  background-color: #2c7228;
}
.logOut:hover svg {
  fill: white;
}

.menu {
  font-size: 0;
  text-align: center;
  margin: 40px 0;
}
.menu a {
  display: inline-block;
  border-style: solid;
  border-color: #c4e0f1;
  border-width: 0 1px;
  background: white;
  height: 48px;
  line-height: 48px;
  width: 150px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  color: #475869;
  cursor: pointer;
}
.menu a:hover {
  background-color: #c4e0f1;
}
.menu a:first-child {
  border-left-width: 2px;
}
.menu a:last-child {
  border-right-width: 2px;
}
.menu a.selected {
  background-color: #7999b9;
  border-color: #7999b9;
  border-bottom: 3px solid #475869;
  color: white;
}

.fileViewer{
  white-space: pre;
  font-size: 0.75em;
  font-family: monospace;
  overflow-y: scroll;
  max-height: 300px;
  height: 300px;
  margin-bottom: 20px;
  border: inset 3px;
  padding: 5px;

}
.sidebar {
  float: right;
  width: 150px;
}
.mainPanel {
  margin-top: 30px;
  margin-right: 150px;
  padding-bottom: 20px;
  width: 100%;
}

@media(max-width: 900px) {
  .sidebar {
    display: none;
  }
  .mainPanel {
    margin-right: 0;
  }
}

.sidebar .budget {
  width: 120px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.sidebar input {
  text-align: right;
  width: 120px;
  height: 30px;
  line-height: 28px;
}
.sidebar h3 {
  font-size: 16px;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
}
.sidebar svg {
  margin: 20px 0 0 0;
}

.appContent {
  width: 90%;
  margin: 0 auto;
}

.barChartWrap {
  display: block;
  height: 30px;
  margin: 10px 0;
  border: 1px solid #475869;
  background: linear-gradient(#e0e0e0 10%, #ffffff 10%);
}
.barChartFill {
  display: block;
  height: 28px;
  width: 0;
  max-width: 100%;
  background: #50b54a;
  transition: width 0.3s ease-out;
}

.donutChart path {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease;
}
.donutChart path:nth-of-type(6n){
  fill: #5E7CF4;
}
.donutChart path:nth-of-type(6n+1){
  fill: #5DDF2A;
}
.donutChart path:nth-of-type(6n+2){
  fill: #E25AF4;
}
.donutChart path:nth-of-type(6n+3){
  fill: #FAE048;
}
.donutChart path:nth-of-type(6n+4){
  fill: #55C7F4;
}
.donutChart path:nth-of-type(6n+5){
  fill: #F48C4F;
}
.donutChart path:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.donutChart text {
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.donutChart path:hover + text {
  opacity: 1;
}
.locationCreator {
  position: absolute;
  top: 60px !important;
  left: 30px !important;
}
.locationsTable {
  position: absolute;
  top: 60px !important;
  left: 630px !important;
  max-width: 200px;
  min-height: 120px;
  width: 200px;
}

.locationRow {
  position: relative;
  height: 32px;
  line-height: 32px;
/*  max-width: 200px;
  width: 200px;
  padding-right: 60px;*/
},

./*locationRow:hover {
  background-color: lightyellow; 
  border: 1px gray solid;
}*/
.locationRow .delete {
    position: absolute;
   right: 0px; 
  height: 15px;
  width: 15px;
  line-height: 13px;
  background-color: #c61303;
  font-size: 13px;
  color: white;
  text-align: center;
  border: 1px solid #62112A;
  border-radius: 5px;
  font-weight: bold;
  top: 10px;
}
.locationRowIcon {
  position:relative!important;
  display:inline-block!important;
  -webkit-transform: scale(0.5);/* Saf3.1+, Chrome */
  -moz-transform: scale(0.5); /* FF3.5+ */
  -ms-transform: scale(0.5); /* IE9 */
  -o-transform: scale(0.5); /* Opera 10.5+ */
  transform: scale(0.5);
  top: -8px!important;
}

.merchandiseTable {
  min-height: 120px;
}

.merchandiseRow {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding-right: 60px;
}
.merchandiseRow span {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
}
.merchandiseName {
  display: inline-block;
  width: 30%;
  height: 60px;
  margin-right: 10px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.merchandiseCode {
  display: inline-block;
  width: 20%;
  margin-right: 10px;
}
.merchandiseCategory {
  height: 30px;
}

div.merchandiseRow input[type=text]
{
  display: inline !important;
  width: 60px;
  height: 30px;
  margin-right: 5px; 
}
div.merchandiseImage input[type=text]
{
  display: inline !important;
  width: 80%;
  height: 30px;
  margin-left: 5px; 
}
div.merchandiseImage input[type=text].weight
{
  width: 60px;
}
.merchandiseRow .delete {  
  display: inline-block;
  padding: 0px 5px;
  margin-top: 18px;
  margin-left: 3px;
  margin-right: 0px;
  line-height: 21px;
  height: 21px;
  background: #c61303;
  border: 1px solid #475869;
  color: white;
  vertical-align: top;
  border-radius: 5px;
}
.merchandiseRow .update {  
  display: inline-block;
  padding: 0px 5px;
  margin-top: 18px;
  margin-left: 3px;
  margin-right: 2px;
  line-height: 21px;
  height: 21px;
  background: #59a1e8;
  border: 1px solid #475869;
  color: white;
  vertical-align: top;
  border-radius: 5px;
}

.emptyTable {
  text-align: center;
  padding: 40px 0;
}
.emptyTable h2 {
  margin-bottom: 20px;
}

.loading {
  height: 152px;
  position: relative;
}
.loading:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: 40px;
  border-radius: 100%;
  background: #aaa;
  opacity: 1;
  -webkit-animation: ping 1s infinite ease-in-out;
  -moz-animation: ping 1s infinite ease-in-out;
  animation: ping 1s infinite ease-in-out;
}

.merchandiseCreator {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.button.upload {
  padding: 6px 10px;
  line-height: inherit;
  position: relative;
  overflow: hidden;
}
.upload svg {
  height: 20px;
  fill: white;
}
.upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  min-width: 100%;
}
.merchandiseCreator input.name {
  width: 200px;
}
.merchandiseCreator input.cost {
  text-align: right;
  width: 80px;
}
.merchandiseCreator input[type=text], .merchandiseCreator select {
  vertical-align: top;
  height: 36px;
  margin: 0 5px;
}
.points
{
  width: 60px;
}
.merchandiseCreator a {
  margin: 0 5px;
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ping {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

div.locationRow input[type=text]
{
  display: inline !important;
  width: 145px;
  margin-right: 5px; 
}



[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    /*padding-bottom: 4px;*/
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background-color: #0069c0;
    color: #fff;
    padding: 4px 8px;
    font-size: .8em;
    line-height: 1.1em;
    min-width: 100px;
    text-align: left;
    border-radius: 4px;
    width: 220px;
    left: 0px;
    border: solid 2px #000000;

    bottom: 22px;
    white-space: normal;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}


