/* Test class*/
.content-type-custom-fields{
    background-color: #efefef;
}



/* File Picker */

/*.custom-field-file-picker {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 30%;*/
/*}*/

/*.form-input-group-btn{*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
/*}*/

.file-picker .img-placeholder{
    max-width: 120px;
    max-height: 120px;
}
.file-picker .img-placeholder:hover{
    cursor: pointer;
}

.file-picker .item{
    display: inline-block;
    vertical-align: middle;
}
.file-picker .file-title{
    margin: 10px 20px;
}

iframe.m-dialog__content {
    width: 100%;
    height: 470px;
}

/* force nav above fixed footer */
body.fixed .content-header .navbar.stuck {
    z-index: 6;
}
/* limit action > add menu height */
.dropdown-menu .max-height-scroll {
    max-height: 300px;
    max-height: 50vh;
    overflow-y: scroll;
}

.m-input-filter{
    padding: 5px 18px;
    width: 100%;
}