/* import the merchantStore CSS */
@import url("../common/navbarClearance.min.css");
@import url("../common/partnerPlace.min.css");
@import url("../common/merchantAdmin.min.css");

/*
    Add your CSS here
*/

.img-64 {
    width: 64px;
    height: 64px;
}

.initial-hidden {
    display: none;
}

.top-buffer-12 {
    margin-top: 12px;
}

.top-buffer-36 {
    margin-top: 36px;
}

.spacing {
    padding: 10px;
    border: 1px solid darkgray;
    margin: 10px;
}

a.my {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}

/* unvisited link */
a.my:link {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}

/* visited link */
a.my:visited {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}

/* mouse over link */
a.my:hover {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}

/* selected link */
a.my:active {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}

.disputeOverlay {
    position: fixed;
    top: 0;
	bottom: 0;
    right: 0;
    left:0;
    background-color: grey;
    z-index: 99;
    opacity: 0.8;
}

#dispute-poll-result {
    display: none;
}

.dispute-spinner {
    height: 30px;
    width: 30px;
}

#spinner-section {
    display: none;
}

.flowDetails {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.Product_01.dispute-product {
    width: 115px;
    height: 90px;
}

.pp-merchant a{
    line-height: 1.1em;
}

.dispute-info-list {
    padding: 30px 310px 50px 310px;
}

.disputes-landing-content {
    text-align: justify;
    padding: 0px 50px 0px 50px;
}

.cartGetCode {
    float: right;
    margin-right: 3%;
}
.sendMessageBP {
    text-align: center;
    float: left;
}
.listDisputesBP{
    margin-right:5%;
}