﻿.menu-all {
    border: 1px solid #ebedf3;
    border-radius: 4px;
}

.menu-decorator {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-input {
    border: 0px !important;
    width: calc(100% - 25px) !important;
}

.menu-float {
    display: none;
    width: 332px;
    position: fixed
}

.ui-menu .menu-item-float {
    width: 30px;
    height: 30px;
    border-width: 0 0 0 0;
    display: inline-block;
    margin: 0;
}

.color-advance-color {
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px;
    border: 1px solid gray;
}

.required-icon {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 5px;
}

.separator {
}

    .separator div {
        border-bottom: 2px solid gainsboro;
        position: relative;
        top: 10px;
    }

    .separator h3 {
        background-color: white;
        display: inline;
        position: relative;
        padding: 5px;
    }


.fileupload-preview {
}

.editor {
    /*font-family: 'Roboto', sans-serif;
    border: 1px solid gainsboro;
    font-size: 15px;*/
    /*padding: 0 0 0 8px; */
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ebedf3;
    font-size: 13px !important;
    border-radius: 5px;
    background-color: #fff;
    /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);*/
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    padding: 4px;
    box-sizing: border-box;
}

    .editor:disabled {
        color: #4e4e4e;
        background-color: #d2d2d2;
        background-image: none;
        filter: grayscale(1);
    }

    .editor.editorText {
        width: 100%;
    }

    .editor.editorLongText {
        width: 100%;
    }

    .editor.editorDate {
        width: 123px;
        background-image: url(/img/calendar.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

        /*.editor.editorDate:disabled {
            width: 123px;
            background-image: url(/img/calendar-disabled.svg);
            background-repeat: no-repeat;
            background-position: right;
        }

        .editor.editorDate[readonly] {
            width: 123px;
            background-image: url(/img/calendar-disabled.svg);
            background-repeat: no-repeat;
            background-position: right;
        }*/

    .editor.editorTime {
        width: 93px;
        background-image: url(/img/clock.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 18px auto;
    }

    .editor.editorNumber {
        width: 100px;
        text-align: right;
    }

    .editor.editorCurrency {
        width: 100px;
        text-align: right;
        padding-right: 27px;
        background-image: url(/img/euro.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 18px auto;
    }

    .editor.editorPercent {
        width: 100px;
        text-align: right;
        padding-right: 27px;
        background-image: url(/img/percent2.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 18px auto;
    }

    .editor.err {
        background: none !important;
        background-color: red !important;
        color: white !important;
    }


.labelContainer {
    text-align: right;
    padding-right: 15px;
}

    .labelContainer > .label {
        margin-bottom: 0px;
    }
