@import "js/dojo/resources/dojo.css";
@import "js/dgrid/css/dgrid.css";
@import "js/dojo/resources/dnd.css";
@import "js/dojox/widget/Calendar/Calendar.css";

body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
	margin: 2px;
	width: 100%;
    height: 100%;
    overflow:hidden;
}

table {
	font-size: 10pt;
}

.gray {
	color: gray;
}

.icon16 {
	font-size: 16pt;
	margin-top: 2px;
}

.icon12 {
	font-size: 12pt;
	margin-top: 2px;
}

.bold {
	font-weight: bold;
}

a.no_underline:link {
	text-decoration: none;
}

a.no_underline:visited {
	text-decoration: none;
	color: black;
}

#AppHeader {
	height: 44x;
	padding-left: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid gray;
	background-color: #fafafa;
}

#AppHeader img {
	height: 38px;
}

#AppFooter {
	height: 1.5em;
	font-size: 8pt;
	text-align: right;
	border-top: 1px solid gray;
	background-color: #fafafa;
}

#AdrApp {
	background-color: #eaeaea;
}

#app_notification_cell {
	width: 100%;
	opacity: 0.0;
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 12pt;
}

#LoginErrorCell {
	font-weight: bold;
	color: red;
}

.LoginPageBox {
       margin-left: auto;
       margin-right: auto;
       width: 350px;
       height: 180px !important;
       padding: 20px 20px 20px 20px;
       border: 1px solid gray;
       margin-top: 50px;
}

.dijitBorderContainerNoGutter {
	background-color: #fafafa;	
}

div.AdrListBarEntry {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

div.AdrListBarEntry a:link {
	color: inherit;
	text-decoration: none;
}

div.AdrListBarEntry a:visited {
	color: inherit;
	text-decoration: none;
}

.ButtonSearchByName {
	background-image: url('img/name_icon.gif');
	background-repeat: no-repeat;
}

.ButtonSearchByCategory {
	background-image: url('img/drawer_icon.gif');
	background-repeat: no-repeat;	
}

.ButtonSearchByMailing {
	background-image: url('img/letter_icon.png');
	background-repeat: no-repeat;	
}

.ButtonSearchNeedsReview {
	background-image: url('img/question_icon.gif');
	background-repeat: no-repeat;	
}

.SearchControlMenu .dijitMenuItemIcon {
	width: 42px;
	height: 42px;
}

.SearchControl_MailingSelect {
	width: 180px;
}

.SearchControl_MailingSelect .dijitButtonNode {
	width: 10px;
}


.SearchControl_CategorySelect .dijitButtonNode {
	width: 10px;
}

.SearchControl_RefreshButton  {
	width: 26px;
	height: 26px;
	margin: 4px 0px auto 75px;
	font-size: 20pt;
	border: 1px solid gray;
	padding-left: 2px;
}

.SearchControl_MenuButton {
	width: 42px; 
	height: 42px;
}

.genfield_label_required {
	font-weight: bold;
	color: blue;
}

div.right {
	margin-left: auto;
}

.right {
	text-align: right;
}

#address_form td.right {
	width: 20ex;
}

.top {
	vertical-align: top;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: lightgray;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dijitInlineEditBoxDisplayMode {
	background-color: lightgray;
}

div.IncompleteDateField {
	width: 100px;
	height: 1.1em;
	background-color: lightgray;	
}

div.label_field_group {
	margin-bottom: 10px;
}

div.label_field_group label {
	font-weight: bold;
}

/** === Address Form ========================================================== */
#address_form_accordion.transparent {
	background-color: transparent;
}

#address_form_accordion .dijitAccordionContainer-dijitContentPane {
	background-color: transparent;	
}

div.ActionBox {
	padding: 3px;
	border-bottom: 1px darkgray solid; 
	margin-bottom: 3px;
}

#adr_notes_editor {
	width: 70px;
}
/* === Address Form - Changes List ============================================ */
div.ChangeEntry {
	font-size: 8pt;
}

div.ChangeEntry>div {
	padding-left: 20px;
}
div.ChangeEntry span.txt {
	color: rgb(50,50,180);
}

#address_form_changes_list div.dgrid-scroller {
	margin-top: 0px;
}

/** === DetailList Widget ===================================================== */
.DetailListInlineDiv {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

.DetailListSelectorColumn {
	width: 2px;
}

/* === Address Form - Detail tables =========================================== */
div.detailTable .dgrid {
	height: 185px;
	width: 70ex;
}

div.detailTable .dijitButtonNode {
	border: 0px solid transparent;
	margin: 0px;
	vertical-align: middle;
	background: inherit;
}


/* === Address Form - EMail Table ============================================= */


.EMailListTypeColumn {
	width: 24ex;
}


.EMailListAddressColumn {
	width: 37ex;
}

.EMailListLinkColumn {
	/*width: 23ex;*/
}

.EMailListTypeInlineDiv {
	width: 21ex;
}
.EMailAddressInlineDiv {
	width: 36ex;
}

.dojoDndItem {
	padding: 0px;
}

/* === Address From - Children Table ========================================== */

.ChildListFemaleColumn {
	width: 10ex;
}

/* === Address Form - New Email Dialog ======================================== */
div.NewEmailDialog h4 {
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
}

div.NewEmailDialog .dijitContentPane {
	padding-left: 5px;
}

/* === New Address Form ======================================================= */
#new_address_form_container {
	width: 600px;
	height: 430px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	border-radius: 10px;
}

#new_address_form h4 {
	text-align: center;
	padding-top: 15px;
}

td.button-row {
	padding-top: 10px;
	padding-right: 22px;
}

div.groupRow {
	margin-bottom: 3px;
}

/* === Logging Grid =========================================================== */
#loggingGrid .dgrid-column-0 {
	width: 23ex;
}

#loggingGrid .dgrid-column-1 {
	width: 18ex;
}

#loggingGrid .dgrid-column-2 {
	width: 45ex;
}

#loggingGrid .dgrid-column-3 {
	width: 10ex;
}

/* === Logger Config Grid ===================================================== */
#loggerConfigGrid .dgrid-column-1 {
	width: 15ex;
}
#loggerConfigGrid .dgrid-column-2 {
	width: 15ex;
}
#loggerConfigGrid .dgrid-column-3 {
	width: 15ex;
}

/* === Mailings Tag List ====================================================== */
.addMailingComboSpan {
	visibility: hidden;
	position: relative;
	left: -35px;
	z-index: 1;
	background-color: #fafafa;
	padding-top: 5px;
	padding-bottom: 5px;
}

#address_mailings .dgrid {
	height: 40ex;
}

/* ==== AdrPaste ============================================================== */
#AdrPaste_text {
	border: 1px solid darkgray;
}
#AdrPaste_include {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}
#AdrPaste_include span {
	margin-right: 15px;
	white-space: normal;
}

/* ==== Checkmark symbol ====================================================== */
div.checkbox {
	width: 18px;
	height: 20px;
	margin-left: 10px;
}

div.checked {
	background-image: url('img/check_icon.gif');
	background-repeat: no-repeat;
}

/* ==== reminder config table ================================================= */
#reminder_config_add {
	padding-top: 10px;
	padding-left: 5px;
}
#reminder_config_grid .dgrid-column-0 {
	width: 30px;
	padding-left: 4px;
}

#reminder_config_grid .dgrid-column-2 {
	width: 15ex;
}

#reminder_config_grid .dgrid-column-3 {
	width: 20ex;
}

#reminder_config_grid .dgrid-column-4 {
	width: 20ex;
}

#reminder_config_grid .dgrid-column-5 {
	width: 10ex;
}

#reminder_config_grid .dgrid-column-6 {
	width: 10ex;
}

#reminder_config_grid :link {
	color: black;
}

#reminder_config_grid :visited {
	color: black;
}

/* ==== reminder upcoming events tables ======================================= */

#reminder_event_grid .dgrid-column-0 { 
	width: 15ex;
}

#reminder_event_grid .dgrid-column-2 {
	width: 10ex;
}

#reminder_event_grid .dgrid-column-3 {
	width: 10ex;
}

#reminder_event_grid :link {
	color: black;
}

#reminder_event_grid :visited {
	color: black;
}

/* ==== Tagger widget ========================================================= */

.Tagger {
	display: flex;
	border: 1px solid gray;
}
.Tagger_list {
	/*border: 1px solid red;*/
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow-x: auto;
}

.Tagger_drop {
	width: 30px;
	height: 30px;
	/*float: right;*/
	/*border: 1px solid darkgray;*/
	font-size: 20pt;
	margin-left: 5px;
	padding-left: 3px;
}

.Tagger_tag {
	background-color: lightgray;
	border: 1px solid black;
	height: 2.5ex;
	padding: 2px 2px 2px 2px;
	border-radius: 5px;
	margin: 2px 2px 2px 2px;
}

/* ==== Report Editor ========================================================= */
div.reportErrorBox {
	width: 30ex;
	float: left;
	text-align: left;
	color: red;
	margin-bottom: 3px;
	font-weight: bold;
}

.faButton {
	background-color: lightgray;
	padding: 1px;
	border: 1px solid darkgray;
	border-radius: 5px;
}