.search-control tr.active {
    border: 1px dotted #000000;
}

.search-control .results.drop-down .results-list {
    color: black;
}

.search-control .results.drop-down tr:hover {
    background-color: #d7e3f9;
    cursor: pointer;
}

table.list tr.hi td
{
    background: #143f8a;
}

div.contract-review-table
{
    overflow-x: auto;
    margin-left: 150px;
    margin-bottom: 30px;
}

div.contract-review-table table th, div.contract-review-table table td
{
    padding: 4px;
    text-align: right;
    min-width: 60px;
}

div.contract-review-table table th.first-col
{
    text-align: right;
    position: absolute;
    left: 0;
    width: 150px;
}

div.contract-review-table table input
{
    min-width: 60px;
}

.action-message
{
    border-bottom: 1px solid #FFCCCC;
    padding: 5px;
    color: #990000;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.linkButton
{
    border-radius: 4px;
    background: #b50054;
    display: block;
    clear: both;
}

.linkButton a
{
    color:#ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#IndexPresenter_1_MembersMissingData{
	overflow-y: auto;
	max-height: 400px;
}

#transactions {
    max-height: 400px;
    overflow: auto;
}

#testSiteBanner
{
    background-image: url("/static/images/testing-banner.png");
    background-repeat: repeat-x;
}

#testSiteBanner span
{
    background-color: red;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#reasonClosed {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.no-underline:hover {
	text-decoration: none;
}

.percentUp
{
    background-color: rgba(0, 198, 0, 0.49);
}

.percentDown
{
    background-color: rgba(171, 0, 0, 0.57);
}

#compare-search-panel
{
    margin-right: 100px;
    margin-left: 100px;
}

#comparisons-table tr:first-child td
{
    border: solid 1px;
    font-weight: bold;
}

.signup-email
{
    width:auto;
    height: 80px;
    font-size: 35px;
    text-align: center
}

.signup-submit
{
    margin-top: 30px;
    display: none;
}

.error-container
{
    display: none;
}

#proceedContainer
{
    height: 70px;
}

.my-event-processing .dim-on-refresh { opacity: 0.5; }
.my-event-processing.btn { opacity: 0.7; background: no-repeat center center url(/static/images/over-button-loader.gif); color: rgba(0, 0, 0, 0); }

#edit-current-balance-owed-div
{
    display: none;
    width: 100%;
    text-align: center;
}

input[type=text].error {
    border-color: #d50000;
}

.indent {
    display: inline-block;
    margin-right: 20px;
}

.RolesCheckSetView label {
    display: block !important;
}
.RolesCheckSetView input {
    display: inline !important;
    float: none !important;
    margin: 0 5px 0 0 !important;
}

.c-member-search .drop-down table {
    color: black;
}

.share-feedback {
    position: absolute;
    top: 25%;
    width: 50%;
    min-height: 200px;
    margin-left: -25%;
    left: 50%;
    background-color: white;
    border-radius: 5px;
    padding: 16px;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.75);
}

.internal-share-feedback {
    position: relative;
}

.share-feedback textarea {
    max-width: 100%;
    margin-bottom: 16px;
}

.share-feedback .close-button {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.feedback-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(128, 128, 128, 0.36);
}

.c-tabs-list ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

.c-tabs-list li {
    display: inline;
    padding:8px 6px 5.33333px 6px;
    margin-top:12px;
    border: 2px solid #4c68b5;
    border-radius: 2px;
    color: #4c68b5;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.c-tabs-list li.selected {
    background-color: #4c68b5;
    color: white;
}

.c-card__header-inner {
    overflow: initial!important;
}

.c-cancel-edit-image {
    position: absolute;
    left: 27px;
    bottom: 39px;
    z-index: 20;

}

.c-edit-post__thumbnail:after {
    content: 'x';
    background: white;
    border:1px solid black;
    padding:4px;
}

.chosen-choices {
    max-height: 60px!important;
    overflow: auto!important;
}

.panel.panel-table .inner {
    position: relative;
}

.panel.panel-table .inner .sticky-header th {
        position: sticky;
        top: 0;
}