/**
*  General Styles
*/
html{
    background-color: #CDD7DD;
}

body{
    margin: 0;
    padding: 0;

    font-family: Sans-Serif;
}

form{
    margin: 0;
    padding: 0;
}

#page_wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    min-width: 1124px;
}


/**
*  Header Styles
*/
header{
    width: 100%;
    height: 95px;
    background-color: #768A96;
}

#header_content{
    width: 100%;
    height: 100%;
}

#wholesaler_logo_left{
    width: 30%;
    height: 100%;
    position: relative;
    float: left;
    text-align: left;
}

#wholesaler_logo_right{
    width: 25%;
    height: 100%;
    position: relative;
    float: right;
    text-align: right;
}

#wholesaler_side_name{
    width: 40%;
    height: 100%;
    text-align: center;
    float: left;
    position: relative;
}

#wholesaler_side_name h1{
    margin: 0;
    position: relative;
    top: 20%;
    color: #FFFFFF;
}

#language_container {
    width: 5%;
    position: relative;
    float: left;
    padding-top: 10px;
}

#language_container img {
    cursor: pointer;
}

/**
*  Main Styles
*/
#main{
    width: 100%;
    min-height: 600px;
    background-color: #FFFFFF;
    position: relative;
}

#main_content{
    margin:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#sidebar_left{
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
}

#frm_wholesaler{
    width: 600px;
    margin: auto;
    position: relative;
    padding-top:100px;
}

#frm_wholesaler table{
    width: 100%;
    border: none;
    border-spacing: 0px;
}

#frm_wholesaler table th{
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    border-right: 0px;
    padding: 0.3em 0.4em;
}

#frm_wholesaler table th:last-child{
    border-right: solid 2px #FFFFFF;
}

#frm_wholesaler table td{
    border-top: 0px;
    border-right: 0px;
    border-bottom: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    padding: 0.3em 0.4em;
    color: #002751;
}

#frm_wholesaler table td:last-child{
    border-right: solid 2px #FFFFFF;
}

#frm_wholesaler table td:last-child input{
    width: 100%;
}

#frm_wholesaler table input{
    width: 100%;
}

.wholesaler_table_head{
    background-color: #768A96;
    color: #FFFFFF;
    text-align: left;
}

.odd{
    background-color: #ABBAC3;
}

.even{
    background-color: #CDD7DD;
}

#btn_call_configurator{
    padding: 0.3em 0.4em;
    background-color: #FF9133;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: medium;
}

#sidebar_right{
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
}

.error{
    border: 2px solid #FF0000;
}


/**
 * Main Recall Styles
 */
#main_content_recall{
    min-height: 600px;
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#main_content_recall table{
    width: 100%;
    border: none;
    border-spacing: 0px;
}

#main_content_recall table.article_table{
    width: 70%;
}

#main_content_recall table th{
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    border-right: 0px;
    padding: 0.3em 0.4em;
}

#main_content_recall table th:last-child{
    border-right: solid 2px #FFFFFF;
}

#main_content_recall table td{
    border-top: 0px;
    border-right: 0px;
    border-bottom: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    padding: 0.3em 0.4em;
    color: #002751;
    word-break: break-word;
}

#main_content_recall table td:last-child{
    border-right: solid 2px #FFFFFF;
}

.icon{
    height: 30px;
    width: 30px;
}

.itek_logo{
    height: 59px;
    position: relative;
    top: 17px;
    padding-left: 20px;
}

.etim_logo{
    height: 75px;
    position: relative;
    top: 10px;
    padding-right: 20px;
}

.feedback_wrapper{
    text-align: right;
    margin: 0;
}

.feedback_wrapper_recall{
    text-align: right;
    margin: 0;
}

.feedback{
    padding: 0.3em 0.4em;
    background-color: #FF9133;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: medium;
    text-decoration: none;
}

.description{
    text-align: justify;
    color: #002751;
}

.back{
    padding: 0.3em 0.4em;
    background-color: #FF9133;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: medium;
}

.imprint{
    color: #002751;
}

.imprint:visited{
    color: #002751;
}

#main_content_recall pre{
    white-space: pre-wrap;
}

/**
*  Footer Styles
*/
footer{
    width: 100%;
    height: 30px;
    background-color: #CDD7DD;
    color: #002751;
}

#footer_content{
    width: 100%;
    height: 100%;
}

#footer_block_1{
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    padding-left: 20px;
}

#footer_block_2{
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
    text-align: center;
}

#footer_block_1 a{
    margin: 0;
    position: relative;
    top: 10px;
}

#footer_block_2 p{
    margin: 0;
    position: relative;
    top: 10px;
}

#footer_block_3{
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
}

/**
 *  Dialog styles
 */
.showDialog{

    visibility: visible;
}

.hideDialog{
    visibility: hidden;
}

#dialog_change_language_alert{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
    background-color: #ffffff;
    border: solid 1px #002751;
    width: 500px;
    height: auto;
    color: #002751;
}

#dialog_change_language_alert h1 {
    text-align: center;
}

#dialog_change_language_alert p{
    text-align: center;
    font-size: 20px;
    margin: 15px 0 15px 0;
}

#dialog_change_language_alert input:hover{
    cursor: pointer;
}

#dialog_change_language_alert #accept {
    border-right: solid 1px #ffffff !important;
    color: #FFFFFF;
    background-color: #FF9133;
    font-size: medium;
    width: 250px;
    height: 47px;
    border: none;
    float:left;
}

#dialog_change_language_alert #cancel{
    color: #FFFFFF;
    background-color: #FF9133;
    font-size: medium;
    width: 250px;
    height: 47px;
    border: none;
    float:left;
}