﻿/* DEFAULTS
----------------------------------------------------------*/
html, form {
  height: 100%;
}

input[type="checkbox"], input[type="radio"] {
  accent-color: red;
}

body {
  background-color: #E7EBF0;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: .9em;
  font-family: Tahoma, Verdana, Arial;
}
/* Style for the dropdown options */
select option {
  background: white; /* Background when not selected */
  color: black; /* Text color */
}

  /* Change highlight color */
  select option:checked,
  select option:hover {
    background: #AE2B25 !important;
    color: black !important;
  }

#wrap {
  width: 700px;
  margin: 0 auto;
  min-height: 100%;
  font-family: Tahoma, Verdana, Arial;
  border: 0;
  padding: 0;
}

#main {
  overflow: auto;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}

#footer {
  margin-top: -50px;
  height: 50px;
  position: relative;
  clear: both;
  color: #1040A1;
}

a:link, a:visited {
  /*color: #034af3;*/
  color: #1040A1;
}

a:hover {
  color: #1d60ff;
  text-decoration: none;
}

a:active {
  /*color: #034af3;*/
  color: White;
}

p {
  margin-bottom: 10px;
  line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #666666;
  font-weight: 200;
}

h1 {
  font-size: 1.6em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
  margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
  width: 960px;
  background-color: #fff;
  margin: 20px auto 0px auto;
  border: 1px solid #496077;
}

.header {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #4b6c9e;
  width: 100%;
}

  .header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
  }

.main1 {
  padding: 0px 12px;
  margin: 12px 8px 8px 8px;
  min-height: 420px;
}

.leftCol {
  padding: 6px 0px;
  margin: 12px 8px 8px 8px;
  width: 200px;
  min-height: 200px;
}

.footer {
  color: #4e5766;
  padding: 8px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
  line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
  background-color: #3a4f63;
  width: 100%;
}

div.menu {
  padding: 4px 0px 4px 8px;
}

  div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
  }

    div.menu ul li a, div.menu ul li {
      background-color: #465c71;
      border: 1px #4e667d solid;
      color: #ffffff; /*#dde4ec;*/ /*display: block;*/
      line-height: 1.35em;
      padding: 4px 20px;
      text-decoration: none; /*white-space: nowrap;*/
    }

      div.menu ul li a:visited, a:hover {
        /*background-color: #cccccc;*/ /*color: #465c71;*/
        color: #000000;
        text-decoration: none;
      }

      div.menu ul li a:active {
        background-color: #E7EBF0; /*color: #cfdbe6;*/
        color: White;
        text-decoration: none;
      }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
  margin: 1em 0px;
  padding: 1em;
  border: 1px solid #ccc;
}

  fieldset p {
    margin: 2px 12px 10px 10px;
  }

  fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
  }

  fieldset label.inline {
    display: inline;
  }

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input.textEntry1 {
  height: 40px;
  /*background-image: url( images/standardfield_302x42.png); */
  border: none;
  width: 220px;
  padding-left: 10px;
}

input:focus {
  outline: none;
}

input.passwordEntry1 {
  width: 300px;
  border: 1px solid #ccc;
  padding-left: 10px;
}

div.accountInfo {
  width: 502px;
}
/* MISC  
----------------------------------------------------------*/

.clear {
  clear: both;
}

.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}

.custom-dropdown option {
  background: white;
  color: black;
}

  .custom-dropdown option:checked,
  .custom-dropdown option:hover {
    background: #AE2B25 !important;
    color: black !important;
  }

.loginDisplay {
  /*font-size: 1.1em;*/
  /*display: block;*/
  /*text-align: right;*/
  /*padding: 10px;*/
  /*color: White;*/
  width: 100%;
  margin: auto;
}

.logout-button {
  color: #AE2B25 !important;
}

.loginDisplay a:link {
  color: white;
}

.loginDisplay a:visited {
  color: white;
}

.loginDisplay a:hover {
  color: white;
}

.failureNotification {
  font-size: .8em;
  color: Red;
}

.bold {
  font-weight: bold;
}

.submitButton {
  text-align: right;
  padding-right: 10px;
}

.menu1 {
  color: White;
  background-color: #065AA2;
  font-weight: bold;
  border: 2px Grove #E7EBF0;
  text-decoration: none;
}

.button {
  background-color: #AE2B25;
  border: groove 2px #6ae;
  font-weight: bold;
  padding: 4px;
  width: 70px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  color: White;
}

.popupButton {
  color: Black;
  text-decoration: none;
  background-color: #E7EBF0;
}

.NotDisplayed {
  display: none;
}

.accountInfo {
  /*padding: 10px;*/
  margin: auto;
  width: 100%;
}

.modalBackground {
  background-color: #E7EBF0;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modalPopup {
  background-color: #ffffdd;
  border-width: 3px;
  border-style: solid;
  border-color: Gray;
  padding: 3px;
  width: 250px;
}

.tableQuote {
  border-top: 0px solid #E7EBF0; /* #065AA2;*/
  border-bottom: 2px solid #E7EBF0;
}

.tableQuoteSmall {
  border-collapse: collapse;
}

  .tableQuoteSmall td {
    border: 1px solid #E7EBF0;
  }

.tableDist {
  border-collapse: collapse;
}

  .tableDist td {
    border: 1px solid #000000;
  }

.label {
  color: #000000;
  font-size: large;
  margin-bottom: 10px;
}

.labelsmall {
  color: #000000;
  font-size: small;
  margin-bottom: 10px;
}

.textbox {
  width: 638px;
  height: 30px;
  background-image: url(Images/textbox_638x121.png);
  border: none;
}

.textboxLarge {
  width: 304px;
  height: 156px;
  border: 2px solid #1040A1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  background-image: url( images/textbox_304x156.png);
  /*border: none;*/
}

.textboxNotes {
  width: 95%;
  height: 156px;
  border: 2px solid #1040A1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  /*background-image: url( images/textbox_304x156.png);*/
  /*border: none;*/
}

.custom-radio input[type="radio"] {
  display: none; /* Hide default radio button */
}

  .custom-radio input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: small;
  }

    .custom-radio input[type="radio"] + label:before {
      content: "";
      width: 16px;
      height: 16px;
      border: 2px solid #AE2B25;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      background-color: white;
    }

  .custom-radio input[type="radio"]:checked + label:before {
    background-color: #AE2B25; /* Change fill color when selected */
    border: 2px solid #AE2B25;
  }

.dropdownlistDiv {
  /*background-image: url(~/Images/dropdown_300x30.png); */
  border: .8px solid #AAACAA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  width: 59%;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  margin-top: 8px; /**/
}

.davesdropdown {
  /*border: 2px solid #AAACAA;*/
  /*border-bottom-width: 6px; 
    border-left-width: 1px; 
    border-right-width: 1.5px; 
    border-top-width: 3px;*/
}

.dropdownlistDiv2 {
  /*background-image: url(~/Images/dropdown_300x30.png); */
  border: 10px thick #AAACAA;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  /*behavior: url(/Scripts/PIE-1.0.0/PIE.htc);*/
  width: 100%;
  border-width: 10px;
  vertical-align: middle;
  /*line-height: 25px;*/
  margin-top: 8px;
}


.dropdownlist {
  /*background: url(~/Images/dropdown_arrow.png) no-repeat: right; */
  /*-webkit-appearance: none;*/
  border: 2px solid #AAACAA;
  width: 20%;
  height: 29px;
  line-height: 25px;
  vertical-align: middle;
  width: 50%;
}

.watermarked {
  color: #AAACAA;
  font-style: italic;
  text-align: center;
}

.regular-checkbox input {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  display: inline-block;
  position: relative;
  background-image: url(images/radiobutton_notchecked.png);
}

  .regular-checkbox input:active, .regular-checkbox input:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  }

  .regular-checkbox input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
    color: #99a1a7;
    background-image: url(images/radiobutton_notchecked.png);
  }

    .regular-checkbox input:checked:after {
      content: '\2714';
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #99a1a7;
      background-image: url(images/radiobutton_notchecked.png);
    }

.regular-radio input {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  display: inline-block;
  position: relative;
  background-image: url(images/radiobutton_notchecked.png);
}

.regular-radio label {
  vertical-align: bottom;
  padding: 0;
}

.regular-radio input:active, .regular-radio input:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
}

.regular-radio input:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
  behavior: url(/Scripts/PIE-1.0.0/PIE.htc);
  background: url(/images/radiobutton_notchecked.png) no-repeat center;
}

  .regular-radio input:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
    background-image: url(images/radiobutton_notchecked.png);
  }

.footerspace {
  padding-right: 5px;
  padding-left: 5px;
}
/* #################### GridView #################### */
.GridView {
  border: solid 2px #666666 !important;
  clear: left;
  width: 100%;
  padding-top: 30px;
}

.GridView_HeaderStyle {
  color: #fff;
  background-color: #AE2B25;
  /*font-weight: bold;*/
  border: solid 0px #000;
  text-align: left;
}

  .GridView_HeaderStyle a {
    color: #fff;
    text-decoration: none;
  }

.GridView_RowStyle {
  background-color: #fff;
  font-size: .8em;
}

.GridView_EditRowStyle {
  background-color: #fff9c6 !important;
  vertical-align: top;
}

.GridView_AlternatingRowStyle {
  background-color: #DEDFDE;
  font-size: .8em;
}

.GridView_SelectedRowStyle {
  background-color: #fff;
  border: solid 1px #000;
  /*font-weight: bold;*/
}

.GridView_PagerStyle {
  color: #000;
  background-color: #fffce0;
  font-weight: bold;
}

  .GridView_PagerStyle a {
    color: #853;
    font-weight: bold;
  }

.NotDisplayed {
  display: none;
  padding: 0px;
  margin: 0px;
}

li {
  padding-bottom: 2px;
}

.gridbutton {
  border-color: #29457A;
  border-width: 1px;
  width: 50px;
  height: 25px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #AE2B25;
  color: #ffffff;
  font-size: small;
  text-align: center;
  padding: 0;
}

.roundedButton {
  border-color: #29457A;
  border-width: 2px;
  width: 75px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #AE2B25;
  color: #ffffff;
  font-size: medium;
  text-align: center;
}

.roundedButtonLarge {
  border-color: #29457A;
  border-width: 2px;
  width: 125px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #1C4188;
  color: #ffffff;
  font-size: medium;
  box-shadow: .25em .25em .5em #1C4188;
}

.buttonwrap {
  white-space: normal;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.QuoteButton {
  background: url('Images/generatequote.png') no-repeat;
  width: 223px;
  height: 137px;
}

#progressBackgroundFilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}

#processMessage {
  position: fixed;
  top: 30%;
  left: 43%;
  padding: 10px;
  width: 14%;
  text-align: center;
  z-index: 1001;
  background-color: #fff;
  border: solid 1px #000;
}

.progressBackgroundFilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}

.processMessage {
  position: fixed;
  top: 30%;
  left: 43%;
  padding: 10px;
  width: 14%;
  text-align: center;
  z-index: 1001;
  background-color: #fff;
  border: solid 1px #000;
}

div.hide {
  display: none;
  visibility: hidden;
}
