.grid-actions {
    white-space: nowrap;
    text-align: center;
    /* margin-bottom: 10px; */
}

.bootstrap-switch-container input {
    display: none !important;
}
.menulist li {
    width: 800px;
    max-width: 100%;
}
.menulist .dd-handle,
.menulist .dd-placeholder {
    min-height: 37px;
    height: auto;
}
.menulist .dd3-content {
    min-height: 37px;
    height: auto;
}

.menulist span {
    display: inline-block;
    margin-bottom: 0;
}

.contentForm {
    background: #FAFAFA;
}

.row.nomargin {
    margin-left: 0;
    margin-right: 0;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border-left: 0;
    border-right: 0;
}

.table-scrollable {
    border: 0;
}

.rule-position .form-group {
    margin-bottom: 0;
}

.modal.wide .modal-dialog {
    width: 900px;
    max-width: 100%;
}

#slides .slide-image img {
    height: 100px;
}

/*
// =============================
// Custom CSS by PSCD
// =============================
*/
.thumbnails--wrapper {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.thumbnails--container {
    padding: 10px;
}
.thumbnails {
    position: relative;
    height: 100px;
}
.thumbnails__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000000;
    opacity: 0.25;
}
.thumbnails__actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 78px;
    display: none;
}
.thumbnails__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 12px 0px;
    color: #000000;
    background: hsla(0, 0%, 93%, 0.4);
    width: 100%;
}
.thumbnails__title p {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin: 0;
    line-height: 22px;
}
.thumbnails:hover .thumbnails__actions {
    display: block;
}
.thumbnails:hover .thumbnails__overlay {
    display: none;
}

.images-manager .filter {
    display: flex;
    margin: 0 0 15px;
}
.images-manager .filter .form-inline .form-group {
    margin: 0 20px 0 0;
}
.images-manager .filter label {
    margin: 0 5px 0 0;
}
.pagination__container {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
/*fileinput*/
.form-control.file-caption.kv-fileinput-caption {
    height: 35px;
}
#kvFileinputModal .btn-navigate {
    box-shadow: 0 0px 2px 1px #d6d6d6;
}
#kvFileinputModal .btn-navigate i {
    top: -12px;
}
.kv-upload-progress .progress {
    height: auto !important;
}
#uploadImagesForm .kv-file-upload {
    opacity: 0;
}

/*.change-password-container {
    margin: 5px 0 0;
    overflow: hidden;
}
.change-password-container input {
    width: calc(100% - 145px);
    float: left;
}
.change-password-container button {
    width: 140px;
    float: right;
    margin: 0 !important;
    padding: 9px 0 8px !important;
}
.change-password-container .helpblock {
    width: 100%;
    margin-bottom: 0;
    display: none;
}
.change-password-container .helpblock p {
    margin: 0;
}*/