/* Custom Styles */
.logo-icon {
  margin:12px 8px 0 8px;
  width:24px;
}
.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 .col-xs-10 {
  padding:0 10px 0 10px;
}
.creatorpage .creatorlogobox .col-xs-2 {
  padding:10px 10px 0 10px;
}*/

.creatorpage .headerstats {
  margin: 0;
}
.creatorpage .headerstats .box-body {
    height: 90px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.creatorpage .headerstats .box-body h5 {
  color: #555;
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 7px 0;
}
.creatorpage .headerstats .box-body h6 {
    color: #555;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 5px 0;
 }
.creatorpage .headerstats .box-footer {
  background-color:#ecf0f5;
  height: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
.creatorpage .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-rankingStats {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.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%;
}

/* ---- 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;
}

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

.table-like__item .rank { width: 10%; }
.table-like__item .name { width: 30%; }
.table-like__item .patrons { width: 20%; }
.table-like__item .earnings { width: 20%; }
.table-like__item .category { width: 20%; }

/* ---- 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%;
}

.dailygraph-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 7px;
}
.dailygraph-block {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 14px;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}
.dailygraph-block .dailygraph-header {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.dailygraph-block .dailygraph-stat {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
  padding-bottom:7px;
}
.dailygraph-block .dailygraph-substat {
  text-align: center;
  color: #666;
}

.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;
}

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

.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;
}

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;
}

/* In case I need the social icons to be shown again
.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #ecf0f5;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
*/

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

    /* 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;
    }
  }
