﻿.btn-primary {
    background-color: rgb(153, 204, 51);
    border-color: rgb(139, 186, 45);
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus,  
.btn-primary:active, 
.btn-primary:active:hover {
    color: #fff;
    background-color:  rgb(139, 186, 45);
    border-color: rgb(129, 173, 42);
}

li.jq_eanButton a {
    color: rgb(153, 204, 51);
}

.panel-primary {
    border-color: rgb(153, 204, 51);
}

td.eanlist a,
td.deleteaddress a {
    color: rgb(153, 204, 51);
}

div.cancelrequest a {
    color: rgb(153, 204, 51);
}

ul.dashboard-cards > li > button {
    border-radius: 8px;
   
}

ul.dashboard-cards > li > button div.go {
     border-bottom-left-radius: 8px; 
     border-bottom-right-radius: 8px; 
}


/* Tables - rounded edges - General */
/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

/* top-right border-radius */
table thead th:last-child {
    border-top-right-radius: 8px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}



/* Rounded edges - MovementHistory */
/* top-right border-radius */
table thead th.rounded-edge-top-right {
    border-top-right-radius: 8px;
}

/* Bottom right */
table tr:last-child td.rounded-edge-bottom-right {
    border-bottom-right-radius: 8px;
}


.jq_eanButton.active {
    position: relative;
    z-index: 2;
}

#EanDetails {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}


