/* CSS Document */
* {
  margin: 0;
  padding: 0;
  }

body {
  font-family:Arial, Helvetica, sans-serif;
  color:#000033;
  font-size: 16px;
  background-color:#FFFFFF;
}
  
h1 {
  font-size: 100%;
  margin-bottom: 16px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#000033;
  display:block;
}

h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 95%;
  color:#000033;
  display:block;
  background-color:#FFFFFF;
  }

h3 {
  background-color:#636;
  display:list-item;
  padding: 0.3em;
  font-size:100%;
  margin:0;
  color:#FFFFFF;
  }

.error {color:#FF0000;}

ul {
  margin:0;
  padding: 0;
  list-style-type: none;
  }

ul a {
  text-decoration:none;
  color:#036;
  background-color:#FFFFFF;
  }
ul a:hover {
  text-decoration:underline;
  background-color:#FFFFFF;
  }

a.generic, a:visited.generic {
  color: #036;
  text-decoration: none;
}


a:hover.generic {
  text-decoration: underline;
}

/* ------------------ Headers ------------------ */

#banner {
  background-repeat:no-repeat;
  background-color:#036;
  padding: 15px 20px 50px 0 ;
  margin:0;
  color:#FFFFFF;
  }

#banner img {
  float:right;
  display:inline;
  background-color:#036;
  color:#FFFFFF;
  }

#searchbar {
  background-repeat:repeat-y;
  background-color:#888BC2;
  clear:both;
  font-size: 80%;
  font-weight: bold;
  color:#FFFFFF;
  }

#searchbar a{
  color:#FFFFFF;
  background-color:#888BC2;
  }

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border-color: #092B61;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

input[type="button"] {
    height: 40px;
    width: 45%;
}

input[type="button"].cvvCloseWindow {
    height: 40px;
    width: auto;
}

input[type="radio"] {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
}
input.ccNumbers {
    width: 20%;
    margin-right: 2%;
}

input#no_cvn {

}

div.input-wrapper {
    padding: 3px;
    display: inline-block;
    width: 100%;
}

select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: 20%;
  height: 30px;
  padding: 3px;
}

select#dt_expiry_month, 
select#dt_expiry_year {
    margin-bottom: 10px;
}

.submit {
  background-color:#FFFFFF;
  border:none;
  border-style:none;
  text-decoration:underline;
  font-weight:bold;
  background-color:#888BC2;
  color:#FFFFFF;
}

#header {
  flex-shrink: 0;
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #100149;
}

#headerContent {
  height: 100%;
  width: 100%;
  display: flex;
  margin: auto;
}

#payBillText {
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  margin: auto auto auto 16px;
}

#vicLogo {
  width: 130px;
  margin: auto 16px auto auto;
}

@media only screen and (max-width:530px ) and (min-width:0px) {
  #header {
    height: 85px;
  }

  #headerContent {
    flex-direction: column-reverse;
  }

  #payBillText {
    margin: auto;
  }

  #vicLogo {
    margin: auto;
  }
}

#header h1{
  color: #fff;
  font-size: 18px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
}

#header #roundCorner .mainCol #topBar #find a {
  padding: 2px 5px 2px 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: transparent url(../images/arrow_white.gif) 5px 50% no-repeat;
}

#header #roundCorner .mainCol #topBar #find a:hover {
  text-decoration: underline;
  background-color: #036;
}

#roundCorner{
  height: 70px;
  padding-left: 200px;
  background: transparent url(../images/letopCorner.gif) bottom left no-repeat;
}

.mainCol {
  height: 70px;
  border-left: solid #fff 1px;
  padding-left: 18px;
  background: #00376c /*url(../images/dse_logo_blue.gif)*/ top right no-repeat;
}

.mainCol #dse_logo{
  float: right;
  padding: 0 0 0 0;
}

.mainCol #dse_logo img{
  float: left;
  border: none;
}

.mainCol #topBar{
  padding-top: 5px;
  padding-right: 140px;
  font-size: 80%;
}

.mainCol #topBar #find{
  float: right;
  margin-right: 10px;
}

.mainCol #topBar #find input{
  border: solid 1px #bfcfde;
  padding: 1px 2px 1px 2px;
  margin-top: 5px;
}

.mainCol #topBar #genericNavi{
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  color: #fff;
}

.mainCol #topBar #genericNavi a{
  color: #fff;
}

.mainCol #headingBar{
  position: absolute;
  top: 45px;
}

#header #topLeftText{
  position: absolute;
  top: 45px;
  left: 25px;
}

/* ------------------ Left-hand navigation ------------------ */

#navigation-primary {
  float:left;
  width:215px;
  display: inline;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
  margin-top: 10px;
  }

#navigation-primary ul {
  padding: 0;
  margin: 0;
  width: 200px;
  font-size: 80%;
  line-height: 135%;
  list-style-type: none;
  }

#navigation-primary ul li {
  border-bottom: #fff solid 1px;
  text-decoration: none;
  }

#navigation-primary a {
  text-decoration: none;
  padding: 2px 0 2px 5px;
  display: block;
  background-color: #ccd9e5;
  color: #003;
  }

#navigation-primary a:hover {
  background-color: #bfcfde;
  text-decoration: underline;
  }

/* ------------------ Content ------------------ */

#sidebar {
  float:right;
  max-width:19%;
  font-size: 75%;
  line-height: 135%;
  display: inline;
  font-family:Arial, Helvetica, sans-serif;
  margin-top: 20px;
  }

#sidebar h2 {
    display: list-item;
    list-style-type: none;
    border-bottom: #636 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #ffffff;
    color: #636;
    padding: 0;
    margin: 0;
}

#didyou {
  margin: 0em;
  padding: 0em;
  border: 1px solid #636 ;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  color:#036;
  }

#didyou p{
  margin: 0.5em;
  padding: 0em;
  }

#content, #contentNoMargin{
  margin: 20px 10px 0 10px;
  float: left;
}

.acceptedCardsNote {
    width: 90%;
}

.acceptedCardsNote,
.acceptedCardsNote span {
    font-size: 100%;
    line-height: 23px;
    vertical-align: top;
}

div.invoiceNote {
    margin: 1em 0 1em 0;
    line-height: 135%;
}

.note {
    clear: both;
    float: left;
}

p.confirmNote {
    margin-bottom: 10px;
}
  
label,
span.label {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 110%;
}

.referenceNumberDiv,
.enterDetailsDiv,
.confirmationDiv,
.receiptDiv {
    font-size: 90%;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.referenceNumberDiv label,
.enterDetailsDiv label,
.enterDetailsDiv span.label,
.confirmationDiv span.label,
.receiptDiv span.label {
    width: 100%;
    margin-bottom: 10px;
}

.enterDetailsDiv span {
    display: block;
    clear: left;
}

.invoiceAmountsWrap {
    float: left;
}

.invoiceAmountDiv {
    clear: left;
    line-height: 25px;
}

.enterDetailsDiv label.amountLabel {
    width: auto;
    font-weight: normal;
    font-size: 100%;
    line-height: 30px;
}

label.referenceNumberLabel {
    width: 100%;
}

.row {
    line-height: 25px;
    display: block;
}

.valueRow {
    line-height: 17px;
    display: block;
    margin-bottom: 10px;
}

.invoiceAmountRow {
    line-height: 25px;
    display:block;
    overflow: hidden;
}

.buttonWrap, 
.enterReferenceButtonWrap {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 90%;
    float: left;
    width: 100%;
}

.right {
    float: right;
}

.enquiriesNote,
.confirmationNote,
.receiptNote,
.privacyContent {
    display:block;
    font-size: 90%;
    float: left;
}

.confirmationNote,
.receiptNote {
    margin-bottom: 30px;
}

#content p {
  font-size:100%;
  line-height: 135%;
  margin:1em 0 1em 0em;
}

#content td.left {
  font-weight: bold;
}

#content blockquote {
  margin: 1em 0 1em 1.2em;
}

#content ul.esas {margin:0 0 0 1em;}

#content a {
  color: #036;
  text-decoration: none;
  background-color:#FFFFFF;
  }

#content a:hover {
  text-decoration: underline;
  background-color:#FFFFFF;
  }

#content img {
  padding: 0 0 2em 0;
  display:inline;
  background-color: #fff;
  }

.hiddenForm {
    display: none;
}

#error-btns {
    margin-top: 25px;
}
/* ------------------ Footers ------------------ */

#footer {
  background-color:#FFFFFF;
  clear:both;
  float:left;
  font-size:80%;
  padding: 0;
  margin-top: 20px;
/*  color:#6F6A6F;*/
  width: 100%;
  }

#footer #reviewed p{
  font-size: 85%;
  color: #666666;
  margin-left: 218px;
}

#footer #copyright p{
  color: #666666;
  margin-top: 20px;
  border-top: solid #adbdce 1px;
  margin-left: 10px;
  margin-right: 10px;
}

#bottombar{
  clear:both;
  float:left;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 10px;
  background: #100149 url(../images/lebotCorner.gif) left top no-repeat;
  height: 10px;
}

#bottombar #ribotCorner{
  height: 10px;
  background: transparent url(../images/ribotCorner.gif) right top no-repeat;
}

#viclogo {
  float:right;
  padding:1.2em;
  }

#viclogo img {
  border:0;
  }

#stats {
display:inline;}

#s1{
display:inline;}

#search{
display:inline;}

#search2{
display:none;}
#style{
display:none;}

div.acceptedCardsNote img.cardlogo {
  position: static;
  padding: 0 0 0 0.8em;
  display:inline;
  background-color: #fff;
}

/* ------------------ CVV Page ------------------ */

.cvvNote {
    font-size: 100%;
    margin-bottom: 20px;
}

.cardNote {
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
}

.cvvImage{
    text-align: center;
    margin-bottom: 20px;
}

.cvvButton {
    text-align: center;
    font-size: 100%;
}
