
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.loader {
    position: relative;
}

    .loader:before, .loader:after {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        position: relative;
        margin: 10px auto;
        border-radius: 50%;
        background: #fff;
        animation: left 1s infinite ease-in-out;
    }

    .loader:after {
        background: #FF3D00;
        animation: right 1s infinite ease-in-out;
    }


@keyframes right {
    0%, 100% {
        transform: translate(-15px)
    }

    50% {
        transform: translate(15px)
    }
}

@keyframes left {
    0%, 100% {
        transform: translate(15px)
    }

    50% {
        transform: translate(-15px)
    }
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

form .form-text{
    /*display:none;*/
}
.helptext {
    visibility: hidden;
}
#voice-form #afile{
    display:none;
    visibility:hidden;
}
#video-form #vfile {
    display: none;
    visibility: hidden;
}
.vcentregrid {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.vleftgrid {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

#createMediaVideo .modal-dialog {
    max-width: 80vw;
    overflow-x: hidden;
}
canvas {
    border: 1px solid black;
    touch-action: none; /* Prevent touch gestures interfering */
    background-color:#fff;
}
.preview{
    border:solid 1px #dbb;
}
.preview video {
    width:100%;
    height:200px;
}
.verimple{
    display:block;
    border:solid 1px #dbb;
    position:relative;
    width:100%;
    height:90px;
    font-weight:600;
    padding:0.35em
}
.verimple span {
    display: block;
    text-align: center;
    width: 100%;
}
.centered {
    text-align: center;
}
.centered > td{
    vertical-align:middle;
}

.form div.mb-3 {
    margin-bottom: 1rem !important;
}

.alignbottom {
    align-content: end;
}

.bgwhite {
    background-color: white;
}

.logo {
    width: 38px;
    margin:2px 0 0 0.5em;
}
.textwrap {
    background-image: url("/static/app/images/logot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top:4px;
    height: 54px;
    width: 300px;
}
.aln-center {
    text-align: center;
}
.verify img{
    margin-top: 1em;
    width: 100%;
    background-color:white;
    border: 1px solid #ccc;
}
.verify  {
    margin: 1em auto;
    text-align:center;
    margin:0;
    padding:0;
    font-size:80%;
    width: 100%;
}
/*.verify img:first-of-type{
    fill:#00ff00;
}*/
.verifyimg {
    width: 80px;
}
small {
    font-size: 80%;
}

.rpagebox {
    border-right: 2px solid #eee;
}

.lpagebox {
    border-left: 2px solid #eee;
}

.pbar{
    text-align:center;
    margin-top:1em;
}

@media screen and (max-width: 980px) {
    .rpagebox {
        border-right: none;
    }

    .lpagebox {
        border-left: none;
    }
    .logo {
        width: 38px;
        margin: 2px 0 0 0.5em;
    }
    .textwrap {
        display: none;
    }
}
@media screen and (max-width: 736px) {
    .pretty{
        margin-right:0;
    }
    .textwrap {
        display: none;
    }
}
.item-status {
    font-size:110%;
}
.item-clothing {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_clothing.svg);
}
.item-jewelry {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_jewelry.svg);
}
.item-other {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_other.svg);
}
.item-socks {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_socks.svg);
}
.item-toys {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_toys.svg);
}
.item-underwear {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-image: url(/static/app/images/item_underwear.svg);
}

    .hidden {
        display: none !important;
    }

::selection, button:focus-visible, a:focus-visible, input:focus-visible {
    background: #c30e59;
}

    .viewbtn {
        padding: 0;
        margin: 0;
        color: #fff;
        background-color: #fff;
    }

        .viewbtn:hover {
            padding: 0;
            margin: 0;
            color: #fff;
            /*background-color: #fff;*/
        }

    .toprow {
        position: absolute;
        top: 16px;
        width: 2em;
        left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .viewerback {
        background-color: black;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .viewerback > img {
            height: 100%
        }

    .botrow {
        position: absolute;
        top: 16px;
        width: 2em;
        right: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .toprow > button:hover {
    }

    .viewerback > .viewtips {
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: 52%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

        .viewerback > .viewtips > button,
        .toprow > button,
        .botrow > button {
            margin: 0.25em 0 0.25em 0;
        }

    .imgdata_wrap {
        position: absolute;
        width: calc(100% - 1px);
        bottom: 9px;
        height: 40px;
        background-color: rgba(32, 32, 32, .3);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.imgdata_title {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    font-size: 0.75em;
    color: #f2ae66;
    padding: 0.5em 1em 0 1em;
    line-height: 1.5;
    background-color: rgba(32, 32, 32, .3);
    width: calc(100% - 1px);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 1px 0 1px;
    font-weight: 700;
}

.imgdata_user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75em;
    padding: 0 1em 0 1em;
    line-height: 1.5;
    margin: 0 1px 0 1px;
    font-weight:700;
}
.imgdata_user:hover {
    
}
.imgdata_username {
    color: #f2ae66;
    cursor: pointer;
}
.imgdata_username:hover {
    color: white;
}

.imgdata_price {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    padding: 4px 6px 4px 6px;
    font-size: 110%;
    font-weight: 700;
    border: 1px solid black;
    color: #e8e7ab;
    cursor: pointer;
}
.imgdata_price:hover {
    color:white;
}
#viewModal {
    --bs-modal-margin: 0.25em;
}

    #viewModal .modal-body {
        height: 85vh;
        overflow-y: auto;
    }

    #viewModal .modal-dialog {
        max-width: 90vw;
        overflow-y: auto;
    }

#taglist {
    height: 50px;
    border: 1px solid #333;
    width: calc(100% - 70px)
}
.tagouter{
    width:100%;
    align-content:center;
}


.modal-footer.aln-left {
    text-align: left;
    justify-content: flex-start;
}

.banner {
    background-image: url('/static/app/images/bannerexample.png');
    height: 240px;
    background-position-x: center;
}

.bannerbox .profilepic {
    position: absolute;
    top: 36px;
    left: 36px;
    background-color: #ccc;
}
.pphoto {
    cursor: pointer;
    background: none;
    background-image: url("/static/app/images/toof2sm.jpg");
    background-repeat:round;
}
    .pphoto:hover {
        filter: brightness(0.8);
    }

.profileeditbutton {
    visibility: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
}
.headerbuttons {
    position: absolute;
    right: 15px;
    height: 100%;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container:hover .profileeditbutton {
    visibility: visible;
}

.circular-square {
    border-radius: 50%;
}

.circular-landscape {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular-landscape img {
        width: auto;
        height: 100%;
        margin-left: -50px;
    }

.circular-portrait {
    /*position: relative;*/
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 50%;
}

    .circular-portrait img {
        width: 100%;
        height: auto;
    }

.small-circular-portrait {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border: 2px solid #ccc;
}
.circular-portrait img,
.small-circular-portrait img{
    width: 100%;
    height: auto;
}
    .transit {
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
    }
/* Basic grid style */
.media-wrapper{
    position:relative;
}
.media-list-head {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right: 0.1em;
    font-weight: 600;
    position: sticky;
    top: 0px;
    z-index: 5;
    background: white;
    border-bottom: 1px solid #333;
}

.media-list-foot {
    border-top: 1px solid #ccc;
}

.media-item {
    justify-content: space-between;
    margin-right: 0.1em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.media-list .media {
    overflow:hidden;
}
    .media-list .media img {
        outline: none;
        vertical-align: middle;
    }

.media-grid {
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr 2fr repeat(5, 1fr) 0.5fr;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.media-head {
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr 2fr repeat(5, 1fr) 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}


#media_list {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: clip;
    border-bottom: 1px solid #333;
}

#media_list table thead {
    position:sticky;
    top:0px;
}

#bundle_list {
    max-height: 60vh;
    overflow-y: auto;
}

#bundle_list table thead {
    position: sticky;
    top: 0px;
}
#items_list {
    max-height: 60vh;
    overflow-y: auto;
}

#items_list table thead {
    position: sticky;
    top: 0px;
}
#requests_list {
    max-height: 60vh;
    overflow-y: auto;
}

    #requests_list table thead {
        position: sticky;
        top: 0px;
    }

#photo-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin: 0.2em;
}

.photo-item {
    position: relative;
    cursor: pointer;
}

    .photo-item img {
        max-width: 100%;
        display: block;
    }

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

.red {
    color: #c30e59;
    font-weight: 800;
}


/* Modal overlay */
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
}

#modal-content {
    background: #fff;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

    #modal-content img {
        max-width: 100%;
        height: auto;
    }

.add-to-cart-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    background-color: var(--color1);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    .add-to-cart-btn:hover {
        background-color: var(--color1);
    }
/* File Upload */

label[for=id_files] {
    display: none;
}

.inline-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .inline-form > div {
        padding: 0 2em 0 2em;
    }

.colorpicker {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    padding: 3px;
}

/* Main Page Scroller */

@keyframes border-dance {
    0% {
    }

    100% {
        background-position: var(--bd-speed) 0, 0 100%, 0 0, 100% var(--bd-speed);
    }
}

@keyframes border-dance-reversed {
    0% {
        background-position: var(--bd-speed) 0, 0 100%, 0 0, 100% var(--bd-speed);
    }

    100% {
        /*background-position: 0 0, 0 100%, 0 0, 100% 0;*/
    }
}

.gallery-outer {
    position: relative;
    max-width: 1320px;
    margin: auto;
    width: 80vw;
    border: 1px solid #ccc;
}


@media screen and (max-width: 1280px) {

    .gallery-outer {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 980px) {

    .gallery-outer {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 736px) {

    .gallery-outer {
        width: calc(100% - 20px);
    }
}

.cinema {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1em;
    background-image: linear-gradient(to right, #ddd 50%, rgba(255,0,0,0) 50%);
    background-size: 2em 1em;
    background-repeat: repeat-x;
    outline-offset: -4px;
    pointer-events: none;
    
    /*animation: border-dance-reversed 10s infinite linear;*/
}

    .cinema.top {
        top: 4px;
        background-position: top;
    }

    .cinema.bottom {
        bottom: 4px;
        background-position: bottom;
    }

#backBtn, #nextBtn {
    width: 30px;
    line-height: 1;
    cursor: pointer;
    font-size: 200%;
    margin: 8px;
    font-weight: 900;
    border-radius: 1em;
    border: 1px solid #ccc;
    padding: 1em 0.2em;
    background-color: white;
}

.gallery div img:hover {
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.1);
}

#scroller {
    position: relative;
    /*width: 5000px;*/
    height: 232px;
    margin: 0 auto;
}

    #scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background:#fff;
    }

    #scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
    }

    #scroller li {
        padding: 1em;
        margin: 0;
        list-style-type: none;
        position: absolute;
    }

        #scroller li img {
            height: 200px;
            border-radius: 10px;
            transition: transform 0.5s;
            padding: 1em 0 1em 0;
        }

            #scroller li img:hover {
                filter: grayscale(0);
                cursor: pointer;
                transform: scale(1.1);
            }

        #scroller li video {
            height: 200px;
            border-radius: 10px;
            transition: transform 0.5s;
            padding: 1em 0 1em 0;
        }

            #scroller li video:hover {
                filter: grayscale(0);
                cursor: pointer;
                transform: scale(1.1);
            }

.gridrow {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    flex-direction: row;
}

.imgpreview {
    width: auto;
    height: 90px;
    border: 1px solid #ccc;
    background-size: contain;
    background-position-x: center;
    overflow: hidden;
    /*background-image:url('/static/app/images/imgplace.png');*/
}

.minitabs {
    justify-content: center;
}

.bigfont {
    font-size: 1.5em;
}

.pretty {
    /*top: 1em;*/
}

    .pretty.p-switch .state:before {
        height: calc(1em + 4px);
    }

    .pretty.p-primary {
        background-color: #c30e59;
    }

.nav {
    margin-left:1em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c30e59;
}

.nav-link.active:hover, .nav-link:hover {
    color: #333;
    background-color: #f2ae66;
}
/* header menu overrides*/
.nav > ul > li > a {
    font-weight: 600;
    font-style: inherit;
}

.nav > ul > li.current > a:hover {
    color: #333;
    background-color: #f2ae66;
}

.nav > ul > li > a:hover {
    color: #333;
    background-color: #f2ae66;
}

    .nav > ul > li > a .badge {
        color: #fff!important;
        background-color: #c30e59!important;
    }

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #fff;
    background-color: #c30e59;
}

.container-fluid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.audio-wrapper {
    display: contents;
}

audio {
    margin-bottom: -19px;
}


* {
    box-sizing: border-box;
}

#hashtagbox,
#hashtagresult,
#ahashtagbox,
#ahashtagresult,
#vhashtagbox,
#vhashtagresult {
    display: block;
    width: 100%;
    /*max-width: 500px;*/
    float: none;
    margin: 0 auto;
}

/*h1 {
word-wrap: break-word;
}

label,
h1 {
    text-align: center;
    color: #a78fd4;
    padding: 1rem;
}*/

.hashtag {
    display: inline-block;
    margin: auto 0.3em;
}

    .delhash {
        cursor: pointer;
        font-weight:700;
    }
.hashtagout {
    border: none;
    pointer-events: none;
}


#vhashtagbox,
#vhashtagresult,
#vhashtags,
#ahashtagbox,
#ahashtagresult,
#ahashtags,
#hashtagbox,
#hashtagresult,
#hashtags {
    /*height: 50px;*/
    /*font-size: 30px;*/
}

    #ahashtagbox,
    #vhashtagbox,
    #hashtagbox {
        color: #999;
        /*padding: 1rem;*/
        /*border: none;
    border-bottom: 1px solid #a78fd4;*/
    }

        #hashtagbox::-moz-placeholder,
        #ahashtagbox::-moz-placeholder,
        #vhashtagbox::-moz-placeholder {
            color: #eee;
        }

        #hashtagbox:-ms-input-placeholder,
        #ahashtagbox:-ms-input-placeholder,
        #vhashtagbox:-ms-input-placeholder {
            color: #eee;
        }

        #hashtagbox::placeholder,
        #ahashtagbox::placeholder,
        #vhashtagbox::placeholder {
            color: #eee;
        }

        #hashtagbox:focus,
        #ahashtagbox:focus,
        #vhashtagbox:focus {
            outline: none;
        }

    #hashtagresult, #ahashtagresult, #vhashtagresult {
        padding: 0.5rem;
        margin-top: 0.5rem;
        word-wrap: break-word;
        color: #8b6bc7;
        /*#a78fd4;*/
    }

    #hashtags, #ahashtags, #vhashtags {
        /*padding: 2rem;
    margin-top: 2rem;*/
        word-wrap: break-word;
        color: #a78fd4;
    }

    .new {
        position: absolute;
        -webkit-animation: rain-down 0.5s ease-out both;
        animation: rain-down 0.5s ease-out both;
    }

    .tada,
    h1 span {
        color: #ec71ae;
        -webkit-animation: tada 1100ms 0.7s ease-out both;
        animation: tada 1100ms 0.7s ease-out both;
    }

    @-webkit-keyframes rain-down {
        0%, 20% {
            opacity: 0;
            transform: translateY(-100px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes rain-down {
        0%, 20% {
            opacity: 0;
            transform: translateY(-100px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @-webkit-keyframes tada {
        0% {
            transform: scale3d(1, 1, 1);
        }

        10%, 20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }

        30%, 50%, 70%, 90% {
            transform: scale3d(1.3, 1.3, 1.9) rotate3d(0, 0, 1, 3deg);
        }

        40%, 60%, 80% {
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        100% {
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes tada {
        0% {
            transform: scale3d(1, 1, 1);
        }

        10%, 20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }

        30%, 50%, 70%, 90% {
            transform: scale3d(1.3, 1.3, 1.9) rotate3d(0, 0, 1, 3deg);
        }

        40%, 60%, 80% {
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        100% {
            transform: scale3d(1, 1, 1);
        }
    }

    .cardgrid-card:focus, .cardgrid-card:hover {
        color: #2f3541;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        text-decoration: none;
        z-index: 2;
        /*-webkit-box-shadow: 0 2px 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 2px 8px rgba(0, 0, 0, .08);*/
    }

    .cardgrid-card.customgrid-card {
        display: block;
    }

    a:hover {
        color: #a81016;
        text-decoration: underline;
    }

    .card-grid-container {
        margin: auto !important;
        max-width: 100rem;
        border: none;
        /*  -webkit-box-shadow: 0 2px 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 2px 8px rgba(0, 0, 0, .08);*/
    }

        .card-grid-container .card-grid-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            background-image: repeating-linear-gradient(45deg, #f2f3f4, #f2f3f4 1px, #fff 0, #fff 50%);
            background-size: 8px 8px;
        }

        .card-grid-container .card-grid-wrapper, .full-width.card-grid-container, .image .cmp-image .cmp-image__image, .image .cmp-image .cmp-image__link .cmp-image__image, .mw-100 {
            max-width: 100% !important;
        }

    .customgrid-wrapper {
        text-align: center;
    }

    .cardgrid-card {
        background-color: #fff;
        position: relative;
        color: #2f3541;
        display: block;
        z-index: 1;
        /*padding: 2rem !important;*/
        text-decoration: none;
        border-right: 1px solid #f2f3f4;
        border-bottom: 1px solid #f2f3f4;
        -webkit-transition: -webkit-transform .5s cubic-bezier(.25,.8,.25,1);
        transition: -webkit-transform .5s cubic-bezier(.25,.8,.25,1);
        transition: transform .5s cubic-bezier(.25,.8,.25,1);
        transition: transform .5s cubic-bezier(.25,.8,.25,1), -webkit-transform .5s cubic-bezier(.25,.8,.25,1);
        -moz-transition: transform .5s cubic-bezier(.25, .8, .25, 1);
        -o-transition: transform .5s cubic-bezier(.25, .8, .25, 1);
        -webkit-transition: transform .5s cubic-bezier(.25,.8,.25,1);
    }


    #scroller {
        /*display:none;*/
    }


[data-bs-theme="dark"] {
    

    body {
        background: #171717 url("/static/app/content/images/bg.png");
    }

    .inner {
        background-color: #373737;
        border: solid 1px #444;
    }

    body, input, textarea, select, form label {
        color: #e7e7e7;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #e7e7e7;
    }

.nav > ul > li > a {
    color: #f2ae66;
}
.nav > ul > li > a:hover{
    color: #444;
}
.verify img {
    background-color: white;
    border: 1px solid #444;
}
    #header {
        background: #373737;
        border-bottom: solid 1px #444;
        border-right: solid 1px #444;
        border-left: solid 1px #444;
    }
.media-list-head {
    background: #373737;
    border-bottom: 1px solid #444;
}
.media-item {
    border-bottom: 1px solid #444;
}
.media-list-foot {
    border-top: 1px solid #444;
}
.small-circular-portrait {
    border: 2px solid #444;
}
.gallery-outer {
    border: 1px solid #444;
}
    .verifyfill {
        fill: #FFFFFF;
    }

    .verimple {
        border: solid 1px #444;
    }

    #scroller {
        background-color: #373737;
    }

    .bgwhite {
        background-color: #373737;
    }

    .modal-content {
        background-color: #373737;
    }

    .imgpreview {
        border: 1px solid #444;
    }

    .gviewer .imageContainer {
        background-color: #373737 !important;
    }

    .gviewer button {
        border: 1px solid #444 !important;
    }

    .box {
        background-color: #373737;
        border: solid 1px #444;
    }
    .cinema {
        background-image: linear-gradient(to right, #000 50%, rgba(255,0,0,0) 50%);
    }
#scroller .innerScrollArea {
    background: #373737;
}

}