body {
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 14px;
}
a {
    color: #f60;
}
a:hover {
    color: #c30;
}

.hidden {
    display: none;
}
.inputModified {
    padding: 1px;
    border: 1px solid #fee22d;
    background-color: #fef6c1;
}
.inputError {
    padding: 1px;
    border: 1px solid #f00;
    background-color: #feefef;
}
.Content {
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}
.Content>section {
    margin-bottom: 24px;
}
.Status {
    color: #f00;
    font-size: 12px;
}
.FlexRow {
    display: flex;
    flex-wrap: wrap;
}
.ActionRow a:first-child {
    margin-left: 0;
}
.ActionRow a {
    margin-left: 24px;
}
.NoClick {
    pointer-events: none;
}
#Loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.Head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: #000;
    padding: 6px 30px;
    color: #fff;
}
.Head .Logo {
    width: 198px;
    height: 77px;
}
.HeadNav>a {
    margin-left: 6px;
}
.HeadNav>a:first-child {
    margin-left: 0;
}
.HeadNav a.Logout {
    display: inline-block;
    padding-top: 12px;
}

.Footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 52px;
    padding: 4px 24px;
    font-size: 14px;
    text-align: center;
    background-color: #f60;
}
.Footer nav {
    color: #fff;
}
.Footer a {
    color: #fff;
    text-decoration: underline;
}
.Footer a:hover {
    color: #ccc;
}

.DMLogin {
    text-align: center;
}
.DMLogin .Panel {
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 2px 3px 1px 0 #999;
    text-align: left;
}
.DMLogin [class^="Col"] {
    display: inline-block;
}
.DMLogin .Col1 {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    vertical-align: top;
}
.DMLogin h4 {
    text-align: center;
}
.DMLogin input {
    margin-left: 8px;
    width: 220px;
}
.DMLogin .PasswordReset {
    text-align: right;
    font-size: 12px;
}
.DMLogin .ActionRow {
    text-align: right;
}
.DMLogin .Status {
    margin-top: 12px;
}

.DMPasswordReset {
    text-align: center;
}
.DMPasswordReset .Panel {
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 2px 3px 1px 0 #999;
    text-align: left;
}
.DMPasswordReset [class^="Col"] {
    display: inline-block;
}
.DMPasswordReset .Col1 {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    vertical-align: top;
}
.DMPasswordReset h4 {
    text-align: center;
}
.DMPasswordReset .ActionRow {
    text-align: right;
}
.DMPasswordReset .Status {
    margin-top: 12px;
    text-align: right;
}

.DMNav td {
    padding-left: 12px;
    padding-right: 12px;
}
.DMNav td:first-child {
    padding-left: 0px;
}
.DMNav td:last-child {
    padding-right: 0px;
}

.DMContacts .FlexRow>section:last-child {
    margin-right: 0;
}
.DMContacts .FlexRow>section {
    margin-right: 48px;
    margin-bottom: 24px;
}
.DMContacts h3 {
    font-size: 14px;
}
.DMContacts label {
    display: block;
}
.DMContacts label span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.DMContacts label input {
    width: 250px;
    font-size: 13px;
}
.DMContacts select {
    max-width: 250px;
    font-size: 13px;
}

.DMNameservers ul li {
    list-style-type: none;
}
.DMRecordsEdit thead td {
    text-align: center;
    font-weight: bold;
}
.DMRecordsEdit tbody td:nth-child(1) {
    text-align: right;
}
.DMRecordsEdit tbody td:nth-child(2) {
    text-align: center;
}
.DMRecordsEdit tbody td:nth-child(3) {
    text-align: right;
}
.DMRecordsEdit tbody td {
    padding-left: 16px;
    padding-right: 16px;
}
.DMRecordsEdit input[name$=":mxp"] {
    margin-right: 6px;
    width: 54px;
}
.DMRecordsEdit input[name$=":data"] {
    width: 240px;
}
.DMRecordsEdit input[name$=":ttl"] {
    width: 54px;
}

.DMRecordsAdd thead td {
    text-align: center;
    font-weight: bold;
}
.DMRecordsAdd thead td:nth-child(5) {
}
.DMRecordsAdd tbody td:nth-child(1) {
    text-align: right;
}
.DMRecordsAdd tbody td {
    padding-left: 16px;
    padding-right: 16px;
}
.DMRecordsAdd input[name="nr:mxp"] {
    margin-right: 6px;
    width: 54px;
}
.DMRecordsAdd input[name="nr:data"] {
    width: 240px;
}
.DMRecordsAdd input[name="nr:ttl"] {
    width: 54px;
}
