/* SecureForm Default CSS Style File */
/* For SecureForm Form Builder */

/* VERSION v2025.0.1 */

table {
	border: 0;
	}
tr {
	vertical-align: top;
	}

/* Relative position needed for the validation plugin positioning */
td, th {
	padding: 5px;
	position: relative;
	}
th {
	font-weight: bold;
	text-align: left;
	}

blockquote {
	margin: 10px 10px 10px 25px;
	border-left: 2px solid #CCC;
	padding-left: 0 0 0 5px;
	}

dt {
   font-weight: bold;
   margin-left: 32px;
   text-indent: -32px;
   }

dd {
   font-weight: normal;
   margin: 5px 0 10px 25px;
   border-left: 2px solid #CCC;
   padding-left: 5px;
   }


h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	}
h4,h5,h6,h7 {
	font-size: 14px;
	}

form, img {
	padding: 0;
	margin: 0;
	}
				
input, select {
   border: 2px solid #DDD;
   color: #000;
   padding: 4px;
	border-radius:3px;
   }

textarea {
   background: #FFF;
   border: 2px solid #DDD;
   font-family: "Courier New", Courier, monospace;
   font-weight: normal;
   padding: 4px;
	border-radius: 5px;
   color: black;
   }

input:focus, select:focus, textarea:focus {
   background: #EEE;
   border: 2px solid #CCC;
   color: black;
   }

/* Css + bootstrap-buttons */
input[type="button"], input[type="submit"] {
	cursor: pointer;
	border: 1px solid #979797;
   border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   background-color:#EEEEEE;
   background-image:-o-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-moz-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-webkit-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-ms-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   text-shadow:1px 1px 1px #FFFFFF;	
   }

/* Bootstrap reversions */
input.btn {
	border: 1px solid transparent;
	background-image: none;
	text-shadow: none;
	color: #FFF;
	}
input.btn-primary {
	background-color: #337ab7;
	border-color: #002242;
	}
input.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	}
input.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	}
input.btn-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	}
input.btn-danger  {
	background-color: #d9534f;
	border-color: #d9534f;
	}
input.btn-default  {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000;
	}
						
label {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 8px;
	}						
						
input[type="radio"] + label,
input[type="checkbox"] + label {
	margin-left: 8px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	}



	
/* ********************************* */
/* BEGIN FORM VALIDATION CSS */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
	
/* END FORM VALIDATION CSS */
/* ********************************* */

/* ********************************* */
/* Ink Signatures */

.x_inksig {
	border: 1px inset #CCC;
	border-radius:5px;		
	}




/* End Ink Signatures */
/* ********************************* */

/* ********************************* */
/* GeoLocation */

.x_getgeo {
	border: 1px solid #CCC;
	background-color: #EEE;
	border-radius:3px;		
	width:20px;
	height:20px;
	padding:2px;
	background-image: url(https://d4hm2u4pioc0c.cloudfront.net/icons/png/o/blue_dark_grey/16x16/earth2.png);
	}

/* End GetLocation */
/* ********************************* */
	


/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */





































/* --- Processing Notice / Important Note Box Style --- */
.processing-note-container {
    /* Set the background and border to match the branding */
    background-color: #FDF9E1; /* Very light yellow background */
    border: 2px solid #E5A93C; /* Supporting Gold/Highlight border from brand guide */
    border-radius: 4px; /* Slightly rounded corners */
    
    /* Layout and Spacing */
    display: flex; /* Use flexbox to align icon and text */
    align-items: flex-start; /* Align items to the top of the container */
    padding: 16px; /* Space inside the box */
    margin-bottom: 20px; /* Space below the entire box */
    box-sizing: border-box; /* Ensures padding doesn't affect final width */
}

/* Style for the 'i' icon */
.processing-note-icon {
    color: #E5A93C; /* Match the gold border color */
    font-size: 20px; /* Adjust size of the icon */
    font-weight: bold;
    margin-right: 12px; /* Space between icon and text */
    line-height: 1.2; /* Better vertical alignment with first line of text */
}

/* Style for the text block */
.processing-note-text {
    color: #1F2937; /* Dark charcoal text color from the neutral palette */
    font-size: 14px; /* A standard readable size for notes */
    line-height: 1.5; /* Line height for readability */
    margin: 0; /* Remove default paragraph margins */
}

/* Style for any bolded elements inside the note */
.processing-note-text strong {
    font-weight: 600; /* Medium-bold for readability */
}
/* --- Header, Title & Subtitle Styling --- */
.namoc-header {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 10px;
}

.namoc-logo {
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto 16px auto;
}

.namoc-title {
  color: #004D3A; /* Dark Green */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px 0;
  padding: 0;
}

.namoc-subtitle {
  color: #1B2A47; /* Deep Navy accent color */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
/* Container Box with White Background & Border */
.info-section-card {
  background-color: #FFFFFF;
  border: 1px solid #E9ECEB;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

/* Header Wrapper */
.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* Number Circle Badge (#004D3A) */
.number-badge {
  background-color: #004D3A;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Title Text (#00A261) */
.section-title {
  color: #00A261;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* Form Fields Layout */
.field-group {
  margin-bottom: 14px;
}

.field-group:last-child {
  margin-bottom: 0;
}

.field-group label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 6px;
}

.field-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #6B7280;
  border-radius: 4px;
  font-size: 14px;
  color: #1F2937;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.field-group input:focus {
  outline: none;
  border-color: #00A261;
  box-shadow: 0 0 0 2px #DDF5EC;
}
/* Subtitle for individual money orders */
.mo-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1B2A47;
  margin-bottom: 10px;
}

.mo-entry {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #E9ECEB;
}

.mo-entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* 2-Column Grid Layout */
.namoc-grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}

@media (max-width: 480px) {
  .namoc-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* Add Button Styling */
.add-mo-button {
  background-color: transparent;
  color: #004D3A;
  border: 2px dashed #00A261;
  border-radius: 4px;
  padding: 10px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.add-mo-button:hover {
  background-color: #DDF5EC;
  border-style: solid;
}

.add-mo-button:disabled {
  border-color: #6B7280;
  color: #6B7280;
  cursor: not-allowed;
  background-color: #F9FAFB;
}
.namoc-submit-btn {
  background-color: #00A261;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;            /* Slightly reduced font size */
  font-weight: 700;
  padding: 10px 20px;         /* Reduced padding (top/bottom & left/right) */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto;                /* Removes full-width stretched behavior */
  min-width: 220px;           /* Gives it a clean, substantial size without spanning the entire container */
  display: block;             /* Allows auto margins to center it */
  margin: 20px auto 0 auto;   /* Centers the button horizontally */
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.namoc-submit-btn:hover {
  background-color: #004D3A; 
}

.namoc-submit-btn:active {
  transform: translateY(1px);
}
.status-msg {
  padding: 16px 20px;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

.success-msg {
  background-color: #DDF5EC;
  border: 1px solid #00A261;
  color: #004D3A;
}

.success-msg h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
}

.success-msg p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.error-msg {
  background-color: #FFF8E7;
  border: 1px solid #E5A93C;
  color: #1F2937;
}

.error-msg h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  color: #1B2A47;
}

.error-msg p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.max-mo-notice {
  margin-top: 10px;
  padding: 10px 14px;
  background-color: #F9FAFB;
  border: 1px solid #E9ECEB;
  border-left: 4px solid #1B2A47; /* Deep Navy accent color */
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #1F2937;
  line-height: 1.4;
}
/* ==========================================================================
   1. DESKTOP STYLES (Applies to regular website/desktop view)
   ========================================================================== */

.namoc-logo-wrapper {
  width: 260px !important;  /* Controls desktop size - lower to 100px or 90px if still too big */
  max-width: 100%;
  margin: 0 0 16px 0;
}

.namoc-logo-img {
  width: 100%;
  height: auto;
  display: block;
}


/* ==========================================================================
   2. MOBILE STYLES (Only applies to screens under 600px wide)
   ========================================================================== */

@media screen and (max-width: 600px) {

  /* --- Logo Mobile Fix --- */
  .namoc-logo-wrapper {
    width: 45% !important;     /* Controls phone size */
    max-width: 150px;
    margin: 0 auto 16px auto;  /* Centers on phone */
  }

  /* --- Form Container & Inputs --- */
  .namoc-form-container {
    padding: 16px;
    margin: 0 10px;
  }

  /* Stack money order number and amount fields vertically */
  .namoc-grid-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Prevent iOS auto-zoom on input click */
  .field-group input {
    font-size: 16px;
    padding: 12px;
  }

  /* --- Buttons --- */
  .add-mo-button,
  .namoc-submit-btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  /* --- Headers --- */
  .section-title {
    font-size: 16px;
  }
}
/* Hide step arrows / spinners for number inputs */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}