/* CSS Document */

/* ============= Reset CSS ================== */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend{/*,
table, caption, tbody, tfoot, thead, tr, th, td {*/
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
  }
a img, :link img, :visited img {
  border: 0;
  }

ol, ul {
  list-style: none;
  }

/* =========== Main Elements ================ */

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background:#efeeee none repeat scroll 0%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  }

h1 {
  }

h2 {
  }

h3 {
  color:#000000;
  font-size:135%;
  font-weight:bold;
  }

h4 {
  background-color:#BFBAB0;
  padding:5px 3px 5px 5px;
  color:#000000;
  font-weight:bold;
  }

p {
  text-align:justify;
  }

span.tip {
    border-bottom: 1px solid #eee;
}

a {
  color:#890e12;
  }

/* ============= Divs and ID's ================ */

#headerContainer {
  width:100%;
  background:#FFFFFF;
  padding-top:10px;
  border-bottom:3px solid #890e12;
  }

#header {
  margin:0px 20px 0px 20px;
  }

#logoContainer {
  float:left;
}

#clientLogoContainer {
  float: right;
  margin-right: 15px;
}

#headerInfo {
  float: right;
  margin-top: 3px;
  padding-top: 0.2em; 
  text-align: center;
}
#headerInfo a {

}
#topDivPadding {
  width: 100%;
  padding: 1em 0 0 0;
  }

#loginDetailsContainer {
  float:left;
  margin:18px 0px 0px 50px;
  font-size:16px;
  }

#loginDetailsContainer span {
  font-size:x-large;
  font-weight:bold;
  }
div#siteBarActions{
  text-align: right;
}
#logoutButtonContainer {
  float:right;
  text-align: right;
  margin-top:10px;
  }

#content {
  color: #000080;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

#content select {
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #BFBAB0;
}

.make_inlines_not_broken {
  display:inline-block;
  vertical-align:top;
}

#content input[type="text"], input[type="password"], 
#content input[type="file"], textarea {
    font-size: 12px;
    border: 1px solid #BFBAB0;
    padding: 1px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    vertical-align: top;
}

#content input[type="checkbox"] {
  padding:0px;
  margin:0px;
  }

#content input[type="button"], #content input[type="submit"], .proposal_condition button, input.red_button {
  color: #ffffff !important;
  background: #890e12 !important;
  border: 1px solid #660000 !important;
  font-size: 12px;
  border: none;
  padding: 1px 5px 1px 5px !important;
  overflow: visible; /* ie6/7 width fix */
  width: auto; /* ie6/7 width fix */
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

#content input[type="button"]:hover, #content input[type="submit"]:hover, input.red_button:hover, #content td.action_column a.button:hover{
  background: #FFFFFF !important;
  color: #890e12 !important;
}
#content input.blue_button {
  color: #ffffff !important;
  background: rgb(0, 0, 128) !important;
  border: 1px solid #000066 !important;
  font-size: 12px;
  border: none;
  padding: 1px 5px 1px 5px !important;
  overflow: visible; /* ie6/7 width fix */
  width: auto; /* ie6/7 width fix */
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
#content input.blue_button:hover {
  background: #FFFFFF !important;
  color: rgb(0, 0, 128) !important;
}
#content input.disabled, #content input.disabled:hover {
  background: #999999 !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
}
#content a.link_button {
  text-decoration: none;
  font-size: 12px !important;
  color: #ffffff !important;
  background:#890e12 !important;
  border:1px solid #660000 !important;
  padding:3px 5px 5px 5px !important;
  font-family:Arial, Helvetica, sans-serif;
  display: inline-block;
}

#content a.link_button_small {
  text-decoration: none;
  font-size: 12px !important;
  color: #ffffff !important;
  background: #890e12 !important;
  border: 1px solid #660000 !important;
  padding: 2px 5px !important;
  font-family: Arial, Helvetica, sans-serif;
}

#content a.print_link_button {
  color: #ffffff !important;
  background:#890e12 !important;
  border:1px solid #660000 !important;
  font-size:12px;
  border:none;
  display: inline-block;
  margin-top: 2px;
  padding:4px 5px 4px 5px !important;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  }

#content a.button {
  text-decoration: none;
  display: inline-block;
  width: 22px;
  font-size: 12px !important;
  color: #ffffff !important;
  background:#890e12 !important;
  border:1px solid #660000 !important;
  padding:4px 5px 5px 5px;
  font-family:Arial, Helvetica, sans-serif;
}

#content .proposal_condition a.button {
  width: auto;
}

#content a:hover.link_button {
  background: #FFFFFF !important;
  color: #890e12 !important;
  text-decoration: none;
}

#content .required  {
  background: #fefd91;
  }

#tooltip {
  width: 15em;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  }

#fieldsetContainer {
  clear:both;
  position: relative;
  padding:10px 10px 50px 10px;
  background-color:#FFFFFF;
  width:670px;
  margin:20px auto;
  }

#startPageContainer {
  padding:10px 10px 50px 10px;
  background-color:#FFFFFF;
  margin:10px auto 50px auto;
  width:500px;
  }

#startPageContainer fieldset ol {  
  padding: 1em 1em 0 1em !important;
  list-style: none;
  }

#startPageContainer fieldset ol li  {
  margin: 0 0;
  padding: 1px !important;
  padding-top:0.5em !important;
}

#fieldsetContainer input[type="text"], #fieldsetContainer select  {
  background:#FFFFFF;
  border: 1px solid #BFBAB0;
  font-size:12px;
}

#fieldsetContainer .email{
  width: 280px;
}

#fieldsetContainer .required, #fieldsetContainer .required  {
  background:#FEFD91 none repeat scroll 0% 0%;
  }

#summaryDetails {
  padding-bottom:30px;
  }

#summaryDetails li {
  float:left;
  margin-right:10px;
  }

#summaryInfoContainer {
  width:700px;
  margin:10px auto;
  margin-bottom:20px;
  padding-left:20px;
  }

#summaryInfoContainer li {
  padding-top:1em;
  }

#requiredFields h3 {
  float:left;
  }

#requiredFields span {
  float:right;
  }

#rightContent {
  float:right;
  width:75% !important;
  }

#inputButtonContainer {
  clear:both;
  border-top:1px solid #890e12;
  position: fixed;
  bottom:0;
  right:0;
  z-index: 99;
  margin-top:10px;
  padding: 10px 50px 10px 0;
  width:100%;
  background-color: #ffffff;
  }
  /* IE6 Hack, to remove the fixed buttonbar*/
* html #inputButtonContainer {
  bottom:auto;
  right:auto;
  position: static;
  float:right;
  margin-top:10px;
  width:auto;
}
#inputButtonContainerTop {
  position: absolute;
  right: 0px;
  top: 10px;
}
  
#inputButtonContainerTop ul {
  float: right;
}

#inputButtonContainer ul {
  float:right;
  }

#inputButtonContainer li, #inputButtonContainerTop li {
  float:left;
  margin-left:5px;
  }

#gender_type_id, #marital_status_id, #driving_license_id {
  width:110px;
  }

#sideBar {
    width:12em;
    float:left;
    clear:both;
    color:#333333;
}

#sideBarProgressMenu {
    border: 1px solid #BFBAB0;
    background-color: #e2e0db;
}

#proposalLockWizardContainer{
    display: none;
    margin-top: 5px;
    padding:7px;
    line-height: 15px;
    background:#FFe5e5 url(/images/cross.png) no-repeat scroll 95% 5%;
    color:black;
    text-decoration:none;
    border:1px solid #FF0000;
    clear:both;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    position:relative;
    top:1px;
}

#sideBar ol {
  padding:3px 0px 3px 0px;
  }

#sideBar ol li {
  padding:5px 5px 5px 5px;
  padding-bottom:3px;
  }

#sideBar ol li span {
  margin-left: 20px;
  }
  
#topBar {
  border: 1px solid #BFBAB0;
  background-color: #e2e0db;
  float:left;
  clear:both;
  color:#333333;
  }

#topBar ol {
  padding:3px 0px 3px 0px;
  }

#topBar ol li {
  padding:5px 5px 5px 5px;
  padding-bottom:3px;
  }

#topBar ol li span {
  margin-left: 20px;
  }

#clearing {
  clear:both;
  }

#address {
  width:215px;
  }

#smallFieldsetContainer {
  padding:20px;
  background-color:#FFFFFF;
  width:500px;
  margin:0 auto;
  padding-bottom:2em;
  }

#smallFieldsetContainer h3 {
  padding-bottom:10px;
  }

#smallFieldsetContainer ul {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  }

#smallFieldsetContainer ul li {
  margin-bottom:5px;
  }
  #mainPageHolder{
    padding-bottom:30px;
  }
#mainPageTableHolder, #smallFieldsetContainer{
  
}
#mainPageHolder ul li {
  margin-bottom: 7px;
}

#smallFieldsetContainer fieldset {  
  position: relative !important;
  float:none !important;
  clear: left !important;
  width: 500px !important;
  margin: 0 0 -1em 0 !important;
  padding: 0 0 1em 0 !important;
  border-style: none !important;
  border: 1px solid #BFBAB0 !important;
  background-color: #F2EFE9 !important;
  color:#890e12 !important;
  }

#smallFieldsetContainer fieldset #address_list {
  width:100%;
  }

#error_container {
  margin:10px auto;
  width:696px;
  }

#startPageFieldsetContainer {
  display:inline-block;
  clear:both;
  }

#startPageFieldset {
  float:none !important;
}

#footer {
  border-top: 2px solid #890e12;
  padding: 0.8em 0 0 0;
  background: #fff;
  height: 3em;
}

.push {
  background: none;
  height: 4em;
  padding: 0 0 1em 0;
}

/* ============= Classes ================ */

.table_third_cell {
  padding-left: 162px;
}

.readonly {
  background: #DDDDDF !important;
}

.paginate {
    font-family: Arial, Helvetica, sans-serif;
}


a.paginate {
    border: 1px solid #890e12;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    color: #000080;
}

a.paginate:hover {
    background-color: #890e12;
    color: #FFF;
    text-decoration: underline;
}

a.current {
    border: 1px solid #890e12;
    font-family: bold Arial,Helvetica,sans-serif;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background:#890e12;
    color: #FFF;
    text-decoration: none;
}

span.inactive {
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 6px 2px 6px;
    color: #999;
    cursor: default;
}

.staffbutton  {
  width: 80px;
}

.roll {
  width: 130px;
}

.button {
  width: 110px;
}

.activePage {
  font-style: italic !important;
  background-color:#890e12 !important;
  color:#FFFFFF !important;
  }

.subnavimg {
  padding-left:10px;
  }

.alt {  
  background-color: #E6E3DD;
  }

.summaryError {
  border:2px dashed #FF0000;
  background-color:#ffffff;
  margin-left:10px;
  margin-right:10px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  padding:5px;
  margin-bottom:10px;
  width:745px;
  color:#FF0000;
  }

.summaryWarning {
  border:2px dashed #d5a23e;
  background-color:#ffffff;
  margin-left:10px;
  margin-right:10px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  padding:5px;
  width:745px;
  margin-bottom:10px;
  }

.newAppSelectBox {
  width:150px;
  }

.employmentSelectBox {
  width:140px;
  }

.assetSelectBox {
  width:300px;
  }
  
.notice_align {
  margin-top:70px !Important;
  }

.startEmailField {
  width:275px;
  }

.dealNewAddRecalcButton {
  width:60px !important;
  }


/* ============= Ibox ================ */

#ibox {
  padding:10px;
  text-align:justify;
  }

#ibox h3 {
  margin-bottom:10px;
  }

#ibox p {
  margin-bottom:10px;
  }


/* ============= Fieldsets ================ */

fieldset {  
  position: relative;
  float: right;/*this was commented out*/
  width: 500px;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  border-style: none;
  border: 1px solid #BFBAB0;
  background-color: #e2e0db;
  color:#890e12;
  }

legend {  
  color: #000000 !important;
  font-weight: bold;
  }

legend span {  
  position: absolute;
  left: 0.74em;
  top:0;
  margin-top: 0.5em;
  font-size: 135% ;
  }

label {
  float: left;
  width: 15em;
  margin-right: 1em;
  color: #333333;
  margin-top: 3px;
  }

fieldset ol {  
  padding: 10px 10px 0px 10px;
  list-style: none;
  }

fieldset li {
  /*float: left;*/
  clear: left;
  width: 100%;
  padding-bottom: 7px;
  color:#000000;
  }

fieldset.alt {  
  background-color: #E6E3DD;
  }

fieldset fieldset {  
  border-style: none;
  background-color: transparent;
  background-image: none;
  width:80%;
  float:left;
  margin-bottom:-2.5em!important;
  padding:0px !important;
  }

fieldset fieldset legend {  
  margin-left: 0 !important;
  font-weight: normal;
  color:#333333 !important;
  }

fieldset fieldset ol {
  position: relative;
  margin: 0 0 0 16em !important;
  padding: 0 !important;
  top: -1.3em;
  }

fieldset fieldset li {
  width:80% !important;
  }

fieldset fieldset label {  
  float: none;
  width: auto;
  margin-right: auto;
  }

fieldset fieldset span {
  color:#333333 !important;
  }

fieldset textarea {
  width:750px;
  border: 1px solid #BFBAB0;
  font-family:Arial, Helvetica, sans-serif;
  }

  fieldset ol li ul li label {
   margin-left: 1em;
   width: 14em;
  }
  
  fieldset ol li ul li:last-child {
    padding-bottom: 0;
  }
  
.notice {
  margin: 10px 0;
  line-height: 14px;
  font-size:12px;
}

.hidden {
  display:none;
}

a.hidden {
  visibility: hidden;
}

.alert {
  background: #fff6bf url('/images/warning.png') center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  color: #000;
  text-align: left;
  padding: 10px 20px 10px 45px;
  margin: 3px 0;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
}

ul li span.alert {
  display: block;
}

.success,
.block-message.block-message--success {
  background: #fff6bf url('/images/tick.png') center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  color: #000;
  text-align: left;
  padding: 10px 20px 10px 45px;
  margin: 3px 0;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
}

.error {
  background: #ffe5e5 url('/images/cross.png') center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  color: #000;
  text-align: left;
  padding: 10px 20px 10px 45px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

span.error {
  display: block;
}

.clearing {
  clear:both;
  }

.over {
  font-weight: bold;
}

.listing {
  margin: 5px 0 0 0 !important;
}

.bigger_heading {
  padding:5px 3px 5px 5px;
  font-size:125% !important;
  color:#000000;
  font-weight:bold;
}

.builder  {
  padding: 20px 0 !important;
}

.builder_section  {
  float: left;
  margin: 0 15px 0 0;
}

.builder_section .select  {
  width: 250px;
}

.builder_bg {
  background: #f0f3fa;
  border: 4px solid #e2e0db;
  padding: 0.5em 0 0.5em 1em;
}

.proposal_submitted {
  border: 1px solid #a2bfe9;
  padding: 8px;
  margin-bottom: 5px;
}

.finance_figures_right  {
  text-align: right;
}
.button_format  {
  display: inline-block;
  /*width: 55px !important;*/
  text-align: center;
}
#content td.action_column a, #content td.action_column input, #content td.action_column a.button{
  width:100%;
  display:block;
  padding:3px 0;
}
.override {
  display: inline-block;
  width: 55px !important;
  text-align: center;
}

#printLogoContainer {
  display: none;
}
div.alert_popup{
  padding:2em;
}
div.alert_popup h1{
  font-size:large;
  font-weight: bold;
  color: #890e12;
  margin-bottom: 1em;
}
div.alert_popup ul{
  margin: 1.5em 0;
}
div.alert_popup ul li{
  padding: 4px 4px 4px 24px;
  margin-bottom:6px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  background-image: url(/images/warning.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-color: #ffc;
}
div.alert_popup label{
  float:none;
  width:auto;
}
div.alert_popup div.alert_controls{
  text-align: right;
  border-top: 1px solid #CCCCCC;
  padding-top:1em;
  margin-top:1em;
}

.help {
  background: #96a4fd url('/images/help.png') center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  color: #000;
  text-align: left;
  padding: 10px 20px 10px 45px;
  margin: 3px 0;
  border-top: 2px solid #1938ff;
  border-bottom: 2px solid #1938ff;
}

ul li span.help {
  display: block;
}

.ui-datepicker {
   font-size: .8em;
}

.site_bg_colour{
    background-color:#890e12;
}

.site_fg_colour{
    color:#890e12;
}

.tcw_pc_input {
  display: table;
  padding: 10px 5px 0;
  margin-left: 10px;
}
.tcw_pc_input label {
  width: 100px;
}
.tcw_pc_input input#premium_credit_amount {
  width: 100px;
}

.support.env_dev #loginDetailsContainer,
.support.env_uat #loginDetailsContainer {
  margin-top: 0.5em;
  padding: 0.5em 2em;
}

.support.env_dev #loginDetailsContainer {
  background: #2eb42e;
  color: white;
}

.support.env_uat #loginDetailsContainer {
  background: #fed406;
}
div.dt_select {
  display: inline;
}