﻿.modal.share-modal {
    width: 850px;
    margin: 0 auto;
}

    .modal.share-modal .modal-dialog {
        width: 100%;
    }

    .modal.share-modal.in .modal-dialog .modal-body {
        padding: 15px 25px;
        min-height: 170px;
    }

    .modal.share-modal .dropdown-menu {
        min-width: 100px;
        top: 7px;
        left: 68px;
        right: initial;
    }

        .modal.share-modal .dropdown-menu > li > a {
            padding: 3px 10px;
        }

        .modal.share-modal .dropdown-menu .dropdown-menu-item {
            padding: 0 5px 0 10px;
        }

            /*.modal.share-modal .dropdown-menu .dropdown-menu-item:not(.checked) {
                display: inline-block;
                margin-right: 16px;
            }*/

    .modal.share-modal tags-input {
        width: calc(100% - 69px);
        display: inline-block;
        vertical-align: middle;
    }

    .modal.share-modal #dropdown-long-content .btn-group div > i.btn {
        border: 1px solid silver;
        margin: 2px;
        border-radius: 1px;
        font-size: 1em;
        font-style: normal;
        width: 60px;
        background-color: #f5f5f5;
        opacity: .8;
    }

    .modal.share-modal #dropdown-long-content .share-type-label {
        min-width: 75px;
        display: inline-block;
    }

    .modal.share-modal ul li.disabled {
        pointer-events: none;
    }

    .modal.share-modal .ui-checkbox {
        font-size: .7em;
    }

    .modal.share-modal #dropdown-long-content {
        display: inline-block;
        vertical-align: middle;
    }

    .modal.share-modal .single-share {
        height: 50px;
        text-align: right;
        border-top: 1px solid #d7d7dc;
        border-bottom: 1px solid #d7d7dc;
    }

        .modal.share-modal .single-share .report-owner {
            padding-top: 8px;
            width: 140px;
            text-align: center;
            color: #8a8a8a;
        }

    .modal.share-modal .shared-list #dropdown-long-content {
        width: 130px;
    }

    .modal.share-modal .shared-list > ul {
        min-height: 150px;
        max-height: 200px;
        overflow-y: auto;
        width: 100%;
    }

        .modal.share-modal .shared-list > ul.shared-list-items > li {
            clear: both;
            height: 47px;
            border-bottom: 1px solid #d7d7dc;
        }

    .modal.share-modal .shared-list .remove-share {
        width: 50px;
        height: 35px;
        margin-top: 5px;
    }

        .modal.share-modal .shared-list .remove-share i {
            padding: 10px;
            cursor: pointer;
        }

    .modal.share-modal .shared-list .profile-img {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: #f5f5f5;
        vertical-align: middle;
        text-align: center;
    }

        .modal.share-modal .shared-list .remove-share i,
        .modal.share-modal .shared-list .profile-img i {
            opacity: 0.55;
            vertical-align: -webkit-baseline-middle;
        }

    .modal.share-modal .ui-checkbox input[type=checkbox]:checked + span:after {
        top: 5px;
    }

    .modal.share-modal tags-input .tags {
        border-radius: 0;
    }

        .modal.share-modal tags-input .tags .input {
            height: 28px;
            outline: none;
        }
