@charset "utf-8";


body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color: #14141B;
	padding: 0px;
	margin: 0px;
	/*background: #f5f5f5;*/
	background: #DCF0D9;
}

.clear {
   clear: both;
}

a,
.yes {
	text-decoration: none;
	/*color: #0074b3;*/
	color: #005900;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	/*color: #28425b;*/
	color: #002f00;
}

h1 {
	padding: 0px;
	font-size: 17px;
}

h2 {
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-style: italic
}

h2.i-h2 {
    font-size:16px;
    text-decoration: underline;
    padding-top: 6px;
    padding-left: 20px;
}

pre {
	font-size: 12px;
}

.wrapper {
   overflow-x: auto;
}

.calendar-container {
   width: 100%;
}

.team-2 {
   float: left;
   width: 50%;
}

.box {
   padding: 1px 7px;
   border: 1px solid #dadada;
}

.box-white {
   background-color: #fff !important;
}

.box-white2 {
   background-color: #DCF0D9 !important;
}

.box-green {
   background-color: #00B500 !important;
}

.box-orange {
   background-color: #E1AB58 !important;
}

.box-purple {
   background-color: #C0A2CB !important;
}

.box-red {
   background-color: #E6A9A4 !important;
}

.box-red a {
   color: #76161E;
}

.centerz {
   text-align: center;
}


h1.title {
	text-align: center;
	letter-spacing: 1px;
	color: #14141b;
	font-family: "lucida grande", sans-serif;
}

fieldset {
   padding: 10px;
   background: #fff;
   margin-right: 15px;
   margin-left: 15px;
}

legend {
   font-size: 14px;
   font-weight: bold;
   padding: 1px 4px;
   border: 1px solid #d7d7e1; 
   border-radius: 3px;
   -webkit-border-radius: 3px;
   /*background: #e0e0e9;*/
   background: #AFD0AC;
   font-family: "lucida grande", sans-serif;
}

.title-shadow {
   text-align: center;
}

.title-shadow img {
   width: 1240px;
}

a img {
	text-decoration: none;
	border: 0;
}

#head-menu hr {
   color: #fff !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0){ 
   #head-menu hr {
   border-color: #fff !important;
}}


/* CONTAINERS */

.header {
	background-color: #d0d0ad;
}

.header-table td {
	padding: 0px 10px 0px 10px;
}

.current-user {
   position: absolute;
   top: 8px;
   left: 15px;
   color: #fff;
}

.current-user a {
   color: #d4d4d4;
   text-shadow: 0 0 1px #4D4D4D;
   letter-spacing: 0.05em;
}

#container {
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.admin-langname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 10px 0px 10px 10px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.logo {
   position: absolute;
   left: 25px;
   margin-top: 10px;
}

.logo img {
   height: 60px;
}

/* MENU TOP */

.menu-top {
   text-align: center;
   background: transparent url(/static/img/site/menu-bgnd-green.png) repeat-x;
   padding-bottom: 10px;
   margin: 0px 10px 0px 10px; 
}

.menu-top a {
   text-align: left;
   padding: 10px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   display: block;
   text-shadow: 1px 1px 0 #163012, -1px -1px 1px #163012;
   letter-spacing: 0.08em;
}

.menu-top a:hover {
   color: #ffffff;
}

.menu-top ul {
   margin: 0 auto;
}

.menu-top ul li {
   display: inline-block;
   text-align: left;
}

.menu-top ul li:hover {
   background: transparent url("/static/img/site/top-menu-hover.png") repeat;
}


/* SUBMENU */

#sub-customer, 
#sub-case, 
#sub-product, 
#sub-user, 
#sub-settings,
#sub-case-level2 {
   display: none;
   position: absolute;
   background: transparent url("/static/img/site/menu-hover-green.png") repeat;
   z-index: 9999;
   font-size: 12px;
}

#sub-case-level2 {
   left: 132px;
   top: 0px;
   width: 210px;
}

#sub-customer a, 
#sub-case a, 
#sub-product a, 
#sub-user a, 
#sub-settings a,
#sub-case-level2 a {
   text-shadow: none;
}

#sub-customer ul li, 
#sub-case ul li, 
#sub-product ul li, 
#sub-user ul li, 
#sub-settings ul li,
#sub-case-level2 ul li {
   display: block;
}

#sub-customer ul li:hover, 
#sub-case ul li:hover, 
#sub-product ul li:hover, 
#sub-user ul li:hover, 
#sub-settings ul li:hover,
#sub-case-level2 ul li:hover {
   background: #000;
}

#sub-customer ul, 
#sub-case ul, 
#sub-product ul, 
#sub-user ul, 
#sub-settings ul,
#sub-case-level2 ul {
   padding-left: 0px;
}



/* FORMS */

form {
	padding: 0px;
	margin: 0px;
}


form .emph-field {
   padding: 10px;
   width: 60%;
   border: 1px solid red;
}

textarea {
	width: 400px;
	height: 250px;
   font-family: Arial, Verdana, Geneva, sans-serif;
   border: 1px solid #B7B7A6;
   font-size: 12px;
}

input[type="submit"], input[type="button"], input.tpl_list_window_cancelbutton {
   border: 1px solid #A0A0A0;
   background: transparent url("/static/img/site/table-header-green.png") center top repeat-x;
   color: #fff;
   text-shadow: 1px 1px 1px #163012;
   padding: 2px 15px 2px 15px;
   font-weight: bold;
}

input[type="submit"]:hover,
input[type="button"]:hover {
   /*color: #345474;*/
   color: #002F00;
   text-shadow: none;
}

select,
input[type="text"],
input[type="password"], 
textarea {
   border: 1px solid #B7B7A6;
   margin: 3px;
   padding: 2px;
}

input[type="password"] {
   width: 173px;
}

.table-wrapper {
   max-height: 500px;
   overflow-y: auto;
}
/*
select {
   width: 356px !important;
}

select#import_proposal_products_source_proposal {
   width: 650px !important;
}

select#edit_contact_person_notify_users,
select#edit_contact_person_customer_id,
select#edit_contact_person_contact_person_id,
select#edit_contact_person_case_id,
select#edit_contact_person_gender,
select#new_note_notify_users,
select#new_note_customer_id,
select#new_note_contact_person_id,
select#new_note_case_id {
   width: 386px !important;
}

select#new_message_recipients {
   width: 384px !important;
}

select#new_case_participants_1_staff_role,
select#new_case_participants_2_staff_role,
select#edit_case_participants_1_staff_role,
select#edit_case_participants_2_staff_role,
select#products_instant_filter_manufacturer,
select#edit_case_participants_3_staff_role {
   width: 100px !important;
}

select#products_instant_filter_dispo,
select#products_instant_filter_manufacturer_product_group,
select#products_instant_filter_manufacturer_status {
   width: 50px !important;
}

select#new_rfp_notify_days,
select#edit_rfp_notify_days {
   width: 50px !important;
}

input#new_message_subject, 
input#edit_contact_person_title,
input#edit_contact_person_field_of_experience,
input#edit_contact_person_email,
input#edit_contact_person_firstname,
input#edit_contact_person_lastname,
input#new_note_title,
input#edit_industry_name {
   width: 380px !important;
}

input#new_case_participants_1_name, 
input#new_case_participants_2_name,
input#edit_case_participants_1_name,
input#edit_case_participants_2_name,
input#edit_case_participants_3_name {
   width: 350px !important;
}

input#new_pricelock_unit_price_eur {
   width: 204px !important;
}

input#new_manufacturer_name {
   width: 378px !important;
}

span#cke_subject, 
span#cke_intro, 
span#cke_price_description, 
span#cke_outro {
   width: 518px !important;
}

select#scwMonths,
select#scwYears {
   width: 60px !important;
}
*/

/* MESSAGES */

.pager-full {
    float: left;
}

.pager-full A {
    display: block;
    background-color: #CAC2B3;
    padding: 3px;
    margin: 1px;
    text-decoration: none;
}

.pager-full A:HOVER {
    background-color: #98cc9e;
    color: #FFF;
}

.pager-empty {
    display: block;
    float: left;
    padding: 3px;
    margin: 1px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.pager-form {
    float: left;
    padding: 0px 0px 0px 5px;
}

.err {
   color: red;
   font-weight: bold;
}

.item-table tr.even {
    background-color: #fff;
}


/* ERROR MESSAGES AREA */
/*
.error_msg_box {
   clear: both;
   width: 85%;
   margin: 0 auto;
   padding: 6px;
}

.error_msg_box .inner_box {
   padding: 10px;
   border: 1px solid red;
   text-align: left; 
}

.error_msg_box .inner_box .box_title {
   text-align: center;
   color: #CC5547;
   font-size: 14px;
   font-weight: bold;
}

.error_msg_box .inner_box ul {
   margin-top: 10px;
   margin-left: 14px;
	font-size: 11px;
}

*/
/* WARNING MESSAGES AREA */
/*
.warning_msg_box {
   clear: both;
   width: 85%;
   margin: 0 auto;
   padding: 6px;
}

.warning_msg_box .inner_box {
   padding: 14px;
}

*/
/* TABLES */

.site-table td {
   border-bottom: 1px solid #dadada;
   padding: 2px;
}

.site-table th {
   text-align: center;
   background-color: #dadada;
   padding: 3px;
}

.content-table .content-row.odd.no-hover:hover,
.content-table .content-row.even.no-hover:hover {
   background: #fff;
}



.content-table tr.header {
    color: #FFFFFF;
    text-align: center;
    background: transparent url(/static/img/site/footer-background-green.png) bottom center repeat-x;
}

#container table tr.table_header td {
   color: #FFFFFF;
   text-align: center;
}

.datagrid.content-table p {
   margin: 0px;
}

#container table tr.table_header {
   background-color: #464d49;
}

#container table tr.table_header td {
   padding: 0px 2px;
}

#container table tr.table_content {
   vertical-align: middle;
}

#container table tr.table_content.even {
}

#container table tr.table_content.odd {
   background-color: #CACAAE;
}

#container table tr.table_content.content_deleted {
   color: #000000;
   background-color: #ffe4c4;
}

#container table tr.table_content.content_deleted.odd {
   color: #000000;
   background-color: #FFC2C2;
}

#container table tr.table_content td.link {
   cursor: pointer;
   font-weight: bold;
}

#container td.input_label {
   font-weight: bold;
}

#container td.input_label .important {
   font-size: 14px;
   color: red;
}

.content-note {
   padding: 5px 0px;
}

.ac-content-label:not(:empty) {
   padding: 5px 0;
}

.content-detail-linkrow {
   line-height: 26px;
}

#products_pumps_block .clear {
   border: none !important;
   margin: 0px !important;
}

#products_pumps_block tr td table td {
   background: #fff;
   display: inline-block;
   padding: 10px;
   margin: 10px 0px 10px 0px;
   border: 1px solid #d4d4d4;
   width: 95%;
}


/* INPUT */
.multiple-input {
   height: 150px;
   overflow: auto;
}


/* GOOGLE MAP TOOLTIP FUNCTION */

.tooltip {
   background-color: #FFFFFF;
   border: 2px solid #CCCCCC;
   padding: 5px;
   white-space: nowrap;
}

.tooltip dl,
.tooltip dd,
.tooltip dt {
   margin: 0px;
   padding: 0px;
}

.tooltip dt {
   font-weight: bold;
}

.tooltip dd{
   margin-left: 1em;
}

.tooltip img {
   border: 1px solid #AAAAAA;
   display: block;
}

.flow_icon {
	position: relative;
	top: 2px;
}

.inner-content {
   text-align: center;
   padding-bottom: 10px;
}

.inner-content-right {
   text-align: right;
   padding: 10px;
}


/* TPL LIST WINDOW */

.tpl_list_window {
	display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -276px;
   margin-top: -225px;
   width: 552px;
	height: 460px;
	z-index: 100;
   padding: 0;
	text-align: center;
   border: 1px solid black;
	background-color: white;
}

.tpl_list_window_title {
   background: url("/static/img/site/table-header.png") repeat-x scroll center top transparent;
   color: #333333;
   font-weight: bold;
   padding: 5px;
   height: 15px;
   text-align: center;
}

.tpl_list_window .multiLineList {
	margin: 0px auto;
	height: 400px;
	border: 0px;
}

.tpl_list_window_cancelbutton {
	margin-top: 4px;
}

.tpl_list_window_closebutton {
	position: absolute;
	right: 2px;
	top: 2px;
}

.tpl_list_window .multiListItemSpareparts {
   margin-bottom:3px;
   padding-left:3px;
   padding-:3px;
   position: relative;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   border: 1px solid #D4D4D4;
   margin: 5px;
}

.multiListItemSelectSpareparts {
   background-color: #fff;
}


/* PRODUCT FILTER PAGE */

.product_filter_page .pager_container {
	text-align: left;
}

.content_label {
	font-weight: bold;
}

td.content_label {
	vertical-align: top;
	padding: 5px !important;
}

table.simple,
table.simple td/*,
table.simple th*/ {
	border: 1px solid #949494;
	border-collapse: collapse;
}

table.simple td,
table.simple th {
   padding: 2px 4px;
}

hr { 
   color: #fff; 
   background-color: #fff; 
   border: 1px solid #333333; 
   border-style: none none solid; 
}

#new_procedures_area a {
	display: inline-block;
	width: 200px;
}



/* CALENDAR */

.calendar-inner-table {
   margin-left: 5px;
   font-weight: bold;
}

.calendar-inner-table th {
   width: 31px;
   height: 31px;
   background: #9C1E14 url(/static/img/site/right-calendar-header-cell.png) top repeat-x;
   color: #ffffff;
   z-index: 24;
   text-align: center;
}

.calendar-inner-table td {
  padding-right: 5px;
}

.calendar-inner-table .calendar-empty {
   width: 26px;
   height: 31px;
   background-color: #D3DDEB;
   color: #484848;
   text-align: right;
}

.calendar-inner-table .calendar-noday {
   width: 26px;
   height: 31px;
   background-color: #ADC4DA;
   color: white;
}

.calendar-inner-table td.info {
   width: 26px;
   height: 21px;
   background: #272727;
   padding-top: 7px;
   text-align: right;
   cursor: pointer;
}

.calendar-inner-table div.info {
   width: 26px;
   height: 21px;
   z-index: 24;
   display: block;
   text-decoration: none;
   color: #FFFFFF;
}

.calendar-inner-table div.info div {
   display: none;
   z-index: 25;
   text-decoration: none;
}

.calendar-inner-table div.info div {
   position: relative;
   top: 6px;
   left: -1px;
   width: 300px;
   border: 1px solid #191919;
   background-color: #FDFDFC;
   text-align: left;
   z-index: 100;
   padding: 5px;
   font-size: 12px;
   font-weight: normal;
   color: #484848;
   font-family: "Trebuchet MS", sans-serif;
}

.calendar-inner-table div.info a {
	text-decoration: none;
}

.calendar-inner-table div.info span.info_label {
	font-weight: bold;
	color: black;
}

.calendar-controller {
   margin: 10px auto 10px auto;
   padding-top: 0px;
   font-family: "Trebuchet MS", sans-serif;
   font-size: 15px;
   width: 287px;
   text-align: center;
}

.calendar-controller #calendar_step_left {
   float: left;
   margin-left: 9px;
   margin-right: 10px;
}

.calendar-controller #calendar_step_right {
   float: right;
   margin-right: 9px;
}

.calendar-reset {
	margin-top: 10px;
   text-align: center;
}

.calendar-inner-table td.calendar-day-1 { 
   background-color: black; 
}

.calendar-inner-table td.calendar-day-2 { 
   background-color: red; 
}

.calendar-inner-table td.calendar-day-3 { 
   background-color: blue; 
}

.calendar-inner-table td.calendar-day-4 {
   background-color: yellow; 
}

.calendar-inner-table td.calendar-day-5 { 
   background-color: green; 
}

.calendar-inner-table td.calendar-day-6 { 
   background-color: grey; 
}

.calendar-inner-table td.calendar-day-7 { 
   background-color: red; 
}

.calendar-day-fg-4 { 
   color: black; 
}

.calendar-day-fg-7 { 
   color: black; 
}

.logical-id {
   font-size: 14px;
   font-weight: bold;
}

#pump-new-inline-error {
   width: 100%;
   text-align: center;
   font-size: 11px;
   color: red;
   font-weight: bold;
}
