﻿/* main styles */
html
{
	color:#000;
	background:#FFF;
	height:100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	/*height:100%;*/
}
ul
{
    padding-left:20px;
}
body
{
	/*font:10.5pt/1.231 "Inter", "Segoe UI", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
	text-align:center;
    font-family: "Inter", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
	margin:0px;
	/* TPO SKINNING 
	background-color:#000;*/
	background-color:#fff;
    color:#333333;
	width:100%;
	height:100%;
	
}
form
{
	height:100%;
}
pre
{
	display: block;
    width:auto;
    max-width:1165px;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    overflow-x: auto;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space:pre-wrap;
}
/* remove outline on images when clicked on */
a
{
    color:#0a6de6;
    outline: none;
	text-decoration: none;
}
a:hover
{
	outline: none;
    text-decoration: underline;
}
a img
{
    border:none;
    padding-right:5px;
}
/* remove outline on images when clicked on */
 
input[type=text], input[type=password], input[type=file], select {
    padding: 5px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pIndented
{
    padding: 10px 0px 0px 10px;
}

.waitDivBG, .waitDivBGAdd
{
	z-index:500;
	width: 100%; 
	height: 100%; 
	top: 0; 
    left: 0; 
    position: absolute; 
    /*background-color: #CCCCCC; 
    opacity: 0.5; 
    filter: alpha(opacity=50); 
    -moz-opacity: 0.50;*/
	background: gray; /* older browsers */
    background: rgba(128,128,128,0.3); /* newer browsers */
}
.waitDiv
{
	border: black solid 1px; 
	background-color: white; 
	text-align: center; 
	vertical-align:middle;
	z-index: 1002; 
	width: 150px;
    height: 90px;
    top: 20%; 
    left: 50%; 
    position: fixed; 
}
.loader {
    /*z-index: 1002; */
    width: 48px;
    height: 48px;
    /*border: 5px solid #551877;*/
    border: 5px solid #222f4b;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin-left: -24px;
    /*display: inline-block;*/
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 30%; 
    left: 50%; 
    position: absolute; 
}
 
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}
.tpobutton, .tpoButtonAction, input[type=submit], input[type=button]
{
    overflow:hidden;
	padding: 6px 6px;
    margin:1px 2px 1px 2px;
    font-family: "Inter", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
    font-weight:600;
    color: #fff;
    min-width:100px;
	border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}
.tpobutton:hover, .tpoButtonAction:hover, input[type=submit]:hover, input[type=button]:hover
{
	/*color: #333;*/
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
    /*box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);*/

}
.tpobutton:hover:disabled, .tpoButtonAction:hover:disabled, input[type=submit]:disabled, input[type=button]:disabled
{
    background-color:#ccc !important;
    border: 1px solid #ccc !important;
    color: #777;
    cursor:not-allowed;
}
.tpobutton, input[type=submit], input[type=button]
{
    background-color: #2e6bee; /*#2e6bee; /*#007fff*/
    border: 1px solid #2e6bee; /*#2e6bee;*/
}   
.tpoButtonAction
{
    background-color: #198754 !important;
    border: 1px solid #198754 !important;
}
.stickyButton {
  position: sticky;
  top: 30px; /* Or bottom, left, right depending on where you want it to stick */
}
.deleteButton
{
    background-color:#b3261e !important;
	border: 1px solid #b3261e !important;
}
.aHeader, .aHeader:hover, .aHeader:visited
{
	color:white;
	text-decoration:none;
}
.aHeader:hover
{
	color:#ddd;
}
.brThin
{
	font-size:1px;
}
.brMedium
{
	font-size:3px;
}
/* version display */
.verSpan
{
	font-size:9px;
}
/* labels */
.lblField
{
	font-size:9.5pt;
    position:relative;
    margin-top:10px;
	color:#ff4d01;
	font-weight:400;
}
.divInfoBox
{
	margin-top: 10px;
	margin-right: 5px;
	padding: 15px !important;
	background-color: #e8f4fd;
	border-left: 4px solid #2196F3;
	border-radius: 4px;
}
.divInfoBox ul li {
    padding: 5px 5px 5px 2px;
    list-style-type:none;
}

.headerExtraImg
{
    float:right;
    /* TPO SKINNING - you can turn this logo on if The Payoffice Logo is hidden or anothe image is used in lieu of the logo*/
    width:0px;
    height:0px;
    display:none;
}
.loginMob
{
    display: table-cell;
    width: 100%;
    margin: auto;
}
.lblError
{
	font-size:1.1em;
	visibility: hidden; /* Hidden by default. Visible on click */
	z-index:50000;
	position: fixed;
	padding:5px;
	bottom: 30px;
	right: 2%;
	background-color:#ffffff;
	max-width: 300px;
	min-width: 300px;
	margin-left: -150px; /* Divide value of min-width by 2 */
	max-height: 80px;
	min-height: 80px;
	/*color: #fff !important;*/ /* White text color */
	text-align: center; /* Centered text */
	border-radius: 5px; /* Rounded borders */
	overflow:auto;
	box-shadow: 2px 2px 10px 5px rgba(100,100,100, 0.4);
}
.lblError.bgRed
{
	border-top: 8px solid #db293b;
}
.lblError.bgGreen
{
	border-top: 8px solid #199059;
}
/* Show the toast when clicking on a button (class added with JavaScript) */
.lblError.show {
  visibility: visible; /* Show the toast */
  /* Add animation: Take 0.5 seconds to fade in and out the toast.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
  animation: fadein 0.5s, fadeout 0.5s 7.5s;
}

.floatLeft {float: left;}
.floatRight {float: right;}
.float-container{}
.clWht {color: white;}
.clRed {color: red;}
.dspNone {display:none;}
.H90 {height: 90px;}
.H450 {height: 450px;}
.H95p {max-height: 95%;}
.W30 {width:30px;}
.W40 {width:40px;}
.W64 {width:64px;}
.W90 {width:90px;}
.W150 {width:150px;}
.W180 {width:180px;}
.W200 {width:200px;}
.W250 {width:250px;min-width:250px !important;max-width:250px;}
.W350 {width:350px;}
.W430 {width:430px;}
.W540 {width:540px;min-width:540px;max-width:540px;}
.W740 {width:740px;min-width:740px;max-width:740px;}
.W900 {width:900px;min-width:900px;max-width:900px;}
.W1100 {width:1100px;min-width:1100px;max-width:1100px;}
.W100p {width: 100%;}
.W50p {width: 50%;}
.W67p {width: 67%;}
.W33p {width: 33%;}
.Pad5 {padding:5px;}
.Pad10 {padding:10px;}
.Pad15 {padding:15px;}
.PadB15 {padding-bottom:15px;}
.PadL5 {padding-left:5px}
.PadL10 {padding-left:10px}
.PadL30 {padding-left:30px}
.MA {margin:auto;}
.MB50 {margin-bottom:50px;}
.MB25 {margin-bottom:25px;}
.MB10 {margin-bottom:10px;}
.MT10 {margin-top:10px;}
.ML10 {margin-left:10px;}
.MT20 {margin-top:20px;}
.MT30 {margin-top:30px;}
.PosRl {position: relative;}
.TalL {text-align:left;}
.TalR {text-align:right;}
.TalC {text-align:center;}
.TalJ {text-align:justify;}
.FS13pt {font-size: 13pt;}
.FS09em {font-size: 0.9em;}
.FS08em {font-size: 0.8em;}