﻿div.rolelist_outer {
    width: 600px;
}

pre{
    white-space:pre-wrap;
}

div.rolelist_outer div.rolelist_row {
    display: table-row;
}

div.rolelist_outer div.rolelist_row div.rolelist_col {
    display: table-cell;
    width: 120px;
}

.password-rules {
    color: #555;
    font-style: italic;
    line-height: 15px;
    margin-top: 10px;
    padding: 0px 55px;
}

.api-service-list .multiple-selection-area{
    margin-left: 100px;
    max-height: 150px;
    overflow: auto;
}

.api-account-log-container {
    height: 300px;
    overflow: auto;
    width: 450px;
}

.api-account-log-container li {
    list-style-type: none;    
}

.view-api-account-logs {
    float: right;
}

.no-api-logs-message {
    background: #e4e4e4;
    border-radius: 5px;
    color: #666;
    display: block;
    margin: 20px 20px;
    padding: 20px;
    text-align: center;
}

.add-api-account-form .validation-summary-errors {
    background: #B80000;
    color: white;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 12pt;
    margin: 15px;
    line-height: 25px;
    width: 92%;
}