.loaderGif {
    position: fixed;
    top: 50%;
    left: 50%;

    z-index:1234;
    width: 32px;
    height: 34px; /* hight of the loader gif +2px to fix IE8 issue */
    margin: 0 auto;
    display:none;
}

.copyToClipboardImg { 
    
    opacity: 0; 
    transition: opacity .12s ease-in-out; 
    padding: 0;
    background: #fff;
    transform: scale(0.75);
    cursor: pointer;
} 

.resourceUrlPanel { 
    position: relative;
    display: inline-block;
} 

.resourceUrlPanel:hover .copyToClipboardImg,
.resourceUrlPanel:active .copyToClipboardImg,
.resourceUrlPanel:focus .copyToClipboardImg { 
    opacity: 1; 
}

.copiedToast {

   line-height: normal;
   line-padding: 0;
}

.copiedToastBody {
    font-size: small;
    padding: 0.25em;
}
