﻿#jstreeFolder {
    min-height: 750px !important;
    /*background-color: #fefefe;*/
    overflow: auto;
}


.damFolderImgThumb {
   /* max-width: 130px;
    max-height: 90px;*/
   max-height:90px;
   padding-bottom:2px;
}

.damFolderItem {
    height: 190px;
    width: 228px;
    margin: 7px;
    border: 1px solid #cccccc;
    border-radius: 5px !important;
}

.folderBtn {
    width: 150px;
    margin-right: 20px;
}

.panel-footer, panel-footer2 {
    height: 60px;
    border-top: 1px solid #30333B !important;
}

.panel-footer2 {
    height: 90px;
}

.imgTopArea {
    height: 120px;
    max-height: 120px;
    border-bottom: 1px dashed #cccccc;
}

.imgBottomArea {
    padding-top: 5px;
    font-size: smaller;
    text-align:center;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.imgAssetView {
    max-height: 450px;
    max-width: 700px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 3000 !important;
}

#fileProperties {
    min-height:500px;
}
#fileProperties .list-group-item{
    background-color:transparent!important;
}


/*JStree*/
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

#jstreeFolder {
    max-height: 450px;
}

#damFileEntries, #damFileResults {
    max-height: 700px;
    overflow-y: auto;
}

.minwidth75 {
    min-width: 75%;
}

#damImageOptions td {
    border: 0px !important;
}


.container {
    margin: auto;
    max-width: 960px;
}

img {
    max-width: 100%;
}

.row,
.preview {
    overflow: hidden;
}

.col {
    float: left;
}

.col-6 {
    width: 50%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.7%;
}

.col-1 {
    width: 8.3%;
}


.preview {
    margin: 0 auto !important;
    overflow: hidden;
    height: 400px;
    width: 100%;
    border: 1px solid #e9ecef;
}

.damFileInfo{
    min-height:750px;
}

.tagDisplay {
    word-wrap: break-word
}