.DriverGroupDefinitionEditContainer {
    width: 100%;
    height: 97%;
}

.DriverGroupDefinitionEditGridContainer{
    width: 100%;
    height: 100%;
}

.DriverGroupDefinitionEditSourceGridContainer {
    width: 48%;
    height: 100%;
    float: left;
}

.DriverGroupDefinitionEditTargetGridContainer {
    width: 48%;
    height: 100%;
    float: left;
}

.DriverGroupDefinitionEditSourceGrid{
    width: 100%;
    height: 100%;
    float: left;
}

.DriverGroupDefinitionEditTargetGrid {
    width: 100%;
    height: calc(100% - 71px);
    height: -webkit-calc(100% - 71px);
    height: -moz-calc(100% - 71px);
    float: left;
    margin-top: 10px;
}

.DriverGroupDefinitionEditButtonContainer {
    width: 4%;
    height: 100%;
    float: left;
    padding-left: 13px;
}

.DriverGroupDefinitionEditSourceGridHeader {
    width: 100%;
    float: left;
}

.DriverGroupDefinitionEditTargetGridHeader {
    width: 100%;
    height:40px;
    float: left;
}

.DriverGroupDefinitionEditSourceGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
}

.DriverGroupDefinitionEditSourceGridHeaderCountInfo {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    margin-right: 0px;
    text-align: right;
}

.DriverGroupDefinitionEditTargetGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
}

.DriverGroupDefinitionEditTargetGridHeaderCountInfo {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    margin-right: 0px;
    text-align: right;
}

.DriverGroupDefinitionEditTargetGridNav {
    width: 100%;
    height: 20px;
    float: left;
}

.DriverGroupDefinitionEditGroupName {
    float: left;
    width: 237px;
    height: 36px;
    margin-top: 5px;
}

.DriverGroupDefinitionEditAddButton {
    position: relative;
    top: calc(50% - 56px);
    top: -webkit-calc(50% - 56px);
    top: -moz-calc(50% - 56px);
}

.DriverGroupDefinitionEditRemoveButton {
    position: relative;
    top: calc(50% - 46px);
    top: -webkit-calc(50% - 46px);
    top: -moz-calc(50% - 46px);
}