#signin-demo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    padding: 6px;
    border-radius: 3px;
}
#signin-demo img { cursor: pointer; height: 40px; }
#signin-demo img:hover { opacity: .5; }
#signin-demo div {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 6px;
}

.partial-loader {
    position: fixed;
    top: 50%;
    right: 45%;
    z-index: 1000;
    color: white;
}

.partial-loader-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    z-index: 999;
}

#addSourceURL, #dashboard-support-tickets, #dashboard-recent, #dashboard-recent-threads, #new-users, #recent-task {
    width: 100%!important;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

/*file input*/
.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #e96656;
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 0px;
    border: none;
    color: white;
    margin-bottom: 5px;
}

.fileContainer [type=file] {
    cursor: pointer;
}


.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 165px;
    text-align: center;
    padding-top: 35px;
}
.my-drop-zone { border: dotted 3px lightgray; }
.ng-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

.theme-clean #main-navbar .navbar-collapse, .theme-clean #main-navbar .navbar-header, .theme-clean #main-navbar #main-menu-toggle {
    background: rgb(253,62,78);
}

body.mmc li#search-form {
    display: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.item-sale {
    border: 1px solid rgb(230, 225, 225);
    width: 100%;
    padding: 10px;
}

@media print {
    #main-wrapper, .mme #main-wrapper {
        padding-left: 0px!important;
    }
    .panel-info.panel-dark .panel-heading, .panel-info.panel-dark, .table-danger .table-header {
        border-color: black!important;
    }
}
