/******************************************************************************
 *
 * CodeMeter License Central WebDepot / Gateway
 * designGwTest.css
 * (c) 2012 - 2023: WIBU-SYSTEMS AG
 * info@wibu.com
 *
 *************************************************************************** */

select.gwt_select {
    border: 1px solid #CCCCCC;
    height: 24px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 280px;
    margin-top: 0px;
    left: 0px;
    top: 0px;
}

input.gwt_button {
    background: #ED7100;
    border: 1px solid #ED7100;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
    padding: 6px 30px 6px 30px;
    text-align: center;
}

input.gwt_button:hover {
    background: #FDE5D0;
    color: #ED7100;
}

input.gwt_button:disabled {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    color: #999999;
}

table.gwt_paramtable {
    border-spacing: 0px;
    width: 100%;
    table-layout: auto;
}

table.gwt_paramtable td, table.gwt_paramtable th {
    border-bottom: 1px solid #E8ECEB;
    border-top: 1px solid #E8ECEB;
    padding: 8px 10px 8px 10px;
    position: relative;
}

table.gwt_paramtable th {
    background: #009BA3;
    color: #FFFFFF;
    text-align: left;
}

table.gwt_paramtable .gwt_row1 {
    background: #C3E3E7;
}

table.gwt_paramtable .gwt_row2 {
    background: #D3ECEF;
}

table.gwt_paramtable .gwt_optional {
    color: #888888;
}

div.gwt_details {
    display: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

div.gwt_collapsed {
    background: url(plus.png) no-repeat 0px center;
    display: block;
    margin-top: 5px;
}

div.gwt_collapsed a {
    display: block;
    padding-left: 20px;
}

div.gwt_collapsed:hover {
    background: url(plusHover.png) no-repeat 0px center;
}

div.gwt_expanded {
    background: url(minus.png) no-repeat 0px center;
    display: block;
    margin-top: 5px;
}

div.gwt_expanded a {
    display: block;
    padding-left: 20px;
}

div.gwt_expanded:hover {
    background: url(minusHover.png) no-repeat 0px center;
}

div.gwt_result {
    background: #FFFFFF;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
}

div.gwt_sample {
    background: #FFFFFF;
    color: #888888;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
}

table.gwt_table {
    width: 100%;
}

td.gwt_table_field {
    padding: 0 10px;
    width: 50%;
    vertical-align: baseline;
}

td:first-child.gwt_table_field {
    padding-left: 0;
}

td:last-child.gwt_table_field {
    padding-right: 0;
}

pre {
    width: 100px;
}