﻿#rCorner {
    /*background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;*/
    border-radius: 25px;
    border: 2px solid #007335; /*#73AD21;*/
    padding: 20px;
    width: auto; /*old=600px*/
    max-width: 600px; /*new 2025.02.15*/
    height: auto; /*old 550px*/
    text-align: center;
}

/*#rcorners_v1 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
}

#rcorners_v2 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}*/

.uploadMultipleFiles {
    color: white;
    background-color: #007335;
    border-color: #007335;
    max-width: 550px;
    width: 550px;
}

.btnCustom {
    color: white;
    background-color: #007335;
    border-color: #007335;
    width:200px;
}

div.ArticleImgHP {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

div.ArticleImgHP-container {
    /*width: 25px;
        height: 25px;*/
    width: 100%;
    height: 100%;
    background-image: url('../../Images/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}


/* Tooltip container */
.tooltip {
    opacity: 1;
    z-index: 100;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    font-size: medium;
    width: 200px;
    background-color: #007335;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.multipleTextArea {
    /*background: #b5b5b5;
        border: black dashed 1px;*/
    height: 100px;
    width: 100%;
    text-align: left;
    max-width: 550px;
    /*color: #fff;
        padding-top: 12px;*/
}


/*a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 5px 5px;
        margin-top: 00px;
        margin-left: 0px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        border: 2px solid #FFF;
        color: #EEE;
        background: #333;
    }

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: 5px;
    left: 10px;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 1px;
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}*/
