
.bg-gold {
  background-color: #e5c100;
}

.bg-premium {
  background-color: #9C308D;
}

.bg-ppv {
  background-color: #D2B4DE;
}


.popover {
    max-width:360px; /* Max Width of the popover (depending on the container!) */
    max-heght: 240px; /* Max Width of the popover (depending on the container!) */
}

#upload-demo {
    width: 300px;
    height: 300px;
}
.cardheader {
//    background: url("/images/profile_bkgnd.jpg");
    background-color: silver;
    background-size: cover;
    height: 55px;
}
.card .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.croppie_button_overlay {
  top: -15px;
  left: -15px;
}

.show_profile img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.5);
}

.show_content_profile img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.show_content_profile_64 img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.5);
}

.input_image_label {
  cursor: pointer;
}

@media screen and ( max-width: 400px ){

    ul.pagination > li {
        display: none;
    }

    ul.pagination > li:first-child,
    ul.pagination > li:nth-child( 2 ),
    ul.pagination > li:nth-last-child( 2 ),
    ul.pagination > li:last-child,
    ul.pagination > li.active,
    ul.pagination > li.disabled {
        display: block;
    }
}
