/* Kessel Main Style */
/*
 * Colors:
 *
 *      dark violet:    rgb( 87, 35,129)  #572381
 *      light violet:   rgb(126,100,164)  #7E64A4
 *      dark grey:      rgb(114,121,127)  #72797F
 *      light grey:     rgb(160,165,169)  #A0A5A9
 *      white:          rgb(255,255,255)  #FFFFFF
 *      black:          rgb(  0,  0,  0)  #000000
 *      mercury:        rgb(230,230,230)  #E6E6E6
 */

/* Main Elements */
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #72797F;
    overflow-y:scroll;
}
h1, h2, h3 {
    margin: 0;
    /*padding-top: 10px;*/
    margin-top:10px;
    margin-bottom:10px;
}
h1 {
    font-size: 18px;
    color: #7E64A4;
    font-weight: 700;
}
h2 {
    font-size: 16px;
    color: #72797F;
    margin-bottom: 5px;
}
h3 {
    font-size: 16px;
    color: #7E64A4;
    padding-left: 0px;
    font-weight: 700;
}
p {
    margin: 0;
    padding: 0px 0px 10px 0px;
}
sub, sup {
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}
sub {
    top: .5ex;
}
sup {
    bottom: 1ex;
}
a {
    text-decoration: underline;
    color: #72797F;
}
a:hover {
    color: #7E64A4;
}
a:focus, input[type="text"], input[type="password"], button {
    outline:0;
}
a.plain {
    text-decoration: none;
}

/* General classes */
.cleardiv {
    clear: both;
    margin: 0;
}
.cleardiv_height {
    clear: both;
    display: block;
    height: 10px;
}
.spacer {
    display: block;
    height: 30px;
}    
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.full_height {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

/* Layout Components */
#wrapper {
    position: relative;
    width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
#bgline {
    position: absolute;
    top: 0;
    right: 0;
    width: 770px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    border-left: 4px solid #572381;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}
#content {
    position: relative;
    background: #FFFFFF;
    width: 100%;
}
#body {
    position: relative;
    width: 100%;
}
#header {
    width: 100%;
    margin: 0;
    color: #72797F;
    background: #FFFFFF;
    padding-bottom: 10px;
}
#header_top {
    width: 100%;
    height: 28px;
}
#header_bar {
    width: 100%;
    height: 28px;
    background: #572381;
}
#header_bottom {
    width: 100%;
}

/* Header Elements */
#logo {
    margin: 5px;
    /* float: left; neue CI */
	float: right;
    height: 18px;
}
#logo img {
    border: 0;
}
#title {
    /* float: right; neue CI */
	float: left;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    padding-right: 5px;
}
#beta {
    float: right;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    padding-right: 5px;
    color: #f00000;
}
.btn_home {
    width: 20px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_home.png) no-repeat;
    cursor: pointer;
}
.btn_projects {
    width: 25px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_projects.png) no-repeat;
    cursor: pointer;
}
.btn_objects {
    width: 20px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_objects.png) no-repeat;
    cursor: pointer;
}
.btn_trainings {
    width: 44px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_trainings.png) no-repeat;
    cursor: pointer;
}
.btn_help {
    width: 20px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_help.png) no-repeat;
    cursor: pointer;
}
.btn_user {
    width: 17px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_user.png) no-repeat;
    cursor: pointer;
}
.btn_lang {
    width: 20px;
    height: 20px;
    margin: 4px 5px 4px 5px;
    background: url(../img/btn_lang.png) no-repeat;
    text-decoration: none;
    text-align:center;
    color:#572381;
    font-weight:bold;
    font-size:12px;
    line-height:20px;
    cursor: pointer;
}
#userinfo {
    float: left;
    font-size: 11px;
}
#projectinfo {
    width: 350px;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
}
#timeinfo {
    float: right;
    font-size: 11px;
    text-align: right;
}
#datetime {
    font-size: 11px;
}
#imprint {
    font-size: 11px;
}
#imprint a {
    text-decoration: none;
}

/* Info / Status Box */
.info_box {
    clear: both;
    margin: 0px 0px 20px 0px;
}
/* new overlay box */
#status_box {
    border: 1px solid #7E64A4;
    position: absolute;
    width: 978px;
    left: 0;
    top: 56px;
    margin: 0px;
    z-index: 80;
}
#status_box .status_text {
    padding: 5px 5px 5px 30px;
}
#status_box span.message_icon {
    float:left;
    margin: 5px 5px 5px 5px;
}

.info_box1 {
    float:right;
    width:300px;
}
.info_box2 {
    clear:left;
    float:left;
    width:600px;
}
.info_text, .status_text, .dialog_text {
    padding: 10px 10px 10px 40px;
}
span.message_icon {
    float:left;
    margin: 10px 10px 10px 10px;
}
.ui_info {
    border: 2px solid #7E64A4;
    background: #FFFFFF;
    color: #72797F;
}
.ui_error {
    border: 2px solid #7E64A4;
    background: #EEEEEE;
    color: #72797F;
}
.ui_question {
    border: 2px solid #7E64A4;
    background: #FFFFFF;
    color: #72797F;
}
.error_icon {
    width: 20px;
    height: 20px;
    background: url(../img/error20.png) no-repeat;
    display: block;
}
.info_icon {
    width: 20px;
    height: 20px;
    background: url(../img/info20.png) no-repeat;
    display: block;
}
.question_icon {
    width: 20px;
    height: 20px;
    background: url(../img/question20.png) no-repeat;
    display: block;
}

/* Layouts */
#simple_wrapper {
    width: 794px;
    float: right;
}
#simple_headline {
    padding: 0;
    padding-bottom: 10px;
}
#simple_headline h1 {
    font-size: 40px;
    color: #72797F;
    margin: 0;
    padding: 0;
}
#simple_content {
    border-top: 4px solid #572381;
    border-left: 4px solid #572381;
    padding: 10px;
}
#simple_content h2 {
    font-size: 20px;
}
#full_wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
#module_headline {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}
#module_headline h1 {
    float: right;
    font-size: 25px;
    color: #72797F;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    line-height: 35px;
    margin-right: 20px;
}
#module_body {
    position: relative;
}
#module_wrapper {
    width: 794px;
    float: right;
}
#module_content {
    border-top: 4px solid #572381;
    border-left: 4px solid #572381;
    padding: 10px;
}
#module_content h2 {
    font-size: 20px;
}
#module_screenno {
    color: #A0A5A9;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 5px;
}

/* Special Pages */
#disclaimer_page {
    border: 4px solid #7E64A4;
    margin: 20px;
    text-align: center;
}
#disclaimer_page h1 {
    color: #72797F;
    font-size: 20px;
    margin: 10px 30px;
}
#disclaimer_page p {
    margin: 10px 30px;
}
#disclaimer_page li {
    list-style: none;
}
#disclaimer_confirm_button {
    margin: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #7E64A4;
}
#disclaimer_cancel_button {
    margin: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #72797F;
}

/* Overlays */
.popup {
    width: 200px;
    border: 2px solid #572381;
    background-color: #E6E6E6;
    display:none;
    /*
    -moz-box-shadow:    4px 4px 3px 3px #ddd;
    -webkit-box-shadow: 4px 4px 3px 3px #ddd;
    box-shadow:         4px 4px 3px 3px #ddd;
    */
}
.popup_arrow {
    position: absolute;
    top: -9px;
    width: 15px;
    height: 7px; 
    margin: 0;
    background-image: url("images/popup_arrow.png");
    background-repeat: no-repeat;
}
#popup_lang {
    position: absolute;
    width: 150px;
    top: 62px;
    right: 0px;
    font-size: 12px;
}
#popup_lang a {
    color: #72797F;
    text-decoration: none;
    padding: 2px;
}
#popup_lang ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}
#popup_lang li {
    display: block;
}
#popup_lang li a {
    display: block;
}
#popup_lang li.sel a {
    font-weight: bold;
}
#popup_lang a:hover {
    background-color: #572381;
    color: #E6E6E6;
}
#popup_lang .popup_arrow {
    left: 99px;
}
#popup_user {
    position: absolute;
    width: 200px;
    top: 62px;
    right: 0px;
    font-size: 12px;
}
#popup_user p {
    padding:3px;
}
#popup_user a {
    text-decoration: none;
}
#popup_user .popup_arrow {
    left: 122px;
}
.ui-overlay {
    z-index: 100;
}
.ui-widget-overlay {
    z-index: 110;
}
.ui-overlay-content {
    z-index: 120;
}

#help_overlay {
    display: none;
}
#help_overlay_content {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 0;
}
.help_loader {
    width: 32px;
    height: 32px;
    background-image: url("images/ajax-loader3.gif");
    margin: auto;     
    margin-top: 300px; 
    display: none; /* !!! loader disabled */
}
#help_widget_overlay {
    display: none; /* !!! loader disabled */
}

/* Static Help */
#help_content {
    position: relative;
    left: 95px;
    top: 100px;
    width: 790px;
    height: 450px;
    background: #FFFFFF;
    border: 1px solid #7E64A4; 
    padding: 10px;
}
.help_title {
    float:left;
    height: 30px;
    padding: 10px;
    padding-bottom: 0px;
}
.help_title h1 {
    margin-top: 0px;
}

.help_data {
    float:left;
    height: 380px;
    padding: 10px;
    color: #A0A5A9;
    overflow-y: auto;
}
#close_help_overlay {
    background-image: url("images/ui-icons_734d99_256x240.png");
    float: right;
    cursor: pointer;
    z-index: 130;
}
.popup_help {
    position: absolute;
    width: 200px;
    border: 2px solid #572381;
    background-color: #E6E6E6;
    font-size: 12px;
    padding: 3px;
    z-index: 128;
}
.popup_text {
    margin: 0px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.popup_text p, h1, h2 {
    margin-top: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
.popup_text h1 {
    font-size: 14px;
}
.popup_text h2 {
    font-size: 12px;
}

.popup_control {
    position: fixed;
    bottom: 0px;
    width: 980px;
    margin: 0 auto;
    z-index: 129;
}

/* Module Navigation */
.submodules_small {
    background: #FFFFFF;
    position: absolute;
    left: 0;
}
.module {
    float: left;
    margin: 15px;
}
.module_ico_large {
    width: 160px;
    height: 160px;
    border-radius: 16px;
    border: 3px solid #572381;
    margin: 0px;
}
.module_ico_small {
    float: right;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #572381;
    background: #FFFFFF;
    margin: 5px;
}
.module_ico_small_active {
    float: right;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #572381;
    background: #572381;
    margin: 5px;
}
.module_ico_small img, .module_ico_small_active img, .module_ico_large img, .training_ico_large img {
    border: 0;
}
.module_txt {
    width: 160px;
}
.module_txt h1 {
    text-align: center;    
}
.module_txt h1.small {
    font-size: 14px;
}
.module_txt h1 a {
    text-decoration: none;
}

.training {
    float: left;
    margin: 15px;
    margin-bottom: 0px;
}
.training_ico_large {
    width: 250px;
    height: 160px;
    border-radius: 16px;
    border: 3px solid #572381;
    padding: 20px;
    margin: 0px;
    text-align: center;
}
.training_txt {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
}
.training_txt h1 {
    font-size: 14px;
    text-align: center;    
}
.training_txt h1 a {
    text-decoration: none;
}

/* Left Menu */
#sub_menu {
    position: absolute;
    top: 0px;
    width: 187px;
    padding-top: 25px;
    font-weight: 700;
    color: #7E64A4;
    text-transform: uppercase;
}
#sub_menu a {
    display: table-cell;
    vertical-align: middle;
    color: #7E64A4;
    text-decoration: none;
    padding-right: 30px;
}
#sub_menu a:hover {
    color: #7E64A4;
    text-decoration: none;
}
#bak_sub_menu ul {
    list-style: none;
    margin: 0px 0px 30px 10px;
    padding: 0px;
}

#sub_menu ul {
        width: 176px;
        border-right: 4px solid #572381;

    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px;
        padding-bottom: 30px;
}
#sub_menu ul li {
    display: table;
    z-index: 1;
    width: 187px;
    height: 50px;
    margin-bottom: 25px;
    overflow: hidden;
}
#sub_menu ul li.sub_sub_menu {
    display: table;
    z-index: 1;
    width: 187px;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}
span.sub_sub_menu {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
}
li.sub_menu:hover {
    text-decoration: underline;
}
#sub_menu .sel_icon {
    position: absolute;
    left: 170px;
    height: 30px;
    width: 21px;
    margin-top: 6px;
    padding: 0;
    background: #FFFFFF url(../img/sub_arrow.gif) no-repeat center left ;
    z-index:2;
}


/* TODO */


.help {
    width: 58px;
    height: 50px;
    margin: 0px 5px 0px 5px;
    background: url(../img/questionmark-gray.png) no-repeat;
    cursor: pointer;
}




.border_top {
    border-top: 4px solid #7E64A4;
    margin-top: 20px;
    padding-top: 20px;
}
.border_left {
    border-left: 4px solid #7E64A4;
    margin-left: 20px;
    padding-left: 20px;
}

.border_bottom {
    border-bottom: 4px solid #7E64A4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.border_right {
    border-right: 4px solid #7E64A4;
    margin-right: 20px;
    padding-right: 20px;
}

.bordering {
    border: 2px solid #7E64A4;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.margins {
    display: block;
/*    margin-top: 30px;*/
    margin-bottom: 20px;
}

.custom_highlight {
    color: #7E64A4;
}

.custom_highlight2 {
    color: #7E64A4;
    background-color: #EEEEEE;
}

.custom_bold {
    font-weight: 700;
}

.text_center {
    text-align: center;
}

/* TODO */

#sub_title {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
}

/* Content */


/* Current Time */

/* User / Project Info */
#user_data {
    padding: 5px 0px 10px 10px;
    width: 170px;
    font-size: 12px;
    overflow: hidden;
}

#user_data p {
    padding-bottom:5px;
}

#user_data a {
    text-decoration: none;
}

/* Top Menu */
#menu {
    display: block;
    position: relative;
    height: 48px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.menu_tab, .menu_tab_disabled {
    margin-top: 10px;
    height: 38px;
    line-height: 46px;
    text-align: center;
    color: #7E64A4;
}

.menu_tab a {
    color: #7E64A4;
    text-decoration: none;
}

.menu_tab a:hover {
    text-decoration: underline;
}

.menu_tab_disabled, .menu_tab_disabled a {
    color: #A0A5A9;
    text-decoration: none;
    cursor: default;
}

.menu_tab_disabled a:hover {
    text-decoration: none;
}

.menu_tab_sel {
    height: 48px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.menu_tab_sel a {
    color: #FFFFFF;
    text-decoration: none;
}

.menu_tab_sel a:hover {
    text-decoration: underline;
}

.tab_margin_left, .tab_margin_disabled_left {
    float: left;
    height: 38px;
    width: 20px;
    background: url(../img/tab-left.png) no-repeat transparent;
}

.tab_margin_sel_left {
    float: left;
    height: 48px;
    width: 20px;
    background: url(../img/tab-left-sel.png) no-repeat transparent;
}

.tab_margin_right, .tab_margin_disabled_right {
    float: left;
    height: 38px;
    width: 20px;
    background: url(../img/tab-right.png) no-repeat transparent;
}

.tab_margin_sel_right {
    float: left;
    height: 48px;
    width: 20px;
    background: url(../img/tab-right-sel.png) no-repeat transparent;
}

.tab_middle, .tab_middle_disabled {
    float: left;
    height: 38px;
    min-width: 70px;
    background: url(../img/tab-1px.png) repeat-x;
}

.tab_middle_sel {
    float: left;
    height: 48px;
    min-width: 70px;
    background: url(../img/tab-sel-1px.png) repeat-x;
}

/* Page */
#page {
    display: block;
    border-top: 6px solid #7E64A4;
    padding: 20px 10px 20px 10px;
}

#status_info {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

#standard_page {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding-bottom:100px;
}

#search_button, #cancel_button, #edit_button, #create_button, #delete_button  {
    position: relative;
    display:inline-block;
    float: right;
    margin-left: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#rekon_button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#apply_button, #apply_button_top, #apply_button_bottom, #recalc_button, 
#apply_button_gs_manual, #apply_button_gs_einrichtung, #apply_button_gs_opmode {
    position: relative;
    display:inline-block;
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#table {
    margin-bottom: 20px;
}

#table  table {
    width: 100%;
}

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

#page_info p {
    padding: 10px;
}

#page_info span {
    margin-right: 10px;
}

#loading_overlay, #diagram_overlay, #dialog_overlay {
    display: none;
    z-index: 200;
}

#loading_overlay_content , #diagram_overlay_content , #dialog_overlay_content {
    display: none;
    position: relative;
}

#dialog_overlay_content p {
    margin: 0px 10px 10px 10px;
}

#close_overlay, #dialog_close_overlay {
    background-image: url("images/ui-icons_734d99_256x240.png");
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

/* Overlay elements */
.overlay {
    display: none;
}

.overlay_content {
    display: none;
    position: relative;
}

.overlay_close {
    float: right;
}

.overlay_header {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 10px 10px 20px 10px;
    font-weight: 700;
}

.overlay_middle {
    overflow: hidden;
    margin: 0px 10px 10px 10px;
}

.overlay_buttons {
    border-top: 1px solid #917ab3;
    width: 100%;
    padding: 10px 0px 10px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.overlay_buttons .ui-button {
    margin: 5px 10px 5px 0px;
    float: right;
}

/* Forms */
form {
    margin: 0;
    padding: 0;
}
.form_data {
    float: left;
    display: block;
    width: 350px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.list_data {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form1 {
}
.wide{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_data  label {
    float: left;
    line-height: 30px;
    height: 30px;
    clear: right;
    font-weight: 700;
}

/*
.form_data  .input-wrapper, .form_data  .input-wrapper-text {
    float: right;
    width: 180px;
    margin-bottom: 10px;
}
*/
.form_data  input {
    float: right;
    width: 180px;
    margin-bottom: 10px;
}

.form_data_mini {
    display: block;
    width: 350px;
    height: 280px;
    margin: 0px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.form_data_result {
    display: block;
    width: 375px;
    margin-top: 0px;
}
.form_data_res {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
}
.form_data_mini_right {
    display: block;
    width: 350px;
    height: 280px;
    margin: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.form_data_maxi {
    clear: both;
    display: block;
    margin: 0px;
    margin-bottom: 20px;
}
/*
.form_data_mini .input-wrapper, .form_data_mini_right .input-wrapper,
.form_data_mini .input-wrapper-text, .form_data_mini_right .input-wrapper-text,
 {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}
*/
.form_data_mini input, .form_data_mini_right input {
    display: inline-block;
    float: right;
    width: 50px;
    margin-bottom: 10px;
}

.form_data_mini label, .form_data_mini_right label {
    float: left;
    /*line-height: 30px;*/
    /*height: 30px;*/
    width: 175px;
    clear: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .form_data_res input {
        float: right;
        margin-bottom: 10px;
    }
    
    .form_data_res label {
        float: left;
        /*line-height: 30px;*/
        /*height: 30px;*/
        width: 200px;
        clear: right;
        margin-top: 5px;
        margin-bottom: 10px;
    }

.form_data_maxi label {
    float: left;
    /*line-height: 30px;*/
    /*height: 30px;*/
    clear: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
}
/*
.form_data_maxi .input-wrapper, .form_data_maxi .input-wrapper-text, .form_data_maxi .input-wrapper-anzahl {
    float: left;
    margin-right: 20px;
}
.form_data_maxi .input-wrapper-anzahl {
    float: right;
}
*/
.form_data_maxi .input-text {
    float: left;
    margin-right: 20px;
    width: 200px;
}
.form_data_maxi .input-double {
    float: left;
    margin-right: 20px;
}


.form_data_mix {
    display: block;
    width: 340px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.form_data_mix_var {
    width: 100%;
}

.form_data_mix input {
    float: right;
    width: 50px;
    margin-bottom: 10px;
}

 .form_data_mix label{
    float: left;
    line-height: 30px;
    height: 30px;
    clear: right;
}

.form_data_erg {
    display: block;
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_data_anl {
    display: block;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_data_anl  label {
    float: left;
    width: 200px;
    clear: right;
    font-weight: 700;
}

.form_data_anl  input {
    float: right;
    width: 40px;
    margin-bottom: 10px;
}

.form_data_anl_bel {
    display: block;
    margin-top: 00px;
    margin-bottom: 20px;
}
.form_data_anl_bel  label {
    float: left;
    width: 250px;
    clear: right;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
/*    margin-top: 20px;*/
}
.form_data_anl_bel  input {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.form_data_anl_bel  span {
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}


.form_data_anl_var label {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 130px;
}
.form_data_anl_var .dropdown {
    margin-right: 20px;
}

.form_data_anl_var  input {
/*    width: 40px;
    margin: 0px 40px 20px 5px;*/
}

.ls_3_5_0 label {
    width: 200px;
}

.span_erg {
    margin-right: 55px;
}

.wahl_info {
    width: 160px;
    margin-right: 10px;
}


#tab_pumpen_head, #tab_head {
    width: 770px;
}
#tab_pumpen, #tab_body{
    height: 304px;
    width: 770px;
}
table.custom_table_fixed {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    /*overflow: hidden;*/
    white-space: nowrap;
    width: 0px;
}

table.custom_table_fixed tr {
    display: table-row;
    veritcal-align: middle;
}

table.custom_table_fixed th {
    display: table-cell;
    border: 1px solid #D3D3D3;
    background: url("images/ui-bg_highlight-soft_45_5f5964_1x100.png") repeat-x scroll 50% 50% #5F5964;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    padding: 5px 0px;
    overflow: hidden;
    font-size:12px;
}

table.custom_table_fixed td {
    display: table-cell;
    border: 1px solid #D3D3D3;
    text-align: center;
    padding: 5px 0px;
    color: #212121;
    overflow: hidden;
    font-size:12px;
}

table.custom_table_fixed td.button {
    height: 30px;
}


table.custom_table_fixed td.last_cell {
    padding: 5px 16px 5px 0;
}

table.custom_table_fixed tr:hover {
    background: #E6E6E6;
    color: #797268;
}

table.custom_table_fixed input {
    margin: 0;
}
table.custom_table_fixed a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Dialogs */
.overlay_dialog {
    position: absolute;
    width: 350px;
    top: 130px;
    left: 305px;
}
.dialog_buttons {
    clear: both;
    padding: 10px 10px 10px 10px;
}
.dialog_button {
    margin: 5px 10px 10px 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #7E64A4;
    float: right;
}

.error_background {
    background-color: #FF7373;
}
.error_text, p.invalid {
    color: #FF7373;
}


/* Special Pages */
#welcome_page, #start_page {
    margin: 100px auto;
    text-align: center;
    font-weight: 700;
    width: 450px;
}
#welcome_page h1, #start_page h1 {
    color: #72797F;
    font-size: 20px;
}
#welcome_page p, #welcome_page form,
#start_page p, #start_page form {
    margin-top: 40px;
    display: block;
}
#start_page button {
}


.form_liquid input.input-text {
    width: 300px;
    margin-bottom: 10px;
}
.form_liquid input.input-double {
}
.form_liquid span.unit {
    margin-right: 20px;
    margin-bottom: 10px;
}
.form_liquid label {
    display:inline-block;
    width: 100px;
    margin-bottom: 10px;
}
.formula {
    font-weight: 120;
    margin-right: 20px;
}
.calc span.unit{
    display: inline-block;
    width: 50px;
}
.form_pipe span.unit {
    display: inline-block;
    width: 50px;
    margin-bottom: 10px;
}
.form_pipe input.input-double {
}
.form_pipe input.input-text {
    width: 300px;
}
.form_pipe label {
    display:inline-block;
    width:195px;
    margin-bottom: 10px;
}
.form_pipe input.readonly {
    color: #000000;
    background-color: #E6E6E6;
}
.diag_data {
    float: left;
    width: 300px;
    margin: 20px;
    margin-right: 0px;
    margin-top: 0px;
}
.diag_data h1 {
    margin-top: 0px;
}    
.diag_image {
    float: right;
    width: 400px;
    margin: 20px;
/*    margin-top: 40px;*/
    margin-top:0px;
}
.diag_fami_data {
    margin: 20px;
    margin-top: 0px;
}

#img_diag {
    width: 400px;
    cursor: pointer;
}
span.parameter {
    display: inline-block;
    min-width: 80px;
    max-width: 265px;
    text-align: left;
}
span.result {
    display: inline-block;
    float: right;
    min-width: 80px;
    text-align: left;
}
span.result_link {
    display: inline-block;
    float: right;
    min-width: 80px;
    max-width: 220px;
    text-align: left;
}
span.result2 {
    display: inline-block;
    float: right;
    width: 170px;
    text-align: left;
}
span.result_text {
    display: inline-block;
    float: right;
    min-width: 450px;
    text-align: left;
}
span.result_value {
    display: inline-block;
    float: right;
    min-width: 60px;
    text-align: right;
    padding-right: 5px;
}
span.result_symbol {
    display: inline-block;
    float: right;
    min-width: 80px;
    text-align: right;
}
span.result_unit {
    display: inline-block;
    float: right;
    min-width: 80px;
    text-align: left;
}

#families {
    display: none;
}

#diagram_content {
    width:780px;
    height:420px;
    overflow-y: auto;
}

/* Overlays */
.prod_data {
    float: left;
    height: 390px;
    margin: 20px;
    margin-top: 0px;
}
.prod_data h1 {
    margin-top: 0px;
}
.prod_data h3 {
    font-size: 15px;
    color: #72797F;
    font-weight: 700;
}



form.admin label {
    display: inline-block;
    width: 200px;
}
form.admin select {
    width: 400px;
}


#diagram_overlay_content {
    z-index:300;
}

.fd_modules_large {
    margin-top: 20px;
}
.fd_module {
    position: relative;
    float: left;
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.fd_module_ico_active {
    width: 190px;
    height: 120px;
    border-radius: 16px;
    border: 3px solid #572381;
    margin: 0px;
    font-size: 20px;
    text-align: center;
}
.fd_module_ico_inactive {
    width: 190px;
    height: 120px;
    border-radius: 16px;
    border: 3px solid  #72797F;
    margin: 0px;
    font-size: 20px;
    text-align: center;
}
.fd_module .ico_checked {
    background: url(../img/check20.png) no-repeat 163px 93px;
}
.fd_module img.info {
    position: absolute;
    right: 10px;
    top: 10px;
}
.fd_module_ico_active a {
    color: #572381;
    display:block;
    width: 190px;
    height: 120px;
    padding-top: 20px;
    text-decoration: none;
}
.fd_module_ico_inactive a {
    color: #72797F;
    display:block;
    width: 190px;
    height: 120px;
    padding-top: 25px;   
    text-decoration: none;
}

.fd_module_txt {
    width: 190px;
    height: 33px;
    margin-top: 3px;
    text-align: center;
}
.fd_module_txt .dropdown {
    margin-top:3px;
    width: 193px;
}
.fd_module_txt select {
    width: 150px;
}
.fd_module_txt img {
    border: 0;
}
.module_txt h1 {
    text-align: center;    
}
.module_txt h1 a {
    text-decoration: none;
}
#cancel_button.float_left {
    float: left;
}
label.size_l {
    width: 300px;
}
label.size_m {
    width: 200px;
}
input.size_l {
    width: 300px;
    margin-left: 0;
}

.form_data_gs {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}
    
.form_data_gs  label.size_l {
    display:block;
    float: left;
    width: 350px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.form_data_gs  label.size_m {
    display:block;
    float: left;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.form_search_gs  label.size_m {
    display:block;
    float: left;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_search_gs .dropdown {
    width: 502px;
}
.form_search_gs .dropdown select {
    width: 530px;
}


.form_data_gs  input.input-text {
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_data_gs  input.input-double {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_data_gs  input.input-int {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_data_gs unit {
    display: inline-block;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}    

.form_data_gs .q {
    width: 50px;
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
}

span.amount {
    display: inline-block;
    float: left;
    min-width: 40px;
    text-align: right;
    margin-right: 10px;
}
.search_form .dropdown, .calc_form .dropdown {
    width: 192px;
}
.search_form .dropdown select, .calc_form .dropdown select {
    width: 220px;
}
select option.current {
    font-weight: bold;
}
div.gs_formula {
    margin-top: 10px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
div.gs_formula div.small {
    display: inline-block;
    position: relative;
    top: 20px;
    left: -40px;
    width: 0px;
    font-size: 12px;
}
div.gs_formula div.formula_ns {
    padding-top:30px;
}
.readonly {
    color: #A0A5A9;
}
span.hlp {
    position: relative;
    width: auto;
    float: none;
    margin: 0px;
}
.popup_field_help {
    position: absolute;
    width: 320px;
    border: 2px solid #572381;
    background-color: #E6E6E6;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    padding: 3px;
    z-index: 128;
    display: none;
}

.dropdown.w380 {
    width: 352px;
}
.dropdown.w380 select {
    width: 380px;
}

table.uc_dimension {
    position:absolute;
    right:0;
    top:0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #7E64A4;
    float:right;
}
table.uc_dimension th {
    border: 1px solid #D3D3D3;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
}
table.uc_dimension td {
    border: 1px solid #D3D3D3;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
}
.tag.uc_gw_check {
    width: 350px;
}
.uc_gw_check .radio_big_label {
    width: 150px;
}
.uc_drawing {
    width: 340px;
    position: relative;
    min-height: 300px;
    height: auto !important;
}
p.uc_dimension{
    font-size: 12px;
}
#tab_uc_product table.custom_table_fixed td {
    white-space: normal;
}
#tab_uc_product table.custom_table_fixed tr:hover {
    background: #FFFFFF;
    color: #212121;
}

.ls_family {
    float: left;
}

.ls_family h1 {
    font-size: 16px;
    width: 248px;
    text-align: center;
}
.ls_family ul {
    float: left;
    list-style: none;
    padding: 0px;
    width: 248px;
    margin: 0px;
    margin-bottom: 20px;
}
.ls_family ul li {
    margin: 1px;
    margin-bottom: 2px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.ls_family span {
    display:inline-block;
    margin: 0px;
    padding: 3px;
}
.ls_family button {
    display:inline-block;
    margin: 0px;
    padding: 2px;
    border: 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.ls_family button.active {
    color: #FFFFFF;
    background-color: #572381;
}
.ls_family button.avail {
    color: #000000;
    background-color: #A0FFA0;
    border: 1px solid #D3D3D3;
}
.control_group {
    margin-bottom: 10px;
}
.control_group label {
    display: inline-block;
    float: none;
    clear: none;
    margin: 0px;
    width: 176px;
    vertical-align: middle;
}
.control_group span.input {
    display: inline-block;
    width: 62px;
    vertical-align: middle;
}
.control_group span.input input {
    float: none;
    margin: 0;
}
.control_group div.buttons {
    display: inline-block;
    padding: 0;
    width: 100px;
    vertical-align: middle;
}
tr.warning {
    background-color: #FFF2CC;
}
tr.error {
    background-color: #FFC7CE;
}