table {
    max-width: 100%;
}

/* DASHBOARD */

.dashboard .module table th {
    width: 100%;
    color: #f00;
}

.dashboard .module table td {
    white-space: nowrap;
}

.dashboard .module table td a {
    display: block;
    padding-right: .6em;
}

/* RECENT ACTIONS MODULE */

.module ul.actionlist {
    margin-left: 0;
}

.module table caption {
    background: #f4f4f4;
}

ul.actionlist li {
    list-style-type: none;
}

ul.actionlist li {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.sortoptions {
    float: left;
    margin-right: 5px;
}

.errornote {
    color: #c41907;
}

.errorlist {
    color: #c41907;
    margin: 10px 0 -10px;
}

.checkbox-row {
    display: inline-flex;
}

.checkbox-row input {
    margin: 11px 4px 0;
}

.submit-row {
    margin-top: 15px;
    display: inline-flex;
}

.paginator {
    margin-top: 15px;
    margin-left: 10px;
}

input, textarea, select, button {
    border: 2px solid #e2e2e4;
    box-shadow: none;
    color: #000;
}

.form-row {
    padding: 6px 0px;
}

.form-row select {
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.submit-row input[type="button"], .submit-row input[type="reset"], .submit-row input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #1b254e;
    border-color: #1b254e;
    color: #FFFFFF !important;
}

.deletelink {
    color: #c41907;
}

.deletelink-box {
    margin-top: 5px;
}

.delete {
    display: inline-flex;
    float: right;
    margin-top: -5px;
}

.delete input[type="checkbox"] {
    margin-top: -1px;
    margin-right: 5px;
}