﻿.dataManagerHeaderTable {
    width: 100%;
    background-color: #005EB8;
}

.dataManagerHeaderLinkTable {
    width: 100%;
    background-color: white;
}

.dataManagerButton {
    width: 90px;
    height: 32px;
    font-size: 16px;
}

.dataManagerWideButton {
    width: 120px;
    height: 36px;
    font-size: 16px;
}

.dataManagerDeleteButton {
    background-color: palevioletred;
}

.dataManagerViewButton {
    background-color: lightgreen;
}

.dataManagerTextInput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 32px;
    width: 100%;
}

.dataManagerDropDown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 5px;
    height: 32px;
    width: 100%;
}

.dataManagerCheckbox {
    width: 20px;
    height: 20px;
}

.dataManagerErrorMessage {
    color: red;
}

.dataManagerHierarchyLevel0 {
    margin-left: 10px;
}

.dataManagerHierarchyLevel1 {
    margin-left: 30px;
    margin-top: 40px;
    color: darkgreen;
}

.dataManagerHierarchyLevel2 {
    margin-left: 50px;
    margin-top: 20px;
    color: darkblue;
}

.dataManagerHierarchyLevel3 {
    margin-left: 70px;
}

.dataManagerHierarchyDefault {
    margin-left: 90px;
}

.dataManagerSql {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
