/**
 *  Altavia CSS
 *  BG-Lightgray: #e9e9e9
 *  Text-Blau:    #3383bb, etwas dunkler: #03538b;
 */

* {
    margin:0;
    padding:0;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
/*
* Icons
*/
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 2px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 2px;}

.ui-icon-empty { background-position: -224px -192px; }

/** General Style Info **/

.inputformfield {
    vertical-align: top;
    color: #000000;
    text-align: left;
}
.inputformlabel {
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}

.altrow {
    background-color:	#cccccc; 
}

.masterproduct {
    background-color:	#bbddbb;
}

.productvariant {
    background-color:	#ddffdd;
}

.productvariant_with_subvariants {
    background-color:	#ddffdd;
/*
    background-color:	#cceecc;
*/
}

.productsubvariant {
    background-color:	#eeffee;
}

#completepage
{
    min-height: 100%;

    text-align:       center;  /* Zentrierung im Internet Explorer */
    margin:           0 auto;  /* standardkonforme horizontale Zentrierung */
}

h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h2.marked{
    display:block;
    background-color: #c9c9c9;
}

h3.marked{
    margin-top: 5px;
    display:block;
    background-color: #e9e9e9;
}

a, a:visited{ 
    text-decoration: none;
    color: #03538b;
    font-weight: bold;
}
a:hover, a:active { 
    text-decoration: none;
    color: #000000;
}

/* Flash messages */
.flash         { border:3px solid #ff9b00; background:#ffcc80; padding:10px; font-weight:bold; margin:15px 0;}
.flash_success { border:3px solid #bedf5d; background:#e2f1a8; padding:10px; font-weight:bold; margin:15px 0; color: #000000;} 
.flash_failure { border:3px solid #990000; background:#f97d88; padding:10px; font-weight:bold; margin:15px 0; color: #000000;} 
.flashmessage  { width: 80%; margin: 0 auto; padding: 10px;}
/*
 * Buttons
 */

.buttons a, .buttons button, .buttonsfilter a, .buttonsfilter button, input.submitbutton
{
    display: block;
    float: left;
    margin: 0 0px 0 3px;
    background-color: #a9a9a9;
    color: #03538b;
    border: 1px solid #999999;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Calibri, verdana, helvetica, arial, sans-serif;
    font-size: 100%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;	/* do not wrap text on buttons */

    /* (deactivated -- see below) */
    /* padding: 4px 11px 3px 9px; */	/* Links */
}

.buttons a[type]
{
    /* (deactivated -- see below) */
    /* padding: 5px 11px 3px 9px; */	/* Links */
}


.buttons button:hover, .buttons a:hover, .buttonsfilter a:hover, .buttonsfilter button:hover, input.submitbutton:hover
{
    background-color: #999999;
    border: 1px solid #777777;
    color: #83c3fb;
}

.buttons button:active, .buttons a:active, .buttonsfilter a:active, .buttonsfilter button:active, input.submitbutton:active
{
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

.buttonsfilter a, .buttonsfilter button
{
    color: #ffffff;
}

.buttons button, .buttonsfilter button,  input.submitbutton
{
    width: auto;
    overflow: visible;

    /* (deactivated -- see below) */
    /* padding: 4px 11px 3px 7px; */	/* IE6 */
}

.buttons button[type], .buttons a[type]
{
    /* (deactivated -- see below) */
    /* padding: 3px 10px 4px 9px; */	/* Firefox, IE8 */
    /* line-height: 16px; */		/* Safari */
}

*:first-child+html button[type]
{
    /* (deactivated -- see below) */
    /* padding: 3px 11px 2px 7px; */	/* IE7 */
}

/* the following settings should give equally sized buttons for all browsers */
/* (tested with Chrome 31, Firefox 26, IE 8, IE 9, Safari 6) */
/* (support of these settings for IE 6 and IE 7 not tested) */

/* settings for real buttons */
.buttons button,
.buttons button[type],
.buttonsfilter button,
input.submitbutton
{
    padding: 3px 10px;
}

/* settings for button style links */
.buttons a,
.buttons a[type],
.buttonsfilter a
{
    padding: 3px 10px;
}

/* special settings for button style links (Firefox only) */
@-moz-document url-prefix()
{
    .buttons a,
    .buttons a[type],
    .buttonsfilter a
    {
        padding: 4px 10px;
    }
}

/* Suchfilter Eingaben */
.sfinput
{
    font-size: 9px;
}
 
.sfinput.sf-prodlist
{
  font-size: 9px;
  border-width: 1px;
}
 
/* Der Headerbereich */
#header{
    position: relative;
    left:0; top:0; width: 980; height:100;
    background-image: url(/img/menu_bg.gif);
    background-repeat: no-repeat;
    background-position:left;
    width: 100%;
    max-width: 980px;
    height:100px;
    margin:           0 auto;  /* standardkonforme horizontale Zentrierung */
    margin-bottom: 10px;
}
#headermainmenu {
    position: absolute;
    left:41px; top:58px; width: 800px; height: 20px;
}
#headerusermenu {
    position: absolute;
    left:600px; top:5px; width: 300px; height: 53px;
}

#navuserleft {
    border: 1px ridge silver;
    margin-top: 5px;
    float: left;
    text-align:left;
}
#navuseractions {
    border: 1px ridge silver;
    margin-left:10px;
    text-align:left;
}
#navuserflags {
    border: 1px ridge silver;
}

/* Der Main Content Block (unter Header) */

#maincontent{
    clear: both;
    overflow: visible;
    text-align: left;
    width: 98%;
    margin: 0 auto;
    min-height:90%;
    padding: 0px;
}

#maincontentfit{
    clear: both;
    overflow: visible;
    text-align: left;
    margin: 0 auto;
    min-height:90%;
    padding: 5px;
}

#maincontenteditattr{
    clear: both;
    overflow: visible;
    text-align: left;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
}

.contentarea{
    clear: both;
    overflow: visible;
    text-align: left;
    width: 99%;
    padding: 5px;
    min-height:90%;
}

/* Der Footer */
#footer {
    border: 1px ridge silver;
    width: 99%;
    background-color: #e9e9e9;
    clear: both;
    float: left;
    overflow: visible;
}

/* Der Contentbereich */
#toptabs{
    margin: 0 auto;
    float: left;
    overflow: visible;
    width: 99%;
}
#contentflash{
    clear: both;
    margin: 0 auto;
    float: left;
    overflow: visible;
}

#content{
    border: 1px ridge silver;
    width: 99%;
    background-color: #ffffff;
    clear: both;
    float: left;
    overflow: visible;
    min-height: 200px;
}

/* Überschriftsreiter */
.headline_l {
    background-image: url(/img/bg_content_headline_l.gif);
    background-repeat: no-repeat;
    height: 24px;
    width:  11px;
    text-align: left;
}
.headline_r {
    background-image: url(/img/bg_content_headline_r.gif);
    background-repeat: no-repeat;
    height: 24px;
    width:  11px;
    text-align: left;
}
.headline {
    background-image: url(/img/bg_content_headline.gif);
    background-repeat: repeat-x;
    color: rgb(72, 93, 105);
    font-weight: bold;
    height: 24px;
    text-align: left;
}

/* Sub Headline */
.subheadline {
    background-image: url(/img/bg_content_headline.gif);
    background-repeat: repeat-x;
    color: rgb(72, 93, 105);
    font-weight: bold;
    height: 24px;
    text-align: left;
}
.subheadline_l {
    background-image: url(/img/bg_content_headline_l.gif);
    background-repeat: no-repeat;
    height: 24px;
    width:  11px;
    text-align: left;
}
.subheadline_r {
    background-image: url(/img/bg_content_headline_r.gif);
    background-repeat: no-repeat;
    height: 24px;
    width:  11px;
    text-align: left;
}

#footermiddle {
    width: 89%;
    float: left;
    text-align: center;
}
#footerright {
    width: 9%;
    float: right;
}

#footer a {
    color: #606060;
  }

#debug_footer {
	clear: both;
	border: 2px ridge silver;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

/* Die Sprachflaggen */
img.languageflag {
  border:none;
  margin: 0;
  vertical-align:middle;
  margin-right: 3px;
}

/**********************************************************************************
 *
 * Ab hier Klassendefinitionen für die Contentbereiche
 *
 */

/*** ESSENTIAL STYLES ***/
.contentlist * {
    margin:			0;
    padding:		0;
    list-style:		none;
}

.contentlist {
    float:		left;
    width:  96%;
    padding: 0 2% 0 2%;
    margin: 0 auto;
    margin-top:	1em;
    margin-bottom:	1em;
    line-height:	1.0;
}
.contentlist h2 {
	background-color: #c9c9c9;
	vertical-align:middle;
}

.contentlist table {
    width:  100%;
    clear: both;
    border:1px ridge #505050;
    empty-cells:show;
    float: center;
}

.contentlist th, .contentlist td {
    padding: 3px;
    border:1px ridge #505050;
    vertical-align: top;
}

.contentlist tr {
    padding: 3px;
}


.contentlist p {
    background-color: #ffffff;
	vertical-align:middle;
	padding: 5px;
	text-align: center;
	float: left;
}

/*
 * Style für die Paginator-Zeile
*/
.paging {
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    border-top: 1px ridge silver;
}

.actions {
    float: left;
    width: 100%;
    color: #03538b;
}
div.actions {
    clear: both;
}

.actions h3 {
    float: left;
    vertical-align:middle;
}

.actions a:hover, .actions a:visited:hover {
	color: #808080;
}
.actions a , .actions a:visited {
	color: #ffffff;
}

.actions li {
    border-left: 1px ridge white;
    border-right: 1px ridge white;
    float: left;
    color: #ffffff;
    padding: 2px;
    background-color: #03538b;
    vertical-align: middle;
    display:block;
    text-decoration: none;
}
.actions ul {
    float: left;
    color: #ffffff;
    vertical-align: middle;
    display:block;
    text-decoration: none;
}

/*
 * Radien der Content Bereiche
 */
/* Corner radius */
.corner-tl { 
    -moz-border-radius-topleft: 8px; 
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px; 
}
.corner-tr { 
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}
.corner-bl { 
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.corner-br { 
    -moz-border-radius-bottomright: 8px; 
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.corner-top {
    -moz-border-radius-topleft: 8px; 
    -webkit-border-top-left-radius: 8px; 
    border-top-left-radius: 8px; 
    -moz-border-radius-topright: 8px; 
    -webkit-border-top-right-radius: 8px; 
    border-top-right-radius: 8px;
}
.corner-bottom {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.corner-right {
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.corner-left { 
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.corner-all { 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
 }

/* loginDialog */
.dialoginputfield {
	clear: both;
}
.dialoginputbuttons {
	clear: both;
}
#xloginDialog label, #loginDialog label {
    font-weight: bold;
    float: left;
    padding: 2px;
}
#xloginDialog input, #loginDialog input {
	float: right;
	padding: 2px;
}
#xloginDialog button, #loginDialog button {
	clear: both;
	margin-top: 5px;
}
#requestpwDialog{
	float: center;
}
#requestpwDialog label {
	float: left;
	padding: 2px;
}
#requestpwDialog input {
	float: right;
	padding: 2px;
}
#requestpwDialog .dialogbuttons {
	clear: both;
	float: center;
}
#requestpwDialog button {
	margin-top: 10px;
}
.requestpwinfo {
	clear: both;
	float: center;
	padding: 4px;
}

/* 
 * email form 
*/
div.contactform {
    clear: both;
    padding: 5px;
    float: left;
}
.contactform button {
    margin-left: 15.3em;
    float:left;
}
.contactform button {
    margin-left: 15.3em;
    float:left;
}

.contactform .error-message {
    margin-left: 15.3em;
}

.contactform label {
    width: 15em;
    float: left;
    overflow: visible;
    color: #03538b;
    vertical-align:top;
    font-weight: bold;
}

.contactform input, .contactform textarea {
    color: #000000;
    font-weight: bold;
}
/* 
 * Angebotsbearbeitung, quotes/edit 
 */

fieldset {
    border: 0;
}

.quote-closed-message {
    font-style:italic;
    font-weight: bold;
    color: red;
    text-align: right;
    padding-top: 3px;
    padding-right: 20px;
}
.quotesforminput {
    vertical-align: top;
    text-align: left;
    border-left: 1px ridge silver;
}
.quotesforminformation {
    vertical-align: top;
    text-align: left;
    border: 0;
}

#quotesforminformation {
    float:left;
    width: 100%;
    padding-left: 2px
    float: left;
}

#quotesformoverview {
    padding-left: 2px;
}
#quotesformoverview table {
    vertical-align: top;
    border-spacing: 0px;
}
#quotesformoverview > table {
    border-spacing: 0px;
}
#quotesformoverview td {
    vertical-align: top;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 0.5em;
}

#quoteattachments {
    margin-top: 10px;
    clear:left;
    padding-left: 2px;
    border-top: 1px ridge silver;
}

#quoteattachments table {
    width:  100%;
    clear: both;
    empty-cells:show
    float: center;
}
#quoteattachments th {
    font-size: 110%;
    border-top: 1px ridge silver;
    border-bottom: 1px ridge silver;
    color: #000000;
}

#quoteattachments tr, #quoteattachments td {
    padding: 3px;
    border-bottom: 1px ridge silver;
}

#quotesformrelated {
    border-top: 1px ridge silver;
    clear:left;
    padding-left: 2px;
    margin-top: 10px;
}

#quotesforminput {
    padding-left: 2px;
    padding-bottom: 2px;
}
#quotesforminput td{
    vertical-align: top;
}
#quotesforminput label {
    float: left;
    color: #000000;
    font-weight: bold;
    width: 20%;
    display: block;
}
.inputlabel {
    float: left;
    color: #000000;
    font-weight: bold;
    width: 20%;
    display: block;
}
.formbuttonarea {
	clear: both;
	float: center;
	width: 90%;
	text-align: center;
	padding: 5px;
	padding-top: 20px;
}

.quoteformfieldarea .quoteformfield {
	text-decoration:none;
	font-variant: normal;
	padding: 0;
	margin: 0;
}
/*
 * change password form
 */
.error-message {
    color: red;
    font-style: italic;
}

#changeupwd {
    clear: both;
    padding: 20px;
    float: left;
}
#changeupwd-form {
    padding: 5px;
    margin:0 auto;      /* center */
    text-align: left;   /* IE 7 */
}

#changeupwd-buttons {
    clear: both;
    margin:0 auto;      /* center */
    text-align: center;   /* IE 7 */
    padding-top: 10px;
}

#changeupwd-form label {
    float: left;
    color: #000000;
    font-weight: bold;
    width: 16em;
    display: block;
}
/* User Edit Form */

#usersform {
    clear: both;
    padding: 20px;
    float: left;
}
#usersform-form {
    padding: 5px;
    margin:0 auto;      /* center */
    text-align: left;   /* IE 7 */
}

#usersform-buttons {
    clear: both;
    margin:0 auto;      /* center */
    text-align: center;   /* IE 7 */
    padding-top: 10px;
}

#usersform-form label {
    float: left;
    color: #000000;
    font-weight: bold;
    width: 16em;
    display: block;
}

/* Business Terms */
.gbtleft {
	margin-top: 10px;
	clear:both;
	float:left;
	width: 20%;
	text-align:left;
}
.gbtright {
	margin-top: 10px;
	float:left;
	width: 59%;
	text-align:left;
}

.gbtright ul {
  	margin-left: 1.5em;
}
/* Misc */

p.infofield {
    padding: 3px;
}
.infofieldname {
    width: 35%;
    float: left;
}
.infofieldvalue{
    color: #000000;
    vertical-align: top;
}


#fileexlist {
    float:left;
    width: 70%;
    margin-right: 5px;
}

#fileexupload {
    float:left;
    width: 28%;
    margin-left: 75%;
    margin-right: 0;
    border: 1px ridge silver;
    border-bottom: 1px ridge silver;
    margin: 0;
}
#fileexinforight {
    float:right;
    width: 28%;
    margin-left: 1px;
    margin-top: 2px;
}
#fileexupload td {
    text-align: left;
    border: 0;
}


/*
 * Progress Bar for upload of files
 */
.bar {
    width: 200px;
}
  
#progress {
    background: #eee;
    border: 1px solid #222;
    margin-top: 20px;
}
#progressbar {
    width: 0px;
    height: 24px;
    background: #333;
}

.fileuploadbutton{
    width:110px;
    height:30px;
}
.fileuploadover {
    position:absolute;
    top:auto;
    z-index:1;
}

.fileuploadunder {
    position:absolute;
    top:auto;
    z-index:100;
    opacity:0;
    filter:Alpha(Opacity=0);
}

/**********************************************
 * Uploadify Layout
 */
.uploadifyQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    border: 2px solid #E5E5E5;
    background-color: #F5F5F5;
    margin-top: 5px;
    padding: 10px;
    width: 90%;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#uploaderUploader {
    border: 1px ridge silver;
    background-color: #FFF;
    font: 11px Verdana, Geneva, sans-serif;
    padding: 0;
}

/* Selectboxen Grössen */
select.select5 {
  width: 5em;
}
select.select5max {
  max-width: 5em;
}
select.select7 {
  width: 7em;
}
select.select7max {
  max-width: 7em;
}
select.select10 {
  width: 10em;
}
select.select10max {
  max-width: 10em;
}
select.select12 {
  width: 12em;
}
select.select12max {
  max-width: 12em;
}
select.select14 {
  width: 14em;
}
select.select14max {
  max-width: 14em;
}
select.select15 {
  width: 15em;
}
select.select15max {
  max-width: 15em;
}
select.select20 {
  width: 20em;
}
select.select20max {
  max-width: 20em;
}
select.select22 {
  width: 22em;
}
select.select22max {
  max-width: 22em;
}
select.select30 {
  width: 30em;
}
select.select30max {
  max-width: 30em;
}
select.select30max {
  max-width: 30em;
}
select.select40 {
  width: 40em;
}
select.select40max {
  max-width: 40em;
}
select.select50 {
  width: 50em;
}
select.select50max {
  max-width: 50em;
}

.tablerowhover {
    background-color: #eebb00;
}
.tablerowhighlighted {
    background-color: #eebb00;
}

/* Project Edit Form */

#projectform {
    clear: both;
    padding: 20px;
    float: left;
}
#projectform label {
    float: left;
    font-weight: bold;
    width: 16em;
    display: block;
}

#projectform input, #projectform select {
    font-weight: bold;
}


input select checkbutton {
    font-size:inherit;
}

input[type="number"]
{
    width: 6em;
}

#attributesTable,
#attributesTable input,
#attributesTable select-DISABLED {
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 12px;
/*
    background-color: #fff;
*/
}

.attrlabel {
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-color: #fff;
    font-weight:bold;
}

.attrlabel input .attrlabel select {
    font-family: Calibri,Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-color: #fff;
}

#a-red a
{
    color: red;
}

.workflow_container
{
    display: flex;
    width: 100%;
}

.workflow_select_product_type
{
    padding: 10px;
}

.workflow_select_product_type_sidebar
{
    width: 280px;

    border-right: 1px solid black;
    padding: 5px;
}

.workflow_select_product,
.workflow_select_product_only
{
    width: 100%;
    padding: 5px;
}

.workflow_edit_product
{
    width: 100%;
}

.workflow_select_border
{
    float: left;
    width: 125px;
    padding: 0px;
}

.workflow_select_product_only .workflow_select_border
{
    margin: 10px;
    padding: 5px;
}

.workflow_select_product_type_sidebar .workflow_select_border
{
    width: 270px;
    border-bottom: 2px solid #aaaaaa;
}

.workflow_select_content
{
    font-weight: bold;

    text-align: center;
    padding: 10px 5px;
    cursor: pointer;

    word-wrap: break-word;
    overflow: hidden;
}

.workflow_select_content.submenu
{
    font-weight: normal;
    border-top: 1px solid #dddddd;
}

.workflow_select_content.selected
{
    color: #3383bb;
    background: #d9d9d9;
}

.workflow_select_content:hover,
.workflow_select_content.selected:hover
{
    color: #ffffff;
    background: #808080;
}

.workflow_select_product .workflow_select_content,
.workflow_select_product_only .workflow_select_content,
.workflow_select_product_type .workflow_select_content
{
    height: 140px;
    border-radius: 4px;
}

.workflow_select_product_type_sidebar .workflow_select_content
{
    text-align: left;
    padding: 1px;
}

.workflow_select_product h1,
.workflow_select_product_only h1,
.workflow_select_product_type h1,
.workflow_select_product_type_sidebar h1
{
    padding-bottom: 0.5em;
}

.workflow_select_content img
{
    max-width: 100%;
    max-height: 80%;
}

.workflow_show_content,
.workflow_show_content img
{
    width: 125px;
    background: #ffffff;
}

#workflow_show_content img
{
    max-width: 100%;
    max-height: 80%;
}

#clientofferwizardtabs-1-outer,
#clientofferwizardtabs-2-outer,
#clientofferwizardtabs-3-outer
{
    padding: 0;
    margin: 0;
    background-color: white;
    width: 100%;
    clear: both;
}

#clientofferwizardtabs-1-inner,
#clientofferwizardtabs-2-inner,
#clientofferwizardtabs-3-inner
{
    padding: 3px;
}

.labelhead {
    font-size: 12px;
    font-weight: bold;
/*
    background-color: #fff;
    display: block;
    border-top: 1px ridge silver;
    border-right: 1px ridge silver;
*/
}

.spacer10
{
    clear:both;
    margin-top: 10px;
}

.spacer5
{
    clear:both;
    margin-top: 5px;
}

/*************************************
 * Extreport Forms
 */
.extreports
{
    margin-left: 10px;
    margin-top: 10px;
}

.extreports_form
{
    float:left;
    margin-left: 5px;
    width: 200px;
}

.extreports_elements_form ul
{
    list-style: none;
    margin: 0 10px 0 0;
}

.extreports_elements_form ul li
{
    border: 1px solid grey;
    margin: 2px 0 0 0;
}

.extreports_elements_form ul li .input
{
    margin-top: 3px;
}


.extreports_elements_form ul li span
{
    float:left;
}

.extreport_element
{
    margin-left: 20px;
}

.extreports_elements_form label, .extreports_form label {
    float: left;
    font-weight: bold;
    width: 8em;
    display: block;
}

.extreports_elements_form
{
    margin-left: 230px;
    min-height: 100px;
    padding-left: 10px;
}

.extreport_element_delete
{
    margin: 5px;
    float:right;
}

/*************************************
 * Extreportresults Forms
 */
.extreportresults
{
    margin-left: 10px;
    margin-top: 10px;
}

#extreportresults_form
{
    float:left;
}
#extreportresults_form h2
{
    margin-bottom: 5px;
}

.extreportresults_form
{
    margin-left: 5px;
    margin-top: 10px;
    width: 400px;
}

.extreportresults_form label {
    float: left;
    font-weight: bold;
    width: 10em;
    display: block;
}

#extreportresults_params 
{
    float:left;
    width: 50%;
    margin-top: 10px;
    border:1px solid grey;
    margin-right: 10px;
    padding: 5px 5px 0 5px;
}

#extreportresults_params label
{
    float: left;
    font-weight: bold;
    width: 10em;
    display: block;
}

.extreportresult_param
{
    margin-bottom: 5px;
}

/* ACL Management */

.aclRights{
    padding: 0 10px 0 10px;
}

.aclRights h2
{
    background-color: #c9c9c9;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
    padding: 5px;
}

.aclRights .userselect
{
    width:26em;
}

.aclRights .companyselect
{
    width:26em;
}

.aclRights .companyitem
{
    float:left;
    display:block;
}

.aclRights .useritem
{
    float:left;
    display:block;
}

/* 
 * Suppliers
 */
.GeneralInputForm .input label,
#MilestoneModelAddForm .input label,
#CompanyAddForm .input label,
#CompanyEditForm .input label,
.AgencySelect label:first-child,
.SupplierSelect label:first-child,
.GroupmemberSelect label:first-child,
.ProducttypeSelect label:first-child,
.PTTSelect label:first-child,
.PTSelect label:first-child,
.PCSelect label:first-child,
.ActiveSelect label:first-child,
#GroupEditForm label {
    clear:both;
    float: left;
    font-weight: bold;
    width: 10em;
    display: block;
    margin-top: 5px;
}
#TextitemAddForm .input label,
#TextitemEditForm .input label,
#BenchmarkRuleAddForm .input label,
#BenchmarkRuleEditForm .input label
{
    clear:both;
    float: left;
    font-weight: bold;
    width: 10em;
    display: block;
    margin-left: 5px;
}
#CompanyEditForm input, #CompanyEditForm select,
#CompanyAddForm input, #CompanyAddForm select,
#GroupEditForm input, #GroupEditForm select  {
    margin-top: 5px;
}

/*
 * User Editing
 */
#UserAddForm select,
#UserEditForm select
{
    width:26em;
}


/*************************************
 * MilestoneModel Forms
 */
.milestone_models
{
    margin-left: 0px;
    margin-top: 5px;
}

.milestone_models_form
{
    float:left;
    margin-left: 5px;
    width: 300px;
}

.product_milestone_models_form
{
    float:left;
    margin-left: 5px;
    width: 200px;
}

.milestone_model_steps_form ul
{
    list-style: none;
    margin: 0 10px 0 0;
}

.milestone_model_steps_form ul li
{
    border: 1px solid grey;
    margin: 2px 0 0 0;
}

.milestone_model_steps_form ul li .input
{
    margin-top: 3px;
}


.milestone_model_steps_form ul li span
{
    float:left;
}

.milestone_model_step
{
    margin-left: 20px;
}

.milestone_model_steps_form label, .milestone_models_form label 
{
  float: left;
  font-weight: bold;
  width: 10.5em;
  padding-left:0.1em;
  display: block;
}

.milestone_model_steps_form
{
    margin-left: 320px;
    min-height: 100px;
    padding-left: 10px;
}

.milestone_model_steps_form.products
{
    margin-left: 0px;
    min-height: 250px;
}

#ProductMilestoneEditMilestonesForm
{ 
  font-size: 0.8em;
}

#ProductMilestoneEditMilestonesForm input,
#ProductMilestoneEditMilestonesForm select
{ 
  font-size: 0.8em;
}

#ProductMilestoneEditMilestonesForm input.submitbutton
{ 
  font-size: 1em;
}


.milestone_model_step_delete
{
    margin: 5px;
    float:right;
}


/** 
 *Spinner class
*/
.spinner 
{
  display:none;
  position:absolute;
  left:48%;
  top:250px;
  width:44px;
  height: 44px;
  background: white url("/img/ajaxLoader.gif");
  background-repeat: no-repeat;
  z-index: 3000;
}

.spinner50
{
  top:50px;
}

.busytab-1
{
  display: none;
  float: left;
  margin-top: 2px;
  margin-left: -12px;
  width: 12px;
  height: 12px;
  background: url("/img/ajaxLoaderTab1.gif");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.busytab-2
{
  display: none;
  float: left;
  margin-top: 2px;
  margin-left: -12px;
  width: 12px;
  height: 12px;
  background: url("/img/ajaxLoaderTab2.gif");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

/*
 * Some view definitions (original cake)
 */
/** Scaffold View **/
.view dl {
        line-height: 2em;
        margin: 0em 0em;
        margin-left: 20px;
        width: 95%;
}
.view dl dd:nth-child(4n+2),
.view dl dt:nth-child(4n+1) {
        background: #f4f4f4;
}

.view dt {
        font-weight: bold;
        padding-left: 4px;
        vertical-align: top;
        width: 10em;
}
.view dd {
        margin-left: 10em;
        margin-top: -2em;
        vertical-align: top;
        text-overflow: ellipsis;
        overflow: auto;
}

div.related 
{
    margin-left: 20px;
    margin-top: 30px;
}
div.related table tbody tr,
div.related table tbody tr th,
div.related table tbody tr td
{
    padding: 1px 5px;
}
div.related table tbody tr td a,
div.related table tbody tr td.actions a
{
    color: black;
}

