﻿#share-menu-body ul {
    padding: 0;
    margin: 0;
}

#hrl-sharemenu li {
    border: 1px solid black;
    border-radius: 5px;
    border-color: #2e6da4;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    height: 70px;
    width: 100%;
    font-size: 10px;
    background-color: #337ab7;
    padding: 0;
}

#hrl-sharemenu li:hover {
    background-color: #75A5D0;
    box-shadow: 0px 0px 10px 0px rgba(49,167,75,1);
}

#hrl-sharemenu li img {
    float: left;
    padding: 10px;
    background-color: white;
    height: 70px;
}

#hrl-sharemenu li a {
    cursor: pointer;
    color: white;
}

#hrl-sharemenu li p {
    overflow: hidden;
    text-overflow:ellipsis;
    padding-left: 10px;
}

#hrl-sharemenu li h5 {
    padding-top: 10px;
    padding-left: 80px;
    margin-bottom:5px;
    font-weight: 600;
}

.header-color{
    background-color: #337ab7;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.header-color .close{
    color: white;
    opacity: 1;
}

.hrl-position-left {
    left: 0;
}

.hrl-position-right {
    right: 0;
}

.hrl-position-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
	#hrl-sharemenu .modal-dialog {width:330px;}
    #hrl-link-sharemenu-link .modal-dialog {width:360px;}
}

.copy-group-btn{
    position:absolute;
    top: -1px;
    right: -1px;
}

.copytextarea{
    display: none;
}

#hrl-link-share {
    position:relative;
}

.share-btn {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}