@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,600,400);

@import url('font-awesome.min.css');
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #111111;
  background: #f7f7f7;
}
a {
  color: #3b78e7;
}
a:hover {
  color: #1752be;
}
.content {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
}
.color-box {
  width: 30px;
  height: 10px;
  display: block;
  margin-top: 5px;
}
.equal,
.equal > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
/*Buttons*/
.btn {
  border-radius: 3px;
}
.btn-success {
  background: #4caf50;
  border: 1px solid #4caf50;
  border-radius: 3px;
}
.btn-success:hover {
  background: #449d48;
  border-color: #449d48;
}
.btn-primary {
  background: #3b78e7;
  border: 1px solid #3b78e7;
  border-radius: 3px;
}
.btn-primary:hover {
  background: #2468e4;
  border-color: #2468e4;
}
.input-group-btn .btn-default {
  background: #ffffff;
  color: #616061;
}
.input-group-btn .btn-default:hover {
  background: #f5f5f5;
  color: #111111;
}
.btn-default {
  border: 1px solid #d7d7d7;
  background: #f5f5f5;
  color: #3b78e7;
}
.btn-default:hover {
  background: #e8e8e8;
  border-color: #cacaca;
  color: #2468e4;
}
/*Selects*/
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 17px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a {
  font-weight: 400;
  font-size: 14px;
}
.bootstrap-select.btn-group .btn .filter-option {
  color: #111111;
}
.bootstrap-select.btn-group .btn .caret {
  color: #111111;
}
/*Forms*/
.form-control {
  border: 1px solid #d7d7d7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/*Badges*/
.badge {
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}
.badge.green {
  background-color: #4caf50;
}
.badge.orange {
  background-color: #e74c3c;
}
a.help-hint {
  color: #acacac;
}
/*Labels*/
.label-danger {
  background: #e74c3c;
}
.label-red {
  border: 1px solid #e74c3c;
  color: #e74c3c;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 2px 5px;
  line-height: 1;
}
.label-green {
  border: 1px solid #4caf50;
  color: #4caf50;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 2px 5px;
  line-height: 1;
}
.label-purple {
  border: 1px solid #673ab7;
  color: #673ab7;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 2px 5px;
  line-height: 1;
}
.label-lite {
  font-weight: 400;
  margin-top: 5px;
  margin-right: 10px;
}
/*Alerts*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.alert-warning {
  background: #ff6f35;
  color: #ffffff;
}
.alert-warning .fa {
  color: #000;
  opacity: 0.3;
}
.alert-error {
  background: #e74c3c;
  color: #ffffff;
}
.alert-error .fa {
  color: #000;
  opacity: 0.4;
}
.alert-success {
  background: #4caf50;
  color: #ffffff;
}
.alert-success-light {
  background: #bce2be;
  color: #4caf50;
}
.alert-success .fa {
  color: #000;
  opacity: 0.4;
}
.alert .fa {
  margin-right: 10px;
}
/*Datepicker*/
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #3b78e7;
  color: #fff;
  -webkit-text-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th.picker-switch,
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget td span:hover {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget {
  box-shadow: none;
}
.datepicker {
  padding: 10px;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #3b78e7;
  color: #fff;
  -webkit-text-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
/*Typography*/
h1 {
  line-height: 1;
  font-size: 25px;
  color: #616061;
}
h1 .text-muted {
  font-weight: 300;
}
h2 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.text-muted {
  color: #acacac;
}
.text-success {
  color: #4caf50;
}
.text-warning {
  color: #e79102;
}
.text-error {
  color: #e74c3c;
}
.not-available {
  color: #acacac;
  padding: 6px 12px;
  display: block;
}
/*Panel*/
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}
.panel.last {
  border-bottom: none;
}
.panel.filter {
  background: #f5f5f5;
}
.panel .panel-body {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  color: #72777a;
  margin-bottom: 20px;
}
.panel-body .form-control-static {
  color: #111111;
}
/*Newsletter panel*/
.panel-body.newsletter {
  background: #fff;
  color: #111111;
  border: 3px solid #eee;
}
.panel-body.newsletter h2 {
  margin-bottom: 10px;
}
.panel-body.newsletter .checkbox {
  margin: 0;
}
/*Date stamp*/
.date-stamp {
  margin-bottom: 9px;
}
/*Date switcher*/
.date-switcher li a:hover {
  text-decoration: underline;
}
.date-switcher li {
  border-right: 1px solid #e1e1e1;
  padding-right: 10px;
  padding-left: 10px;
}
.date-switcher li.active a,
.date-switcher li.active a:hover,
.date-switcher li.active a:focus {
  color: #111111;
  text-decoration: none;
  font-weight: 700;
}
.date-switcher li.range {
  padding-right: 0;
  border-right: none;
}
/*Modal*/
.modal .modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border: none;
}
.modal .modal-content .modal-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px;
}
.modal .modal-content .modal-header h4 {
  font-size: 21px;
}
.modal .modal-content .modal-header .close {
  margin-top: 6px;
}
.modal .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-content .modal-body .table {
  margin-bottom: 20px;
}
.modal .modal-content .modal-body h5 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
}
/*Table*/
.table {
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e1e1e1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-stats > thead > tr > th,
.table-stats > tbody > tr > th,
.table-stats > tfoot > tr > th,
.table-stats > thead > tr > td,
.table-stats > tbody > tr > td,
.table-stats > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
thead.dark > tr > th {
  border-bottom: 1px solid #72777a;
  background: #72777a;
  color: #ffffff;
}
.table .fa {
  color: #616061;
}
.table > tbody > tr > td.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th {
  background-color: #f3fdf3;
}
.table > tbody > tr:hover td.success,
.table > thead > tr.success:hover td,
.table > tbody > tr.success:hover td,
.table > tbody > tr.success:hover th {
  background-color: #e6fbe6;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.table-summary {
  border: 2px solid #5f77a2;
  margin-top: 20px;
}
/*Pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #111111;
  background-color: #eef0f3;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.nav-pills > li > a {
  border-radius: 3px;
  font-weight: 400;
}
.nav-pills > li > a:hover {
  background: #eef0f3;
}
/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  color: #3b78e7;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1752be;
  background: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #3b78e7;
  border-color: #3b78e7;
}
.results-counter {
  margin-top: 27px;
}
/*Header*/
#header.navbar {
  min-height: 40px;
  margin-bottom: 0;
}
#header .navbar-brand {
  padding: 11px 15px 9px 15px;
  height: 40px;
}
#header.navbar-inverse {
  background-color: #111111;
}
#header.navbar-inverse .navbar-text {
  color: #ffffff;
  margin: 10px 15px;
}
#header.navbar-inverse .navbar-link {
  color: #ffffff;
  border-left: 1px solid #4d4d4d;
  padding-left: 10px;
  margin-left: 10px;
}
#header.navbar-inverse .sprite.status-online {
  float: left;
  display: inline;
  margin-top: 4px;
  margin-right: 5px;
}
/*Navbar*/
.navbar-default {
  background-color: #ffffff;
  border-color: #e1e1e1;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
  padding: 15px 15px 15px 0;
  margin-right: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #111111;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #111111;
  background-color: #ffffff;
  border-bottom: 2px solid #3b78e7;
  font-weight: 700;
}
/*Dropdown hover for the nav*/
.dropdown:hover .dropdown-menu {
  display: block;
}
/*Dropdown menu*/
.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  color: #616061;
  font-size: 12px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  background-color: #3b78e7;
  color: #ffffff;
}
/*Subheader*/
.subheader {
  margin-bottom: 10px;
}
.subheader .btn-success {
  margin-top: 15px;
}
/*Dashboard*/
#dashboard .summary {
  border-bottom: 1px solid #ebebeb;
}
#dashboard .summary .panel {
  border-right: 1px solid #ebebeb;
  border-bottom: none;
}
#dashboard .summary .last .panel {
  border-right: none;
}
#dashboard .summary .panel .media-heading {
  font-weight: 700;
}
#dashboard .summary .media-left {
  padding-top: 5px;
}
#dashboard .summary .panel .lead {
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}
#dashboard .progress {
  margin-bottom: 10px;
}
#dashboard .stats {
  margin-top: 10px;
}
#dashboard .tab-content .date-stamp {
  margin-top: 7px;
}
/*Reports*/
#reports .report-panel {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 20px;
}
#reports .report-panel p {
  color: #959595;
  font-size: 13px;
}
#reports .report-panel .media-left {
  color: #bdbfc4;
}
#reports .report-panel .media-heading {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}
#reports .report-panel.active,
#reports .report-panel a:hover,
#reports .report-panel:hover {
  background-color: #5f77a2;
  color: #ffffff;
  text-decoration: none;
}
#reports .report-panel.active p,
#reports .report-panel.active .media-left,
#reports .report-panel.active .media-heading,
#reports .report-panel:hover p,
#reports .report-panel:hover .media-left,
#reports .report-panel:hover .media-heading {
  color: #ffffff;
}
#reports .input-group.date-picker {
  width: 140px;
}
#reports .export-menu {
  margin-top: 6px;
}
#reports .export-menu .sprite {
  float: left;
  margin-right: 5px;
}
#reports .export-menu .pdf a {
  color: #e74c3c;
}
#reports .export-menu .xls a {
  color: #4caf50;
}
/*Payments*/
#payments .method {
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}
#payments .method a h4 {
  background: #f5f5f5;
  margin: 0;
  padding: 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}
#payments .method a:hover h4 {
  text-decoration: none;
}
#payments .method ul {
  padding: 20px;
}
#payments .method a ul li {
  color: #707070;
  font-size: 13px;
}
#payments .method a:hover {
  text-decoration: none;
}
#payments .active.method,
#payments .active.method:hover {
  border: 2px solid #5f77a2;
}
#payments .active.method h4 {
  background-color: #5f77a2;
  color: #ffffff;
}
#payments .method:hover {
  border: 1px solid #5f77a2;
}
#payments .form-horizontal .control-label {
  text-align: left;
}
/*Account*/
#account .form-horizontal .control-label {
  text-align: left;
}
#account .panel-body {
  padding: 25px;
}
#account .panel-body .control-label {
  color: #111111;
}
/*Blog*/
#blog .posts {
  border-left: 1px solid #e1e1e1;
}
#blog .nav-pills > li.active > a,
#blog .nav-pills > li.active > a:hover,
#blog .nav-pills > li.active > a:focus {
  background: #3b78e7;
  color: #ffffff;
}
#blog .post h2,
#blog .post h2 a {
  color: #111111;
  font-size: 25px;
}
#blog .post p {
  color: #707070;
  line-height: 1.7;
}
#blog .post .date-stamp {
  margin-bottom: 20px;
}
#blog .post img {
  margin-bottom: 20px;
}
/*Footer*/
footer {
  background: #ffffff;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.copyright {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
footer ul li a {
  font-size: 12px;
  color: #6b6a6b;
}
footer ul li a:hover {
  color: #383738;
}
/*Icons sprite*/
.sprite {
  background: url('../media/sprite.png') no-repeat top left;
}
.sprite.acerevenue-logo {
  background-position: 0px 0px;
  width: 164px;
  height: 19px;
}
.sprite.dashboard-depositors {
  background-position: 0px -29px;
  width: 45px;
  height: 45px;
}
.sprite.dashboard-earnings {
  background-position: 0px -84px;
  width: 35px;
  height: 46px;
}
.sprite.dashboard-installs {
  background-position: 0px -140px;
  width: 39px;
  height: 46px;
}
.sprite.dashboard-signups {
  background-position: 0px -196px;
  width: 47px;
  height: 47px;
}
.sprite.facebook-ribbon {
  background-position: 0px -253px;
  width: 137px;
  height: 44px;
}
.sprite.footer-ribbons {
  background-position: 0px -307px;
  width: 296px;
  height: 57px;
}
.sprite.icon-pdf {
  background-position: 0px -374px;
  width: 18px;
  height: 18px;
}
.sprite.icon-xls {
  background-position: 0px -402px;
  width: 18px;
  height: 18px;
}
.sprite.no-preview {
  background-position: 0px -430px;
  width: 98px;
  height: 48px;
}
.sprite.status-online {
  background-position: 0px -488px;
  width: 12px;
  height: 12px;
}


@-webkit-keyframes ring {
0% {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

2% {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

4% {
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

6% {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

8% {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

10% {
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

12% {
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

14% {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

16% {
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

18% {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}

20% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
}

@keyframes ring {
0% {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

2% {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

4% {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

6% {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

8% {
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

10% {
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
}

12% {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

14% {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

16% {
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

18% {
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

20% {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}

