/* * * * * * COMMON STYLES * * * * * */
body {
  background: #f8f8fb;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

i.fa {
  color: #6f9dae;
}

label {
  font-weight: 300;
  letter-spacing: 0.4px;
}

.btn-breadcrumb .btn-default.active:focus {
  background-color: transparent;
  outline: none;
}

.btn-breadcrumb .current-tab::before {
  border-left: 10px solid #6fa9c2 !important;
}

.settings-page .panel-default > .panel-heading {
  color: #797979;
  background: #f5f5f5;
  min-height: 60px;
}

.action-icons img {
  padding: 0 3px;
  margin: 0 2px;
}

.clear {
  clear: both;
}

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

.nav-pills > li > a {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 200;
  font-size: 18px;
  color: #fff;
}

h4.modal-title {
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.campaign-page .nav-pills > li.active > a,
.campaign-page .nav-pills > li.active > a:focus,
.campaign-page .nav-pills > li.active > a:hover {
  color: #6f9dae;
}

nav.navbar-inverse ul.navbar-nav > li > a {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background: transparent !important;
  background-image: none;
}

.jakala {
  background: #b46ac1;
}

.html td {
  padding: 5px;
}

.nav-pills > li > a {
  color: #8e8e8e;
  background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #6fa9c2;
  background-color: transparent;
}

nav.top-header {
  margin-bottom: 0;
  background: #242e38;
  border: none;
  border-radius: 0;
}

nav.top-header a.navbar-brand {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
}

nav.top-header a.appname {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
}

.main-nav {
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(138, 138, 138, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(138, 138, 138, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(138, 138, 138, 0.2);
}

ul.main-navigation {
  display: inline-block;
}

ul.main-navigation li a:hover {
  color: #6f9dae;
}

ul.main-navigation li a {
  padding-left: 24px;
  font-size: 15px;
}

ul.main-navigation li a.nav-01 {
  background: transparent url(/web/img/icons/ico-nav-01.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-01,
ul.main-navigation li a.nav-01:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-01.png) left
    no-repeat;
  background-size: 18px;
}

ul.main-navigation li a.nav-02 {
  background: transparent url(/web/img/icons/ico-nav-02.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-02,
ul.main-navigation li a.nav-02:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-02.png) left
    no-repeat;
  background-size: 18px;
}

ul.main-navigation li a.nav-03 {
  background: transparent url(/web/img/icons/ico-nav-03.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-03,
ul.main-navigation li a.nav-03:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-03.png) left
    no-repeat;
  background-size: 18px;
}

ul.main-navigation li a.nav-04 {
  background: transparent url(/web/img/icons/ico-nav-04.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-04,
ul.main-navigation li a.nav-04:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-04.png) left
    no-repeat;
  background-size: 18px;
}

ul.main-navigation li a.nav-05 {
  background: transparent url(/web/img/icons/ico-nav-05.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-05,
ul.main-navigation li a.nav-05:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-05.png) left
    no-repeat;
  background-size: 18px;
}

ul.main-navigation li a.nav-06 {
  background: transparent url(/web/img/icons/ico-nav-06.png) left no-repeat;
  background-size: 18px;
}

ul.main-navigation li.active a.nav-06,
ul.main-navigation li a.nav-06:hover {
  background: transparent url(/web/img/icons/ico-nav-hover-06.png) left
    no-repeat;
  background-size: 18px;
}

html,
body,
.container-fluid {
  height: 100%;
}
.container-fluid {
  display: table;
  width: 100%;
  margin-top: 25px;
  box-sizing: border-box;
  padding: 0;
}

.container-fluid .row {
  height: 100%;
  display: table-row;
}

.row .no-float {
  display: table-cell;
  float: none;
  padding: 0;
}

.container .nav > li > a:focus,
.container .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.btn-next {
  min-width: 100px;
}

a.edit-filter,
a.edit-event {
  color: #6f9dae;
}

.settings-page .nav-tabs > li.active > a,
.settings-page .nav-tabs > li.active > a:focus,
.settings-page .nav-tabs > li.active > a:hover {
  background-color: #6f9dae;
  color: #fff;
}

.settings-page .nav > li > a {
  color: #6f9dae;
}

.news-filter li.active,
.campaigns-filter li.active,
.campaign-type li.active {
  border: 1px solid #6f9dae;
  border-radius: 5px;
  background: #fff;
}

.campaign-type li a {
  padding: 5px 10px;
  font-size: 14px;
}

ul.news-filter a,
ul.campaigns-filter a {
  padding: 5px 10px;
  font-size: 14px;
}

.tablesorter {
  text-align: left;
  width: 100%;
  margin-top: 15px;
}

table tr th {
  padding: 5px;
}

tr.filter-row,
tr.news-row {
  border-bottom: 1px solid #dadada;
}

tr.filter-row td,
tr.news-row td {
  padding: 10px 5px;
}

tr.filter-row td:last-child,
tr.news-row td:last-child {
  text-align: right;
}

td.icons img {
  padding: 0 3px;
  margin: 0 2px;
}

span.empty-cell {
  padding: 13px;
}

i.fa.fa-play-circle {
  font-size: 28px;
  color: #6f9dae;
}

i.fa.fa-pause-circle {
  font-size: 28px;
  color: #ffa91e;
}

a.btn-create {
  background: #fff;
  padding: 6px 12px;
  color: #6f9dae;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.campaign-page .nav-tabs > li.active > a,
.campaign-page .nav-tabs > li.active > a:focus,
.campaign-page .nav-tabs > li.active > a:hover {
  background-color: #e6e6e6;
  color: #6f9dae;
  border-bottom: 1px solid #e6e6e6;
}

.campaign-page .nav > li > a {
  color: #6f9dae;
}

.search {
  margin-left: 10px;
  max-width: 150px;
  width: 300px;
  font-size: 13px;
  background-image: url("/web/img/search.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: right center;
  outline: 0;
}

th.sortable {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  background-image: url("/web/img/bg.gif");
}

th.headerSortUp {
  background-image: url("/web/img/asc.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
th.headerSortDown {
  background-image: url("/web/img/desc.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.filters-list .filter-row,
.events-list .event-row,
.news-lits .news-row {
  margin-bottom: 10px;
}

.campaigns-filter button,
.filters-type button {
  background: #fff;
  border: 1px solid #6f9dae;
  color: #6f9dae;
  font-weight: bold;
  padding: 1px 10px;
}

.campaigns-filter button.clicked,
.filters-type button.clicked {
  background: #6f9dae;
  color: #fff;
}

input:focus,
button:focus {
  outline: none;
}

.chart-wrapper {
  width: 250px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  font-size: 8px;
}

.chartdiv {
  width: 250px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  padding-left: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  background: #d4d4d4;
  padding: 0 5px;
  border-radius: 3px;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #6fa9c2;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  background: #fff;
  box-shadow: none;
  color: #6fa9c2;
  border-color: #6fa9c2;
  text-transform: uppercase;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

.campaign-page .btn-breadcrumb a:hover {
  background: #fff !important;
  background-color: #fff !important;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}

.form-group .toggle.btn {
  max-width: 59px;
  max-height: 34px;
}

/* * * * * * CAMPAIGNS PAGE * * * * * */

.welcome-message {
  padding-top: 100px;
}

.welcome-message p.top {
  font-size: 20px;
  font-weight: 400;
  color: #6c5d62;
}

.welcome-message p.bottom {
  color: #888f9c;
  font-size: 16px;
  font-weight: 400;
}

.welcome-message button {
  margin: 15px auto;
}

span.logo {
  font-weight: 200;
  letter-spacing: 1px;
}

.ico-analytics {
  width: 32px;
  height: 32px;
  background: url("/web/img/icons/ico-analytics.png") no-repeat;
}
.ico-copy {
}
.ico-delete {
}

/* * * * * * CREATE CAMPAIGN * * * * * */

.weekdays label {
  margin: 0px 15px 0 5px;
}

.select-push-type {
  padding-bottom: 25px;
}

.campaign-step-title {
  font-weight: 200;
}

.campaign-page .hint {
  margin-bottom: 20px;
  margin-top: 5px;
  color: #777e8a;
  font-size: 12px;
}

.mobile-preview-wrapper {
  background: url("/web/img/push-new-latest.png");
  background-size: 100%;
  min-height: 540px;
  max-width: 290px;
  min-width: 289px;
  background-repeat: no-repeat;
}

.push-content {
  position: relative;
  top: 46px;
  left: 0px;
  color: #fff;
  max-width: 260px;
}

.push-content-inner h2 {
  margin-bottom: 0px;
}

img.icon {
  width: 32px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 25px;
}

.push-content-inner {
  width: 230px;
  margin-left: 50px;
  padding: 15px;
  margin-top: 12px;
  margin-bottom: 7px;
  word-wrap: break-word;
}

.push-content-inner h2 {
  margin-top: -12px;
}

.push-content-inner h2 span {
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
}

.push-content-inner h2 time {
  font-size: 12px;
  opacity: 0.8;
  color: #6e90ae;
  font-weight: 200;
  margin-left: 3px;
  float: right;
  margin-top: 15px;
}

.push-text {
  letter-spacing: 1px;
  font-weight: 200;
  font-size: 13px;
  padding-right: 10px;
  color: grey;
}

.my-hidden {
  display: none;
}

span.slide {
  opacity: 0.8;
  margin-top: 0;
  font-weight: 200;
  color: #6e90ae;
  font-size: 11px;
  letter-spacing: 1px;
}

.campaign-page .panel-default .panel-heading {
  background: #6fa9c2;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-success,
.btn-success:hover {
  background: #6fa9c2;
  border: none;
}

/* * * * CAMPAIGN TARGETING PAGE * * * */
.geo-location {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
}

/* * * * * * FILTERS PAGE * * * * * * */

/* * * * * * ANALYTICS PAGE * * * * * */

/* * * * * * SETTINGS PAGE * * * * * */

.settings-page {
  padding-top: 50px;
}

.settings-page p.title {
  font-size: 1.1em;
  padding: 0;
  font-weight: 400;
}

.settings-page p.description {
  padding: 0;
  color: #999;
  max-width: 100%;
}

.settings-page .language {
  min-width: 100px;
}

table tr td a {
  color: #6f9dae;
}

table.admins-list {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
}

table.admins-list thead tr th {
  border-bottom: none;
}

table.admins-list thead tr {
  background: #715d5f;
  /* background: #2980b9; */
}

table.admins-list thead th {
  text-align: center;
  color: #fff;
}

table.admins-list tbody td {
  text-align: center;
  border-top: none;
}

table.admins-list p {
  font-size: 24px;
  font-weight: 200;
}

table tr.panel-heading {
  background: #6f9dae;
  color: #fff;
}

table tr.panel-heading th {
  padding: 5px;
}

/* * * * * * LOGIN PAGE * * * * * */

.authorization-page {
  margin-top: 50px;
}

.authorization-page h2.form-signin-heading {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 100;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.authorization-page input {
  border-radius: 0;
  font-weight: 200;
}

.authorization-page input.password {
  margin-top: 10px;
}

.authorization-page button {
  font-weight: 200;
}

.authorization-page a.more-options {
  color: #fff;
  font-weight: 200;
  display: block;
  text-align: center;
  margin-top: 15px;
}

p.flash {
  text-align: center;
  color: rgb(255, 0, 0);
}

.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  border-bottom: 3px solid #6e9dae !important;
}
