﻿.feature-editor {
    margin-top: 32px;
}

    .feature-editor .feature-header {
        padding: 5px 5px 5px 5px;
        min-height: 60px;
        display: inline-flex;
    }

        .feature-editor .feature-header .feature-icon {
            float: left;
            height: 46px;
            width: 46px;
            padding: 4px;
        }

        .feature-editor .feature-header .primary-text {
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin-top: auto;
            margin-bottom: auto;
        }

        .feature-editor .feature-header .secondary-text {
            font-size: 13px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
        }

    .feature-editor .feature-overlay {
        height: 0;
        width: 0;
        position: absolute;
        -moz-transition: background linear 0.3s;
        -o-transition: background linear 0.3s;
        -webkit-transition: background linear 0.3s;
        transition: background linear 0.3s;
    }

        .feature-editor .feature-overlay.dim {
            background: rgba(0, 0, 0, 0.22);
            height: 100%;
            width: 100%;
        }


    .feature-editor .tabs {
        clear: both;
        margin-left: 8px;
    }

    .feature-editor .tab {
        display: inline-block;
        height: 36px;
        margin: 0 3px;
        color: #f8f8f8;
        cursor: pointer;
        padding: 5px 4px 0 4px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.2em;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .feature-editor .tab.active {
            color: #1A2429;
            background-color: white;
        }

		.feature-editor .tab.badinput {
			color: red;
			font-style: italic;
		}


    .feature-editor .row-label,
    .feature-editor label {
        color: #333333;
    }

    .feature-editor .editor-container {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: white;
    }

        .feature-editor .editor-container .tab-container {
            height: calc((100%) - 186px);
            overflow: hidden;
        }

    .feature-editor .properties-parent {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0 15px 15px;
    }

        .feature-editor .properties-parent .property-header-label {
            margin-top: 30px;
            margin-bottom: 10px;
            font-style: italic;
            font-size: 20px;
        }

        .feature-editor .properties-parent div:first-child tr td .property-header-label {
            margin-top: 0px;
        }

        .feature-editor .properties-parent .geo-editor {
            margin-bottom: 6px;
        }

            .feature-editor .properties-parent .geo-editor a {
                cursor: pointer;
                margin-left: 6px;
            }

    .feature-editor .event-details {
        width: 100%;
        height: 100%;
        position: absolute;
        margin-top: -36px;
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
        -moz-transition: transform .3s;
        -o-transition: transform .3s;
        -webkit-transition: transform .3s;
        transition: transform .3s;
        box-shadow: #1d1d1d 3px 4px 5px 3px;
    }

        .feature-editor .event-details.open {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .feature-editor .autofill input,
    .feature-editor .autofill .autofill-refresh {
        display: inline-block;
    }

    .feature-editor .autofill .autofill-refresh {
        cursor: pointer;
    }

    .feature-editor .autofill .autofill-refresh.loading {
        cursor: progress;
    }

    .feature-editor .eventtab {
        display: table-cell;
        height: 36px;
        margin: 0 3px;
        color: #f8f8f8;
        cursor: pointer;
        padding: 5px 4px 0 4px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.2em;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .feature-editor .eventtab.active {
            color: #1A2429;
            background-color: white;
        }

        .feature-editor .eventtab.badinput {
            color: red;
            font-style: italic;
        }

.save-cancel-bar {
    height: 34px;
    background-color: #d1d4d8;
    padding: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.quickdate-popup .quickdate-clear {
    display: none !important;
}

/* Used when adding points (geo edit) */
.new-item-point {
    width: 14px;
    height: 14px;
    margin: -9px;
    border-radius: 100px;
    border: 2px solid #000;
    background: #f9ea32;
}
