﻿

body 
{
    background-color: #EFF3F6 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-primary {
    background-color: #3f6ad8 !important;
    border-color: #3f6ad8 !important;
}

.btn-primary:hover {
    background-color: #2955c8 !important;
    border-color: #2651be !important;
}

.table-thead th{
    padding-left: 5px;
    text-align: center !important;
}

.patternDiv {
    padding-left: 5px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    colour: white;
    line-height: -1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/*.patternDiv:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;*/ /* Adjusts for spacing */
    /*line-height:10px;
}*/

.borderRight {
    border-right: 1px #535353 solid;
}

.borderTopBottom {
    border-top: 1px #bdbdbd solid;
    border-bottom: 1px #bdbdbd solid;
    /*height: 60px !important;*/
}

.tdMinHeight{
    height:40px;    
}

.firstDtColumn {
    padding-left: 5px;
    
}

.lightBg {
    background-color: #f4f4f4;
    border-right: 1px white solid;
}

.centered {
    text-align: center;
}


.darkBg {
    background-color: #D0D0D0 !important;
    /*color: #36454F !important;*/
}

.blueBg {
    background-color: #4287f5 !important;
    color: white;
}

.LightRed {
    background: #cb5150 ;
    color: #fff 
}

.LightBlue {
    background: #39e5e7 ;
    color: #141414
}

.LightGreen {
    background: #7cc67c;
    color: #fff
}

.DarkGreen {
    background: #25ae60;
    color: #fff
}

.Gray {
    background: #e3e6eb;
    color: #141414
}

.DarkRed {
    background: #be2625;
    color: #fff
}

.Gray {
    background: #e3e6eb
}

.DarkBlue {
    background: #007aff;
    color: #fff !important
}

.Yellow {
    background: #f1c50e;
    color: #141414 !important
}

table#notesTable > tbody > tr.even {
    background-color: #eaeaea;
}

table#watchlistTable > tbody > tr.even {
    background-color: #eaeaea;
}

table#alertsTable > tbody > tr.even {
    background-color: #eaeaea;
}

table#notesTable > tbody > tr.evenNotFound {
    background-color: #cafcd7;
}

table#notesTable > tbody > tr.oddNotFound {
    background-color: #defae5;
}

table#patternGroupsTable > tbody > tr.even {
    background-color: #eaeaea;
}


table#ruleAlertsTable > tbody > tr.even {
    background-color: #fafafa;
}

.centered{
    text-align: center;
}

.select2-textbo {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid grey;
    padding: 5px;
    font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .85rem;
    font-weight: 400;
    color: #444
}

.backToTopDiv {
    position: fixed;
    bottom: -5px;
    float: right;
    right: 50%;
    width: 100px;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    border-radius: 4px;
}

.divFadeShow {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
}

.divFadeHide {
    visibility: visible;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.ruleSpan{
    width:130px;
    display:inline-block;
}

.ruleTopSpan {
    width:100px;
    display: inline-block;
}

.ruleItemDiv{
    width: 100%;
    padding-top:10px;
}