﻿.sraRA_Container{
    position: relative;
    border: none;
    display:inline-block;
}
/* List of rules applied */
.sraRA_Container ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
/* Single rule in list of rules */
.sraRA_Container ul li{
    padding: 10px;
}
/* Single rule labels container */
.sraRA_LabelsContainer{   
 /* width: 300px; */
    float:left;
    display: block;
    padding: 10px;
    width: 300px;   
}
/* Single rule name container */
.sraRA_RuleNameContainer{
    float:left;
    display: block;
    padding: 10px;
    width: 300px;    
}
/* Single rule name */
.sraRA_RuleNameContainer p{
    margin: 0;
    text-align:left;  
    border: 2px solid white;
    padding: 4px;
}
.sraRA_Label, .sraRA_Value{
    margin: 0;
    border: 2px solid white;
    padding: 4px;   
}
/* Single rule individual label */
.sraRA_Label{
    background:gray;
    color:white;
}
/* Single rule values container */
.sraRA_ValuesContainer{
  /*  width:300px;*/
    float: left;
    display: block;
    padding: 10px;
    width: 300px;     
}
/* =================================== */
/* Single rule individual value list*/
/* =================================== */
.sraRA_Value{
    background:lightgray;
}
#ctl00_ContentPlaceHolder1_dvSingleRiskAnalysis,
#ctl00_ContentPlaceHolder1_dvTransDetails{
    clear: both;
}
#ctl00_ContentPlaceHolder1_dvTransDetails .form-field-row{
    width: 100%;
}
/* Transactions Special Rules */
#ctl00_ContentPlaceHolder1_dgTransactions tr td,
#ctl00_ContentPlaceHolder1_dgTransactions .title2 td{
    padding: 3px;
}
/*#ctl00_ContentPlaceHolder1_dgTransactions_ctl03_ddlPacperformed{
    width: 100px;
}*/
/* ========= Tabs Table ====== */
#ctl00_ContentPlaceHolder1_dgTransactions .title2,
#ctl00_ContentPlaceHolder1_dgTabs tr td{
    padding: 1px;
}
#ctl00_ContentPlaceHolder1_dgTabs tr td:last-child img{
    margin: 0 auto;
    display: block;
}
#ctl00_ContentPlaceHolder1_dgTransactions tr td:last-child img{
    float: left;
    margin: 4px 0 0;
}    
table{
  clear: both;
  margin: 4px auto;
}
/* =================== Transactions Summary ============================= */
table tr:last-child tr td table tr td input[type="image"]{
    display: block;
    margin: 0 auto;
}
table tr:last-child td:last-child .vrf,
table tr:last-child td:last-child img[src="../Images/verified_blocked.png"],
table tr:last-child td:last-child img[src="../Images/verified_verified.png"] {
    display: block;
    float: left;
    margin: 3px 0 0 4px;
    width: auto;
}
table tr:last-child td:last-child .vrf{
     margin: 10px 4px 0 0;
}

/* ============================ Liability Report Fixes =============================== */
#liablility_report_custom table{
  margin: 0px auto;
}
