@-ms-viewport { width: device-width; }
html, body {
	font: 13px verdana, sans-serif;
    margin: 5px auto;
    padding: 0px;
	color: Black;
	color: #000000;
    background-color: #ffffff;
}
.large { font-size: 110%; }
.standard { font-size: 100%; }
.small { font-size: 80%; }

.nobr {white-space: nowrap;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.password_red {color:#aa0000;}
.password_yellow {color:#aaaa00;}
.password_green {color:#00aa00;}

.message { font-size: 110%; font-weight: bold; padding-bottom: 5px; }
.message2 { font-size: 110%; font-weight:normal; font-style: italic; }

.nav_button {cursor: auto; border: 1px #e2000f solid;}

table.border {width: 100%; border: 1px #e2000f solid; border-collapse: collapse;}
table.border th {border: 1px #e2000f solid; padding: 2px; background: #dddddd; vertical-align: bottom; text-align: center;}
table.border td {border: 1px #e2000f solid; padding: 2px; vertical-align: top;}
table.border input,table.border textarea, table.border select {font-size: 10pt;background: #dbdbdb;}
table.border tr:hover {background: #eee;}

table.noborder {width: 100%; border: 0px;}
table.noborder th {padding: 2px; background: #dddddd; vertical-align: bottom; text-align: center;}
table.noborder td {padding: 2px; vertical-align: top;}

table.quote_noborder {width: 780px; border: 0px;}
table.quote_noborder th {padding: 2px; background: #dddddd; vertical-align: bottom; text-align: center;}
table.quote_noborder td {padding: 2px; vertical-align: top;}
.quote_header_title {font-weight: bold; font-style: italic; font-size: 110%;}
.quote_header {font-size: 100%;}
.quote_hr { color: #111111; width: 90%; size: 1; }
.quote_img { max-width: 300px; }

.quote_footer_title {text-align: center; background: #ffdddd; border: 1px #aaaaaa solid; font-size: 100%;}
.quote_footer {font-size: 90%;}

#po_output { width: 780px; }
.po_title { text-align: center; font-size: 120%; font-weight: bold; }

.scscpq_loader {
  display: inline-block;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #e2000f;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.scscpq_loader_text {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media dompdf {
	body { margin: 20px; font-size: 100%; }
}