<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form span.error
{
    color: #c70000;
}

form table td.fixed
{
    width: 80px;
}

form table td.error
{
    white-space: nowrap;
}

form td
{
    padding: 5px;
}

form div.submit_buttons input
{
    margin: 5px;
}

form ul.errorlist
{
    color: #c70000;
    padding-top: 5px;
}

td.form_label
{
    vertical-align: middle;
    padding-right: 5px;
}

td.form_label_top
{
    vertical-align: top;
}

div.toggle_list select
{
    width: 200px;
}

div.toggle_list input.toggle_btn
{
    width: 100%;
    top: 50px;
    margin-bottom: 6px;
}

form#manage_users td#actions_col
{
    width: 80px;
}

form.init_form
{
    padding-left: 30px;
}

form.init_form div.submit_buttons input
{
    margin-top: 15px;
}

h4
{
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
}

table.grid
{
    width: 100%;
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

table.grid span
{
    display: inline;
    white-space: nowrap;
}

table.grid img
{
    vertical-align: text-top;
}

table.grid img.leftmost
{
    padding-left: 5px;
}

table.grid td
{
    width: 25%;
    border-right: 1px solid #ababab;
    padding: 5px;
}

table.grid td.checkable:hover
{
    background-color: #DDDDDD;
}

table.grid td.last
{
    border-right: 0;
}


table.select-grid
{
    width: 100%;
    min-width: 890px;
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

table.select-grid a
{
    color: #333333;
}

table.select-grid a:hover
{
    color: #00ADDC;
}

table.select-grid th
{
    font-size: 14px;
    padding: 1px;
    border-bottom: 2px solid #dddddd;
}

table.select-grid th a
{
    font-size: 14px;
}

table.select-grid th span
{
    font-size: 14px;
}

table.select-grid span.glyphicon-plus-sign
{
    color: #49b849;
}

table.select-grid span.glyphicon-minus-sign
{
    color: #d95252;
}

table.select-grid span.glyphicon-circle-arrow-right
{
    color: #f0ad4f;
}

table.select-grid span
{
    display: inline;
    white-space: nowrap;
}

table.select-grid img
{
    vertical-align: text-top;
}

table.select-grid img.leftmost
{
    padding-left: 5px;
}

table.select-grid tr:nth-child(even) {
    background-color: #EEEEEE;
}

table.select-grid td
{
    border-right: 2px solid #FFFFFF;
    padding: 5px;
    vertical-align: middle;
}

table.select-grid td:last-child
{
    border-right: 0;
}

table.select-grid td.user-selectable
{
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
}

table.select-grid tr:hover td
{
    background-color: #DDDDDD;
}

table.select-grid tr:hover td.table-loading
{
    background-color: transparent;
}

table.select-grid tr.empty-list
{
    background-color: transparent;
}

table.select-grid tr.empty-list:hover td
{
    background-color: transparent;
}

table.select-grid tr.empty-list td
{
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

table.installed_products tr
{
    background-color: transparent;
}

table.installed_products tr:nth-child(even) {
    background-color: transparent;
}

table.installed_products td
{
    vertical-align: bottom;
    border-right: none;
    padding: 2px;
}

form .forgot_password_link {
  margin-top: 10px;
}
#droppable { 
    width: 102%;
    height: fit-content;
    padding: 0.5em; 
    float: left; 
    margin: 0 10px 10px 0; 
}
.subject li { 
    float: left; 
    padding: 0.4em; 
    margin: 0 0.4em 0.4em 0; 
    text-align: center; 
}
.subject{
    height: 15px;
    width: 100%;
}
#subject{
    float: left; 
}
</pre></body></html>