﻿img {
    width:100%;
    object-fit:cover;
}

.float-right {
    float: right;
}

.btn-left {
    float: right;
    margin-top: 32px;
}

.navbar-margin {
    margin-top: 50px;
}

#assetBody input[type='checkbox'] + label {
    cursor: default;
}

#assetBody .image-holder {
    cursor: pointer;
}

.tag-collection > div {
    float:left;
    margin-right:10px;
}
.tag-collection > div > i {
    cursor: pointer;
}
#add-new-tag {
    cursor: pointer;
}
.ui-color-chip {
    height: 12px;
    width: 20px;
    top: 0px;
    bottom: 0px;
    left: 1em;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}
.hidden {
    display: none;
}
.file-preview .close.fileinput-remove {
    display: none;
}