
#body-div
{
    margin: 0px;
    padding: 0px;
}

#header-container
{
    width: auto;
    height: 70px;
    background: #FFF;
    padding: 2px;
}

#cryptopay-logo
{
    margin-left: 25px;
    display: inline-block;
    vertical-align: -95%;
    padding-right: 15px;
    border-right: 1px solid #E0E0E0;
    cursor: pointer;
}

#control-panel-title
{
    font-size: 25pt;
    color: #777;
    font-style: italic;
    display: inline-block;
    margin-left: 16px;
    font-weight: bold;

}

#header-menu
{
    background: #555;
    width: auto;
    height: 26px;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    color: #FFF;
}

.header-menu-right
{
    float: right;
    border-left: 1px solid #707070;
}

.header-menu-entry-container
{
    display: inline-block;
    padding: 2px;
    padding-right: 5px;
    margin: 0px;
    border-right: 1px solid #808080;
}

.header-menu-entry
{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
}

.header-menu-entry:hover
{
    background: #808080;
}


#primary-content-div
{
    background: #FFF;
    margin: 0px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    min-height: 550px;
    box-shadow: inset 0px 4px 4px rgba(0,0,0,0.25);
    margin-bottom: 8px;
}

#primary-content-table
{
    padding: 8px;
}

#left-column
{
    border-right: 1px solid #F0F0F0;
    text-align: center;
}

#left-column-div
{
    width: 250px;
}

.selection-title
{
    font-family: 'Titillium+Web', sans-serif;
    font-size: 18pt;
    color: #000;
    margin-top: 9px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px;
    margin-bottom: 5px;
    background: #F0F0F0;
}

.selection-entry
{
    text-align: right;
    border-right: 2px solid #D0D0D0;
    background: #F8F8F8;
    padding-right: 10px;
    margin: 4px 4px 4px 4px;
    font-size: 14pt;
    cursor: pointer;
}

.selection-entry:hover
{
    background: #FFF;
    border-right: 2px solid #A0A0A0;
}

.selected
{
    background: #F8F8F8;
    border-right: none;
    border-right: 2px solid #808080;
    left: 5px;
    color: #277654;
}

.selection-arrow
{
    float: left;
    position: relative;
    left: 232px;
    top: 5px;
    transform: rotate(135deg);
    width: 16px;
    height: 16px;
    display: inline-block;
    border-left: 2px solid #808080;
    border-top: 2px solid #808080;
    background: #F8F8F8;
    display: none;
}

.selected .selection-arrow
{
    display: block;
    !important;
}

.selection-back-entry
{
    border-left: 2px solid #808080;
    padding: 4px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 11pt;
    background: #F8F8F8;
    margin: 4px;
    text-align: left;
    cursor: pointer;
}

.selection-back-entry:hover
{
    background: #FFF;
}

.selection-back-arrow
{
    float: left;
    position: relative;
    left: -15px;
    top: 3px;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    background: #F8F8F8;
}

.selected .selection-back-arrow
{
    display: block;
    !important;
}

.selected .site-id
{
    color: #67A694;
}

.site-name
{
    display: inline-block;
    margin-top: 6px;
    font-weight: bold;
    color: #444;
    text-decoration: underline;
}

.site-id
{
    display: inline-block;
    font-size: 11pt;
    font-style: italic;
    color:  #888;
    margin-bottom: 4px;
}

#content-column
{
    padding: 10px;
}

#right-column
{
    border-left: 1px solid #F0F0F0;
}

#right-column-div
{
    width: 250px;
    padding: 10px;
}

#featured-product-link
{
    text-align: center;
    font-style: italic;
    font-size: 11pt;
    color: #606060;
    cursor: pointer;
}

#featured-product-image
{
    padding: 2px;
    border: 1px solid #D0D0D0;
    cursor: pointer;
}

.news-entry
{
    background: #F8F8F8;
    border-bottom: solid 2px #F0F0F0;
    cursor: pointer;
}

.news-entry:hover
{
    background: #FFF;
}

.news-header
{
    font-style: italic;
    font-size: 11pt;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-weight: bold;
}

.news-text
{
    font-size: 10pt;
    margin-top: 0px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color: #000;
}

.news-brief-container
{
    margin-bottom: 20px;
}

.news-brief-title
{
    margin-bottom: 10px;
}

.news-brief-date
{
    color: #777;
    font-style: italic;
    font-size: 11pt;
    float: right;
    line-height: 25px;
    white-space: nowrap;
}

.news-brief
{
    font-size: 12pt;
    margin-top: 0px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.latest-news
{
    background: #FFFCB0;
    border-bottom: solid 2px #EFECA0;
}

.latest-news .news-header
{
    color: #605800;
}

.event-entry
{
    background: #F8F8F8;
    cursor: pointer;
    border-bottom: solid 2px #F0F0F0;
}

.event-entry:hover
{
    background: #FFF;
}

.event-header
{
    font-style: italic;
    font-size: 11pt;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    cursor: pointer;
}

.event-text
{
    font-size: 10pt;
    margin-top: 0px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.help-title
{
    border-left: 2px solid #AC6939;
    padding-left: 4px;
    color: #AC6939;
    font-weight: bold;
    font-size: 14pt;
    background: #FFF8F4;
    margin: 0px;
}

.help-arrow-line
{
    height: 9pt;
    background: #FFF8F4;
    margin: 0px;
}

.help-arrow
{
    position: relative;
    left: -5px;
    top: -2px;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-left: 2px solid #AC6939;
    border-top: 2px solid #AC6939;
    background: #FFF;
    background: #FFF8F4;
}

.help-text
{
    margin: 0px;
    border-left: 2px solid #AC6939;
    background: #FFF8F4;
    padding-left: 4px;
    font-size: 11pt;
    font-style: italic;
}

#footer
{
    background: #444;
    color: #FFF;
    margin-top: 0px;
    padding: 20px;
    font-size: 12pt;
    text-align: center;
}

.footer-header
{
    color: #CCC;
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.footer-link
{
    color: #E0E0E0;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-link:visited
{
    color: #E0E0E0;
}

.footer-link:hover
{
    color: #FFF;
}

#copyright
{
    padding-top: 8px;
    font-style: italic;
    color: #777;
    font-size: 11pt;
    text-align: center;
}


.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.selectable
{
    cursor: pointer;
}

.selectable:hover
{
    background: #ECF6F4;
}

.clear
{
    clear: both;
}

.notifications
{

}

.notification_count
{
    background: #F00;
    color: #FFF;
    border-radius: 2px;
    padding: 1px 8px 1px 8px;
    display: inline-block;
    font-size: 9pt;
    vertical-align: 1px;
}

#outer
{
    min-height: 200px;
}

#loading-overlay
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 5;

    background: rgba(255,255,255,0.75);

    min-height: 200px;
}

#loading
{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 120px;
    z-index: 10;

    border: 1px solid #D0D0D0;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 10px 20px 10px 20px;

    font-size: 18px;
    font-style: italic;
    color: #A0A0A0;
    text-align: center;
}

.popup
{
    display: none;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: auto;
    background: #FFFFFF;
    border: 2px solid #D0D0D0;
    border-radius: 8px;
    padding: 10px;
    width: 1000px;
    margin-left: -500px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 0.5);

    /* To Center Vertically, the popup needs to provide height and margin-top.  Margin-top should be negative half the height.
        height: 500px;
        margin-top: -250px;
    */
}

.info
{
    font-style: italic;
    font-size: 10pt;
    color: #444;
}

#control-panel-table
{
    margin-top: 20px;
}

.importantinfobox
{
    font-weight: bold;
    background: #FFD;
    padding: 10px;
    border: 2px dashed #880;
    margin: 8px;
    border-radius: 6px;
    text-align: center;
}
