﻿.amInputPanel,
.amInfoPanel,
.amErrorPanel {
    top: 50%;
    left: 50%;
    z-index: 90;
    padding: 20px;
    width: 500px;
    height: 300px;
    margin-left: -250px;
    margin-top: -150px;
}

.amInputCaption, .amInputError {
    display: block;
    position: relative;
    margin-left: 22px;
    margin-top: 10px;
    width: auto;
}

.amInputTextBox, .amSelection {
    width: 80%;
    margin-top: 10px;
    margin-left: 22px;
}

.amInputError {
    color: red;
    position: relative;
    font-size: 10pt
}

.amSelection {
    height: 60%;
    display: block;
    overflow-y: auto
}

.amSelection td {
    white-space: nowrap;
}

.amSettingListCaption, .amPropertyListCaption {
    height: 20px;
    width: 45%;
    max-width: 45%;
    margin: 10px;
}

.amSettingListValue,
.amPropertyListValue {
    width: 45%;
    height: 20px;
    margin: 10px;
}

.amSettingList table td,
.amPropertyList table td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
}

.amShowAllImagesButtonMargin {
    margin: auto;
    text-align: center;
    font-size: 1pt;
}

.amPopupPanel {
    height: 180px;
    width: 250px;
    bottom: 70px;
    right: 0px;
    padding: 10px;
}

.amStampListContainer {
    height: 300px;
    width: 250px;
    bottom: 70px;
    right: 0px;
    padding: 10px;
}

.amStampListContent {
    height: 270px;
    width: 250px;
}

.menuItem {
    padding: 5px;
}

.menuIcon {
    height: 30px;
    width: 30px;
}

.menuText {
    width: 170px;
    max-width: 170px;
    margin-left: 10px;
}

.closeListIcon {
    height: 12px;
    width: 12px;
}
