@charset "utf-8";

* {margin:0; padding:0; outline:0;}

html, body {height:100%; width: 100%; font-family:Arial, Helvetica, sans-serif; background: transparent !important;}

body {
    padding: 10px 10px 10px 10px;
}

.uon-widget-label {
    position: fixed;
    right: 0;
    top: 0;
    width: 280px;
    background-color: #efefef;
    color: #000;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    border: 1px dashed #ddd;
    z-index: 200;

    display: none;
}

.field-label {
    font-size: 10px;
    display: block;
    color: #888;
    font-weight: normal;
    padding-top: 5px;
}

.has-error .field-label {
    color: #a94442;
}

.widget_results {
    padding: 15px;
}

.widget_results_count_text {
    padding: 10px 0;
}

.widget_results_table {
    margin-top: 20px;
}

table.widget_results_table > thead > tr.widget_results_columns > th {
    vertical-align: top;
    text-align: left;
}

table.table-list {
    margin-top: 20px;
}

.result-cell {
    text-align: left;
}

.result-cell-send {
    text-align: center;
}

.widget_results_next_page {
    height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.inline,
.form-control.inline {
    display: inline;
}