
.trex-customer_logo {
  background: url('images/customer_logotype.png') no-repeat;
  /*height: 50px;
  width: 102px;*/
  left: 10px;
  top: 12px;
}

input.trex-field_text_readonly{
	border: 0px solid #888888;
}   


div.trex-form_banner_wrapper {
    /*background: rgb(0, 0, 160);*/
    background: rgb(0, 0, 94);
}

div.trex-form_banner {
    background: rgb(0, 0, 94);
    /*height: 35px;*/
}

div.trex-form_steps {
	display:none;
    /*background: rgb(0, 0, 160);
    height: 35px;*/
}

/* --- TABS --- */

.trex-form_tab_control_container {
    display: none;
}


.trex-info_page_button_container .trex-submit_button {
background-color: rgb(0, 0, 160);
}


.trex-form_navigate_buttons_prev_page_container {
    /*
    background-color: rgb(0, 0, 160);
    height: 30px;
    */
}

.trex-form_navigate_buttons_next_page_container {
    /*background-color: rgb(0, 0, 160);*/
    
}



.trex-button_goto_prev_form_page_class{
	background-color: rgb(0, 0, 255);
}

.trex-button_goto_next_form_page_class{
	background-color: rgb(0, 0, 94);
}

.trex-upload_wrapper_button, 
.trex-file_upload_button, 
.trex-submit_button, 
.trex-button_cancel_form_class, 
.trex-button_goto_prev_form_page_class, 
.trex-button_goto_next_form_page_class,
.trex-button_goto_prev_form_page_class[disabled] {	
	
    background-color: rgb(0, 0, 94);
    border-radius: 25px;
    
}

.trex-upload_wrapper_button:hover, 
.trex-file_upload_button:hover, 
.trex-submit_button:hover, 
.trex-button_cancel_form_class:hover, 
.trex-button_goto_prev_form_page_class:hover, 
.trex-button_goto_next_form_page_class:hover,
.trex-button_goto_prev_form_page_class[disabled]:hover {	
	
    background-color: rgb(0, 0, 160);
    border-radius: 25px;
    
}

.trex-main_instance_header_caption{
    color: black;
    font-weight: bold;
}

.trex-legend_span {
    font-weight: bold;
}
.trex-directive_text_caption {
    color: black;
    font-weight: bold;
}

.trex-customer_logo {
    /*
    top: 20px;
    */
}

.trex-button_goto_prev_form_page_class[disabled]{
    visibility: hidden;
}

