﻿/*-----------------------------------------------------------------------
** <copyright file="GanttGUI.css" company="Merica s.r.o.">
**     Copyright Merica s.r.o.
** </copyright>
**-----------------------------------------------------------------------
*/

.renameDialogField {
    border: 2px solid #000000;
}

.dialogTableSign {
    width:175px;
    float:left;
}

.dialogTableValue {
    width:175px;
    float:left;
}

.dialogTableJobStatus {
    width:350px;
    float:left;
}

.overlay {
    background-color: rgba(100, 100, 100, 0.5);
    position: absolute;
    z-index:60;
}

.dropableForResources {
    z-index:50;
}

.contextMenuContainer {
    width: 200px;
    z-index:70;
    white-space: pre;
}
