@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(//fonts.googleapis.com/css?family=Raleway);
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import "./navigation.css";
@import "./dashboard.css";
@import "./reports.css";
@import "./splashpage.css";
@import "./customerpage.css";

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(//fonts.gstatic.com/s/poppins/v1/MEXWGbc1EWORtBwy9fFeUi3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(//fonts.gstatic.com/s/poppins/v1/rATt6MpBkxjRr3sy5fMEDg.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(//fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVy3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(//fonts.gstatic.com/s/poppins/v1/9VWMTeb5jtXkNoTv949NpS3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(//fonts.gstatic.com/s/poppins/v1/aDjpMND83pDErGXlVEr-SS3USBnSvpkopQaUR-2r7iU.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype')
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(//fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hvOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype')
}

body{
  background-color: #F5F5F5;
}

.alert-box {
  border: 1px solid transparent;
  padding: 5px;
  background-color: #fcf8e3;
  border-color: #faebcc; 
  color: #8a6d3b;
}

.no-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.no-scroll{
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.no-scroll::-webkit-scrollbar{
    width: 8px;
    background-color: rgba( 150, 150, 150, 0.5);
    display: none;
}

.no-scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #808080;
}

#main{
  transition: margin-left .5s;
  margin-left: 260px;
  padding-top: 70px;
}
/* inner continer is wrapped by #main */
#inner-container{
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.m-list tr td:first-child{
  width:100px;
}
.m-list tr td:nth-of-type(2){
  width:220px;
}

table.m-list tr td:nth-of-type(4){
  width:90px;
  text-align: right;
}
table.m-list tr td:nth-of-type(5){
  width:90px;
  text-align: right;
}
table.m-list tr td:nth-of-type(6){
  /*width:100%;*/
  text-align: right;
}


table.m-list td{
  padding-left:5px;
}
.text-bold {
    font-weight:bold;
}
.value-bg {
  font-size:2em;
  color:#005DFF;
}
.value-md {
    font-size: 1.3em;
    color:#005DFF;
}
.value-sm {
    color:#005DFF;
}

.name {
  color:#005DFF;
}
/*.balance {
  color:#68CC55;
}*/

.card{
  font-family:'Courier New';
  font-size:18px;
  font-weight:bold;
}

table.txnlist{
  width:100%;
}

table.txnlist tr{
}

table.txnlist tr:hover{
  background-color: #eee;
}

table.txnlist tr td:first-child{
  padding: 0;
  width: 90px;
}
table.txnlist tr td:nth-of-type(2){
  width: 100px;
}
table.txnlist tr td:nth-of-type(3){
  width: 100px;
}
table.txnlist tr td:nth-of-type(4){
  width: 40px;
  text-align: right;
}
table.txnlist tr td:nth-of-type(5){
  width: 25px;
  text-align: right;
}
table.txnlist tr td:nth-of-type(5) a,
table.txnlist tr td:nth-of-type(5) img{
  margin-right: 5px;
}

table.txnlist td{
  padding-left:5px;
}

table.campaignreport {
  width:100%;
}

table.campaignreport th {
line-height: 1;
vertical-align: text-bottom;
}


table.campaignreport td:nth-of-type(5) {
  text-align: right;
  padding-right: 50px;
}

table.invreport {
  width:100%;
}

table.invreport th {
  padding-left: 5px;
  line-height: 1;
  vertical-align: text-bottom;
}

/*table.invreport td:nth-of-type(5) {
  text-align: right;
  padding-right: 50px;
}*/


table.invreport tr td:first-child{
padding:0;
}

table.invreport tr td:nth-of-type(4){
  width:30px;
  text-align: right;
}
table.invreport tr td:nth-of-type(8){
  width:30px;
}
table.invreport tr td:nth-of-type(9){
  width:30px;
}

table.invreport td{
  padding-left:5px;
}

table.all-transactions {

}

table.all-transactions td, table.all-transactions th {
   padding: 5px;
}

table.all-transactions tr td:nth-of-type(5){
  text-align: right;
}

table.all-transactions tr th:nth-of-type(6){
  width:5em;
}



.bullet-spacer{padding-right:22px;}
.clear{clear:both}

.float-right{float:right;}
.float-left{float:left;}

.row-spacer{height:36px;}

ul.doughnut-legend li{
list-style:none;
}

#greens{
 width: 10px;
 height: 10px;
 background-color: #6CB37A;
 margin-right: 5px;
}

#blues{
  width: 10px;
  height: 10px;
  background-color: #97BBCD;
  margin-right: 5px;
}
/*------------------------------------------------------------------
[ Helpers ]
*/
.valign-wrapper .valign {
  display: block;
}

.justified {
  text-align: justify;
}

.padded-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padded-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.valign-wrapper {
  /* display: -webkit-box; */
  display: -moz-box;
  display: -ms-flexbox;
  /* display: -webkit-flex; */
  /* display: flex; */
  -webkit-flex-align: center;
  -ms-flex-align: center;
  /* -webkit-align-items: center; */
  /* align-items: center; */
  position: absolute;
  width: 100%;
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
}
.center {
  text-align: center;
  vertical-align: middle;
}
.muted {
  color: #6A6A6A;
}
.white-tr-25 {
  background-color: rgba(255,255,255,0.25) !important;
}
.white-tr-60 {
  background-color: rgba(255,255,255,0.6) !important;
}

/*------------------------------------------------------------------
[ Overrides ]
*/

body {
  font-size: 15px;
  line-height: 1.7;
  font-family: Poppins, sans-serif;
  color: #333;
  min-height: 100%;
  position: relative;
  font-weight: 400;
  padding-bottom: 95px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
}

.page-header h3 {
  margin-top: 0;
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 0px;
}
@media screen and ( max-width: 768px ){
  .navbar-btn{
   margin-left: 10px;
  }
}
.navbar-brand {
  font-weight: 400 !important;
  padding: 27px 15px;

}
.logo img {
  width: auto;
  height: 60px;
}
.navbar-default {
  border-color: #ffffff;
}
.navbar-nav > li {
  font-family: Poppins, sans-serif;
}
label {
  font-weight: 300;
}

.push {
  height: 125px;
}

.footer a{
  color: white;
}
.footer{
  transition: margin-left .5s;
  color: black;
  font-weight: bold;
  position: absolute;
  height: 30px;
  margin-left: 125px;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0 !important;
}
@media screen and ( max-width: 768px ){
  .footer{
    margin-left: 0 !important;
  }
}
.footer a{
  color: #333;
}
.footer-logo {
  width: 100%;
  height: auto;
  max-width: 80px;
}
#ante-footer {
  color: #ffffff;
  background: rgba(160,160,160,0.5);
  padding: 20px 0;
}
.page-header {
  border-bottom: 4px solid #EBEBEB;
}
.panel-info > .panel-heading {
  color: #FFFFFF;
  background-color: #74C081;
  border-color: #72B07E;
}


/*
.panel-body .btn, .panel-body input[type="submit"] {
  margin: 20px 0 10px 0;
  float: right;
}*/
.right-button {
  margin: 0px 0 10px 0;
  float: right;
}
.title {
  font-weight:bold;
}
.panel-body .right-button {
  margin: 0px 0 10px 0;
  float: right;
}
.panel-body input[type="submit"] {
  /*font-family: 'Raleway';*/
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  /*margin-bottom: 0;*/
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  /*background-image: none;*/
  /*border: 1px solid transparent;*/
  white-space: nowrap;
  /*padding: 12px 14px;*/
  /*font-size: 14px;*/
  /*line-height: 1.42857143;*/
  /*border-radius: 0px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: button;
  /*color: #333333;*/
  /*background-color: #ffffff;*/
  /*border-color: #cccccc;*/
}
/*
.panel-body input[type="submit"]:hover,
.panel-body input[type="submit"]:focus,
.panel-body input[type="submit"].focus,
.panel-body input[type="submit"]:active,
.panel-body input[type="submit"].active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}*/

.btn {
  /*font-family: 'Raleway';*/
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px 14px;
}
.btn-group-lg>.btn,.btn-lg
{
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}
.btn-group-sm>.btn,.btn-sm
{
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn-group-xs>.btn,.btn-xs
{
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}

.name {
  color: #005DFF;
}
.widget {
  padding: 20px;
}
.widget.valign {
  /*margin-top: 15%;
  margin-bottom: 15%;*/
}
.widget.centered {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .widget.centered-xs {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .centered-sm {
    text-align: center;
  }
}
.btn-secondary {
  background-color: #ffffff;
  border-color: #49AC5A;
  color: #49AC5A;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #fff;
  background-color: #D6E2D8;
  border-color: #005DFF;
}
.lead {
  margin-bottom: 0;
}
.nav{
  cursor: pointer;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 1.1em;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-default .navbar-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 43px;
  height: 6px;
  width: 6px;
  background: #005DFF;
  opacity: .5;
}
/*------------------------------------------------------------------
[ Landy ]
*/
.vs-overlay-inner {
  color: #fff;
  max-width: 600px;
}
.vs-overlay-inner h1 {
  font-size: 2.8em;
  line-height: 1.0em;
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(50, 50, 50, 0.51);
  margin: 0;
  /*font-family: 'Raleway';*/
  font-family: Poppins, sans-serif;
  margin-bottom: 0.5em;
}
.vs-overlay-inner h4 {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
  text-shadow: 1px 1px 4px rgba(50, 50, 50, 0.7);
  /*font-family: 'Roboto';*/
  font-family: Poppins, sans-serif;
}
.vs-overlay-inner a.btn {
  margin: 20px 10px 0 0;
}
.vs-overlay-inner .btn-xlarge {
  padding: 12px 21px;
  font-size: 18px;
  line-height: normal;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.vs-overlay-inner .btn-xlarge.btn-secondary {
  border-color: #ffffff;
}
@media (max-width: 480px) {
  .vs-overlay-inner h1 {
    font-size: 2.0em;
    margin: 1em 0;
  }

  .vs-overlay-inner h4 {
    font-size: 1.4em;
  }

  .vs-overlay-inner a.btn {
    margin: 30px 10px 0 0;
  }

  .vs-overlay-inner {
    padding-top: 20%;
    font-size: 80%;
  }

}
@media (min-width: 1024px) {
  .vs-overlay-inner {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 991px) {
  body.action-display .page:before {
    background: rgba(0,0,0,0.3);
  }
  .vs-overlay-inner {
    max-width: 80%;
    padding-top: 20%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

}
@media (max-width: 1200px) {
  .vs-overlay-inner {
    font-size: 80%;
    max-width: 450px;
  }
}

/*------------------------------------------------------------------
[ Long Flat Shadow Icons ]
*/
.flatshadow.icon, .flatshadow.icon::after {
  border-radius: 50%;
}
.flatshadow.icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #6cb37a;
  color: #fff;
  font-size: 74px;
  line-height: 100px;
  text-align: center;
  z-index: 1;
  margin: .25em 0 .25em 0;
  display: inline-block;
 }
.flatshadow.icon::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(35deg,
  transparent 20%, rgba(0,0,0,.2) 20%, rgba(0,0,0,.2) 85%,
  transparent 85%);
  z-index: -1;
}

/*------------------------------------------------------------------
[ Product Styles ]
*/

.products {
  padding: 5% 0;
}

.product-header {
  border-bottom: 1px solid #eee;
  margin: 0 5px;
  text-align: center;
}

.product-header h3 {
  font-weight: 700;
}

.product-body {
  padding: 20px;
  font-weight: 300;
  /*text-align: justify;*/
}

.product-body p:first-child {
  min-height: 140px;
}

.product-item .btn-group {
  margin: 20px 0;
}

.right-bottom-divider {
  border-right: 1px solid #cccccc;
}

.product-item {

}

.btn-group-container {
  text-align: center;
}

@media (max-width: 991px) {
.right-bottom-divider {
  border-right: none;
  border-bottom: 1px solid #cccccc;
}
}

/*------------------------------------------------------------------
[ User Menu ]
*/
.user-menu .icon.fa {
  padding: 0 20px 0 0;
}
.user-menu .navbar-nav {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
.user-menu .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
}
.user-menu .navbar-nav {
  margin: 0;
}
.user-menu .navbar-nav .open .dropdown-menu > li > a {
  line-height: 35px;
  font-size: 1.2em;
}
}
.nav .profile-dropdown>a>img {
  border-radius: 50%;
  background-clip: padding-box;
  float: left;
  height: 35px;
  margin: -7.28571429px 10px 0 0;
  width: 35px;
  border: 2px solid #fff;
}
.nav> li > a > img {
  max-width: none;
}
.navbar-nav .profile-dropdown.open .dropdown-menu {
  position: absolute;
  float: left;
  width: auto;
  margin-top: 2px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.menu .icon {
  margin-right: 10px;
}


/*------------------------------------------------------------------
[ Highlight ]
*/
.highlight {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  padding: 150px 0;
  position: relative;
}

.highlight:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.62);
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.62)), color-stop(63%, rgba(160,160,160,0)), color-stop(100%, rgba(254,254,254,0)));
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -o-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -ms-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fefefe', GradientType=1 );
  z-index: 0;
}

.highlight-header {
  position: relative;
  color: #fff;
  z-index: 10;
}

.highlight-header h2 {
  font-weight: 700;
}

.page-section {
  padding: 5% 0;
}


body.controller-homepage-action-index .prime.container,
body.controller-pages-action-display .prime.container,
body.controller-merchant-action-register .prime.container,
body.controller-user-action-register .prime.container {
  width: 100%;
  padding: 0;
}

body.controller-homepage-action-index,
body.controller-pages-action-display,
body.controller-user-action-register
 {
  background-image: none;
}


/*UI/UX enhancements by Jason*/

label{
  font-weight: 500;
}

.btn-primary{
  background-color: #005DFF;
  border-radius: 5px;
}

.btn-secondary{
  border-color: #D9D9D9;
  color:  #777;
}

.btn-secondary:hover{
  color: #555;
  background-color: #eee;
  border-color: #ccc;
}

a{
  color: #4065a5;
  font-weight: 500;
}

#navbar > ul > li > a {
  color: white !important;
}

a:hover, a:focus{
  color: #005DFF;
  text-decoration: none;
}

.outer-column{
  height: 155px;
  margin-bottom: 15px;
}

.inner-column{
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding: 15px;
  height: 150px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.inner-column a{
  font-size: 0.9em;
  font-weight: bold;
}

.inner-column p{
  color: #B2B2B2;
}

.inner-column:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.icon-space{
  width: 25%;
  height: 125px;
  float: left;
}

.text-space{
  width: 75%;
  height: 125px;
  float: right;
  padding-left: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 768px){
  .inner-column p, .inner-column a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .inner-nav{
    margin-top: 15px;
  }
}

.button-size{
  min-width: 198px;
}

.nav-row{
  margin-top: 10px;
  margin-bottom: 10px;
}

.inner-nav{
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 15px;
  margin-bottom: 8px;
  text-align: center;
}

.inner-nav:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.inner-wrap{
  padding: 15px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 5px;
}

.back-button{
  position: fixed;
  z-index: 999999;
  bottom: 85px;
  right: 10px;
}

.table-row{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.table-row td{
  padding: 10px 10px 10px 0;
}

.table-row th{
  padding: 10px 10px 10px 0;
}

.offer-button{
  margin-top: 10px;
}

.inner-wrap input[type="text"]{
  padding: 15px;
}

.inner-wrap:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.outer-wrap{
  padding: 10px;
}

.options-list li{
  text-align: left;
  font-size: 1.5em;
  padding: 10px 0 10px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.options-list li a{
  padding-left: 15%;
}

.other-options-list li{
  text-align: left;
  font-size: 1em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.other-options-list li a,
.other-options-list li p {
  padding-left: 10%;
  margin-bottom: 0;
}
.other-options-list li a:hover{
  background-color: rgba(0, 93, 255, 0.25);
  text-decoration: none;
}
@media screen and (max-width: 500px){
  .options-list li{
    font-size: 0.8em;
  }
  .options-list li a{
    padding-left: 3%;
  }
  .other-options-list li a,
  .other-options-list li p {
    padding-left: 3%;
  }
}

.menu-options{
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 35px 10px 35px 10px;
  margin: 20px auto 20px auto;
  text-align: center;
}
.menu-options:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.navbar-default .navbar-nav > li > a:after {
  top: 33px;
  height: 26px;
  width: 2px;
  background: #F3F3F3;
  opacity: 1;
}

.navbar-default .navbar-nav > li:last-child > a:after {
  opacity: 0;
}

.panel-primary>.panel-heading{
  background-color: #005DFF;
}


.navbar-default{
  border: none;
  background: none;
}

.navbar-default{
  background: #005DFF;
  box-shadow:  0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow:  0 1px 3px rgba(34,25,25,0.4);
  -webkit-box-shadow:  0 1px 3px rgba(34,25,25,0.4);
}


a.name.navbar-brand, a.name.navbar-brand:hover{
  color: #fff;
}

.navbar-default, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a{
  color: #F3F3F3;
}

.panel-primary{
  border: none;
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34,25,25,0.4);
  -webkit-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34,25,25,0.4);
}

.panel-heading{
  padding: 15px 20px;
}

.panel-body{
  padding: 20px;
}

.panel-title{
  color: #efe;
}

.panel-title a{
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding-bottom: 4px;
}

.panel-title a:hover, .panel-title.name a:focus{
  color: #fff;
}

.panel-title i.fa{
  margin-right: 10px;
}

.float-right .panel-title .fa{
  margin-right: 0;
  margin-left: 10px;
}




.form-control{
  /* Not sure why this is here - padding: 20px; */
  font-size: 15px;
  margin-bottom: 15px; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  border: 2px solid rgba(221,221,221,1);
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(134,125,125,0.1);
  -moz-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(134,125,125,0.1);
  -webkit-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(134,125,125,0.1);
}

.form-control-no-margin {
  margin-bottom: 0px;
}

.form-control-block {
  margin-bottom:25px;
}

.form-control:focus, .form-control:active{
  border-color: #005DFF;
}

.input label {
  margin-bottom: 0px;
}

/*h1, h2, h3, h4, h5, h6{
  font-family: "Roboto";
  font-weight: 100;
}*/

/*h1{
  font-size: 33px;
}*/

.login-panel {
   box-shadow: 2px 10px 15px rgba(25,34,25,0.4);
   background: #FFF;
   /* margin-top: 5%; */
   border-radius: 5px;
   position: absolute;
   max-width: 400px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
 }

.controller-user-action-login .footer {
  position: fixed;
  bottom: 0;
}


img.app-dl-icon {
  width: 120px;
  height: 40px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


/*------------------------------------------------------------------
[ Facelift Styles ]
*/

.header {
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.header a.navbar-brand,
.header a.navbar-brand:hover {
  color: #666;
}

.header--fixed {
    position: absolute;
    /*
    background: #fff;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,1,16,.14);
    box-shadow: 0 1px 7px 0 rgba(0,1,16,.14);
    */
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    backface-visibility: hidden;
}

.navbar-nav > li > a {
  font-weight: 300;
  letter-spacing: .04em;
  /*-webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  -ms-transition: color .25s ease;
  -o-transition: color .25s ease*/
}

.navbar-darkbg.header .navbar-nav > li > a,
.navbar-darkbg.header a.navbar-brand {
  color: #fff;
}

.navbar-darkbg.header .navbar-nav > li > a:hover,
.navbar-darkbg.header .navbar-nav > li > a:active {
  background-color: transparent;
  color: #005dff;
}

.navbar-darkbg.header .navbar-toggle,
.navbar-darkbg.header .navbar-toggle:hover,
.navbar-darkbg.header .navbar-toggle:active {
  color: #005dff;
}

.navbar-darkbg.header .navbar-collapse.in,
.navbar-darkbg.header .navbar-collapse.collapsing {
    background-color: rgba(0,0,0,0.8);
}


.menu__item--button {
    border: 1px solid #5d626d;
    border-radius: 21px;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.header--fixed .menu__item--button {
    border-color: #005dff;
}

.header--fixed .menu__item--button .menu__link {
    color: #005dff;
}

.menu__item--button .menu__link {
    color: #005dff;
    padding: 2px 40px 0;
    line-height: 36px;
}

.hero {
  padding: 10% 0;
  min-height: 600px;
  background: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.45);
  /*background: -moz-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.62)), color-stop(63%, rgba(160,160,160,0)), color-stop(100%, rgba(254,254,254,0)));
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -o-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: -ms-linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  background: linear-gradient(45deg, rgba(0,0,0,0.62) 0%, rgba(160,160,160,0) 63%, rgba(254,254,254,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fefefe', GradientType=1 );*/
  z-index: 0;
}

.section-subtitle {
    text-transform: uppercase;
    color: #E3E5EA;
    font-size: 14px;
    letter-spacing: .01em;
    margin-bottom: 40px
}
.section-subtitle--center {
    max-width: 425px;
    margin: 0 auto 40px;
    text-align: center
}
.section-subtitle--hero {
    text-transform: none;
    color: #fff;
    opacity: .3
}
.section-title {
    /*font-size: 26px;*/
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 34px
}
.section-title--center {
    text-align: center
}
.section-title--light {
    color: #fff
}
.section-title__highlight {
    color: #005dff
}

@media all and (max-width: 991px) {
    .hero--skin-1,
    .list--boxes,
    .section-subtitle,
    .section-title {
        text-align: center
    }
}

.section--skin-1 {
    background-image: url('../img/backgrounds/skin-1.jpg');
}
.section--skin-2 {
    background-image: url('../img/backgrounds/skin-3.jpg');
}
.section--skin-1, .section--skin-2 {
    background-size: 100% 965px;
    background-position: center 130px;
    background-repeat: no-repeat;
}
.section--dark {
    color: #f7f7f7;
    background-color: #2e2e2e;
}

@media all and (max-width: 480px) {
  .section {
      padding: 60px 0
  }
}

.bg-white {
  background-color: #fff;
}


a.last-call .section-title {
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline;
}

a.last-call:hover .section-title {
  border: 1px solid #005dff;
}

.controller-contactForm-action-thankYou {
  background-size: cover;
  background-position: top center;
  background-image: url('../img/backgrounds/skin-2.jpg');
}

.controller-contactForm-action-thankYou .footer {
  position: fixed;
  bottom: 0;
}

.centered-v-h {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
}

/*----------------------------------------------------------------------------------------
            MODAL POPUP STYLES
----------------------------------------------------------------------------------------*/

.modal {
  overflow-y: auto;
  text-align: center;
}

.modal-content {
  padding: 50px 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  border: 0;
}

.modal-title {
  margin: 0;
}

.modal-title .icon {
  font-size: 48px;
  line-height: 48px;
  display: block;
  margin: 0 0 40px 0;
  color: #6CAA5C;
}


.modal-title .icon.icon-ban {
  color: #e44646;
}

.modal-open {
  overflow: auto;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 100;
  text-shadow: none;
}

.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

/*----------------------------------------------------------------------------------------
            
----------------------------------------------------------------------------------------*/

.monospaced {
  font-family: 'Droid Sans Mono';
}


/* styles for the card view page */
.app-download-div {
  text-align: center;
}

#card-token-div {
    text-align: center;
    font-weight: bold;
}
#card-image-div {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    max-width:472px;
}

.card-token-restrictions {
  font-style: italic;
}
.text-bold {
    font-weight:bold;
}

.navbar-padding{
  padding-top: 90px;
  margin-bottom: 85px;
  width: 100%;
}

.navbar-padding-dash{
  padding-top: 98px;
  margin-bottom: 75px;
}

@media (max-width: 480px) {
  .value-bg {
    font-size:1em;
    color:#005DFF;
  }
}
@media (max-width: 767px) {
  .value-bg {
    font-size:1.3em;
    color:#005DFF;
  }
}
@media (max-width: 767px) {
  .value-bg {
    font-size:1.8em;
    color:#005DFF;
  }
}
@media (max-width: 992px) {
  .navbar-padding{
    padding-top: 101.5px;
  }
  .navbar-padding-dash{
    padding-top: 110.5px;
  }
}
@media (min-width: 992px) {
  .value-bg {
    font-size:2em;
    color:#005DFF;
  }
}

.value-md {
    font-size: 1.3em;
    color:#005DFF;
}
.value-sm {
    color:#005DFF;
}

.header-title, header.title{
    /*font-weight:bold;*/
    font-size:24px;
}

.table-cust-history th, .table-cust-history td {
   padding: 5px;
}

.table-cust-history tr td:nth-of-type(3){
  text-align: right;
}

.wallet .balance {
  font-size: 34px;
  color:#005DFF;
}

.wallet .wallet-bg-green {
  background-color: #d1fbce;
}

.wallet .wallet-bg-red {
  background-color: #fbd1ce;
}

#backgroundImage{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.jupiter-radio label {
  margin-right: 50px;
  margin-left: 5px;
}

.formSize{
    width: 40%;
    margin-top: 225px;
    padding-top: 55px;
    padding-bottom: 55px;
    border-radius: 5px;
    /*box-shadow: 0 1px 3px rgba(255,255,255,0.12), 0 1px 2px rgba(255,255,255,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}

.formSize a{
    color: white;
}

.fullHeight{
    height:100%;
}
/*
.formSize:hover {
  box-shadow: 0 14px 28px rgba(255,255,255,0.25), 0 10px 10px rgba(255,255,255,0.22);
}
*/
.login-form input[type="text"], 
.login-form input[type="password"],
.login-form input[type="tel"],
.login-form input[type="email"]{
    width: 75%;
    border-radius: 4px;
}

.subBut{
    border-radius: 4px;
}

.splashButton{
  width: 150px;
}

.spacing{
    padding-bottom: 25px;
}

@media screen and (max-width: 850px) {
    .formSize{
        width: 99%;
    }
}

.navbar-toggle{
    color: #005dff;
}
.outlinedText{
  color:white;
  text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000;
}
.HeaderCard{
  margin: 80px auto 0 auto;
  padding: 55px 0 55px 0;
  width: 90%;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.HeaderCard h2{ 
      margin-bottom: 45px;
    }

.HeaderCard:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {-moz-appearance: textfield;}


@media screen and (max-width: 950px) {
    .HeaderCard{
        margin: 65px auto 0 auto;
        width: 99%;
    }
    .HeaderCard h2{
      margin-bottom: 95px;
    }
}
.carousel-position{
  margin-top: 50px;
}

.carousel {
  height: 450px;
}

.carousel-cell {
  width: 100%;
  height: 450px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

.button-holder{
  width:250px;
}

@media screen and (max-width: 450px){
  .button-holder{
    width:95%;
  }
}

.price-view{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 5px 5px 0 5px;
}

.price-view h3{
  padding-left: 15px;
}

.billing-string-format{
  min-height: 85px;
}

@media screen and (max-width: 767px){
  .billing-string-format{
    min-height: 0px;
  }
  .checkbox-format{
    margin-top: 5px;
  }
}

.btn-primary a{
  color: white !important;
}

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

.button-spacing button{
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.button-spacing button:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.numbers-inner{
  display: block;
  margin: 25px auto auto auto;
}

@media screen and (max-width: 992px){
  #total-numbers-container,
  #merchant-numbers-container{
    margin-left:65px;
  }
}

#hotb-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#hotb-table tr:not(:first-child){
  cursor: pointer;
}

#hotb-table td{
    border: 1px solid #dddddd;
    text-align: right;
    padding: 8px;
}

#hotb-table td:nth-child(1) {
    text-align: left;
}

#hotb-table th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

#hotb-table tr:nth-child(even) {
  background-color: #dddddd;
}

#hotb-totals-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#hotb-totals-table td:nth-child(1) {
    text-align: left;
}

#hotb-totals-table td:nth-child(2) {
    text-align: right;
}



.heros{
  height: 625px;
  position: relative;
  background: linear-gradient(
    rgba(100, 100, 100, 0.45),
    rgba(100, 100, 100, 0.45)
  ),url("../img/background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-heading{
  text-align: center;
  color: white;
  padding: 15px;
  font-size: 3rem;
  font-weight: bold;
}

.button-alignment{
  display: flex;
  margin-top: 35px;
  justify-content: space-evenly;
}

#activation-warning,
#expiration-warning{
  display: none;
}

.fillWidth{
  position: absolute;
  top: -20px;
  left: 0;
  transform-origin: 0 5cm 4cm;
  transform: scale(0.9);
}

/**
 * line-height for the campaign selection on master_list.ctp
 */
 #line-heighter{
   margin-top: 2px;
 }

 @media screen and ( max-width: 1658px ){
  #line-heighter{
    margin-top: 15px;
  }
 }
 @media screen and ( max-width: 1062px ){
  #line-heighter{
    margin-top: 35px;
  }
 }
 @media screen and ( max-width: 768px ){
  #line-heighter{
    margin-top: 0px;
  }
 }

/**
 * for the reward-settings campaign settings button
 */

 #campaign-settings-button{
  margin: 0 0 10px 0;
}

 @media screen and ( max-width: 768px ) {
    #campaign-settings-button{
      width: 100%;
    }
 }

 @media screen and ( orientation:landscape )
 and ( min-width: 319px)
 and ( max-width: 880px) {
     #campaign-settings-button{
       width: 100%;
     }
 }

 /** for word wrapping text within a div, breaks long words **/
.wordwrap {
  word-wrap: break-word;      /* IE */
}

/**************************************************
            Button Styles for Responsivity
**************************************************/

#AddtoCampaignMasterListForm .submit,
#edit-campaignEditCampaignScreenForm .submit,
#AddImportAreaForm .submit,
#MediaUploadForm .submit{
  display: inline-block;
}

#clear-all{
  display: none;
}

/* these are on master_list.ctp */
#edit-btn,
#delete-btn,
#validate-btn,
#add-list-campaign,
#resetSearchForm,
#locations-btn
{
  width: 254.33px;
  margin: 5px 1px;
}

/* for quick formatting of misc admin merchant screens */
.admin-merchant-action-btn{
  width: 255px;
  margin: 5px 1px;
}

/* for a quick modal btn style class */
.modal-btn-style{
  width: 255px;
  margin: 5px 1px;
}

#edit-campaign-save-btn,
#delete-campaign-btn{
  width: 193.65px;
  margin: 5px 1px;
}

.btn-text-datatables{
  position: relative;
  cursor: pointer;
  font-size: 0.8rem;
}

.transaction-detail-btn,
.remove-target-btn,
.btn-datatables{
  height: 20px;
  width: 20px;
}

.remove-target-btn p {
  display: inline-block;
  margin: 0;
  position: relative;
  bottom: 19px;
  right: 5px;
}



@media screen and ( max-width: 768px ){

  #clear-all{
    width: 100%;
  }

  #AddtoCampaignMasterListForm .btn-success,
  #edit-btn,
  #delete-btn,
  #edit-campaign-save-btn,
  #delete-campaign-btn,
  #edit-campaignEditCampaignScreenForm .submit,
  #create-campaign-save-btn,
  #AddImportAreaForm .submit > .btn-primary,
  #AddImportAreaForm .submit,
  #MediaUploadForm .submit,
  #MediaUploadForm .submit > .btn-primary,
  #user-add-btn,
  #locations-btn,
  #test-group-save-btn,
  .admin-merchant-action-btn,
  .modal-btn-style
  {
    display: block;
    width: 100%;
  }
}

.error-message{
  color: red;
}

#modal-footer{
  border-top: none !important;
}

.no-select-text {

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                      supported by Chrome and Opera */
}
