﻿
a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.small-pill {
    display: inline-block;
    margin: 0;
    background-color: #eeeeee;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 0.85em;
    border: 0;
    margin-right: 3px;
    margin-bottom: 6px;
    line-height: 12px;
}

.notificationMessages.row {
    position: absolute;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    left: 34%;
    width: 27%;
}

    .notificationMessages.row .messages {
        background: #ffffff;
    }

.notification,
.messages {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 10px;
}

    .notification .fa,
    .messages .fa {
        position: absolute;
        font-size: 5.9345em;
        top: -24px;
        left: -11px;
    }

        .notification .fa.fa-times,
        .messages .fa.fa-times {
            top: 1px;
            right: 2px;
            font-size: 1.3em;
            left: auto;
            color: #949494;
            cursor: pointer;
        }

    .notification span,
    .messages span {
        margin-left: 4.8em;
        display: inline-block;
    }

    .notification.MsgSuccess,
    .messages.MsgSuccess {
        border: 1px solid #34ad00;
    }

        .notification.MsgSuccess .fa.fa-check-circle,
        .messages.MsgSuccess .fa.fa-check-circle {
            color: rgba(52, 173, 0, 0.8);
        }

    .notification.MsgFailure,
    .messages.MsgFailure {
        border: 1px solid #b93628;
    }

        .notification.MsgFailure .fa.fa-exclamation-circle,
        .messages.MsgFailure .fa.fa-exclamation-circle {
            color: rgba(185, 54, 40, 0.8);
        }

.form-group .field-validation-error {
    color: #b93628;
}

.form-group .field-validation-success {
    color: #34ad00;
}

.form-group .form-control.input-validation-error {
    border: 1px solid #b93628 !important;
}

form .validation-summary-errors {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #b93628;
    background: #ffffff;
    margin: 20px 0 10px;
}

    form .validation-summary-errors span {
        font-weight: 600;
    }

    form .validation-summary-errors:before {
        content: '\f057';
        position: absolute;
        font-size: 5.9345em;
        top: -43px;
        right: -14px;
        color: rgba(185, 54, 40, 0.8);
        font-family: FontAwesome;
    }

    form .validation-summary-errors ul {
        margin-bottom: 0;
        list-style-type: none;
        padding: 0;
    }

        form .validation-summary-errors ul li:first-child {
            margin: 5px 0 0;
        }
