/* General */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 0 0 24px;
    position: relative;
    margin-bottom: 24px;
}

.visible-xxs, .visible-xxs-inline {
    display: none !important;
}
@media (max-width: 480px) {
    .visible-xxs {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
}

.panel h1, .panel h2, .panel h3, .panel h4 {
    padding: 0;
}

.panel h1::after, .panel h2::after, .panel h3::after, .panel h4::after {
    display: none;
}

h1 i.fa, h2 i.fa, h3 i.fa {
    margin-right: 10px;
    color: #0061A0;
}

.content-header h1, h1 {
  font-size: 24px;
  padding: 10px 0 24px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.content-header h1 {
    margin-top: 0;
}

h1::after, h2::after, h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #2e2e2e;
    content: '';
}

h1.text-center::after, h2.text-center::after, h3.text-center::after, h4.text-center::after {
    position: static;
    display: block;
    margin: 24px auto 0;
}

.content-header .content-header-title {
    position: relative;
}

.main-header .container {
    padding: 0 45px;
}

.content-wrapper {
    background-color: #fff;
}

.content-header-wrapper {
    background-color: #efefef;
    min-height: 250px;
}

@media (max-width: 992px) {
    .content-header-wrapper {
        min-height: auto;
    }
}

.content {
    padding: 30px 0;
}

.btn i, .btn span.fa {
  margin-right: 8px;
}

h3.panel-title i, h3.panel-title span.fa {
  margin-right: 6px;
}

i.fa.circle {
    width: 45px;
    height: 45px;
    background-color: #0061A0;
    color: #fff;
    border-radius: 50%;
    line-height: 45px;
    margin-bottom: 20px;
    font-size: 22px;
}

.content-wrapper .label {
  font-size: 90%;
}

/* icons within a label */
.label i {
  margin-right: 5px;
}
.label.icon-only i {
  margin-right: 0;
}

/* Homepage */

.content-header .logo {
    width: 250px;
    margin: 0 0 30px 30px;
}

@media (max-width: 767px) {
    .content-header .logo {
        display: block;
        float: none !important;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 180px;
    }
}


.check-bullet-list {
    padding-inline-start: 30px;
}

.check-bullet-list li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.check-bullet-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -30px;
}

/* Boxes */

.box {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.box-header {
    padding: 0;
    margin-bottom: 22px;
    border: none;
}


.box-header .box-title {
    display: block;
}

.box-title.text-center {
    padding: 0;
}

.box-body {
    color: #808080;
    padding: 0;
    text-align: justify;
    hyphens: auto;
}

.survey-landing-page .box .box-title::after {
    content: none;
}

#surveylandingpageslugform-token {
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 15px;
    height: auto;
    font-size: 16px;
}

/* Bootstrap grid system */
@media (min-width: 992px) {
    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
    }

    .equal-height {
        display: flex;
        display: -webkit-flex;
    }
}

/* Login */
.login-page {
  background-color: #eee;
}

.login-box, .register-box {
  padding: 30px;
  border: 1px solid #ddd;
  max-width: 430px;
  margin: 0 auto;
}

.login-logo {
    margin-bottom: 30px;
}

.login-logo a {
  display: block;
  font-size: 22px;
}

.login-box-body {
    padding: 0;
}

/* Main Header */
.main-header .logo {
  font-size: 17px;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
  font-size: 14px;
}

.content-header-buttons {
  margin-bottom: 15px;
  text-align: right;
}

.content-header-buttons .btn {
  margin-left: 10px;
}

/* navigation */
@media (max-width: 767px) {
    .navbar-nav {
        float: right;
    }

    .navbar-nav > li > a {
        display: inline-block;
    }
    
    .navbar-custom-menu .nav > li {
        text-align: right;
        float: none;
    }
}

/* icons in buttons in the top navbar */
.navbar ul.nav a i {
  margin-right: 5px;
}


/* Footer */
.main-footer a {
  margin: 0 6px;
}

/* Grid view */
.grid-view td {
  vertical-align: middle !important;
}


/* do not change background-color on hover for expanded rows */
.table-hover > tbody > tr.kv-expand-detail-row:hover {
  background-color: inherit;
}

/* Forms */
label {
    color: #2e2e2e;
}

.payout-request-form label {
    display: block;
}

.alert {
    margin-left: 30px;
    margin-right: 30px;
}

.alert h4 {
    font-weight: normal;
    padding: 0;
    margin-bottom: 14px;
}

.help-block {
    font-size: 12px;
}

.hint-block {
  margin-top: 6px;
  color: #777;
  font-size: 12px;
}

.form-group .btn {
  margin-right: 10px;
}

/* fixes minor positioning bug */
.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
}

/* fixes tooltip not showing bug with disabled buttons */
a.btn.disabled {
  pointer-events: auto;
}

/* partner organizations */

.partner-organizations .box-body {
    padding-bottom: 40px;
}

.partner-organizations .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.partner-organizations img {
    margin: 0 auto;
    max-height: 100px;
}

.partner-organizations .box a.btn {
    position: absolute;
    bottom: 30px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
}

/* overview page */
.site-overview .row {
    padding: 0 30px;
}

.site-overview .small-box h3 {
    color: inherit;
}
.site-overview .small-box h3::after {
    display: none;
}


/* account page */
.site-account h1, .site-account h2 {
    margin-left: 30px;
    margin-right: 30px;
}


/* site/member-acquisition */
.site-member-acquisition .content-header-wrapper {
    min-height: auto;
}

/* site/error */
.site-error .headline.text-info::after {
    display: none;
}

/* site/payout-request */
.site-payout-request .btn.btn-success {
    margin-left: 30px;
}

/* site/payouts */
@media screen and (max-width: 480px) {
    .kv-grid-table thead {
        display: none;
    }
    
    .kv-table-wrap th, .kv-table-wrap td {
        font-size: inherit;
        text-align: left;
    }

    .kv-table-wrap tr > td:first-child {
        font-size: inherit;
    }
    
    .kv-page-summary-container {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: inherit;
    }
}