.inbox {
    width: 100%;
    padding: 0;
    margin: 0;
}

.inbox .inboxMenu {
    width: 30%;
    padding: 0;
    margin: 0;
    float: left;
}

.inbox .messagesTableWrapper {
    width: 70%;
    padding: 0;
    margin: 0;
    float: right;
}

br.clearfix {
    clear: both;
}

.inbox .inboxMenu ul {
    margin: 0;
    padding: 0 10px 0 0;
}

.inbox .inboxMenu ul li {
    list-style: none inside;
}

.inbox .inboxMenu ul li a {
    background: #482760;
    color: #fff;
    padding: 10px;
    display: block;
    /*width: 100%;*/
}

.inbox .inboxMenu ul li a:hover, .inbox .inboxMenu ul li a.active {
    background: #260f36;
    color: #fff;
    text-decoration: none;
}

.inbox .messagesTableWrapper table {
    border: 1px #afafaf solid;
    width: 100%;
}

.inbox .messagesTableWrapper table td, .inbox .messagesTableWrapper table th {
    padding: 5px;
}

.small-padding {
    padding: 10px;
}

.medium-padding {
    padding: 25px;
}

.small-padding-left {
    padding-left: 10px;
}

.border-left {
    /*border-left: 1px #AFAFAF solid;*/
}

.border-right {
    border-right: 1px #AFAFAF solid;
}

.border-top {
    border-top: 1px #AFAFAF solid;
}

.border-bottom {
    border-bottom: 1px #AFAFAF solid;
}

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

.align-right {
    text-align: right;
}

.button {
    width: 200px !important;
    height: 40px !important;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    background: #656366;
    color: #ffffff !important;
    float: left;
    margin-left: 10px !important;
    margin-top: 0px !important;
    border: none;
}

.button:hover {
    text-decoration: none !important;
}

.button.primary {
    background: #51952E;
}

/* Styles by Lukas Hornak*/
.inbox h2 {
    color: #482760 !important;
    font-size: 24px;
}

#messageDetail td {
    border: 1px #cfcece solid;
    padding: 15px;
}

#messageDetail .odd td {
    background: #f2f2f2;
}

#messageDetail .even td {
    background: #ffffff;
}

#attachments td {
    border: 1px #cfcece solid;
    padding: 15px;
    background: #ffffff;
}

.button.right {
    float: right;
    margin-right: 10px;
}

.buttons {
    float: left;
    width: 100%;
    height: 50px;
}

.buttons.width-auto {
    width: auto;
}

.button.delete {
    height: 26px !important;
    background: #d9534f url(../images/icon_delete.png) no-repeat 4px 5px !important;
    background-size: 17px 17px !important;
    border-color: #d43f3a !important;
    border-radius: 4px !important;
    padding: 2px 10px 0px 26px !important;
    text-align: left !important;
    line-height: 0px !important;
    font-size: 12px !important;
}

.button.delete:hover {
    background-color: #d43f3a;
}

.bold td {
    font-weight: bold;
}

.error-panel {
    padding-left: 10px;
}

.alert {
    margin-bottom: 5px !important;
}

.alert:last-of-type {
    margin: 0px !important;
}

/*********************/
/* SUBMISSION styles */
/*********************/

.submission table {
    border: 1px #afafaf solid;
    width: 100%;
}

.submission table td, .submission table th {
    padding: 15px;
    width: 400px;
    height: 20px;
    border: 1px #cfcece solid;
    text-align: left;
    font-weight: normal;
}

.submission table p {
    float: left;
    margin-right: 20px !important;
    margin: 8px !important;
    width: 500px;
}

.hidden {
    visibility: hidden;
}

.error-notification-panel {
    padding-bottom: 10px;
}

.messages-error-panel {
    padding: 0 10px 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.sign-logo {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/sign-icon.png);
    background-size: 32px 32px;

    margin-top: 2px;
    float: left;
}
.red {
    color: #ff0000;
}
.green {
    color: #376005;
}

.attachment-required{
    float: left;
    padding-top: 20px;
    padding-right: 6px;
    font-size: x-large;
    font-weight: bold;
    color: red;
}

.attachment-logo {
    position: relative;
    top: 5px;
    padding-left: 10px;
}

.pointer{
    cursor: pointer;
}

/*FEEDBACK*/
#feedback {
    font-family: Arial !important;
    font-size: 14px !important;
}
#feedback .alert-panel {
    margin: 6px 2px;
}
#feedback textarea {
    width: 700px !important;
    min-height: 175px !important;
}
#feedback input[type="text"], #feedback input[type="email"], #feedback textarea {
    color: black;
    margin-bottom: 5px;
    border-radius: 0;
    padding: 5px !important;
}
#feedback input[type="text"]:not(.success-field):not(.error-field),
#feedback input[type="email"]:not(.success-field):not(.error-field),
#feedback textarea:not(.success-field):not(.error-field) {
    border: 1px solid black;
}
#feedback input {
    height: 35px !important;
}
#feedback input[type="submit"] {
    margin: 0px !important;
}
#feedback .help-inline {
    display: block !important;
    padding-left: 0px !important;
}
#feedback label {
    margin-top: 25px !important;
}
#feedback .taglib-captcha  {
    margin-top: 25px !important;
}
#feedback .taglib-captcha label {
    margin-top: 3px !important;
}
#feedback .captcha {
    margin-bottom: 0px !important;
}
/*KCABDEEF*/

#breadcrumbs .active.last a {
    cursor: text !important;
    text-decoration: none !important;
    color: #999 !important;
    pointer-events: none !important;
}

#breadcrumbs .active.last span.divider {
    display: none;
}

.sign-logo-panel {
    width: 45px;
}

.attachments-table a {
    line-height: 30px;
}

.submission table {
    border-bottom: 0;
    border-right: 0;
    border-radius: 4px;
    border-collapse: inherit;
    border-color: #AFAFAF;
}

.submission table tr td, .submission table tr th {
    border-top: 0;
    border-left: 0;
    border-color: #AFAFAF;
}

.submission table tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.submission table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.submission table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.submission .attachments-table .request-button {
    font-size: 0.775rem !important;
}