/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.button-position {
  float: right;
  margin: 0 0 10px 10px;
}
.base-button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 0 #000000, inset 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
}
.default-button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 0 #000000, inset 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#818181), to(#cbcbcb));
  border: 1px solid #818181;
  color: #333;
  text-shadow: 0 1px 0 #ccc;
}
.button-top {
  position: fixed;
  top: 10px;
  margin: 0 20px;
}
.button-topright {
  position: fixed;
  top: 10px;
  margin: 0 20px;
  right: 0;
  z-index: 200;
}
.button-topleft {
  position: fixed;
  top: 10px;
  margin: 0 20px;
  left: 0;
  z-index: 210;
}
.selected {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
/* POSIZIONAMENTO SPRITE *//* POSIZIONAMENTO SPRITE + ROLLOVER */.small-text {
  color: #999;
  font-size: .9em;
  line-height: 1.3em;
}
.small-caps {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .3em;
}
.small-caps-title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 1.1em;
  color: #666;
}
.page_title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #666;
  font-size: 1.4em;
}
.h2-titles {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  margin: 0 0 10px 20px;
  position: relative;
}
.h2-titles .required {
  top: 0;
}
.inline_li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.double-border {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.double-border-top {
  border-top: 1px solid #fff;
  box-shadow: 0 -1px 0 #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}
.section-table-styles {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.input_inside_label {
  overflow: hidden;
  clear: both;
}
.input_inside_label label {
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
  padding-left: 20px;
}
.input_inside_label input {
  width: auto;
  position: absolute;
  top: 10px;
  left: 0;
  margin: .3em .5em 1.2em 0;
}
.clear-last:last-of-type {
  border: none;
  -webkit-box-shadow: none;
}
.list {
  list-style-type: disc;
  padding-left: 1em;
}
.list li {
  margin: 0 1em .5em 1em;
}
.pseudo-border {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  border-right: 1px solid #bbb;
  width: 1px;
}
.container-base {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #bbb;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 0 #eee, 0 1px 0 #fff;
}
.inline-label {
  padding: 10px;
  margin-right: 0;
  font-size: 14px;
}
.inline-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  border-right: 1px solid #bbb;
  width: 1px;
}
.label-style {
  color: #999;
  font-weight: normal;
  text-align: right;
  width: 110px;
}
.input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  border: none;
  font-size: 14px;
  padding: 10px;
  margin: 0;
  background: none;
  font-weight: bold;
}
.border-bottom {
  border-bottom: 1px solid #ffffff;
}
body {
  color: black;
  /*background:				desaturate(lighten(@body,8),5) url(/static/img/bg/body.png) fixed;*/

  background-color: white;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
}
a {
  color: #5e5e5e;
  text-decoration: none;
}
a:hover {
  color: #444444;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: .5em;
  font-weight: bold;
}
h3 {
  font-size: .9em;
  line-height: 1;
  margin-bottom: .25em;
  font-weight: bold;
  color: #999999;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
b {
  font-weight: bold;
}
table {
  position: relative;
  width: 100%;
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
}
th {
  text-align: left;
  padding: 0 .25em;
}
thead th {
  background: #ffffff;
  padding: 0 .25em;
  color: #444444;
  text-align: left;
}
thead th a {
  color: #efefef;
}
td {
  padding: 0 .25em;
  background: #ffffff;
  /* IE */

  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  line-height: 30px;
}
.row2 td {
  background: #ffffff;
}
.phone,
.vat,
.cf {
  letter-spacing: .1em;
}
th.label {
  color: #999;
  font-weight: normal;
  text-align: right;
  width: 110px;
}
th.priority {
  text-align: right;
}
td.subject {
  font-weight: bold;
}
td.category {
  padding: 5px;
  width: 30px;
}
.home th {
  width: 30%;
}
.home td {
  width: 30%;
}
.home .priority {
  width: 10%;
}
#header {
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #2c2c2c;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #000000);
  background-image: -moz-linear-gradient(top, #2c2c2c, #000000);
  background-image: -ms-linear-gradient(top, #2c2c2c, #000000);
  background-image: -o-linear-gradient(top, #2c2c2c, #000000);
  background-image: linear-gradient(top, #2c2c2c, #000000);
  border: 1px solid #d9d9d9;
  color: #ffffff;
  font-weight: bold;
  position: fixed;
  top: -5px;
  left: 0;
  right: 0;
  height: 70px;
  margin: 0 2%;
  overflow: hidden;
  z-index: 1000000;
}
#header a {
  color: #ffffff;
}
#header a:hover {
  color: #999999;
}
#site_name {
  padding: 30px 10px 20px 10px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
  float: left;
  width: 300px;
}
#release {
  font-size: .6em;
  position: relative;
  vertical-align: super;
}
#site_nav {
  overflow: hidden;
  width: auto;
}
#container {
  margin: 90px 2% 20px;
  width: 96%;
  position: relative;
}
.appointment #container,
.diary #container,
.registry #container,
.dossier #container {
  /*	margin-left:			320px+@unit*2*/

}
#content {
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 20px;
  background: #ffffff;
  /* IE */

  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #f2f2f2;
  border-top-width: 10px;
  overflow: hidden;
}
.login #content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#pre_content {
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: .9em;
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #ffffff;
  overflow: hidden;
  background: #2c2c2c;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #000000);
  background-image: -moz-linear-gradient(top, #2c2c2c, #000000);
  background-image: -ms-linear-gradient(top, #2c2c2c, #000000);
  background-image: -o-linear-gradient(top, #2c2c2c, #000000);
  background-image: linear-gradient(top, #2c2c2c, #000000);
}
.home #pre_content,
.login #pre_content {
  display: none;
}
#breadcrumbs {
  background: url(/static/img/ico/nav_sprite.png) no-repeat;
  background-position: -5px -10px;
  padding-left: 50px;
  line-height: 30px;
}
#breadcrumbs a {
  display: block;
  float: left;
  background: url(/static/img/bg/arrow.png) no-repeat right;
  height: 30px;
  color: #ffffff;
  padding: 0 30px 0 0;
  margin-right: 10px;
}
#breadcrumbs a:hover {
  color: #999999;
}
#page_title {
  margin: 0 0 .5em 0;
  font-size: 2em;
  font-weight: bold;
  text-transform: capitalize;
}
#footer {
  font-size: .75em;
  clear: both;
  margin: 20px 40px;
  text-align: right;
  color: #f2f2f2;
}
#footer a {
  color: #f2f2f2;
}
.id,
.number {
  text-align: right;
}
.date {
  text-align: center;
}
.hidden {
  display: none;
}
.disabled {
  opacity: .4;
}
.count_pill {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #444444;
  padding: 2px 10px;
  float: right;
}
.deny_option,
.left {
  float: left;
}
.delete_option,
.right {
  float: right !important;
}
#nav_ul {
  overflow: hidden;
  margin-left: 20px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #d9d9d9;
  display: inline-block;
}
#user_data {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: .8em;
  line-height: 1em;
  text-align: right;
  font-weight: normal;
}
#user_data strong {
  font-weight: bold;
}
#logout_btn {
  display: block;
  margin: 5px 0;
}
.nav_li {
  float: left;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #d9d9d9;
}
.nav_li a {
  display: block;
  background: url(/static/img/ico/nav_sprite.png) no-repeat;
  padding-top: 35px;
  margin: 10px;
  line-height: 1;
}
.section_links {
  float: right;
  margin: 10px 10px 0 0;
}
.up_btn,
.down_btn,
.add_btn,
.close_btn,
.delete_btn,
.edit_btn,
.nav_list,
.nav_add,
.mail_btn {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
  text-indent: -999999px;
  overflow: hidden;
}
.section_name {
  border-left: 10px solid;
  float: left;
}
.section_name a {
  display: block;
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  padding-left: 40px;
  margin: 10px;
}
#page_menu {
  position: absolute;
  top: 70px;
  right: 5px;
  margin: 21px 20px 20px;
  width: 320px;
  height: 40px;
  padding-top: 0;
}
#page_menu h2 {
  color: #444444;
  padding: 10px 20px;
  color: white;
  margin: 0;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: 10px;
}
#page_menu ul {
  margin-top: 40px;
  display: none;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  background: black;
  border: 1px solid #f2f2f2;
  padding: 10px 0;
}
#page_menu.opened ul ,
#page_menu:hover ul {
  display: block;
}
#page_menu.closed ul {
  display: none;
}
#page_menu ul li {
  background: white;
}
.page_menu {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #ffffff;
  overflow: hidden;
  line-height: 30px;
  font-size: 1.1em;
}
.page_menu a {
  color: #444444;
  font-weight: bold;
}
.page_menu a:hover {
  color: #999999;
}
/*------------------------------------------------------------------------
							PAGES CUSTOMIZATIONS
-------------------------------------------------------------------------*/
/*	ICONS 	*/
.category_icon {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 40px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
  border-left: 5px solid;
}
.C4 {
  background-position: -5px -1110px;
}
/* Hearing */
.C3 {
  background-position: -5px -1160px;
}
/* Meeting */
.C5 {
  background-position: -5px -1210px;
}
/* Deadline */
.C1 {
  background-position: -5px -1260px;
}
/* Mail */
.C0 {
  background-position: -5px -1310px;
}
/* Email */
.C2 {
  background-position: -5px -1360px;
}
/* Phone call */
.C6 {
  background-position: -5px -1410px;
}
/* Pro Forma */
.C7 {
  background-position: -5px -1460px;
}
/* Invoice */
.actor_type {
  float: left;
  margin-right: 10px;
  display: block;
  width: 30px;
  height: 30px;
}
.person_icon {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
  background-position: -10px -1610px;
}
.company_icon {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
  background-position: -10px -1660px;
}
.star_btn,
.pause_btn,
.payed_btn,
.starred_icon,
.priority_icon {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
  background: url(/static/img/ico/icons_color_sprite.png) no-repeat;
  float: right;
}
.DP0,
.AP0 {
  background-position: -10px -10px;
}
.DP1,
.AP1 {
  background-position: -10px -60px;
}
.DP2,
.AP2 {
  background-position: -10px -110px;
}
.DP3,
.AP3 {
  background-position: -10px -160px;
}
.starred_icon {
  background-position: -10px -260px;
}
.star_btn {
  background-position: -10px -210px;
}
.star_btn.toggle_on {
  background-position: -10px -260px;
}
.pause_btn {
  background-position: -10px -310px;
}
.pause_btn.toggle_on {
  background-position: -10px -360px;
}
.payed_btn {
  background-position: -10px -410px;
}
.payed_btn.toggle_on {
  background-position: -10px -460px;
}
/* - - - - - - - - - - */
.diary_view_option {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
}
/* NAV_SPRITE */
#home_link {
  background-position: -10px -10px;
}
#home_link:hover {
  background-position: -10px -310px;
}
#diary_link {
  background-position: -10px -60px;
}
#diary_link:hover {
  background-position: -10px -360px;
}
#dossiers_link {
  background-position: -10px -110px;
}
#dossiers_link:hover {
  background-position: -10px -410px;
}
#appointment_link {
  background-position: -10px -160px;
}
#appointment_link:hover {
  background-position: -10px -460px;
}
#billing_link {
  background-position: -10px -210px;
}
#billing_link:hover {
  background-position: -10px -510px;
}
#registry_link {
  background-position: -10px -260px;
}
#registry_link:hover {
  background-position: -10px -560px;
}
/* SECTION_SPRITE */
#diary_view_day {
  background-position: -10px -10px;
}
#diary_view_day:hover {
  background-position: -10px -960px;
}
#diary_view_week {
  background-position: -10px -60px;
}
#diary_view_week:hover {
  background-position: -10px -1010px;
}
#diary_view_month {
  background-position: -10px -110px;
}
#diary_view_month:hover {
  background-position: -10px -1060px;
}
#dossier_link {
  background-position: -10px -160px;
}
#dossier_link:hover {
  background-position: -10px -1110px;
}
#dossier_list_link,
#archive_link {
  background-position: -10px -210px;
}
#dossier_list_link:hover,
#archive_link:hover {
  background-position: -10px -1160px;
}
#hearing_link {
  background-position: -10px -260px;
}
#hearing_link:hover {
  background-position: -10px -1210px;
}
#meeting_link {
  background-position: -10px -310px;
}
#meeting_link:hover {
  background-position: -10px -1260px;
}
#deadline_link {
  background-position: -10px -360px;
}
#deadline_link:hover {
  background-position: -10px -1310px;
}
#mail_link {
  background-position: -10px -410px;
}
#mail_link:hover {
  background-position: -10px -1360px;
}
#email_link {
  background-position: -10px -460px;
}
#email_link:hover {
  background-position: -10px -1410px;
}
#telephone_link {
  background-position: -10px -510px;
}
#telephone_link:hover {
  background-position: -10px -1460px;
}
#proforma_link {
  background-position: -10px -560px;
}
#proforma_link:hover {
  background-position: -10px -1510px;
}
#invoice_link {
  background-position: -10px -610px;
}
#invoice_link:hover {
  background-position: -10px -1560px;
}
#client_link {
  background-position: -10px -660px;
}
#client_link:hover {
  background-position: -10px -1610px;
}
#counterpart_link {
  background-position: -10px -710px;
}
#counterpart_link:hover {
  background-position: -10px -1660px;
}
#update_link {
  background-position: -10px -860px;
}
#update_link:hover {
  background-position: -10px -1810px;
}
#attachment_link {
  background-position: -10px -910px;
}
#attachment_link:hover {
  background-position: -10px -1860px;
}
/* - - - - - - - - - -
	BREADCRUMBS	
 - - - - - - - - - - */
/*	MAIN SECTIONS */
.update #breadcrumbs,
.dossier #breadcrumbs {
  background-position: -5px -110px;
}
.diary #breadcrumbs {
  background-position: -5px -60px;
}
.appointment #breadcrumbs {
  background-position: -5px -160px;
}
.registry #breadcrumbs {
  background-position: -5px -210px;
}
/*	SUBSECTIONS */
.hearing #breadcrumbs,
.meeting #breadcrumbs,
.deadline #breadcrumbs,
.mail #breadcrumbs,
.email #breadcrumbs,
.phonecall #breadcrumbs,
.proforma #breadcrumbs,
.invoice #breadcrumbs {
  background-image: url(/static/img/ico/section_sprite.png);
}
.hearing #breadcrumbs {
  background-position: -5px -260px;
}
.meeting #breadcrumbs {
  background-position: -5px -310px;
}
.deadline #breadcrumbs {
  background-position: -5px -360px;
}
.mail #breadcrumbs {
  background-position: -5px -410px;
}
.email #breadcrumbs {
  background-position: -5px -460px;
}
.phonecall #breadcrumbs {
  background-position: -5px -510px;
}
.proforma #breadcrumbs {
  background-position: -5px -560px;
}
.invoice #breadcrumbs {
  background-position: -5px -610px;
}
.actor_details #breadcrumbs {
  background-position: -5px -10px;
}
.client #breadcrumbs {
  background-position: -5px -10px;
}
.counterpart #breadcrumbs {
  background-position: -5px -10px;
}
/* - - - - - - - - - - 
   CONTENT BORDER TOP
 - - - - - - - - - - */
#diary_li .section_name,
.diary #content {
  border-color: #afbac6;
}
#dossier_li .section_name,
.dossier_todo,
.update #content,
.dossier #content {
  border-color: #afbac6;
}
#dossier_list_li .section_name {
  border-color: #8794a2;
}
#archive_li .section_name {
  border-color: #666e76;
}
.C4,
#hearing_li .section_name,
.hearing_todo,
.hearing #content {
  border-color: #000000;
}
.C3,
#meeting_li .section_name,
.meeting_todo,
.meeting #content {
  border-color: #000000;
}
.C5,
#deadline_li .section_name,
.deadline_todo,
.deadline #content {
  border-color: #000000;
}
.C1,
#mail_li .section_name,
.mail_todo,
.mail #content {
  border-color: #000000;
}
.C0,
#email_li .section_name,
.email_todo,
.email #content {
  border-color: #000000;
}
.C2,
#telephone_li .section_name,
.telephonecall_todo,
.telephonecall #content {
  border-color: #000000;
}
#proforma_li .section_name {
  border-color: #000000;
}
#invoice_li .section_name {
  border-color: #000000;
}
#registry_li .section_name,
.registry #content {
  border-color: #000000;
}
#client_li .section_name {
  border-color: #333333;
}
#counterpart_li .section_name {
  border-color: #444444;
}
/*------------------------------------------------------------------------
							COLONNE INTERNE
-------------------------------------------------------------------------*/
#proforma_details,
#invoice_details,
#appointment_details,
#actor_details,
#dossier_details {
  overflow: hidden;
  margin: 40px 0;
}
/*	1 COLONNA */
#note,
#dossier_updates,
#updates_form,
#description,
#starred_dossiers,
#user_dossiers,
#latest_dossiers,
#last_modified_section,
#latest_actions {
  float: left;
  width: 100%;
}
/*	2 COLONNE */
#CF,
#P_IVA,
#client,
#counterpart,
#dossier_activities,
#dossier_billing {
  float: left;
  width: 49%;
}
/*	3 COLONNE */
#occurrence_date,
#category,
#proforma_id,
#invoice_id,
#proforma_amount,
#invoice_amount,
#payment_date,
#proforma_date,
#email,
#telephone,
#mobile_phone,
#fax,
#author,
#creation_date,
#total_amount,
#last_modify_date {
  float: left;
  width: 32%;
}
/* 2/3 */
#dossier,
#address {
  float: left;
  width: 66%;
}
/*	PRIMA COLONNA */
#dossier,
#invoice_id,
#total_amount,
#address,
#telephone,
#CF,
#client,
#dossier_activities,
#starred_dossiers,
#last_modified_section,
#latest_actions {
  clear: left;
  margin-right: 2%;
}
/*	COLONNE CENTRALI */
#invoice_amount,
#mobile_phone,
#author,
#creation_date {
  margin-right: 2%;
}
/*	STILI COMUNI */
#dossier,
#occurrence_date,
#category,
#proforma_id,
#invoice_id,
#proforma_amount,
#invoice_amount,
#payment_date,
#total_amount,
#proforma_date,
#address,
#email,
#telephone,
#mobile_phone,
#fax,
#note,
#CF,
#P_IVA,
.note,
.attachment_item,
#author,
#creation_date,
#last_modify_date,
#description,
#client,
#counterpart {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
/*------------------------------------
	AGENDA
-------------------------------------*/
#diary_view_options li {
  float: left;
  border-right: 1px solid #ffffff;
  margin-right: 10px;
  padding-right: 10px;
}
#diary_header {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #c8c8c8;
  position: relative;
  color: #444444;
  text-align: center;
}
#today {
  font-size: 1em;
}
#day_num,
#day_name,
#month,
#year {
  text-transform: uppercase;
  right: 0;
  left: 0;
  vertical-align: middle;
}
#day_num {
  font-size: 5em;
  font-weight: bold;
  padding: 0 20px;
}
#yesterday_btn,
#tomorrow_btn {
  background: url(/static/img/ico/section_sprite.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  overflow: hidden;
  background-image: url(/static/img/ico/btn_sprite.png);
  position: absolute;
  top: 1.8em;
}
#yesterday_btn {
  background-position: -10px -310px;
  left: 10px;
}
#yesterday_btn:hover {
  background-position: -10px -1260px;
}
#tomorrow_btn {
  background-position: -10px -360px;
  right: 10px;
}
#tomorrow_btn:hover {
  background-position: -10px -1310px;
}
#selectDateForm input[type="submit"] {
  width: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #626262;
  box-shadow: 0 2px 3px #626262;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#626262), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #626262);
  background-image: -moz-linear-gradient(top, #afafaf, #626262);
  background-image: -ms-linear-gradient(top, #afafaf, #626262);
  background-image: -o-linear-gradient(top, #afafaf, #626262);
  background-image: linear-gradient(top, #afafaf, #626262);
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 6.666666666666667px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #494949;
  border: 1px solid #7c7c7c;
}
#selectDateForm input[type="submit"]:hover {
  background: #cec3c3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#764e4e), to(#cec3c3));
  background-image: -webkit-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -moz-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -ms-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -o-linear-gradient(top, #cec3c3, #764e4e);
  background-image: linear-gradient(top, #cec3c3, #764e4e);
  border-color: #a08a8a;
}
#selectDateForm input[type="submit"]:active {
  position: relative;
  top: 1px;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -moz-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -ms-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -o-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: linear-gradient(top, #afafaf, #e2e2e2);
  -webkit-box-shadow: 0 -1px 0 #ffffff;
  box-shadow: 0 -1px 0 #ffffff;
}
.time_span {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.time {
  display: block;
  float: left;
  width: 4em;
}
.activity_list {
  margin-left: 4em;
}
.activity_todo {
  border-left-width: 10px;
  border-left-style: solid;
  padding-left: .5em;
}
#agency_todos {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.appointment_table_section {
  margin: 20px 0;
}
/*------------------------------------
	DOSSIER
-------------------------------------*/
.dossiers_count {
  font-weight: normal;
}
.dossiers_count:before {
  content: "(";
}
.dossiers_count:after {
  content: ")";
}
#dossiers_list {
  list-style: decimal;
  padding-left: 2em;
}
#dossiers_list li {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#dossier_header {
  position: relative;
  margin-right: 240px;
  padding-left: 40px;
}
#dossier_priority {
  position: absolute;
  top: 0;
  left: 0;
}
#proforma_actions,
#actor_actions,
#appointment_actions,
#invoice_actions,
#update_actions,
#dossier_actions {
  position: absolute;
  top: 13.333333333333334px;
  right: 20px;
}
#proforma_actions li,
#actor_actions li,
#appointment_actions li,
#invoice_actions li,
#update_actions li,
#dossier_actions li {
  float: left;
}
#home_add_dossier,
.add_button,
.add_dossier {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #626262;
  box-shadow: 0 2px 3px #626262;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#626262), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #626262);
  background-image: -moz-linear-gradient(top, #afafaf, #626262);
  background-image: -ms-linear-gradient(top, #afafaf, #626262);
  background-image: -o-linear-gradient(top, #afafaf, #626262);
  background-image: linear-gradient(top, #afafaf, #626262);
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 6.666666666666667px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #494949;
  border: 1px solid #7c7c7c;
}
#home_add_dossier:hover,
.add_button:hover,
.add_dossier:hover {
  background: #cec3c3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#764e4e), to(#cec3c3));
  background-image: -webkit-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -moz-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -ms-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -o-linear-gradient(top, #cec3c3, #764e4e);
  background-image: linear-gradient(top, #cec3c3, #764e4e);
  border-color: #a08a8a;
}
#home_add_dossier:active,
.add_button:active,
.add_dossier:active {
  position: relative;
  top: 1px;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -moz-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -ms-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -o-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: linear-gradient(top, #afafaf, #e2e2e2);
  -webkit-box-shadow: 0 -1px 0 #ffffff;
  box-shadow: 0 -1px 0 #ffffff;
}
#object_to_delete {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 40px;
  padding: .5em;
  background: #fff;
}
#object_to_delete h1 {
  font-weight: bold;
}
#confirm_delete_buttons {
  overflow: hidden;
  margin: 20px 0;
}
#confirm_delete_buttons li {
  float: left;
  padding-bottom: 20px;
  margin-right: 10px;
}
#confirm_delete_button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #130a0a;
  box-shadow: 0 2px 3px #130a0a;
  background: #8c2a2a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#160707), to(#8c2a2a));
  background-image: -webkit-linear-gradient(top, #8c2a2a, #160707);
  background-image: -moz-linear-gradient(top, #8c2a2a, #160707);
  background-image: -ms-linear-gradient(top, #8c2a2a, #160707);
  background-image: -o-linear-gradient(top, #8c2a2a, #160707);
  background-image: linear-gradient(top, #8c2a2a, #160707);
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 6.666666666666667px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000000;
  border: 1px solid #3d1313;
}
#confirm_delete_button:hover {
  background: #bf2a2a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#190404), to(#bf2a2a));
  background-image: -webkit-linear-gradient(top, #bf2a2a, #190404);
  background-image: -moz-linear-gradient(top, #bf2a2a, #190404);
  background-image: -ms-linear-gradient(top, #bf2a2a, #190404);
  background-image: -o-linear-gradient(top, #bf2a2a, #190404);
  background-image: linear-gradient(top, #bf2a2a, #190404);
  border-color: #6b1818;
}
#confirm_delete_button:active {
  position: relative;
  top: 1px;
  background: #8c2a2a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cb5151), to(#8c2a2a));
  background-image: -webkit-linear-gradient(top, #8c2a2a, #cb5151);
  background-image: -moz-linear-gradient(top, #8c2a2a, #cb5151);
  background-image: -ms-linear-gradient(top, #8c2a2a, #cb5151);
  background-image: -o-linear-gradient(top, #8c2a2a, #cb5151);
  background-image: linear-gradient(top, #8c2a2a, #cb5151);
  -webkit-box-shadow: 0 -1px 0 #ffffff;
  box-shadow: 0 -1px 0 #ffffff;
}
.delete_option {
  float: right !important;
}
#deny_delete_button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #626262;
  box-shadow: 0 2px 3px #626262;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#626262), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #626262);
  background-image: -moz-linear-gradient(top, #afafaf, #626262);
  background-image: -ms-linear-gradient(top, #afafaf, #626262);
  background-image: -o-linear-gradient(top, #afafaf, #626262);
  background-image: linear-gradient(top, #afafaf, #626262);
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 6.666666666666667px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #494949;
  border: 1px solid #7c7c7c;
}
#deny_delete_button:hover {
  background: #cec3c3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#764e4e), to(#cec3c3));
  background-image: -webkit-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -moz-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -ms-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -o-linear-gradient(top, #cec3c3, #764e4e);
  background-image: linear-gradient(top, #cec3c3, #764e4e);
  border-color: #a08a8a;
}
#deny_delete_button:active {
  position: relative;
  top: 1px;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -moz-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -ms-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -o-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: linear-gradient(top, #afafaf, #e2e2e2);
  -webkit-box-shadow: 0 -1px 0 #ffffff;
  box-shadow: 0 -1px 0 #ffffff;
}
#login_form {
  *zoom: 1;
}
#login_form:before,
#login_form:after {
  content: "";
  display: table;
}
#login_form:after {
  clear: both;
}
#login_btn {
  float: right;
}
#reset_psw {
  clear: both;
  margin: 20px 0;
}
.nav_list {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #545454;
  box-shadow: 0 2px 3px #545454;
  background: #91a0b1 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #8293a7;
  background-position: -10px -10px;
}
.nav_list:hover {
  background-color: #a1b9d4;
  border-color: #8ea5be;
}
.nav_list:active {
  position: relative;
  top: 2px;
}
.nav_list:hover {
  background-position: -10px -610px;
}
.add_btn,
.nav_add {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #586c3d;
  box-shadow: 0 2px 3px #586c3d;
  background: #a9ce74 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #9dc762;
  background-position: -10px -60px;
}
.add_btn:hover,
.nav_add:hover {
  background-color: #c2e98c;
  border-color: #afd973;
}
.add_btn:active,
.nav_add:active {
  position: relative;
  top: 2px;
}
.add_btn:hover,
.nav_add:hover {
  background-position: -10px -660px;
}
.delete_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #130a0a;
  box-shadow: 0 2px 3px #130a0a;
  background: #8c2a2a url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #782424;
  background-position: -10px -110px;
}
.delete_btn:hover {
  background-color: #ca1f1f;
  border-color: #9d2323;
}
.delete_btn:active {
  position: relative;
  top: 2px;
}
.delete_btn:hover {
  background-position: -10px -710px;
}
.edit_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #685d24;
  box-shadow: 0 2px 3px #685d24;
  background: #ddc448 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #d9bd32;
  background-position: -10px -160px;
}
.edit_btn:hover {
  background-color: #f6dd62;
  border-color: #e9ce46;
}
.edit_btn:active {
  position: relative;
  top: 2px;
}
.edit_btn:hover {
  background-position: -10px -760px;
}
.close_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
  background: #e6e6e6 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #d9d9d9;
  background-position: -10px -210px;
}
.close_btn:hover {
  background-color: #ffffff;
  border-color: #ede9e9;
}
.close_btn:active {
  position: relative;
  top: 2px;
}
.close_btn:hover {
  background-position: -10px -810px;
}
.up_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
  background: #e6e6e6 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #d9d9d9;
  background-position: -10px -410px;
  display: none;
}
.up_btn:hover {
  background-color: #ffffff;
  border-color: #ede9e9;
}
.up_btn:active {
  position: relative;
  top: 2px;
}
.up_btn:hover {
  background-position: -10px -1010px;
}
.down_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #999999;
  box-shadow: 0 2px 3px #999999;
  background: #e6e6e6 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #d9d9d9;
  background-position: -10px -460px;
  display: none;
}
.down_btn:hover {
  background-color: #ffffff;
  border-color: #ede9e9;
}
.down_btn:active {
  position: relative;
  top: 2px;
}
.down_btn:hover {
  background-position: -10px -1060px;
}
.mail_btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #545454;
  box-shadow: 0 2px 3px #545454;
  background: #91a0b1 url(/static/img/ico/btn_sprite.png) no-repeat;
  border: 1px solid #8293a7;
  background-position: -10px -560px;
}
.mail_btn:hover {
  background-color: #a1b9d4;
  border-color: #8ea5be;
}
.mail_btn:active {
  position: relative;
  top: 2px;
}
.mail_btn:hover {
  background-position: -10px -1160px;
}
#invoice_create {
  text-indent: 40px;
  width: auto;
  padding-right: 10px;
  line-height: 30px;
  color: #444444;
  font-weight: bold;
}
#invoice_create:hover {
  color: #999999;
}
#update_message {
  background: rgba(255, 204, 0, 0.3);
  padding: 0 .25em;
  margin-bottom: 20px;
}
#dossier_attachments,
#dossier_updates {
  position: relative;
  clear: both;
}
#attachment_table td,
#update_table td {
  vertical-align: top;
}
#attachment_table .action,
#update_table .action {
  width: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.update_description {
  line-height: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}
#dossier_add_attachment,
#dossier_add_update {
  position: absolute;
  top: 0;
  right: 0;
}
.person_table_section,
.court_table_section {
  position: relative;
}
.person_table_section h2,
.court_table_section h2 {
  line-height: 2em;
}
.registry_actions {
  position: absolute;
  top: 0;
  right: 10px;
}
#home_actions {
  position: absolute;
  top: 20px;
  right: 20px;
}
.update_description,
#description p,
.note p {
  white-space: pre-wrap;
}
legend {
  color: #cccccc;
  padding: 10px 0;
}
label {
  display: block;
  color: #5e5e5e;
  padding: 0;
  overflow: hidden;
}
input,
textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #cccccc;
  box-shadow: 0 0 2px #cccccc;
  width: 98%;
  padding: 5px 1%;
  border: none;
  margin-bottom: 0;
  font-size: 1em;
  color: black;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}
select {
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 10px;
  padding: 0;
  width: 2em;
  float: left;
}
li input[type="checkbox"],
li input[type="radio"] {
  margin-top: 5px;
}
/*
	button
	checkbox
	file
	hidden
	image
	password
	radio
	reset
	submit
	text
*/
.checkbox_row label {
  float: none;
  margin: 5px 10px 5px 35px;
  position: relative;
  width: auto;
  text-align: left;
  display: inline-block;
  line-height: 1.3em;
}
.checkbox_row label:after {
  display: none;
}
.checkbox_row input {
  width: 20px;
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0;
}
.time_input {
  margin-left: 0;
  width: 80px;
  background: #eee;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.time_input_td {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form_row {
  position: relative;
  margin-bottom: 20px;
}
.actions_row {
  clear: both;
  text-align: center;
  margin: 40px 0 10px 0;
}
.required {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #b33636;
}
.form_help_text {
  font-size: .9em;
  color: #777777;
  margin: 5px 0 0 0;
  line-height: 1.4em;
}
.datetime {
  position: relative;
  line-height: 2em;
}
.datetime input {
  margin: 5px;
}
.datetimeshortcuts img {
  position: relative;
  top: 3px;
}
.vDateField,
.vTimeField {
  width: 100px;
  text-align: center;
}
button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #626262;
  box-shadow: 0 2px 3px #626262;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#626262), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #626262);
  background-image: -moz-linear-gradient(top, #afafaf, #626262);
  background-image: -ms-linear-gradient(top, #afafaf, #626262);
  background-image: -o-linear-gradient(top, #afafaf, #626262);
  background-image: linear-gradient(top, #afafaf, #626262);
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: 6.666666666666667px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #494949;
  border: 1px solid #7c7c7c;
}
button:hover {
  background: #cec3c3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#764e4e), to(#cec3c3));
  background-image: -webkit-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -moz-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -ms-linear-gradient(top, #cec3c3, #764e4e);
  background-image: -o-linear-gradient(top, #cec3c3, #764e4e);
  background-image: linear-gradient(top, #cec3c3, #764e4e);
  border-color: #a08a8a;
}
button:active {
  position: relative;
  top: 1px;
  background: #afafaf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -moz-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -ms-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: -o-linear-gradient(top, #afafaf, #e2e2e2);
  background-image: linear-gradient(top, #afafaf, #e2e2e2);
  -webkit-box-shadow: 0 -1px 0 #ffffff;
  box-shadow: 0 -1px 0 #ffffff;
}
.row_error {
  background: #ff0000;
  /* IE */

  background: rgba(255, 0, 0, 0.1);
}
.row_error label {
  color: #333;
}
.form_error_text {
  color: #999;
  font-size: .9em;
  line-height: 1.3em;
  color: #c00;
  margin-top: 5px;
  margin-bottom: 0;
}
.fieldset_error_text {
  margin: 20px 0 0 10px;
  color: #c00;
}
#counterpart_row li {
  clear: both;
  padding: .5em 0;
}
#counterpart_row li input {
  margin: .5em .5em 0 0;
  width: auto;
}
/* WIDGETS */
.calendar td {
  line-height: normal !important;
}
.calendarbox {
  z-index: 2000000;
}
.calendarbox .calendarnav-previous,
.calendarbox .calendarnav-next {
  z-index: 2000100;
}
