/* -*- Mode: CSS; tab-width: 2; indent-tabs-mode: nil; -*- */

h1
{
  color: #fff;
  background: #009534;
  padding-left: 10px;
  line-height: 30px;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
  margin-bottom: 10px;
}

fieldset
{
  position: relative;
  margin: 0 10px 10px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
  background-color: #f3f4ee;
  width: 470px;
  overflow: hidden;
}

fieldset h4
{
  margin-top: 0;
  padding: 5px 0 3px 0;
  position: relative;
  border-bottom: 1px solid #dadbd6;
  color: #000;
}

fieldset h5
{
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin: 15px 0 8px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dadbd6;
}

legend
{
  font-weight: bold;
  font-size: 14px;
  padding: 2px 6px;
  margin: 0;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
}

select
{
  width: 210px;
}

label
{
  font-size: 12px;
  padding-bottom: 3px;
  display: block;
  cursor: pointer;
}

input.text
{
  padding: 2px 3px;
  width: 200px;
}

form td
{
  vertical-align: top;
  padding: 0 10px 0 0;
  width: 215px;
}

.error label:hover
{
  color: #900;
}

label:hover
{
  color: #000;
}

span.label
{
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

label.inline
{
  padding: 0 10px 0 0;
  display: inline;
}

label.inline input.radio
{
  margin-right: 3px;
}

label.checkbox
{
  position: relative;
  padding: 0 10px 0 0;
  overflow: hidden;
  zoom: 1;
}

label.checkbox input.checkbox
{
  position: absolute;
  top: 0;
  left: 0;
  *top: -3px;
  *left: -3px;
}

label.checkbox span
{
  float: left;
  margin-left: 20px;
  padding-bottom: 3px;
}

a.more
{
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 10px;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  padding: 2px 3px 2px 3px;
  background: #adafa4 url('images/arrow-down.png') no-repeat right;
  margin-bottom: 10px;
  display: block;
  width: 98%;
}

.details
{
  position: relative;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #dadbd6;
  background-color: #f6f7f1;
}

.details .details
{
  background-color: #FAFCF3;
}

.details h5
{
  margin-top: 0;
}

.error
{
  background-color: #F9DDDB;
  border: 1px solid #ea5c5c;
  position: relative;
  left: -5px;
  color: #C00;
  padding: 5px;
  margin-right: 20px;
}

.ignore-during-submission
{
  background-color: #FFF1C8 !important;
}

td .error
{
  margin-right: 0;
}

p.submit
{
  position: relative;
  top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #dadbd6;
  margin: 20px 0;
  overflow: hidden;
  zoom: 1;
}

#content input.text
{
  background: #fff url('images/input-bg.gif') repeat-x;
  padding: 3px;
  border: 1px solid;
  border-top-color: #999;
  border-left-color: #d0d0d0;
  border-bottom-color: #dadbd6;
  border-right-color: #d0d0d0;
  color: #222;
}

#content input.text:focus
{
  background-color: #f8f8f5;
}

#content
{
  padding-top: 10px;
  padding-bottom: 20px;
  background: #fff;
  min-height: 300px;
}

body.diventa-cliente #content .side
{
  min-height: 315px;
  position: relative;
  padding-bottom: 10px;
  background: transparent url('images/nav-top-home.png') no-repeat top left;
}

#content .side .actions
{
  background: #f4faf6 url('images/shadow-actions.png') no-repeat left bottom;
  width: 190px;
  float: left;
  margin-top: 26px;
  margin-left: 15px;
  display: inline;
  padding-bottom: 20px;
}

#content .side .actions h4
{
  background: #80bb46 url('images/h4-bg.png') no-repeat left top;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}

#content .side .actions ul li
{
  color: #009534;
  font-size: 16px;
  width: 185px;
  float: left;
  line-height: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  font-weight: bold;
  text-indent: 10px;
}

#content .side .actions li.whats
{
  background: url('images/whats.png') no-repeat right center;
  cursor: pointer;
}

#content ul.steps
{
  width: 190px;
  float: left;
  margin-left: 15px;
  display: inline;
}

#content ul.steps li:first-child
{
  margin-top: 0;
}

#content ul.steps li
{
  float: left;
  display: inline;
  width: 190px;
  height: 46px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  background: url('images/step.gif') no-repeat left top;
}

#content ul.steps li:hover,
#content ul.steps li.current
{
  background: url('images/step.gif') no-repeat left bottom;
  color: #fff;
}

#content ul.steps li a
{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #858683;
  text-decoration: none;
  margin-left: 44px;
  margin-top: 10px;
}

input.large
{
  width: 260px;
}

input.small
{
  width: 115px;
}

#importo_ultima_bolletta,
#spesa_annua_gas
{
  padding-left: 20px !important;
  width: 182px;
  background: transparent url('images/input-bg-euro.png') no-repeat 0 0 !important;
}

input[id^=civico],
input[id^=cap]
{
  width: 88px;
}

#content ul.steps li span
{
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  color: #bbbcb7;
}

#content ul.steps li:hover a,
#content ul.steps li:hover span,
#content ul.steps li.current a,
#content ul.steps li.current span
{
  color: #fff;
}

.address_helper,
.ask,
.overlay_ask,
.overlay_message
{
  font-size: 12px;
  padding: 10px;
  border: 1px solid #F9CC70;
  background: #F9EFCC;
  margin: 10px;
}

.overlay_ask .actionsBox
{
  padding: 5px 0;
  margin: 10px 0 5px;
  text-align: center;
}

.overlay_ask h3
{
  margin: 0 0 5px;
  text-align: center;
  font-weight: bold;
  color: #D79600;
}

.overlay_ask .actionsBox a:link,
.overlay_ask .actionsBox a:visited
{
  text-decoration: none;
  color: #111;
  padding: 3px 6px;
  background-color: #F4E6BD;
  margin: 0 5px;
  border: 1px solid #F4CB00;
}

.overlay_ask .actionsBox a:hover
{
  background-color: #FFE377;
}

.overlay_ask .actionsBox a:active
{
  background-color: #F4DC00;
}

.ask
{
  margin: 3px 0;
  color: #333;
  overflow: hidden;
  zoom: 1;
}

.overlay_ask,
.overlay_message
{
  border: 5px solid #F4CB00;
  color: #333;
  margin: 0 auto;
  width: 400px;
}

.ask p
{
  font-size: 12px !important;
  margin: 0;
}

.advice
{
  font-size: 12px;
  color: #9C0105;
  display: block;
  background-color: #FFE6E4;
  border: 1px solid #FEE;
  margin: 3px 0;
  padding: 3px 5px;
}

.thankyou
{
  padding: 15px;
}

div.banner
{
  padding-top: 10px;
  padding-left: 0px;
}

/* Bottoni Luce & Gas */

.side a.luce-btn:link,
.side a.luce-btn:visited
{
  position: absolute;
  top: 110px;
  left: -1px;
  display: block;
  width: 238px;
  height: 46px;
  text-indent: -9999px;
  margin: 0;
  background: transparent url('images/luce-btn.png') no-repeat bottom;
  zoom: 1;
  z-index: 1;
  line-height: 0px;
}

.side a.luce-btn:hover,
.side a.luce-btn:active,
.side a.active-luce-btn
{
  position: absolute;
  top: 110px;
  left: -1px;
  display: block;
  width: 238px;
  height: 46px;
  text-indent: -9999px;
  margin: 0;
  background: transparent url('images/luce-btn.png') no-repeat top;
  zoom: 1;
  z-index: 1;
  line-height: 0px;
}

.side a.gas-btn:link,
.side a.gas-btn:visited
{
  top: 156px;
  left: -1px;
  position: absolute;
  display: block;
  width: 238px;
  height: 46px;
  text-indent: -9999px;
  margin: 0;
  background: transparent url('images/gas-btn.png') no-repeat bottom;
  zoom: 1;
  z-index: 1;
  line-height: 0px;
}

.side a.gas-btn:hover,
.side a.gas-btn:active,
.side a.active-gas-btn
{
  top: 156px;
  left: -1px;
  position: absolute;
  display: block;
  width: 238px;
  height: 46px;
  text-indent: -9999px;
  margin: 0;
  background: transparent url('images/gas-btn.png') no-repeat top;
  zoom: 1;
  z-index: 1;
  line-height: 0px;
}

/* Box Offerta */

.attivazione-luce .lista-offerte,
.attivazione-gas .lista-offerte
{
  padding: 20px 0 10px;
  overflow: hidden;
  zoom: 1;
}

.lista-offerte .suggerito
{
	background-color: #fff;
/*  background: #F9F9F2 !important;*/
}

.lista-offerte .edisonweb.suggerito div {
	background: url(images/Solo-on-line.png) no-repeat right top;
}

.box-offerta.suggerito div
{
/*  background: transparent !important;*/
}

/*
.lista-offerte .suggerito
{
  width: 208px !important;
  min-height: 220px !important;
  background: #F9F9F2 url('images/suggerito.png') no-repeat right 35px !important;
  margin-left: 20px !important;
  margin-top: -10px !important;
}

.box-offerta.suggerito div
{
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  background: transparent !important;
}

.suggerito h3
{
  width: 208px !important;
}

body.diventa-cliente .box-offerta.suggerito a.box-btn
{
  width: 206px !important;
  border-top: 1px dotted #c7dbce;
}
*/

.diventa-cliente .box-offerta div img
{
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}

/* Altro */

body.diventa-cliente .nota
{
  background-color: #f3f4ee;
  border: 1px solid #e9e9e8;
  padding: 7px;
  margin-left: 10px;
  width: 491px;
  position: relative;
  margin-bottom: 10px !important;
}

body.diventa-cliente .nota h2
{
  color: #333;
  font-size: 11px;
  display: inline;
}

div.nota p
{
  font-size: 11px;
  margin: 5px 0;
}

a.chiudi
{
  display: block;
  width: 14px;
  height: 14px;
  background: transparent url('images/chiudi-trans.png') no-repeat top;
  position: absolute;
  top: 7px;
  right: 10px;
  text-indent: -9999px;
}

a.chiudi:hover
{
  background: transparent url('images/chiudi-trans.png') no-repeat bottom;
}

#sottoscrivi-btn
{
  cursor: pointer;
  height: 36px;
  width: 188px;
  text-indent: -9999px;
  border: none;
  line-height: 36px;
  background: transparent url('images/sottoscrivi-btn.png') no-repeat right top;
  border: 0;
  float: right;
}

#sottoscrivi-btn:hover
{
  background: transparent url('images/sottoscrivi-btn.png') no-repeat right bottom;
}

#error_log
{
  background-color: #F9DDDB;
  border: 1px solid #ea5c5c;
  padding: 10px;
  margin: 10px;
  width: 488px;
}

#error_log h1
{
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  color: #900;
  background: transparent;
  padding: 0px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}

#error_log ul
{
  padding: 0 10px;
}

#error_log li
{
  list-style: none;
  background: transparent url('images/error.png') no-repeat left;
  padding-left: 25px!important;
  margin-bottom: 3px;
}

#error_log a:link,
#error_log a:visited
{
  color: #A00;
}

#error_log a:hover
{
  color: #C00;
}

#contextual-help,
#spiega-iban-box
{
  display: none;
  position: absolute;
  width: 175px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 7px;
}

#contextual-help h4
{
  margin: 0 0 3px;
  font-size: 13px;
  color: #009534;
  font-weight: bold;
}

#spiega-iban-box
{
  width: 200px;
  top: 170px;
  left: 10px;
}

#spiega-iban-box p
{
  font-size: 12px;
}

#spiega-iban-box .example
{
  padding: 7px 5px;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  border: 2px solid #90C84B;
  background: #F1F1F1;
}

div.legals
{
  border: 1px solid #CCC;
  background: #F7FBF3;
  padding: 10px;
  min-heigth: 100px;
  heigth: auto !important;
  height: 100px;
  overflow: auto;
  margin: 5px 0 8px;
  display: none;
}

div.legals ul.privacy li
{
  margin-bottom: 10px;
}

div.legals strong
{
  color: #333;
}

div.legals > li
{
  margin: 5px 0 10px 5px;
}

div.legals li  li
{
  list-style-type: upper-alpha;
  margin: 10px 0 5px 20px;
}

div.legals li  li li
{
  list-style-type: decimal;
}

div.legals p
{
  font-size: 12px;
}

fieldset h5.legals
{
  position: relative;
  width: 470px;
  padding: 3px 0;
}

fieldset h5 span
{
  position: absolute;
  right: 0;
  top: 0;
}

fieldset h5 a:link,
fieldset h5 a:visited
{
  font-style: normal;
  text-decoration: underline;
  font-size: 11px;
  margin-left: 5px;
  cursor: pointer;
  color: #13AA49;
}

#contextual-help p
{
  font-size: 12px;
}

fieldset h5 img
{
  cursor: pointer;
  position: relative;
  top: 2px;
}

#opzione-bioraria-box,
#bolletta-digitale-box
{
  display: none;
}

span.contextual_notification
{
  display: block;
  font-size: 11px;
  color: #555;
  position: relative;
  left: -10px;
  padding: 5px 10px;
  margin-top: 5px;
  background-color: #F7FBF3;
  border-left: 5px solid #F1DD00;
}

.conthidden
{
  display: none;
}

.gray
{
  color: #666 !important;
  background-color: #E7E7E7 !important;
}

.input_split
{
    width: 100%;
    clear: both;
}

.input_split li
{
    float: left;
}

.input_split li input
{
    width: 10px;
}

.splitbg {
    border-width: 0 !important;
    height: 22px;
    letter-spacing: 8.3px;
    padding: 0 2px !important;
    font-family: 'Courier New';
    font-weight: bold;
    text-transform: uppercase;
}

input.split14 {
    background: url('images/input-bg-split14.png') no-repeat !important;
    width: 280px;
}
input.split16 {
    background: url('images/input-bg-split16.png') no-repeat !important;
    width: 280px;
}
input.split27 {
    background: url('images/input-bg-split27.png') no-repeat !important;
    width: 440px;
}
