/* Custom Styles */
.logo-header {
    margin-top: 13px;
    margin-right: 12px;
    width: 150px;
}
.navbar-brand{
  display: block;
  font-size: 20px;
  margin-top:0;
  padding: 13px 15px 0 15px;
  text-decoration: none;
}
.navbar>.container-fluid .navbar-brand {
    margin-left: -18px;
}

.becomeAPatron {
    color: #fff;
    background-color: #e85128;
}
.becomeAPatron img{
    margin-top: -5px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #ecf0f5;
}

.content-wrapper {
}

.box.box-solid, .box.box-widget {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}

.category-nav {
  padding-bottom: 15px;
}

.btn-outline {
  background-image: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  color: #333;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus, .btn-outline.active {
  color:#fff;
  outline: none;
  text-decoration: none;
  background: #777;
  border-color: #ccc;
}

.creatorName {
    font-size: 120%;
    font-weight: bold;
}
.creatorName-big {
    font-size: 150%;
    font-weight: bold;
}

.creatorpage .creatorlogobox {
  margin: 0;
}
.creatorpage .creatorlogobox .box {
    height: auto;
}
.creatorpage .creatorlogobox .box .box-footer h4{
    margin-top: 0;
    font-size: 14px;
    text-align: center;
}
.creatorpage .creatorlogobox .box .box-footer ul{
     text-align: center;
 }
.creatorpage .creatorlogobox .box .box-footer li{
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.headerstats {
  margin: 0;
}
.headerstats .box-body {
    height: 90px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.headerstats .box-body h5 {
  color: #555;
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 7px 0;
}
.headerstats .box-body h6 {
    color: #555;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 5px 0;
 }
.headerstats .box-footer {
  background-color:#ecf0f5;
  height: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
.headerstats .box-footer h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.creatorpage-headerStats {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 14px 0 7px 0;
  width: 100%;
}
.headerstats-block {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}
.headerstats-block .headerstats-header {
  color: #666;
  text-align: center;
}
.headerstats-block .headerstats-stat {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding-bottom:7px;
}

.creatorpage-description {
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.creatorpage-description h2 {
    color: #666;
    display: inline;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
 }

.creatorpage-rankingStats {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.google-trends-box {
    margin-bottom: 14px;
}

.hotCreators-box {
  margin-bottom: 20px;
}
.hotCreators-box .name, .hotCreators-box .creationName {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 76%;
  text-overflow: ellipsis;
}
.hotCreators-box .name-spacing {
    margin-left:60px;
}
.hotCreators-box .name {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
}
.hotCreators-box .creationName {
    line-height: 1;
}
.hotCreators-box .box-header {
    background-color: #ecf0f5;
    height: 30px;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.rankingStats-block {
  font-size: 14px;
  line-height: 1.4;
  margin: auto;
  text-align: center;
  padding: 20px 4px 20px 4px;
  border: 1px solid #000;
}
.rankingStats-block .rankingStats-stat {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
.rankingStats-block .rankingStats-stat .rankingStats-substat {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.rankingStats-block .rankingStats-header {
  color: #000;
  background-color:#e7e7e7;
  text-align: center;
}

/* ---- Bootstrap slider ---- */
.slider-container {
  padding:10px 20px;
}
.slider-handle {
  background: #333;
}
.slider-selection {
  background: #00c0ef;
}
.slider.slider-horizontal {
  width: 100%;
}

/* Sly Wrap */

.wrap {
    position: relative;
    margin: 0 0;
}

/* Frame */
.frame {
    overflow: hidden;
    height: 34px;
}
.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}
.frame ul li {
    float: left;
    height: 100%;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.frame ul li.active .btn {
    color: #fff;
    outline: none;
    text-decoration: none;
    background: #777;
    border-color: #ccc;
}

/* ---- table-like for Isotope ---- */

.table-like {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* clear fix */
.table-like:after {
  content: '';
  display: block;
  clear: both;
}

.table-like__item {
    width: 100%;
    clear: both;
    border-top: 1px solid #dcdcdc;
}

.table-like__item > * {
    display: inline-block;
    padding: 12px 4px;
    vertical-align: top;
}

.table-like__item .rank {
    font-size: 18px;
    padding-top: 23px;
    text-align: center;
    min-width: 25px;
}
.table-like__item .name {
    width: 50%;
}
.top-creators-homepage .table-like__item .name {
    width: 60%;
}
.table-like__item .patrons {
    padding-top: 15px;
    min-width: 10%;
}
.top-creators-homepage .table-like__item .patrons {
    padding-top: 15px;
    min-width: 14%;
}
.table-like__item .patrons .patronsVal {
    font-size: 110%;
    font-weight: bold;
}
.table-like__item .earnings {
    padding-top: 15px;
    min-width: 10%;
    max-width: 10%;
}
.top-creators-homepage .table-like__item .earnings {
    padding-top: 15px;
    min-width: 14%;
    max-width: 14%;
}
.table-like__item .earnings .earningsVal {
    font-size: 110%;
    font-weight: bold;
}
.table-like__item .perPatron {
    padding-top: 15px;
    min-width: 10%;
}
.table-like__item .perPatron .perPatronVal {
    font-size: 110%;
    font-weight: bold;
}
.table-like__item .launched {
    padding-top: 15px;
    min-width: 10%;
}
.table-like__item .launched .patreonPublishedAt {
    font-size: 110%;
    font-weight: bold;
}
.table-like__item .patreon-promo-text-intable {
    color: #fff;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 75%;
}
.table-like__item .patreon-promo-text-intable .header {
    font-size: 130%;
    font-weight: bold;
    line-height: 34px;
}
.table-like__item .patreon-promo-button-intable {
    padding-top: 26px;
    padding-left: 25px;
}

.patreon-promo-module {
    font-weight: bold;
    padding: 40px 60px;
    text-align: center;
}
.patreon-promo-module .heading {
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 20px;
}
.patreon-promo {
    color: #fff;
    font-weight: normal;
    margin: 10px 10px 30px 10px;
    padding: 20px 30px;
    text-align: left;
}
.patreon-promo-text {
    height: 200px;
}
.patreon-promo-text .header {
    font-size: 130%;
    font-weight: bold;
    line-height: 22px;
}

.bg-patreon-0 {
    background-color: #FF9B7A;
}
.bg-patreon-1 {
    background-color: #358EFF;
}
.bg-patreon-2 {
    background-color: #63D6A3;
}

.btn-patreonorange {
    background-color: #F96854;
    border: 1px solid #F96854;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    margin: 20px 10px 10px 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-patreonorange:hover, .btn-patreonorange:focus, .btn-patreonorange:active {
    background-color: #FA7664;
    border: 1px solid #F96854;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-transparent {
    background-color: inherit;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    background-color: rgba(255,255,255,0.19999999999999996);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
 }

.achievement-page .achievement {
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

/* ---- Tables ---- */

.table th {
  color: #737373;
}
.table th.sorting_asc, table th.sorting_desc {
  color: #333;
}

table .number {
    font-size: 110%;
    font-weight: bold;
}

ul.popular-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popular-list > li {
  width: 33%;
  float: left;
  padding: 10px;
  text-align: center;
}
.popular-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.popular-list > li > a:hover,
.popular-list > li > a:hover .popular-list-name {
  color: #999;
}
.popular-list-name,
.popular-list-date {
  display: block;
}
.popular-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popular-list-percent {
    font-size: 14px;
}

.creatorName-spacing {
    margin-left:60px;
}

.creatorpageImage {
    margin-top: 0px;
    text-align: center;
    width: 100%;
}
.creatorpageTitle-header {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
.creatorpageTitle-header h1 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.creatorpageTitle-header h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.graphstats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.graphstats-block {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
  line-height: 1.2;
  margin: auto;
  text-align: center;
}
.graphstats-block .graphstats-header {
    color: #333;
    font-size: 14px;
    padding-bottom: 4px;
    text-align: center;
}
.graphstats-block .graphstats-stat {
    color: #555;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 2px;
  text-align: center;
}
.graphstats-block .graphstats-substat {
  color: #666;
  text-align: center;
}
.graphstats-block .graphstats-substat i {
    font-size: 80%;
    font-weight: 500;
}

.no-margin {
    margin:0;
}

.page-header {
  border-bottom: 0px;
  margin: 0 0 0 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.description-percentage {
    
}

.navbar .nav {
  color:red;
}

.nav-stacked > li > a {
  color: #3c8dbc;
}

.promobox {
    color: #555;
    font-size: 18px;
    margin: 20px 20px 35px 20px;
    padding: 7px 0;
    text-align: center;
}
.promobox.top {
    margin: 20px 20px 10px 20px;
}

.subscribe-box {
    position: fixed;
    padding: 3px 8px 8px 8px;
    margin: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 99;
}

.expandGraphIcon {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    top: 10px;
    right: 20px;
    z-index: 90;
}
.chartmodalmask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

.chartmodal {
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    background: #fff;
    overflow: auto; /* Enable scroll if needed */
    z-index: 110;
}

.loadingModal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(0,0,0,0.7) 
                url('/img/modalLoadingIcon.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .loadingModal {
    display: block;
}

select#searchAutocomplete {
	display: none;
}

.select2-selection__choice {
	display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
  margin-left: 4px;
}

.paginate_page {
  margin-left: 10px;
}
.paginate_of {
  margin-right: 10px;
}

.dataTables_paginate .paginate_input {
  width: 30px;
}

.all-pages-supporter {
  background-color: #f9f9f9;
}
.all-pages-supporter .box-body{
  font-size:20px;
}

.profile-img-circle-sm
{
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
}
.profile-img-circle-md
{
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
}
.profile-img-circle-lg
{
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0;
}
footer .content {
  padding-bottom: 60px;
  min-height: 50px;
}

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

    .patreon-promo {
        margin: 10px 5px 30px 5px;
        padding: 20px 20px;
    }
    .patreon-promo-text {
        height: 230px;
    }

}

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

    .container, .container-fluid {
        padding-right:0;
        padding-left:0;
    }
    .content-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 7px;
    }

    .patreon-promo {
        margin: 10px 0 30px 0;
        padding: 20px 20px;
    }
    .patreon-promo-text {
        height: 200px;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
      display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    tr th {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { 
      border-top: 1px solid #ccc; 
      border-bottom: 1px solid #ccc;
    }

    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      margin-left: 20px;
      margin-right: 20px;
    }
  }




