﻿.piranya-collection-entity-editor > div > .header > .icons {
    font-size: 80%;
    margin-left: 10px;
}

.piranya-collection-entity-editor > .toolbar > * {
    float: left;
}

.piranya-collection-entity-editor > div:not(.toolbar) {
    width: calc(100% - 28px);
    padding: 14px 14px 10px 14px;
    float: left;
    border-bottom: 1px solid #ebebeb;
}

.piranya-collection-entity-editor > div:not(.toolbar) > * {
    float: left;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .header {
    margin-top: 2px;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .editor {
    width: 100%;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .expander {
    width: auto;
    margin-top: -4px;
    margin-left: 10px;
    padding: 9px 10px;
    float: right;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .toolbar {
    float: right;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .editor:not(.expanded) {
    display: none;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .toolbar {
    margin-top: -4px;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .toolbar > * {
    margin-left: 10px;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .toolbar .k-button {
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 1em;
}

.piranya-collection-entity-editor > div:not(.toolbar) > .toolbar .k-button > i {
    font-size: 1.5em;
}

.piranya-collection-table td > .icons {
    float: right;
    line-height: inherit;
}

    .piranya-collection-table td > .icons.without-value:first-child:last-child {
        float: left;
        text-align: center;
        width: 100%;
    }

    .piranya-collection-table td > .icons > * {
        margin-left: 2px;
        line-height: inherit;
    }

    .piranya-collection-table td > .icons > .fa {
        font-size: 1.2em;
    }

    .piranya-collection-table td > .icons > .text {
        background-color: #dcdcdc;
        border-radius: 5px;
        padding: 1px 4px 1px 4px;
        font-size: 1em;
    }

.piranya-collection-table td > .icons > .pf {
    font-size: 1em;
}

td.k-detail-cell.piranya-view-contentview > .horizontal-center > .content {
    width: 100%;
}

td.k-detail-cell.piranya-wizard .piranya-wizard-content {
    padding: 0;
}
