﻿#messageSplitter {
    font-size: 1.1em;
}

.MessageWidgit {
    font-size: 1.3em;
}

    .MessageWidgit span {
        vertical-align: middle;
        padding: 3px 7px;
    }

    .MessageWidgit .glyphicon {
        font-size: 2.5em;
    }

#DeclineReason {
    width: 450px;
    height: 120px;
}

#mtfContainer .k-dropdown {
    width: 250px;
}

tr.message {
    font-weight: bold;
}

.message td {
    height: 50px;
}

tr.message.read {
    font-weight: normal;
}

tr.message.accepted {
    background-color: #ADE060;
}

tr.message.declined {
    background-color: #FFCCCC;
}

tr.message.acknowledged {
    background-color: palegoldenrod;
}

.content td {
    padding: 3px;
}

span.k-sprite.glyphicon {
    font-size: small;
}

#MessageLegend {
    display: inline;
    padding-left: 25px;
}

    #MessageLegend div {
        display: inline-block;
    }

    #MessageLegend label {
        display:inline;
    }

    #MessageLegend .accepted {
        height : 20px;
        width : 20px;
        margin : 5px 5px 0px 5px;
        background-color : #ADE060;
    }

    #MessageLegend .declined {
        height : 20px;
        width : 20px;
        margin : 5px 5px 0px 5px;
        background-color : #FFCCCC;
    }

    #MessageLegend .acknowledged {
        height : 20px;
        width : 20px;
        margin : 5px 5px 0px 5px;
        background-color : palegoldenrod;
    }
