﻿.dg {
    font-size: 1em;
    border-color: #ccc;
    border-collapse: separate;
}
.rounded {
    border-radius: .25rem !important;
}
tbody {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table th {
    
    background-color: #026594;
    color: #fff;
    font-weight: normal;
    border: 1px #ccc solid;
    vertical-align: middle;
    font-size: .9em;
    padding: 6px;
}
.dg th {
    
    background-color: #026594;
    color: #fff;
    font-weight: normal;
    border: 1px #ccc solid;
    vertical-align: middle;
    font-size: .9em;
    padding: 6px;
}
.dg th a:link {
    color: #fff;
    
}
    .table th a:link {
        color: #ddf3fd;
    }
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
    .table.table-striped tr:nth-child(2n) {
        background: rgba(242,242,243,.5);
    }
    .dg.table-striped tr:nth-child(2n) {
        background: rgba(242,242,243,.5);
    }
    .ltr {
        text-align: left;
    }
    .dg td {
        vertical-align: top;
        border: 1px #ccc solid;
        
        vertical-align: middle;
        padding: 10px;
    }
   
.dgAlt
{
	background-color: #F9F9F9;
}

.dg2 {
    font-size: .8em;
    border-color: #ccc;
    border-collapse: separate;
}
.dg2 th {
    background-color: #026594;
    color: #fff;
    font-weight: normal;
    border: none;
    vertical-align: middle;
    font-size: .9em;
    padding: 2px;
}
.dg2 td {
    vertical-align: top;
   border: none;
    vertical-align: middle;
    padding: 5px;
}
.dg2.table-striped tr:nth-child(2n) {
    background: transparent;
}
    .dg2 th a:link {
        color: #fff;
    }


.dg_ts {
    font-size: .9em;
    border-color: #ccc;
    border-collapse: separate;
    margin-bottom: 0;
}

    .dg_ts th {
        background-color: #026594;
        color: #fff;
        font-weight: normal;
        border: none;
        vertical-align: middle;
        font-size: .9em;
        padding: 2px;
    }

    .dg_ts td {
        vertical-align: top;
        border: none;
        vertical-align: middle;
        padding: 0px;
    }

.dg_ts.table tr:nth-child(2n) {
    background: transparent;
}

.dg_ts th a:link {
    color: #fff;
}

.lalign {
    text-align: left;
}
.dgth {
    vertical-align: top; /*    text-align:left;*/
    background-color: #026594;
    color: #fff;
    font-weight: normal;
    border: 1px #ccc solid;
    vertical-align: middle;
    font-size: .9em;
}

.dgNumber, .dgNumber th
{
	text-align: right;
}


.SelectedRowStyle
{
	background-color: Yellow;
}

/* Popup Panel */

.modalPopup {  
    z-index: 2000; 
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 20px;
}

.modalPopup .fraudScore
{
	border: 2px solid #A49B8A;
	background-color: #F4F4ED;
	font-weight: bold;
	text-align: center;
	display: block;
	max-width: 50px;
	min-width: 50px;
}

.modalPopup .ruleDate
{
	border: 2px solid #A49B8A;
	background-color: #F4F4ED;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 2px;
	max-width: 200px;
	min-width: 200px;
	max-height: 15px;
}

.modalPopup .Header
{
	background:#fff;
    color:#444;
	font-weight: bold;
	padding: 0 5px 20px 0;
	font-size: 1.4em;
}
    .modalPopup .Content {
        background-color: #fff;
        padding: 3px;
        overflow-y: auto;
    }

.modalPopup .ContentSub
{
	background-color: #F4F4ED;
	padding: 3px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.Vendor_BG_Color2
{
	background-color: #4d9dd0;
}

.TableRowHeader
{
	font-weight: bold; /*font-size: 12px;*/
	color: white;
	font-family: Verdana, Arial;
	font-variant: normal;
	text-decoration: none;
	background-color: #205d86;
	text-align: center;
}

.standardcell
{
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: InactiveBorder;
}


.datarowalt
{
	color: Black;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	background-color: #beddf1;
}

.headerrow
{
	color: #2f6e9a;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	background-color: #beddf1;
}

.gridview
{
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.gridview630
{
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 630px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.errortext
{
	color: Red;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.errortext2
{
	color: Red;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.standardcell
{
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: InactiveBorder;
}

.standardcelluser
{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

.datarowuser
{
	color: Black;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
}

.datarowaltuser
{
	color: Black;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
}

.headerrowuser
{
	color: Black;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
}
#ios-light {
    position: fixed;
    overflow: hidden;
    width: 40%;
    height: auto;
    padding: 0px;
    background: #F9F9F9;
    opacity: 1;
    z-index: 1000000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0.8;
}
#btnCloseWarning.exit {
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    color: #0075FF;
    width: 250px;
  height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}