@import url(Fonts/material-design-icons/material-icons.css);

/* general classes
------------------------------ */
body {
  margin: 40;
  padding: 0;
  font: x-small/1.5em Verdana,Arial,Helvetica,Sans-serif;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

html > body #wrap {
  width: 80%;
}

/* containers
--------------------------------*/
/* height hack below is for ie6 since it does not support min-height */
#container {
  width:85%;
  margin:0 auto;
  height: auto; 
  min-height: 330px; 
  height:auto !important;
  height:330px; 
}

.div90percent {
  width:90%;
  margin:0 auto;
  text-align:left;
}

/* use this when the print version needs to be different */
.div90percentPortrait {
  width:90%;
  margin:0 auto;
  text-align:left;
}

.div80percent {
  width:80%;
  margin:0 auto;
  text-align:left;
}

/* global Links -except for global navigation
----------------------------- */
a:link {
  color: #2e8bc9;
}
a:visited {
  color: #000033;
}
a:hover {
  color: #000000;
}
a:active {
  color: #FF7600;
}

/* Header classes
----------------------------- */
#header {
  background: #ff6600;
  border-color: #fff;
  font-size: 85%;
  margin: 3px 10px;
  width: 800%;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 770px;
}

.portaltitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  vertical-align: middle;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}

#logoarea {
  background-color: #ff6600;
  padding: 5px;
  margin: 0 auto;
  width: 85%;
}

.imagearea{
    vertical-align: middle;
    text-align: left;
    vertical-align: middle;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}

/* column widths
--------------------------------*/
.column05percent {
  width: 5%;
}

.column25percent {
  width: 25%;
}

.column35percent {
  width: 35%;
}

.column30percent {
  width: 30%;
  border: none;
}

.column40percent {
  width: 40%;
}

/* tables
------------------------------ */
table {
  margin-top: 5px;
}

th {
  color: #0E4572;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 90%;
  padding: 2px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-color: #C9C4B6;
  border-top-color: #C9C4B6;
  text-align: left;
}

td {
  text-align: left;
  vertical-align: top;
}

td.center {
  text-align: center;
  vertical-align: middle;
}

table.tableMax {
  background: #ffffff;
  width:100%;
  margin: 0 auto;
}

.rowa {
  background-color: #F1F0ED;
  padding: 3px;
}

.rowb {
  background-color: #FFFFFF;
  padding: 3px;
}

/* Utility Navigation Table
----------------------------- */
.utilitynavtable {
  width: 85%;
  text-align: right;
  margin: 0 auto;
}

#utilitynav {
  color: #666;
  font-weight: normal;
}

#utlitylinks {
  font-size: 85%;
  padding: 0 0 3px 5px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

/*search classes
----------------------------- */
.searchtable {
  border: 1px solid #c1bbab;
  padding: 7px;
  margin: 7px auto;
  background-color: #F4F3F0;
  width:100%;
}

.searchtableb {
  padding: 7px;
  width: 100%;
  margin: 0 auto;
}

.searchinstruct {
  color: #0E4572;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding: 5px;
  padding-bottom: 5px;
}

.searchinstructsmall {
  color: #0E4572;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 80%;
  padding: 5px;
  padding-bottom: 5px;
}

.searchinstructb {
  color: #0E4572;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding-bottom: 5px;
}

label {
  font-weight: bold;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* return form table classes
-------------------------------------------------------- */
.returnTable {
  width:100%;
}

tr.returnTable {
  height:25px;
}

/* payment search results table classes
-------------------------------------------------------- */

.searchOptions label {
  padding-right:30px;
}

.paytable {
  width: 100%; /*1068px;*/
  border: 1px solid #e0ddd5;
  padding: 0px;
  font-size: 85%;
  font-weight: normal;
  margin: 10px auto 0;
}

.paytable th {
  line-height:1.5em;
}

.paytable tr {
  padding:2px;
  line-height:25px;
}

.paytable td {
  padding-left:2px;
}

.paytableHeader th {
  color: #ff6600;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 90%;
  padding: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C9C4B6;
  border-top-color: #C9C4B6;
  text-align: left;
}

.paytablePrint td {
  border-top:solid 1px #E0DDD5;
}

.paytableDetails {
  width: 100%; /*1068px;*/
  border: 1px solid #E0DDD5;
  padding: 0px;
  font-size: 85%;
  font-weight: normal;
  margin: 0 auto;
}

.removeBorder {
  border:none;
}

tr.header {
  color: #115686;
  font-size: 100%;
  font-weight: normal;
  background-color: #EDEBE7;
  text-align: center;
  border: 1px solid #E0DDD5;
}

tr.row1 {
  background-color: #FFFFFF;
  font-size: 85%;
  padding: 1px;
  border: 1px solid #E0DDD5;
}

tr.row2 {
  background-color: #F5F4F3;
  font-size: 85%;
  padding: 1px;
  border: 1px solid #E0DDD5;
}

tr.row1parent {
  background-color: #FFFFFF;
  font-size:85%;
  padding: 1px;
  border-top: 1px solid #e0ddd5;
}

tr.row2parent {
  background-color: #F5F4F3;
  font-size:85%;
  padding: 1px;
  border-top: 1px solid #e0ddd5;
}

tr.row1child {
  background-color: #FFFFFF;
  font-size:85%;
  padding: 1px;
  border-left: 1px solid #e0ddd5;
  border-top:none;
  border-bottom:none;
  border-right: 1px solid #e0ddd5;
}

tr.row2child {
  background-color: #F5F4F3;
  font-size:85%;
  padding: 1px;
  border-left: 1px solid #e0ddd5;
  border-top:none;
  border-bottom:none;
  border-right: 1px solid #e0ddd5;
}


tr.GridFooter {
  color: #115686;
  font-size: 85%;
  font-weight: normal;
  background-color: #EDEBE7;
  text-align: center;
  border: 1px solid #e0ddd5;
}

tr.GridPager {
  color: #115686;
  font-size: 85%;
  font-weight: normal;
  text-align: center;
  border: 1px solid #e0ddd5;
}
td.right1 {
  text-align: right;
  background-color: #FFFFFF;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 1px;
  border: 1px solid #e0ddd5;
}
td.right2 {
  text-align: right;
  background-color: #F5F4F3;
  border: 1px solid #e0ddd5;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 1px;
}

td.listview {
  text-align: center;
  background-color: #EDEBE7;
  padding: 1px;
  border: 1px solid #e0ddd5;
  color: #115686;
  font-size: 100%;
  font-weight: normal;
}

.boxBorder {
  border-width: 1px;
  border-style: solid;
  border-color: #e0ddd5;
}

.printFriendly {
  padding-left:10px;
}

/* news table classes
----------------------------- */
#newstable {
  width: 100%;
  border: 1px solid #E0DDD6;
  margin: 0 auto;
}

td.newstable {
  font-size: 85%;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 5px;
}

th.newstable {
  padding: 3px;
  font-size: 105%;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-weight: bold;
  color: #ff6600;
  background-color: #F2F1EE;
}

/* login and forgot password table
----------------------------- */
#login {
  margin-left: 0;
  border: 1px solid #c1bbab;
  background: #f4f3f0;
  width: 50%;
  padding: 7px;
}

#logintable {
  background-color: #666666;
}

/* Payment Method radio button list
-------------------------------------------------------- */
.paymentMethodTable {
  width:130px;
}

.paymentMethodTable label {
  font-weight: normal;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}



/* buttons
----------------------------- */
.buttonPosition {
  text-align:right;
  width:70%;
}

.buttonPositionCenter {
  text-align:center;
}

/* text styles
----------------------------- */

h1 {
  margin: .10em 0 .30em;
  padding: 0 0 5px 0;
  color: #ff6600;
  font-weight: normal;
  font-size: 170%;
  line-height: 1.1em;
  font-family: "Trebuchet MS" ,Verdana,Arial,Helvetica,sans-serif;
}

h2 {
  font-size: 105%;
  margin: .5em -.1em .1em;
  color: #ff6600;
}

h3, h4, h5, h6 {
  color: #555;
}

.bluebold {
  color: #0E4572;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
}

.bluetext {
  color: #0E4572;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
}

.errortext {
  color: #DD6900;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  font-weight: normal;
  padding: 4px;
  border-bottom-style: none;
}

.instruction {
  color: #4A4637;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 5px;
}

.actionlinks {
  font-size: 85%;
  padding: 0 0 1px 1px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.actionlinkslist {
  font-size: 85%;
  padding: 0 0 0 7px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.arrow {
  color: #ff7600;
  font-weight: bold;
}

.fileinfo {
  font-size: 80%;
  font-weight: normal;
  white-space: nowrap;
  color: #0E4572;
}

.greybold {
  color: #4A4637;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding: 7px;
}

.grey2 {
  color: #4A4637;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
}

.greybold2 {
  color: #4A4637;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
}

.grey {
  color: #4A4637;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding: 7px;
}

.greyCheckbox {
  top:-10px;
  position:relative;
}

.greypadleft {
  color: #4A4637;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding: 0 0 0 7px;
}

.greyboldpadleft {
  color: #4A4637;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
  padding: 0 0 0 7px;
}

.greytext {
  color: #4A4637;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
}

.greytextbold {
  color: #4A4637;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
}

.button {
  color: #000000;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  background-color: #C0CAD6;
  padding: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.button2 {
  color: #000000;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  background-color: #C0CAD6;
}

.button3 {
  color: #000000;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  width: 170px;
  background-color: #C0CAD6;
}

.buttonDisabled {
  color: #8A8A8A;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  width: 170px;
  background-color: #C0CAD6;
}


.button_noClick {
  color: #666666;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  background-color: #CCCCCC;
  padding: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.inlinebutton {
  color: #000000;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  background-color: #C0CAD6;
  padding: 1px;
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: 2px;
}

.skiplink {
  display: none;
  font-size: 50%;
}

.actionarea {
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C9C4B6;
}
.mandatory {
  color: #DD6900;
  font-weight: normal;
  font-size: 80%;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.required {
  text-align: center;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #990000;
}

.readOnlyTextBox
{
  background-color:#EEE8CD;
}

.searchFilter {
  font-size: 95%;
  color: #0E4572;
  margin-bottom:10px;
}

.smallBr {
  font-size: 1px; 
  line-height: 1px; 
}

/* footer classes
----------------------------- */
#footer {
  margin: 10px auto;
  font-size: 85%;
  background: #E0DDD5;
  border-top: 6px solid #ff6600;
  width: 85%;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding: 5px 10px 20px 20px;
}

#footer p {
  margin-top: 0.6em;
  margin-right: 0;
  margin-bottom: 0.6em;
  margin-left: 1.0em;
}
#footer strong {
  color: #666;
  font-weight: bold;
}

.orangespanfoot {
  color: #da5c05;
  font-weight: normal;
}

.footerlinks {
  font-size: 85%;
  padding: 0 0 2px 1px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

/* Progress Bar
----------------------------- */
#progress ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 25px;
  padding-top: 4px;
}

#progress ul li {
  display: inline;
}

.progressOn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #FFFFFF;
  padding: 5px;
  margin-right: 3px;
  background-color: #ff6600;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff6600;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #ff6600;
  border-right-color: #ff6600;
  border-left-color: #ff6600;
}

.progressOff {
  background-color: #FFFFFF;
  font-size: 1.0em;
  padding: 5px;
  margin-right: 3px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-left-color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
}

.progressNext {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #336699;
  padding: 5px;
  margin-right: 3px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff6600;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #ff6600;
  border-right-color: #ff6600;
  border-left-color: #fe6500;
}

#progress {
  text-align:center;
}

#progress a {
  background-color: #FFFFFF;
  text-align: center;
  display: block;
  height: 31px;
  width: 110px;
  padding-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000099;
  color: #FF3300;
  text-decoration: none;
}

#progress a:visited {
  color: #660099;
  text-decoration: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

#progress a:hover, #progress a:active {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FFCC00;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FF6600;
}

#progressOn a:link, #progressOn a:hover, #progressOn a:active {
  background-color: #FFCC00;
}

#progressOff a:visited {
  background-color: #333333;
}

/* Organization for tables on Payment page
----------------------------- */
.paymentContainer {
  width: 790px;
  margin: 0 auto;
}

.tableForm {
  border: 1px solid #CCCCCC;
  vertical-align: middle;
  width: 98%;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  padding: 5px;
}

.tableForm th {
  vertical-align: middle;
}

.tableForm tr {
  border: none;
  padding-top: 0;
  padding-right: 3px;
  padding-left: 3px;
  margin-top: 0;
  margin-right: 0;
}

.tableForm td {
  margin: 0;
  border: none;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 3px;
}

.tableForm .boldTxt {
  font-weight: bold;
  color: #333333;
}

.tableForm .labels {
  font-size: 0.8em;
  font-weight: normal;
  color: #333333;
  padding-left: 5px;
}

.tableForm .subLabels {
  font-size: 0.85em;
  font-weight: normal;
  padding-left: 10px;
}

.tableForm .verticalAlign {
  font-weight: normal;
  vertical-align: text-top;
}
.tableForm .creditcards {
  vertical-align: middle;
  padding: 3px;
}
.tableForm .tableWidth {
  width: 98%;
  margin: 0px;
}

.tableForm h2 {
  text-transform: none;
  text-align: left;
  color: #336699;
  padding: 5px 0 3px 4px;
  margin: 0 0 5px 0;
  border: none;
  font-family: arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.tableForm p {
  padding-left: 4px;
  text-align: left;
}

/* Navigation */
.nav {
  width:85%;
  margin:0 auto;
  background-color: #e0ddd5;
}

.navbar {
  voice-family: "\"}\"";
  voice-family: inherit;
  background-image: url(images/navcorner.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #333333;
}

/* Forms organization and styling + message bars (for errors and confirmations)
----------------------------- */
.message {
  background-color: #FFFFCC;
  width: 774px;
  margin: 0 auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-image: url(../../Images/messages.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top-width: 2px;
  border-top-color: #990000;
  padding: 5px;
  padding-bottom: 10px;
  outline: none;
}

.message ul {
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 50px;
}

.message li {
  color: #333333;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.message .icon {
  width: 25px;
  float: left;
  clear: right;
  color: #000000;
  text-align: center;
  vertical-align: sub;
  margin-right: 20px;
  margin-top: 14px;
}

.message .boldTxt {
  font-weight: bold;
  color: #000000;
}

.confirmation {
  background-color: #FFFFCC;
  width: 774px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-image: url(../../Images/messages.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top-width: 2px;
  border-top-color: #009933;
  padding: 5px;
  padding-bottom: 10px;
}

.confirmation ul {
  list-style-type: none;
  padding-left: 5px;
  margin-left: 50px;
}

.confirmation li {
  color: #333333;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.confirmation .icon {
  width: 25px;
  float: left;
  clear: right;
  text-align: center;
  vertical-align: sub;
  margin-right: 20px;
  margin-top: 14px;
}

.confirmation .boldTxt {
  font-weight: bold;
  color: #000000;
}

/* align text that wraps next to a checkbox */
.alignWrap input {
  float:left;
  display:block;
  margin-left:10px;
}

.alignWrap label {
  float:left;
  display:block;
  width:710px;
  font-weight:normal;
  padding-top:0px;
  padding-bottom:0px;
}

/* "hidden link" styles
----------------------------- */
.textLink a {
  outline: none;
}

.textLink a:link {
  color: #333333;
  text-decoration: none;
  margin: 0;
  border: none;
  cursor: default;
}

.textLink a:hover {
  color: #333333;
  text-decoration: none;
  margin: 0;
  border: none;
}

.textLink a:visited {
  color: #333333;
  text-decoration: none;
  margin: 0;
  border: none;
  cursor: default;
}
.warning {
  background-color: #FFFFCC;
  width: 774px;
  margin: 0 auto;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-image: url(../../Images/messages.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top-width: 2px;
  border-top-color: #336699;
  padding: 5px;
}

.warning .icon {
  width: 25px;
  float: left;
  clear: right;
  text-align: center;
  vertical-align: sub;
  margin-right: 20px;
  margin-top: 14px;
}

.warning_button {
  color: #000000;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 85%;
  background-color: #C0CAD6;
  padding: 1px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 40px;
}

.utilitynav {
  font-size: 85%;
  background: #fff;
  border: solid #fff;
  border-width: 1px 1px 0;
  padding: 3px 2px;
  margin: 2px 0 2px 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.orangespan {
  color: #da5c05;
  font-weight: normal;
}

/* Spinning Graphic to show update panel progress
----------------------------- */
#updateProgressClearModalBackground {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity: 0.0;
  mozopacity: 0.0;
  z-index: 1000;  
}
#updateProgress {
  position: fixed;
  top: 25%;
  left: 50%;
}

/* Email Confirmation Modal Popup
-----------------------------------------*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70) !important;
    opacity: 0.7;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
}

.optionalDataPopup {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 400px;
	width: 800px;
	margin: 5px;
	background-color: #FFFFFF;
}

.editPaymentPopup {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 600px;
	width: 1030px;
	margin: 5px;
	background-color: #FFFFFF;
}

.popup {
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fe6500;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: .8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 180px;
	width: 400px;
	margin: 5px;
	background-color: #FFFFFF;
}

.popup p {
	color: #666666;
	text-align: left;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.popup .icon {
	width: 25px;
	float: left;
	clear: right;
	text-align: center;
	vertical-align: sub;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 5px;
}

.popup .errorIcon {
	margin: 0;
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: right;
}  

.popup .rightCol {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 30px;
	text-align: left;
	text-indent: 0px;
}



/* Restriction Box
-------------------------------*/
.restrictBox legend span {
  width: 28.5em;
  margin: -0.75em 0 0 0em;
  padding: 0 0.2em;
  background: #FFF;
}

.fieldset.restrictBox { 
  padding-top: 1.5em;
  width:90%;
}

.restrictBox label {
  font-size:75%;
}

/* Refund/Retrieval Substitute Sales Document
-----------------------------------------*/

.returnHeaderLeft {
  float:left;
  text-align:left;
}

.returnHeaderRight {
  float:right;
  margin-right:40px;
  text-align:right;
}

.returnBox {
  border:solid 2px black;
  margin-top:15px;
}

.returnSubHeader {
  font-weight:bold;
  text-decoration:underline;
}

.returnBoxTable {
  margin-left:20px;
  width:100%;
  border-style:none;
  padding:none;
}

.returnCol1 {
  width:25%;
}

.returnCol2 {
  width:35%;
}

.returnCol3 {
  width:20%;
}

.returnCol4 {
  width:20%;
}

.returnCol1indent {
  width:25%;
  padding-left:10px;
}

.returnCol2indent {
  width:35%;
  padding-left:10px;
}

.returnCol3indent {
  width:20%;
  padding-left:10px;
}

.returnCol4indent {
  width:20%;
  padding-left:10px;
}

.bold {
  font-weight:bold;
}

/* Bubble Tooltip
-----------------------------------------*/
a.tt{
  position:relative;
  z-index:24;
  font-size: 80%;
  padding: 5px;
  padding-bottom: 5px;
  text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
  display:block;
  position:absolute;
  top:0px; left:0;
  padding: 15px 0 0 0;
  width:275px;
  color: #993300;
  text-align: left;
  filter: alpha(opacity:99);
  KHTMLOpacity: 0.99;
  MozOpacity: 0.99;
  opacity: 0.99;
  /*font-size:85%;*/
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../../Images/bubble275.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../../Images/bubble_filler275.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../../Images/bubble275.gif) no-repeat bottom;
}
/* New styles added for MFA feature - Start */

.ml10 {
    margin-left: 10px;
}

.pl0 {
    padding-left: 0px !important;
}

.radio {
    margin-top: 0;
}

input[type="radio" i] {
    margin-left: 0px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .radio input[type='radio'] + label {
        display: inline-block;
    }

    .radio label {
        min-height: 16px;
        padding-left: 0px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

.mr135 {
    margin-right: 135px;
}

.radio label span {
    display: inline-block;
    line-height: 20px;
}

.trustDeviceContent {
    background: #f5f5f5;
    padding: 15px 15px 5px 15px;
}

    .trustDeviceContent h4 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0px;
    }

.buttonNew[disabled] {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #adadad;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: not-allowed;
}

    .buttonNew[disabled]:hover {
        background-color: #f5f5f5;
        border-color: #ccc;
        color: #adadad;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        cursor: not-allowed;
    }

.buttonNew {
    background-color: #f5f5f5;
    font-weight: normal;
    font-size: 85%;
    padding: 4px 8px 4px 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    border-radius: 0px;
    border: 0px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

    .buttonNew:hover, .buttonNew:focus {
        outline: none;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        cursor: pointer;
    }


/*.button[disabled] {
            background-color: #f5f5f5;
            border-color: #ccc;
            color: #adadad;
            border-bottom: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            cursor: not-allowed;
        }

        .button[disabled]:hover {
            /*background-color: #f5f5f5;
            border-color: #ccc;
            color: #adadad;
            border-bottom: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
            cursor: not-allowed;
            } */


.button[disabled]:hover {
    cursor: not-allowed;
}

/*.inputError {
            width: 150px;
            border: 1px solid #DD6900;
        }*/


.trustDeviceContent h4 .alert-danger > i {
    color: #dd3435;
    background: #f5f5f5;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

i {
    vertical-align: -5px;
}

.errortextMFA {
    color: #DD6900;
    font-size: 85%;
    font-weight: normal;
    border-bottom-style: none;
    display: block;
    padding-top: 4px;
}

.successtextMFA {
    font-size: 85%;
    font-weight: normal;
    border-bottom-style: none;
    display: block;
    padding-top: 4px;
}

.success-text, .text-success {
    color: #54b34a;
}

.trustDeviceContent i {
    vertical-align: -2px;
}

.linkReqPwd {
    margin-top: 6px;
}

.mtb0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.fLeft{
    float:left;
}
/* New styles added for MFA feature - End */

