/* Breadcrumb */
.breadcrumb{
    margin-bottom: 0 !important;
    background-color: #F7F7F7 !important;
}
/* CheckBox select */
.hiden{
    display:none
}
.showed{
    display:inline-block
}
/* Preview avatar */
#blah{
    max-width: 220px;
    max-height: 220px;
}

/* Media Gallery */
.thumbnail {
    height: 100% !important;
    margin-bottom: 0 !important;
}
.view {
    box-shadow: none !important;
}
.thumbnail .image {
    height: 160px !important;
}
.view .mask, .view .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
}
.view .tools {
    margin: 128px 0 0 0 !important;
}
.view-first .tools {
    transform: translateX(0px) !important;
}
.sortable li {
    border: none !important;
    padding: 3px !important;
    cursor: default;
}
.sortable li:focus, .sortable li:hover {
    background-color: initial !important;
}
.cursor-move li {
    cursor: default !important;
}
/* Files upload button */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.field-fileInputId {
    margin: 0 !important;
}
.preloader-block{

}