﻿#organisationForm .group-properties,
#organisationForm .group-more {
    border: none;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#organisationForm .group-properties .mf-group-name,
#organisationForm .group-more .mf-group-name{
    display: none;
}

#DrillPlanDrawingFormContainer {
    min-width: 1050px;
    overflow: hidden;
}

    #DrillPlanDrawingFormContainer > mf-form,
    #DrillPlanDrawingFormContainer > mf-form .mf-form {
        overflow: hidden;
        height: 100%;
    }

        #DrillPlanDrawingFormContainer > mf-form .mf-form dp-editor {
            height: 100%;
            padding-top: 215px;
            overflow: auto;
            display: inline-block;
        }

            #DrillPlanDrawingFormContainer > mf-form .mf-form dp-editor dp-properties {
                display: block;
                margin-top: -210px;
                height: 210px;
                padding-top: 42px;
                overflow: hidden;
            }

                #DrillPlanDrawingFormContainer > mf-form .mf-form dp-editor dp-properties > ul {
                    margin-top: -42px;
                }

            #DrillPlanDrawingFormContainer > mf-form .mf-form dp-editor > div {
                height: 100%;
                overflow: hidden;
                padding-bottom: 55px;
            }

    #DrillPlanDrawingFormContainer #drillPlanRequiredForm {
        padding-bottom: 0px;
    }

        #DrillPlanDrawingFormContainer #drillPlanRequiredForm > .mf-form-panel {
            margin-bottom: 0px;
            overflow: hidden;
        }

    #DrillPlanDrawingFormContainer > mf-form .mf-management-form .mf-form-panel .mf-form-detail {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }

    #DrillPlanDrawingFormContainer > mf-form.dp-properties-hidden dp-editor {
        padding-top: 42px;
    }

    #DrillPlanDrawingFormContainer > mf-form.dp-properties-hidden dp-properties ul,
    #DrillPlanDrawingFormContainer > mf-form.dp-properties-hidden dp-properties .tab-content {
        display: none;
    }

    #DrillPlanDrawingFormContainer > mf-form.dp-properties-hidden .dp-properties-hide-detail {
        display: none;
    }

    #DrillPlanDrawingFormContainer > mf-form.dp-properties-hidden dp-properties > button.dp-properties-show-detail {
        display: inline-block;
    }

    #DrillPlanDrawingFormContainer mf-form .mf-form dp-editor > div .drill-plan-canvas {
        height: 100%;
        overflow: auto;
        padding: 10px 30px;
    }

    #DrillPlanDrawingFormContainer mf-form .mf-form dp-editor > div .mf-toolbar-bottom {
        margin-bottom: -50px;
    }

#topViewCanvas, #sideViewCanvas {
    min-width: 960px;
    min-height: 296px;
    max-height: 50%;
    max-width: 100%;
    float: left;
    width: 100%;
    height: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    user-select: none;
}

#delete-context-form {
    display: none;
    z-index: 100000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    list-style: none;
    padding: 4px;
    background-color: #333;
    color: white;
}

    #delete-context-form legend {
        color: white;
        border: none;
    }

    #delete-context-form input {
        border: none;
        margin-bottom: 2px;
        color: white;
    }

#delete-context-submit {
    background-color: #f23c2b;
}

#delete-context-cancel {
    background-color: #12a2ce
}
#personListContainer {
    width: 650px;
}

#drillPlanEntityGridMenu .ui-grid-row-selected * {
    color: #00b8d4 !important;
}