﻿/* Style names are case sensitive
/* Use lower case for custom styles
*/

/* bootstrap nested tables */
.table-nostriped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-plain tbody td {
    border: none;
}

table.table-striped tr table.table-plain, table.table-striped tr:hover table.table-plain, table.table-striped tr table.table-plain tr {
    background-color: inherit;
}

/* gridview */

.GridviewTable

{
/* font, table border and table margins here */
/*font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 10pt;
margin: 20px 0px 0px 20px; */
}
.GridviewTable th {
/* you don't need to use HeaderStyle-CssClass
Just use the <th> element of the Gridview's overall
CSSClass */
/*color: Black;
border-bottom: solid thin black;
padding-left: 10px;
padding-right: 10px; */
padding: 3px 3px 3px 3px;
}
.GridviewTable td {
padding: 3px 3px 3px 3px; /* puts vertical spacing between rows */
}
.GridviewTable tr {
/* any color or background-color set here will override
the .AlternatingRow property so it's best not to use it
if you want alternating rows to be different */
}

.gridviewcol
/* this puts space around the text in the cells of a table */
{
 padding-left:5px;
 padding-right:5px;
 padding-top:0px;
 padding-bottom:0px;
}

.TableRow {
/*color: black;
background-color: white;*/
}
.AlternatingRow {
/*color: Black;
background-color: #f6f6f6; /*light gray*/
}
.EditRow {
}
.Footer {
}
.PagerRow {
}


/* general */

.fasstd
{
    font-family: Verdana, sans-serif;
    font-size: small; 
    background-color: #eeeeee  
}

.casctitle
{ font-size:x-large;
  font-weight:bolder;   
}

.panelentry
{
	font-family: Verdana, Sans-Serif;
	font-size: smaller;
}

.fastable
{
	border-width: thin; 
	border-style: outset;	
}

/* labels */

.labelxxsmall
{
    font-family: Verdana, sans-serif;
    font-size: xx-small;    
}


.labelxsmall
{
    font-family: Verdana, sans-serif;
    font-size: x-small;    
}

.labelsmaller
{
    font-family: Verdana, sans-serif;
    font-size: smaller;    
}

.labelsmallerred
{
    font-family: Verdana, sans-serif;
    font-size: smaller; 
    color: Red;   
}

.labelsmall
{
    font-family: Verdana, sans-serif;
    font-size: small;    
}

.labelsmallred
{
    font-family: Verdana, sans-serif;
    font-size: small;  
    color: red  
}

.labelsmallbold
{
    font-family: Verdana, sans-serif;
    font-size: small;  
    font-weight:bold;
}

.labelsmallitalic
{
    font-family: Verdana, sans-serif;
    font-size: small;  
    font-style:italic;
}

.labelsmalleritalic
{
    font-family: Verdana, sans-serif;
    font-size: smaller;  
    font-style:italic;
}

.labelmedium
{
    font-family: Verdana, sans-serif;
    font-size: medium;    
}

.labelmediumitalic
{
    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: medium;    
}

.labelmediumblue 
/* alternative to making a label invisible is to make the font colour the same as the background colour*/
{
    font-family: Verdana, sans-serif;
    font-size: small; 
    color: #eeeeee  	
}	

.labelinstructions
{
    font-family: Verdana, sans-serif;
    height:500px;
    font-size: small;    
}

.labelinstructionsred
{
    font-family: Verdana, sans-serif;
    height:500px;
    color: Red;
    font-size: small;    
}

.labelinstructionsbold
{
    font-family: Verdana, sans-serif;
    height:500px;
    font-size: small; 
    font-weight: bold;   
}

/* Reports */

.header 
{
    font-family: Verdana, sans-serif;
    font-size: medium; 
    font-weight: bold;   
  
}

.header2
{
    font-family: Verdana, sans-serif;
    font-size: medium; 
    font-weight: normal;   
  
}

.section
{
    font-family: Verdana, sans-serif;
    font-size: small; 
    font-weight: bold;   
  
}

/* Main Menu */

.tabs 
{
    position:relative;
    top:1px;
    left:10px;
  
}

.tab
{
    background-color:#eeeeee;
    padding:2px 4px;
 
}

.selectedtab
{
    background-color:#cccccc;
    border-bottom:solid 1px white;
}

.menuitem
{
	background-color:#eeeeee;
	text-align:left;
    z-index: 100;	
} 
    
/* Buttons */

.gobuttonsmall
{
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color:#003399;
    width:100px;
	background-color:#eeeeee;
}

.gobuttonmedium
{
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color:#003399;
    width: 200px;
	background-color:#eeeeee;
}

.gobuttonlarge
{
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color:#003399;
    width: 300px;
	background-color:#eeeeee;
}


.linkbuttonsmall
{
    font-family: Verdana, sans-serif;
    font-size: small;
    color:#003399;
	background-color:#eeeeee;
}

.linkbuttonmedium
{
    font-family: Verdana, sans-serif;
    font-size: medium;
    color:#003399;
	background-color:#eeeeee;
}


.fasbutton
{
    font-family: Verdana, sans-serif;
    font-size: small;
    color:#003399;
    background-color:transparent;
    border-style:outset;
}

/* Data entry */ 

.dropdownfixedwidth
{
    font-family: 'Lucida Console';
    font-size: small;
    font-style: normal;
}


.smalldropdown
{
    font-size: small;
    font-style: normal;
    width:100px;
}

.textboxverysmall
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 50px;
    }

.textboxsmall
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 100px;
    }

.textboxmedium
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 200px;
}

.textboxlarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 300px;
}

.textboxverylarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 500px;
}

.textboxveryverylarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 650px;
}


.textboxmultiline
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 250px;
    height: 100px
}

.textboxmultilinemedium
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 400px;
    height: 100px
}

.textboxmultilinewide
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 750px;
    height: 100px
}

.textboxmultilinewidedeep
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 750px;
    height: 200px
}

.textboxmultilinelarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 500px;
    height: 200px
}

.textboxmultilinelargedeep
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 750px;
    height: 400px
}

.textboxmultilineverylarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 1000px;
    height: 205px
}

.textboxmultilineverylargedeep
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 1000px;
    height: 400px
}

.textboxmultilineveryverylarge
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 1000px;
    height: 100px
}

.textboxmemo
{
    font-family: Verdana, sans-serif;
    font-size:small;
    width: 500px;
    height: 100px
}

/* tabbed panels */

.tabinfront
{
    font-family: Verdana, sans-serif; 
    font-size:small;
    Font-weight:bold; 
    background-color:#eeeeee; 
    border-style: outset;
    border-width:medium;
    text-align:center;
    height: 26px
}

.tabinfrontbluer
{
    font-family: Verdana, sans-serif; 
    font-size:small;
    Font-weight:bold; 
    background-color:#b4c0f3; 
    border-style: outset;
    border-width:medium;
    text-align:center;
    height: 26px
}

.tabbehind
{
    font-family: Verdana, sans-serif; 
    font-size:small;
    Font-weight:normal; 
    background-color:transparent; 
    border-style: outset;
    border-width:thin;
    text-align:center;    
    height: 26px
}

.tabbutton
{
    background-color:transparent; 
    border-style: none
}

.tabpanel
{
    background-color:#eeeeee;
    font-size:small;
}   


/* Tree */

.treenode
{
	font-size:small;
  padding-right: 6px;       
  padding-left: 0px;   
  color:navy;
}


/* other    */

#divinsert
{
    display:none;
}


body { background-color: #ffffff; color: #000000; font-family: Verdana,sans-serif;}

p, ul, ol, li, table, td { font-family: Verdana, sans-serif; }

dd { font-family: Verdana, sans-serif; }

H1 { font-weight: bold; font-size: 120%; color: #669999; font-family: Verdana, sans-serif; }
H2 { font-weight: bold; font-size: 110%; color: #669999; font-family: Verdana, sans-serif; }
H3 { font-weight: bold; font-size: 100%; color: #669999; font-family: Verdana, sans-serif; }
H4 { font-weight: bold; font-size: 90%; color: #669999; font-family: Verdana, sans-serif; }

A { text-decoration: none; }

A:link { color: #003399; font-family: Verdana, sans-serif; }
A:visited { color: #cc3333; font-family: Verdana, sans-serif; }
A:hover { text-decoration: underline; font-family: Verdana, sans-serif; }
A:active { color: #cc0000; font-family: Verdana, sans-serif; }

A.global { font-weight: bold; }


/*1921 SB 2018MAR01*/
div#divCascBiscuit {
	background-color: darkgray;
	color: whitesmoke;
	padding: 10px;
}
	div#divCascBiscuit h1 {
		font-size: large;
		color:whitesmoke;
		margin-top:0px;
	}
	div#divCascBiscuit p {
		font-size: small;
	}
	div#divCascBiscuit div {
		text-align: right;
	}
div#divCascBiscuit div button {
	background-color: lightgray;
	border:0;
	border-radius: 6px;
}
div#divCascBiscuit div button:hover {
	filter: contrast(120%);
}
/*1921 SB 2018MAR01*/

/* Raf */
.btn-nav-container {
    border:none;
    background:none;
}
.btn-nav-container:focus {
    outline:0;
}
.btn-nav {
    font-size: 72px;
    color: #0d72ee;
}
    .btn-nav:hover {
        color: #64be45;
        transform: scale(1.1);
        cursor:pointer;
    }
    .btn-nav:active {
        color: #5ab739;
        transform: scale(1);
        cursor: pointer;
    }

.table-5 {
    width:500px;
} 
.table-4 {
    width:400px;
}
.table-3 {
    width:300px;
}
.table-cus {
    width:500px;
}
.table-cus-sm {
    width:250px;
}
.table-cus tbody tr:first-child {
    background-color: #e1e1e1;
    border-bottom:1px solid gray;
}
.table-cus tbody tr th:first-child {
    width:25px;
}
.table-cus th, .table-cus td {
    vertical-align: middle !important;
}
.table-cus tr {
    line-height:1;
}

.prgs-complete {
    color: #359b12;
}
.prgs-current {
}
.prgs-next {
    font-weight: 500;
    color: #979797;
}

.card-title, .card-content {
    margin-bottom: 30px;
}
.card-content {
    min-height: 400px;
    padding-left: 25px;
}

/*table td {
    vertical-align: top;
}*/

.confirm-inp {
    width: 500px;
    margin-bottom:5px;
}
.confirm-inp:disabled {
    background-color: #fafafa;
    color: #000;
    border-radius:0;
    min-height: 250px;
}
.prvContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index:100;
}
.prvHolder {
    width: 500px;
    margin: 50px auto;
    background-color: #fff;
    border: 1px solid gray;
    border-radius:5px;
}
.prvButton {
    margin-top: 30px;
}
.prvEmailTxt {
    min-height: 150px;
}
.btn-holder {
    padding: 10px; 
    width: 100px;
    height: 100%;
}
.inline-block {
    display: inline-block;
    width:100%;
}
.flex {
    display:flex;
    width: 100%;
}
.merge-card {
    padding: 1.25rem;
}

.floater {
    visibility: hidden;
    background-color: #fff;
    position:fixed;
    top: 50px;
    left: 50px;
    min-height:25px;
    max-height:125px;
    /*min-width: 50px;
    max-width:150px;*/
    white-space: nowrap;
    overflow-y: scroll;
    border: 1px solid gray;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 15px 0px;
    font-size:12px;
}

.mrg-link {
    cursor:pointer;
}
.mrg-link:hover {
    font-weight:600;
}

.mail-container {
    padding: 10px;
    background-color: #eee;
    font-size: 14px;
    color: #3a3a3a;
    font-family: monospace;
    display:grid;
    box-shadow: 0px 3px 5px 0px gray;  
}
.mail-up-title {
    width:100px;
}

.mail-up-title.box {
    border: 1px solid #ccc;
    margin-bottom: -1px;
    padding-left: 5px;
}

.mail-down-body {
    margin-top: 0px;
}

input[type=radio] {
    margin-right: 5px;
}
.select-cus {
    margin-left: 18px;
    max-width:350px;
    color: #333;
}
.select-cus[multiple] {
    min-height:200px;
}

.table-extra {
    font-size: 14px;
    color: #333;
    width: 450px;  
    box-shadow: 0px 3px 5px 0px gray;  
}
.table-extra-sm {
    width: 300px;  
}

.col-wide {
    min-width: 250px;
    margin-right: 25px;
}
.col-wider {
    min-width: 450px;
    margin-right: 25px;
    margin-left: 25px;
}
.col-divider {
    width: 300px;
}

.gridviewcol {
    vertical-align: middle !important;
}

.fg-lg {
    min-width: 500px;
}

.abs-top {
    position: absolute;
    top: 54px;
    right: 10px;
}

@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
}

.card-header {
    /*white-space: nowrap;*/
}

.card-description {
    padding: 10px 20px;
}
#bankAccordion {
    max-width: 600px;
}

#bankHeading {
    padding: 5px 10px;
}