﻿.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

.list-inline > li {
    display: inline-block;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.share-details {
    background: #fff;
    border: 1px solid #1F9463;
    position: absolute;
    width: 183px;
    z-index: 1;
    left: -12px;
    /*top:33px;*/
}
.share-details li {
    list-style-type: none;
        margin-right:-40px;

}
.share-details li a {
    display: block;
    border-top: 1px solid #1F9463;
    padding: 3px 0;
    color: #1F9463;
}
.share-details li img {
    display: block;
    float: right;
    height: 24px;
    width: 25px;
    margin: 7px 5px 0 8px;
}


.modalBackground {
    background-color: black;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.pnlBackGround {
    position: fixed;
    background-color: White;
    border: solid 3px #1F9463;
        color: #1F9463;
            position: fixed;
     z-index: 10001; 
    left: 225.5px;
    top: 63.5px;
}
    .pnlBackGround table {
        font-weight:bold;
    }
    .pnlBackGround fieldset legend {
        font-size:20px;
        font-weight:bold;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 300px;
        height: 140px;
    }

    #popup_header,.popup_header {
    background-color: #1F9463;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align:right
}
        #modalClose,.modalClose {
                float: left !important;
    display: inline-block;
    cursor: pointer;
        }
@media only screen AND (max-width: 600px) {
    .pnlBackGround {
        overflow: scroll;
        max-height: 85%;
    }
}