/* normalize.css start */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
  display: block;
}
audio, canvas, video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: none;
}
small {
  font-size: 75%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
ul, ol {
  margin-left: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  /*margin-left:-7px;*/
}
button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  /*-webkit-appearance:textfield;*/
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-spacing: 0;
}
audio:not([controls]), [hidden] {
  display: none;
}
body, figure, form {
  margin: 0;
}
/* normalize.css end */
/**** BASE STYLES ****/
.group:before,
.group:after,
fieldset:before,
fieldset:after {
  content: "";
  display: table;
}
.group:after,
fieldset:after {
  clear: both;
}
.group,
fieldset {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.hide, .printOnly {
  display: none;
}
span.skipLink {
  width: 20em;
  height: 5em;
}
span.skipLink a, span.skipLink a:hover, span.skipLink a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
span.skipLink a:active, span.skipLink a:focus {
  top: 0;
  width: 10em;
  height: 1em;
  left: 40em;
  z-index: 100;
  background: #fff;
  text-align: center;
  padding: 0.25em 0 0.5em;
  display: block;
}
body {
  background: #315271 url(../images/footerBg.png) no-repeat center 125%;
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0em;
  color: #222;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
p {
  clear: both;
}
small {
  font-size: 0.875em;
}
em.note {
  font-size: 0.9375em;
  line-height: 120%;
  display: block;
  clear: both;
  margin-bottom: 1em;
}
.info {
  font-size: 0.9375em;
  line-height: 120%;
  display: block;
  clear: both;
  margin: 2em 0 0;
  font-weight: bold;
  background: #bfcbdd;
  color: #444;
  padding: 0.5em;
}
/**** END OF BASE STYLES ****/
/*********** MAIN TEMPLATE ***********/
.headerContainer {
  background: #255f97;
  color: #fff;
  border-bottom: 4px solid #3b79b4;
}
.headerContainer .mainHeader {
  background: url(../images/docIcon.png) no-repeat left 0.5em;
  position: relative;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.headerContainer .mainHeader:after {
  content: " ";
  display: block;
  clear: both;
}
.headerContainer .mainHeader .headerContent {
  width: 100%;
  background: url(../images/flagBg.png) no-repeat right center;
  background-size: contain;
  padding: 1.5em 0 0;
}
.headerContainer .mainHeader h1, .headerContainer .mainHeader h2 {
  padding: 0;
}
.headerContainer .mainHeader h1 {
  font: normal bold 2.875em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  margin: 0 0 0 1.75em;
}
.headerContainer .mainHeader h2 {
  font: normal bold 1.25em Roboto, Verdana, Arial, Helvetica, sans-serif;
  margin: 1em 0 0 4.25em;
}
.headerContainer .mainHeader h2 .sosName {
  text-indent: -5000px;
  background: url(../images/sosSig.png) no-repeat 0 0;
  display: inline-block;
  width: 162px;
  height: 20px;
}
.headerContainer .mainHeader .inPartnershipWith {
  text-indent: -5000px;
  background: url(../images/inPartnership.png) no-repeat 0 0;
  width: 91px;
  height: 29px;
  float: right;
  margin: 0.25em 0 0.5em;
}
#mainContentContainer {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  line-height: 140%;
  background: #f0f2f5;
  border: 2px solid #ae8344;
  margin-top: 1.75em;
}
#mainContentContainer:after {
  content: " ";
  display: block;
  clear: both;
}
.mainContent {
  padding: 0 1em 1em;
}
.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
  color: #315271;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.mainContent a:link {
  color: #222;
}
.mainContent a:visited {
  color: #222;
}
.mainContent a:hover, .mainContent a:active, .mainContent a:focus {
  color: #222;
  text-decoration: none;
}
.mainContent strong, .mainContent .pageInstructions {
  color: #444;
  font-weight: bold;
}
.mainContent strong a:link, .mainContent strong a:hover, .mainContent strong a:active, .mainContent strong a:focus, .mainContent .pageInstructions a:link, .mainContent .pageInstructions a:hover, .mainContent .pageInstructions a:active, .mainContent .pageInstructions a:focus {
  color: #444;
}
h3.sectionHeading {
  font: 1.625em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  border-bottom: 1px solid #315271;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 0.25em;
  margin-top: 1em;
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px rgba(255, 255, 255, 0.9);
}
footer {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 2em;
}
footer:after {
  content: " ";
  display: block;
  clear: both;
}
footer .contactDetails, footer .links {
  font-size: 0.8125em;
  clear: both;
}
footer .contactDetails li, footer .links li {
  display: block;
  float: left;
}
footer .contactDetails {
  margin-left: 15%;
}
footer .contactDetails li {
  width: 32.20339%;
}
footer .links li:before {
  display: inline-block;
  content: "|";
  padding: 0 0.8em;
}
footer .links li:first-child:before {
  display: none;
}
footer a {
  color: #fff;
}
footer .copyright {
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 2em;
}
/*********** END OF MAIN TEMPLATE ***********/
/*********** FORMS ***********/
a.button {
  text-decoration: none;
}
input[type=submit],
input[type=button],
.mainContent a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #315271;
  color: #fff;
  padding: 0.5em 1em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-shadow: 1px 1px 0px #22384d;
  border: 2px solid #315271;
  border-bottom-color: #22384d;
}
input[type=submit]:hover,
input[type=button]:hover,
.mainContent a.button:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #22384d;
  border-color: #406c95;
}
.mainContent a.button:link,
.mainContent a.button:visited,
.mainContent a.button:hover,
.mainContent a.button:active {
  color: #fff;
}
div[disabled=disabled] input[type=submit],
div[disabled=disabled] input[type=button],
div[disabled=disabled] input[type=submit]:hover,
div[disabled=disabled] input[type=button]:hover,
input[disabled=disabled],
input[disabled=disabled]:hover,
.aspNetDisabled input[type=submit],
.aspNetDisabled input[type=button],
.aspNetDisabled input[type=submit]:hover,
.aspNetDisabled input[type=button]:hover {
  background: #888;
  color: #bbb;
  text-shadow: none;
  border-color: #7b7b7b;
  cursor: not-allowed;
  padding: 0.25em 0.5em;
}
input.returnToDashboard {
  float: right;
  margin-top: 1em;
}
.buttons {
  clear: both;
  padding: 3em 0 3em;
}
.buttons .mainButton {
  float: right;
  background: #255f97;
  border: 2px solid #255f97;
  border-bottom-color: #1b456e;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  padding: 0.5em 2em;
  letter-spacing: 0.03em;
}
.buttons .mainButton:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #16385a;
  border-color: #255f97;
}
.buttons .secondaryButton {
  float: right;
  margin-right: 1em;
}
.buttons .cancelButton {
  float: left;
  margin-right: 20%;
}
label {
  font-weight: bold;
  color: #315271;
  margin-top: 1em;
  *margin-top: 0.8em;
  display: block;
  clear: both;
  margin-bottom: 0.25em;
  float: left;
  width: 100%;
  font-size: 1.125em;
}
.radioButtonList label, .checkBoxList label, label.forCheckBox {
  margin-top: 0;
  clear: none;
  margin-bottom: 0;
  width: auto;
  font-size: 1em;
  color: #444;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border: 1px solid #d1d7e1;
  background: #fff;
  padding: 0.4em 0 0.4em 0.2em;
  font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0625em;
  width: 98%;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin: 0 18.36735% 0 0;
}
select::-ms-expand {
  height: 2em;
  width: 1.5em;
}
.ie select, .nomq select {
  padding: 0 0 0 0.2em;
}
textarea {
  float: left;
  min-height: 10em;
}
input[type=radio], input[type=checkbox] {
  float: left;
  margin-top: 0.25em;
  margin-left: 1.5em;
  margin-right: 0.25em;
}
select {
  width: 98.75%;
}
input[type=text].phoneInput {
  width: 5em;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.phoneInputContainer {
  margin-left: 0.5em;
  float: left;
}
.phoneInputContainer:before {
  display: block;
  content: "\2013";
  margin-right: 0.5em;
  float: left;
  margin-top: 0.5em;
  font-weight: bold;
}
.verifyEntry label,
.submissionSuccess label {
  display: inline;
  color: #222;
  font-weight: normal;
}
.verifyEntry span,
.submissionSuccess span {
  float: left;
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  color: #315271;
}
.multilineLabel em {
  float: right;
  font-weight: normal;
  font-size: 0.9375em;
  margin-right: 0.5em;
}
.negative {
  color: #e62600;
}
/*********** END OF FORMS ***********/
/*** PROGRESS INDICATOR ***/
.progressIndicator {
  list-style-type: none;
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
  background: #dbe2e8;
  border-bottom: 1px solid #bcc9d4;
}
.progressIndicator li {
  display: block;
  float: left;
  width: 25%;
  font-size: 1.25em;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  color: #969799;
  text-shadow: 0 -1px 0 #444, 1px 0 0 #ccc;
  padding: 1em 0;
}
.progressIndicator li p {
  padding: 0 0 0 3em;
  margin: 0;
}
.progressIndicator li .stepNum {
  display: block;
  font-variant: small-caps;
}
.progressIndicator li.wait-incomplete {
  background-image: url(../images/progressIndicator/wait-Incomplete.png);
}
.progressIndicator li.makePayment-incomplete {
  background-image: url(../images/progressIndicator/makePayment-Incomplete.png);
}
.progressIndicator li.download-incomplete {
  background-image: url(../images/progressIndicator/download-Incomplete.png);
}
.progressIndicator li.docRequest-active, .progressIndicator li.wait-active, .progressIndicator li.makePayment-active, .progressIndicator li.download-active {
  color: #205282;
  background-color: #f0f2f5;
  border-right: 1px solid #ae8344;
  border-bottom: 1px solid #f0f2f5;
  width: 24.7%;
  padding-top: 1.05em;
  margin-bottom: -0.1em;
}
.progressIndicator li.wait-active, .progressIndicator li.makePayment-active, .progressIndicator li.download-active {
  border-left: 1px solid #ae8344;
}
.progressIndicator li.docRequest-active {
  background-image: url(../images/progressIndicator/docRequest-Active.png);
}
.progressIndicator li.wait-active {
  background-image: url(../images/progressIndicator/wait-Active.png);
}
.progressIndicator li.makePayment-active {
  background-image: url(../images/progressIndicator/makePayment-Active.png);
}
.progressIndicator li.download-active {
  background-image: url(../images/progressIndicator/download-Active.png);
}
.progressIndicator li.docRequest-complete, .progressIndicator li.wait-complete, .progressIndicator li.makePayment-complete {
  color: #4f6d89;
}
.progressIndicator li.docRequest-complete {
  background-image: url(../images/progressIndicator/docRequest-Complete.png);
}
.progressIndicator li.wait-complete {
  background-image: url(../images/progressIndicator/wait-Complete.png);
}
.progressIndicator li.makePayment-complete {
  background-image: url(../images/progressIndicator/makePayment-Complete.png);
}
/*** END OF PROGRESS INDICATOR ***/
/***** COMMON ELEMENTS ****/
a sup {
  text-decoration: none;
  display: inline-block;
}
.secondaryHeading {
  color: #444;
  font-weight: bold;
  font-size: 1.375em;
}
.entryForm {
  width: 83.05085%;
  margin: 0 auto;
}
.verifyEntry {
  width: 66.10169%;
  margin: 0 auto;
}
.submissionSuccess {
  width: 83.05085%;
  margin: 0 auto;
}
/* CALLS TO ACTION */
.callToAction {
  background: #fff;
  border: 1px solid #e1e5eb;
  -webkit-box-shadow: 0px 2px 0px 0px #d7d8dc;
  -moz-box-shadow: 0px 2px 0px 0px #d7d8dc;
  box-shadow: 0px 2px 0px 0px #d7d8dc;
}
.nextActionNote {
  font-size: 0.9375em;
  font-style: italic;
  text-align: right;
  float: right;
  color: #315271;
  margin: 0.5em;
}
.errorSummary {
  list-style-type: none;
  list-style-position: outside;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  background: #fcf4f2;
  border: 1px solid #e62600;
  border-left-width: 4px;
  padding: 0.5em 0;
  color: #a51b00;
}
.errorSummary:after {
  content: " ";
  display: block;
  clear: both;
}
.errorSummary li {
  background: url(../images/errorIcon.png) no-repeat 0 center;
  padding: 0.15em 0 0.15em 22px;
  margin-left: 1em;
}
.errorMessage {
  color: #a51b00;
  background: url(../images/errorIcon.png) no-repeat 6px center;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 28px;
  display: block;
  clear: both;
}
.successMessage {
  text-align: center;
}
.successMessage span {
  color: #097d09;
  background: url(../images/successIcon.png) no-repeat 2px center;
  font-weight: bold;
  padding: 0.15em 0 0.15em 26px;
  font-size: 1.125em;
  display: inline;
}
.importantInfo {
  text-align: center;
  font-size: 1.25em;
  padding: 0.5em;
  background: #dbe2e8;
  border: 2px solid #255f97;
}
.importantInfo label {
  width: auto;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
.importantInfo span {
  margin-left: 0.25em;
  float: none;
}
.refIDNotice {
  width: 50%;
  margin: 0 auto;
}
.callToAction {
  padding: 1em 1em 0 1em;
  background: #fff;
  margin-top: 1em;
  border: 1px solid #e1e5eb;
  -webkit-box-shadow: 0px 2px 0px 0px #d7d8dc;
  -moz-box-shadow: 0px 2px 0px 0px #d7d8dc;
  box-shadow: 0px 2px 0px 0px #d7d8dc;
}
.callToAction .buttons {
  padding-bottom: 1em;
}
.buttonInstructions {
  float: right;
  clear: both;
  font-size: 0.9375em;
  font-style: italic;
  margin-top: 0.25em;
}
.emailData {
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/***** END OF COMMON ELEMENTS ****/
.mobileMessage {
  display: none;
}
.pageHeadingContainer {
  padding: 0 0 0.25em;
  margin: 0 1em;
  border-bottom: 1px solid #315271;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px rgba(255, 255, 255, 0.9);
}
h2.pageHeading {
  color: #315271;
  font: 2.5em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  float: left;
  margin: 0.4em 0 0 0.5em;
}
.searchContainer {
  width: 33%;
  float: right;
  margin-top: 0.25em;
}
.searchContainer label {
  margin-top: 0;
  clear: none;
  margin-bottom: 0;
  width: auto;
  font-size: 1em;
}
.searchContainer input[type=text] {
  width: 64.28571%;
  float: left;
  margin-right: 0;
}
.searchContainer input[type=submit] {
  float: left;
  padding: 0.45em 0.5em;
}
.searchContainer input[type=radio]:first-child {
  margin-left: 0;
}
/***** NAVIGATION *****/
.adminDashboard {
  margin: 1em auto;
  width: 90%;
  padding: 0;
}
.adminDashboard nav {
  background: #255f97;
  width: 100%;
  font-weight: bold;
  font-family: "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  border-top: 1px solid #ae8344;
}
.adminDashboard nav ul {
  list-style-type: none;
  margin: 0;
  border-right: 1px solid #ae8344;
}
.adminDashboard nav ul li {
  display: block;
  float: left;
  width: 33%;
  font-size: 1.125em;
  text-align: center;
}
.adminDashboard nav ul li:first-child {
  border-left: 1px solid #ae8344;
}
.adminDashboard nav ul li a:link, .adminDashboard nav ul li a:visited, .adminDashboard nav ul li a:hover, .adminDashboard nav ul li a:active {
  text-decoration: none;
  color: #fff;
  width: 100%;
  padding: 8px 0;
  display: inline-block;
  line-height: 140%;
  border-right: 1px solid #1b456e;
  -moz-box-shadow: 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 rgba(255, 255, 255, 0.2);
}
.adminDashboard nav ul li.openTab-active, .adminDashboard nav ul li.pendingTab-active, .adminDashboard nav ul li.closedTab-active {
  background-color: #9bbee0;
}
.adminDashboard nav ul li.openTab-active a:link, .adminDashboard nav ul li.openTab-active a:visited, .adminDashboard nav ul li.openTab-active a:hover, .adminDashboard nav ul li.openTab-active a:active, .adminDashboard nav ul li.pendingTab-active a:link, .adminDashboard nav ul li.pendingTab-active a:visited, .adminDashboard nav ul li.pendingTab-active a:hover, .adminDashboard nav ul li.pendingTab-active a:active, .adminDashboard nav ul li.closedTab-active a:link, .adminDashboard nav ul li.closedTab-active a:visited, .adminDashboard nav ul li.closedTab-active a:hover, .adminDashboard nav ul li.closedTab-active a:active {
  color: #0c3862;
}
.adminDashboard nav ul li.openTab-active a:link span, .adminDashboard nav ul li.openTab-active a:visited span, .adminDashboard nav ul li.openTab-active a:hover span, .adminDashboard nav ul li.openTab-active a:active span, .adminDashboard nav ul li.pendingTab-active a:link span, .adminDashboard nav ul li.pendingTab-active a:visited span, .adminDashboard nav ul li.pendingTab-active a:hover span, .adminDashboard nav ul li.pendingTab-active a:active span, .adminDashboard nav ul li.closedTab-active a:link span, .adminDashboard nav ul li.closedTab-active a:visited span, .adminDashboard nav ul li.closedTab-active a:hover span, .adminDashboard nav ul li.closedTab-active a:active span {
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}
.adminDashboard nav ul li.openTab-inactive a span, .adminDashboard nav ul li.pendingTab-inactive a span, .adminDashboard nav ul li.closedTab-inactive a span {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}
.adminDashboard nav ul li.closedTab-inactive a, .adminDashboard nav ul li.closedTab-active a {
  border-right: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.adminDashboard nav ul li.openTab-active a span {
  background-image: url(../images/openIcon-active.png);
}
.adminDashboard nav ul li.pendingTab-active a span {
  background-image: url(../images/pendingIcon-active.png);
}
.adminDashboard nav ul li.closedTab-active a span {
  background-image: url(../images/closedIcon-active.png);
}
.adminDashboard nav ul li.openTab-inactive a span {
  background-image: url(../images/openIcon-inactive.png);
}
.adminDashboard nav ul li.pendingTab-inactive a span {
  background-image: url(../images/pendingIcon-inactive.png);
}
.adminDashboard nav ul li.closedTab-inactive a span {
  background-image: url(../images/closedIcon-inactive.png);
}
.adminDashboard nav ul li.closedTab-active {
  width: 33.887%;
}
.adminDashboard table {
  width: 100%;
  margin: 0 auto;
}
.adminDashboard table th {
  background: #9bbee0;
  color: #0c3862;
  padding: 15px 0.5em;
  text-align: left;
  font-size: 1.25em;
}
.adminDashboard table th.refID {
  width: 17%;
  border-left: 1px solid #ae8344;
}
.adminDashboard table th.entityName {
  width: 45%;
}
.adminDashboard table th.claimedBy, .adminDashboard table th.submittedBy {
  width: 17%;
  text-align: center;
}
.adminDashboard table th.time {
  width: 21%;
  text-align: right;
  border-right: 1px solid #ae8344;
}
.adminDashboard table th.orderID {
  width: 16%;
  text-align: center;
  border-right: 1px solid #ae8344;
}
.adminDashboard table th.time-closed {
  width: 22%;
  text-align: center;
}
.adminDashboard table th.status {
  width: 12%;
  text-align: center;
}
.adminDashboard table th.entityName-closed {
  width: 33%;
}
.adminDashboard table td {
  padding: 10px;
  background: #fff;
}
.adminDashboard table td.time {
  text-align: right;
  border-right: 1px solid #ae8344;
}
.adminDashboard table td.claimedBy, .adminDashboard table td.submittedBy, .adminDashboard table td.orderID, .adminDashboard table td.time-closed, .adminDashboard table td.status {
  text-align: center;
}
.adminDashboard table td.notClaimed {
  font-weight: bold;
}
.adminDashboard table td.orderID {
  border-right: 1px solid #ae8344;
}
.adminDashboard table td.entityName {
  overflow: hidden;
  max-width: 25em;
}
.adminDashboard table td:first-child {
  border-left: 1px solid #ae8344;
}
.adminDashboard table tr.even td {
  background: #eee;
}
.dashboardClosed nav {
  background-color: #9bbee0;
}
.dashboardClosed nav ul li {
  background: #255f97;
}
.adminDashboard tr:hover td,
.adminDashboard tr.even:hover td {
  background: #bcc9d4;
}
.adminDashboard tr td:hover {
  cursor: pointer;
}
/***** END OF NAVIGATION *****/
.no-js .ifNoJs {
  display: block;
}
.js .ifNoJs {
  display: none;
}
/***** PROFILES ******/
.requestSummary {
  width: 32.20339%;
  float: left;
}
.requestSummary h4 {
  font: 1.125em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 0.25em;
  padding-top: 1em;
}
.requestSummary p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0 0.5em;
  color: #315271;
  font-size: 1.125em;
}
.requestSummary p label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9375em;
  color: #444;
}
.requestSummary .refIDDisplay {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.requestSummary .refIDDisplay label {
  width: auto;
  margin-right: 0.25em;
}
.requestSummary .entityNameDisplay,
.requestSummary .requestersNameDisplay,
.requestSummary .paymentInfoDisplay {
  margin-top: 0.5em;
}
.workflow {
  width: 57.62712%;
  float: right;
  background: #f0f2f5;
}
.workflow div {
  padding: 1em 1em 1em 3em;
  background: #e4e5e8;
  border: 1px solid #888;
}
.workflow div h4 {
  font-size: 1.375em;
  padding-bottom: 0.5em;
  color: #888;
}
.workflow div .notRequested {
  color: #888;
  float: right;
}
.workflow .activeTask {
  color: #255f97;
  background: #dbe2e8 url(../images/activeTaskIcon.png) no-repeat 1em 1em;
  margin: 0.5em 0;
  border: 1px solid #255f97;
}
.workflow .activeTask h4 {
  text-transform: uppercase;
}
.workflow .activeTask h4, .workflow .activeTask .dateTimeStamp {
  color: #255f97;
}
.workflow .completedTask {
  background: transparent;
  color: #315271;
  border-color: #f0f2f5;
  border-top-color: #bbb;
  background: url(../images/completedTaskIcon.png) no-repeat 1em 1em;
}
.workflow .completedTask h4 {
  color: #315271;
}
.workflow .completedTask input[disabled=disabled] {
  display: none;
}
.workflow .notRequestedBlock {
  background-image: none;
  background-color: transparent;
  border: none;
  border-top: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 3em;
}
.workflow .notRequestedBlock h4 {
  float: left;
}
.workflow .notRequestedBlock input[disabled=disabled] {
  display: none;
}
.workflow #ctl00_ContentPlaceHolder1_pnlSubmitted {
  border-top-color: #f0f2f5;
  margin-top: 2px;
}
.workflow .dateTimeStamp {
  float: right;
  display: block;
  color: #888;
}
.calculatedFeesTable {
  width: 100%;
}
.calculatedFeesTable caption {
  color: #fff;
  background: #255f97;
  font-size: 1.125em;
  text-align: left;
  padding: 0.5em 0.25em;
}
.calculatedFeesTable td {
  border: 1px solid #255f97;
  padding: 0.5em 0.25em;
  background: #fff;
}
.calculatedFeesTable td.totalCell {
  text-align: right;
  font-weight: bold;
}
.calculatedFeesTable tr.even td {
  background: #eee;
}
.requestStatus {
  font-size: 1.5em;
  font-weight: bold;
  color: #255f97;
  float: left;
  background: #dbe2e8;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #255f97;
}
.requestStatus span {
  text-transform: uppercase;
}
.expiryTime {
  display: inline-block;
  float: left;
  margin-left: 9.5%;
  clear: none;
  font-size: 1.375em;
  color: #2c70b2;
  font-weight: bold;
  border-width: 2px;
  border-color: #2c70b2;
  text-transform: uppercase;
  background: #fff;
}
/***** SCANNING ******/
.scanPage,
.scanNumPages {
  width: 66.10169%;
  margin: 0 auto;
}
.scanNumPages input[type=text] {
  max-width: 10em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: left;
}
.scanNumPages label {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
  text-align: right;
  min-width: 11em;
  float: left;
}
.scanNumPages .buttons {
  padding-top: 2em;
}
.scannedNumPages,
.enteredNumDocs {
  margin-top: 0;
  float: left;
  font-weight: bold;
}
.scannedNumPages label,
.enteredNumDocs label {
  width: auto;
  display: inline-block;
  margin-right: 1em;
  float: left;
  margin-top: 0;
  line-height: 120%;
}
.scannedNumPages span,
.enteredNumDocs span {
  margin-left: 0.25em;
  margin-right: 0.5em;
  display: inline-block;
}
h3.actionHeading {
  font: 1.625em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  color: #fff;
  background: #255f97;
  padding: 0.6557377049180328em;
  width: 66.10169%;
  margin: 1em auto 0;
}
.match {
  background: url(../images/successIcon.png) no-repeat right top;
  padding-right: 26px;
}
.noMatch strong,
.noMatch span {
  color: #a51b00;
}
.scanContainer .actionNeeded {
  width: 49.15254%;
  float: right;
}
.newScanContainer .scanNumPages {
	clear: both;
	margin-bottom: 1em;
}
.newScanContainer .scanNumPages label {
	margin-top: 0.5em;
	margin-bottom: 0;
	line-height: 39px;
}
.newScanContainer .callToAction .buttons {
	padding-top: 0;
}
.scanContainer .actionNeeded h3.sectionHeading {
  font: 1.625em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  color: #fff;
  background: #255f97;
  margin: 1em auto 0;
  padding: 0.5em 1.23em 0.5em;
}
.scanContainer .actionNeeded .callToAction {
  margin-top: 0;
}
.scanContainer .statuses {
  float: left;
  width: 40.67797%;
}
/**** CREATE CERT ****/
.createCertificate .callToAction,
.rejectionOptions .callToAction {
  width: 57.62712%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}
.createCertificate .callToAction textarea,
.rejectionOptions .callToAction textarea {
  min-height: 5em;
}
.createCertificate .callToAction textarea.certBody,
.rejectionOptions .callToAction textarea.certBody {
  min-height: 24em;
}
.createCertificate .callToAction textarea.certClosing,
.rejectionOptions .callToAction textarea.certClosing {
  min-width: 20em;
  width: auto;
}
.rejectionOptions .callToAction {
  padding-top: 2em;
}
.rejectionOptions .callToAction .rejectionTypeLabel {
  margin-top: 0;
}
.rejectionOptions .callToAction .rejectionTypeLabel strong {
  text-transform: uppercase;
  font-size: 1.0625em;
  color: #255f97;
}
.rejectionOptions .checkBoxList input[type=checkbox] {
  margin-top: 0.65em;
  clear: left;
}
.rejectionOptions .checkBoxList label {
  display: inline-block;
  clear: right;
  line-height: 180%;
  font-size: 1.125em;
}
.createCertificate h3.sectionHeading,
.verifyCert h3.sectionHeading,
.rejectionOptions h3.sectionHeading {
  font: 1.625em "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
  color: #fff;
  background: #255f97;
  width: 57.62712%;
  margin: 1em auto 0;
  padding: 0.6557377049180328em;
}
.verifyCert h3.sectionHeading {
  width: auto;
}
.certExample {
  float: left;
  width: 32.20339%;
  margin-top: 1em;
}
.certExample img {
  max-width: 100%;
  margin-top: 1em;
  border: 1px solid #315271;
}
.verifyCert {
  width: 66.10169%;
  float: none;
  margin: 1em auto 0;
}
.verifyCert .certMimic {
  background: #fff;
  padding: 2em 1em 1em;
}
.verifyCert .certClosing {
  width: 35.89744%;
  float: right;
  margin-top: 4em;
  padding-bottom: 85px;
  background: url(../images/certSig.jpg) no-repeat center bottom;
}
.verifyCert .certSubHeading {
  font-weight: bold;
  display: block;
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.verifyCert .certEntity {
  text-align: center;
  display: block;
  clear: both;
}
.verifyCert h2 {
  text-align: center;
  margin: 0 0 1em;
}
.verifyCert .buttons {
  border-top: 1px solid #315271;
}
.certEntityName {
  display: block;
  text-align: center;
  clear: both;
  text-transform: uppercase;
}
/*** LOGIN ***/
.loginPage .buttons {
  text-align: center;
}
.loginPage .buttons .mainButton {
  float: none;
  font-size: 1.125em;
  padding: 0.5em 2em;
}
.loginPage .callToAction {
  width: 40.67797%;
  float: right;
  margin: 1em 2em 1em 0;
}
.loginPage .passwordResetAction {
  margin-top: 4em;
}
.forgotPaswdPage .callToAction {
  width: 40.67797%;
  float: right;
  margin: 1em 2em 1em 0;
}
.forgotPaswdPage .passwordResetAction {
  margin-top: 4em;
}
.forgotPswd,
.resetPswd {
  float: left;
  width: 40.67797%;
  margin-top: 4em;
  padding-left: 2em;
}
.resetPswd {
  margin-top: 2em;
}
.resetPswd .pageInstructions {
  font-weight: normal;
}
.completeResetPswd {
  float: left;
  width: 40.67797%;
  margin-top: 1em;
  padding-left: 2em;
}
/*** USER CONTROL ***/
.userInfo {
  position: absolute;
  top: 0;
  right: 0;
  background: #3b79b4;
  padding: 0.5em 1em;
  font-size: 0.875em;
}
.userInfo .username {
  font-style: italic;
}
.userInfo a {
  color: #fff;
  text-transform: uppercase;
  margin-left: 2em;
}
/*** PAGINATION ***/
.adminDashboard table tr.pages {
  background: #f0f2f5;
  padding-top: 2em;
}
.adminDashboard table tr.pages td {
  border-top: 1px solid #ae8344;
  text-align: center;
  padding-top: 2em;
  background: transparent;
}
.adminDashboard table tr.pages td:first-child {
  border-left: none;
}
.adminDashboard table tr.pages td:hover {
  cursor: default;
}
.adminDashboard table tr.pages .pagination {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.adminDashboard table tr.pages .pagination .pageNumbers {
  display: inline-block;
}
.adminDashboard table tr.pages .pagination .pre-morePages,
.adminDashboard table tr.pages .pagination .post-morePages {
  font-weight: bold;
  color: #76a1cb;
  font-size: 2em;
  padding-top: 0.2em;
}
.adminDashboard table tr.pages .pagination .post-morePages {
  padding-left: 0.5em;
  margin-right: -0.1em;
}
.adminDashboard table tr.pages .pagination .pre-morePages {
  padding-right: 0.5em;
  margin-left: -0.1em;
}
.adminDashboard table tr.pages:hover td {
  background: transparent;
}
.adminDashboard table tr.pages .nextLink, .adminDashboard table tr.pages .backLink {
  float: right;
}
.adminDashboard table tr.pages ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.adminDashboard table tr.pages ul li {
  float: left;
  display: block;
}
.adminDashboard table tr.pages ul li strong,
.adminDashboard table tr.pages ul li a:link,
.adminDashboard table tr.pages ul li a:visited {
  display: block;
  margin: 0 0.5em;
  font-size: 0.875em;
  color: #fff;
  padding: 0.25em 0.75em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.adminDashboard table tr.pages ul li a {
  background: #76a1cb;
  border-bottom: 2px solid #cbdef0;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.adminDashboard table tr.pages ul li a:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #5188bd;
  border-color: #0c3862;
}
.adminDashboard table tr.pages ul li strong {
  background: #255f97;
  border-bottom: 2px solid #0c3862;
}
.adminDashboard table tr.pages .nextLink:link,
.adminDashboard table tr.pages .backLink:link,
.adminDashboard table tr.pages .nextLink:visited,
.adminDashboard table tr.pages .backLink:visited {
  display: block;
  margin: 0 0.5em;
  font-size: 0.875em;
  color: #fff;
  padding: 0.25em 0.75em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #76a1cb;
  border-bottom: 2px solid #cbdef0;
  text-decoration: none;
  font-family: "Droid Serif", Garamond, Baskerville, "Times New Roman", Times, serif;
}
.adminDashboard table tr.pages .nextLink:link:hover,
.adminDashboard table tr.pages .backLink:link:hover,
.adminDashboard table tr.pages .nextLink:visited:hover,
.adminDashboard table tr.pages .backLink:visited:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #5188bd;
  border-color: #0c3862;
}
.adminDashboard table tr.pages .backLink {
  float: left;
}
.docPreview {
  border: 2px solid #315271;
  height: 400px;
  width: 900px;
  display: block !important;
  margin: 0 auto 0.5em;
}
@media (min-width: 75em) {
  .mainContent {
    padding: 0 3em 3em;
  }
  .headerContainer .mainHeader,
  #mainContentContainer,
  footer {
    max-width: 70em;
  }
  .expiryTime {
    margin-left: 12.5%;
  }
  .adminDashboard nav ul li.closedTab-active {
    width: 33.904%;
  }
}
@media (min-width: 85em) {
  .headerContainer .mainHeader,
  #mainContentContainer,
  footer {
    max-width: 80em;
  }
  .progressIndicator li {
    background-position: 2.5em center;
  }
  .progressIndicator li p {
    padding-left: 5em;
  }
  .expiryTime {
    margin-left: 16.5%;
  }
  .adminDashboard nav ul li.closedTab-active {
    width: 33.914%;
  }
}
@media (max-width: 50em) {
  .loginPage .callToAction,
  .loginPage .forgotPswd {
    width: 90%;
    float: none;
    clear: both;
    margin: 1em auto;
  }
  .touch .mobileMessage {
    display: block;
    width: 90%;
    margin: 1em auto;
  }
}
.nomq .mainContent {
  padding: 0 3em 3em;
}
.nomq .headerContainer .mainHeader,
.nomq #mainContentContainer,
.nomq footer {
  max-width: 70em;
}
.adminDashboard {
  *border-top: none;
}
.adminDashboard nav {
  *border-top: 1px solid #ae8344;
}
@media print {
  * {
    color: black !important;
    background: transparent !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "Times New Roman", Times, sans-serif !important;
  }
  body {
    margin: 0.5in 0.25in 0 0.25in;
    font-size: 12pt;
  }
  .printOnly {
    display: block;
  }
  #mainContentContainer {
    border-color: #000;
  }
  .progressIndicator {
    display: none;
  }
  .headerContainer {
    border-bottom: none;
  }
  .headerContainer .mainHeader h1, .headerContainer .mainHeader h2 {
    margin-left: 0;
  }
  .headerContainer .mainHeader h1 {
    font-size: 2.25em;
  }
  h2.pageHeading {
    font-size: 1.875em;
  }
  .headerContainer .mainHeader .inPartnershipWith {
    display: none;
  }
  .refIDNotice {
    width: 100%;
  }
}

.scanOptionsContainer {
    clear: both;
    width: 100%
}

.scanOptionsContainer input[type=button].scanButton {
    margin-left: 1%;
    margin-top: 2.1875em
}

.scannerListContainer {
    width: 50%;
    float: left;
    margin-right: 2%
}
select.scannerList {
	width: auto;
	float: left;
	margin-top: 0.5em;
}
.numberPagesContainer {
    width: 10%;
    float: left;
    margin-right: 2%
}

.duplexScanContainer {
    width: 18%;
    float: left;
    margin-top: 3.125em
}

.StatusToolbar {
    clear: both;
    font-size: 1.125em;
    padding: 0.5em 2%;
    width: 96%;
    clear: both;
    display: block;
    margin-bottom: 0.5em;
    background-color: #9cc3e2;
    color: #315271;
    font-size: 1em;
    line-height: 120%
}

.atala_toolbar {
    background: #4d4e53
}

.atala_toolbar::after {
    clear: both;
    content: "";
    display: table
}

.atala_toolbar button {
    font-size: .85em;
    padding: 30px 1em 10px;
    background-color: transparent;
    background-position: center 10px;
    background-size: 20px;
    border-radius: 0px;
    float: right;
    color: #fff;
	border: none;
    border-left: 1px solid #343539;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1)
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PagePrev,
.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PageNext {
    float: left;
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PagePrev {
    background-image: url("../images/prevPageScan.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PagePrev {
        background-image: url("../images/prevPageScan_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PageNext {
    background-image: url("../images/nextPageScan.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_PageNext {
        background-image: url("../images/nextPageScan_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_ZoomOut {
    background-image: url("../images/zoomOut.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_ZoomOut {
        background-image: url("../images/zoomOut_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_ZoomIn {
    background-image: url("../images/zoomIn.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_ZoomIn {
        background-image: url("../images/zoomIn_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitNone {
    background-image: url("../images/fullSize.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitNone {
        background-image: url("../images/fullSize_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitBest {
    background-image: url("../images/bestFit.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitBest {
        background-image: url("../images/bestFit_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitWidth {
    background-image: url("../images/fitWidth.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    border-bottom: none;
    border-top: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .atala_toolbar button#atalaContainer_wdv1_toolbar_Button_FitWidth {
        background-image: url("../images/fitWidth_2x.png");
        background-size: 15px
    }
}

.atala_toolbar button:hover,
.atala_toolbar button:focus,
.atala_toolbar button:active {
    background-color: #255f97;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-position: center 10px;
    border-bottom: none;
    border-top: none;
    color: #fff
}
.atala-document-toolbar {
	clear: both;
}
.atala-document-toolbar .error {
    background-color: #c60f13;
    color: #fff
}

.atala-document-toolbar .ui-button-text-icon-primary .ui-button-text, .atala-document-toolbar .ui-button-text-icons .ui-button-text {
	padding: 0;
}
.atala-document-toolbar .ui-button-icon-only .ui-button-text, .atala-document-toolbar .ui-button-icons-only .ui-button-text {
	text-indent: 0;
}
.atala-document-toolbar button.ui-button-icon-only {
	width: auto;
}
.atala-document-toolbar .ui-button-text-icon-primary .ui-button-text, .atala-document-toolbar .ui-button-text-icons .ui-button-text {
	padding: 0.4em;
}
