﻿
.input-validation-error {
    border: 2px solid #AD0000 !important;
}

.field-validation-error {
    background-color: #AD0000;
    padding: 10px;
    margin-top: 4px;
    display: block;
    color: white;
}


.message-box {
    background-color: #AD0000;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    opacity: 0.82;
    color: white;
}

.good {
    background-color: #206522;
}

.message-box a, .triptych .message-box a, .triptych .message-box h1, .triptych .message-box h2, .triptych .message-box h3, .triptych .message-box p {
    color: white;
}

.button--link {
    text-decoration: none;
}

#sticky {
    bottom: 10rem;
    padding-right: 5px; 
}

#sticky.stick {
    margin-top: 0 !important;
    top: 10px;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em; 
    position: fixed;
}

.fund-block {
    cursor: pointer;
}

.fund-block--error {
     border: 5px solid #ff6666 !important;
}

.fund-percent--active-buy {
    border: solid #30c030 3px;
}

.fund-percent--active-sell {
    border: solid red 3px;
}

.debug{
    font-size: 10px;
}

.contribution-dc_item {
    cursor: pointer;
}

.fund-table-remove--button, .fund-table-remove-buy--button
{
    float: left;
}

.site-wrapper .ms-choice {
    height: 42px;
    line-height: 42px;
}

.site-wrapper .ms-choice > div {
    top: 8px;
}