﻿
    .inputMatch {
                        background: url('/content/images/checkmark.png') right no-repeat;
                        float: Right;
                    }

    .inputNotMatch {
                        background: url('/content/images/cross.png') right no-repeat;
                        float: Right;
                    }
    #auxLanguages {
        display: block !important;
    }

    .acc-recipients-container{
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
