@CHARSET "ISO-8859-1";
html,body{
	height:100%;
	margin: 0px;
}
iframe{
	display: block;
}
button:focus{
	outline: 0px;
}
.SplitCheckList {
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	outline: none;
}
.ActiveSplitCheckList {
	font-weight: bold;
	background-color: #9AC1DF;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	outline: 1px solid #336699;
}
.message {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #CC3300;
}
.truncate, .truncate-parent > SPAN, .truncate-parent > DIV{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subheadingFired {
	color: #FF0000;
	text-transform: capitalize;
	font-weight: bold;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
.subheadingAutoFired {
	font-size:0.9em;
	color: #339900;
	text-transform: capitalize;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.subheadingPreFired {
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color: #3300FF;
	text-transform: capitalize;
	font-weight: bold;
}

.keyBoardKey:active{
	background-color: #757575;
}

/*========= Keyboard New Styles ================*/

/* ============== keys css ===================== */
.keyBoardKey {
  	background-color: #e0dfe5;
	border-radius: 4px;
  	border: 1px solid #1f1e24;
    width:100%;
    height:100%;
    font-size: 18px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
 }
.keyBoardKey:enabled:hover {
	outline: 0;
}
.keyBoardKey:enabled:active  {
	outline: 0;
}
.keyBoardKey.active {
	background: #8C8C8C; /* Old browsers */
}

.keyBoardKey.active:enabled:hover {
	background: #888888; /* Old browsers */
}
/*========= End keys css ================*/
.dynamicBtn
, .advBtnDynamic
 {
	background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.75));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.75) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.75))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFFFFFFF', endColorstr='#00FFFFFF',GradientType=0 ); /* IE6-9 */
	background-color:#CBDDEC;
	letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    white-space: normal;
    border: 0.5px solid #336699;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing:border-box;
    width:100%;
}
.dynamicBtn:enabled:hover 
,.advBtnDynamic:enabled:hover 
{
	
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.35))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 100%); /* IE10+ */
	background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.35));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59FFFFFF', endColorstr='#00FFFFFF',GradientType=0 ); /* IE6-9 */
}
.dynamicBtn:enabled:active
,.advBtnDynamic:enabled:active {
	background-image: linear-gradient(0deg,rgba(255,255,255,0.75),rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FFFFFF', endColorstr='#BFFFFFFF',GradientType=0 ); /* IE6-9 */
}
.advBtnDynamic{
	border: 1px #000000 solid;
    font-variant: normal;
    font-weight: bold;
    height: 100%;
    background-color: #CCCCCC;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.advBtn,.advBtnOrange, .advBtnLightBlue, .advBtnBlue, .advBtnSkyBlue {
	font-size: 1em;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    white-space: normal;
    border: 1px #000000 solid;
    font-variant: normal;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  	width:100%;
  	height:100%;
  	
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  	border: 1px solid #1f1e24;
  	background: #cccccc;
 }
 
 .noShadow{
 	-webkit-box-shadow: none !important;
  	-moz-box-shadow:    none !important;
  	box-shadow:         none !important;
 }
 .advBtn:disabled ,.advBtnOrange:disabled
 ,.advBtnLightBlue:disabled, .advBtnBlue:disabled
 ,.advBtnSkyBlue:disabled {
 	opacity: 0.6;
 	-webkit-box-shadow: 0;
  	-moz-box-shadow:    0;
  	box-shadow: 0;
  	cursor: not-allowed;
 }
.dynamicBtn:disabled {
 	opacity: 0.75;
 	-webkit-box-shadow: 0;
  	-moz-box-shadow:    0;
  	box-shadow: 0;
  	color: #555;
  	cursor: not-allowed;
 }
.advBtn:enabled:hover {
	outline: 0;
	background: #AAAAAA;
}

.advBtn:enabled:active {
	outline: 0;
	background: #999999; /* Old browsers */
}


.advBtnLightBlue {
  	background: #DDECF8;
  	border: 1px solid #1f1e24;
 }
.advBtnLightBlue:enabled:hover, div.advBtnLightBlue:hover  {
	outline: 0;
	background: #D5D8ED; /* Old browsers */
}
.scrollBtn i, .scrollBtn span {
	font-size:2em;
}
.advBtnSkyBlue {
  	background: #DDECF8;
  	border: 1px solid #1f1e24;
 }
 .advBtnSkyBlue:enabled:active  {
	outline: 0;
	background: #CEDFE0; /* Old browsers */
}
.advBtnSkyBlue:enabled:hover {
	outline: 0;
	background: #D5EDFB; /* Old browsers */
}

.advBtnLightBlue:enabled:active  {
	outline: 0;
	background: #CEDFE0; /* Old browsers */
}


.advBtnBlue {
  	background: #9AC1DF;
  	border: 1px solid #1f1e24;
 }
.advBtnBlue:enabled:hover {
	outline: 0;
	background: #95BAD7; /* Old browsers */
}

.advBtnBlue:enabled:active  {
	outline: 0;
	background: #7C99AF; /* Old browsers */
}


.advBtnOrange {
  	background: #FFB700;
  	border: 1px solid #614E0E;
 }
.advBtnOrange:enabled:hover {
	outline: 0;
	background: #FFD94F; /* Old browsers */
	
}

.advBtnOrange:enabled:active  {
	outline: 0;
	background: #E0B437; /* Old browsers */
}

/* LoginButton Class exist in posStyles, posStylesIpad, and so on  */
.LoginButton:active{
	background-color: #757575;
}
.vAlignMiddle
, .tableDivForText{
	height: 100%;
	display: table;
}
.vAlignMiddle > DIV
,.tableCellDivForText, .tableDivForText > DIV, .tableDivForText > UL
{
	height: 100%;
	vertical-align: middle;
	white-space: normal;
	display: table-cell;
}
.tableDivForText{
	width: 100%;
}
.tableCellDivForText, .tableDivForText > DIV, .tableDivForText > UL{
	width:100%;
	text-align: center;
}

.whiteBackground {
	background-color: #FFFFFF;
	font-size: 1em;
}

.tableHeader {
	font-family: Trebuchet MS;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #569aed;
	vertical-align: middle;
	text-transform: none;
	color: #000000;
	height: 30px;
	text-align: center;
	font-stretch:expanded;
	letter-spacing:1px;
	border:0px solid #d8d8d8;	
}
.rightAllign{
	text-align: right;
}

#logoutSpan{
	text-decoration: underline;
	cursor: pointer;
}

.modalContainerDIV{
	top: 5px;
	display:none;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 0px;
	overflow: auto;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    
}

.modalContainerDIV > IFRAME{
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.ulFields{
	width:100%;
	float:left;
	margin: 0;
    padding: 0;
    text-align: left;
}
.ulFields li {
    float: left;
    width: 33%;
    margin: 0;
    padding: 8px 10px;
    list-style:none; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fillHeight, .fullH {
	height : 100% !important;
}
.menuOrderLeftBottomButtonsAdmin:enabled:active{
	background-color: #9AC1DF;
}
.table_heading_dark_blue {
	font-weight: bold;
	background-color: #003366;
	vertical-align: middle;
	text-transform: none;
	color: #FFFFFF;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}
.disabledFormControl
, .disabledTextInput{
	background-color: #eee !important;
}

.noPadding{
	padding: 0px !important;
}
.noBorderRadius{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.noBorder{
	border: 0px !important;
}
.noBorderRL{
	border-left: 0px !important;
	border-right: 0px !important;
}
.noBorderL{
	border-left: 0px !important;
}
.noBorderR{
	border-right: 0px !important;
}
.fullWH{
	width: 100%;
	height: 100%;
}
.fontBold{
	font-weight: bold;
}
.fontNormal{
	font-weight: normal;
}
.responsiveImg {
  	display: block;
    max-width: 100%;
    height: auto;
}
.boxSizingBorderBox{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fullW{
	width: 100%;
}

.MenuItems {
	font-weight: bold;
	background-color: #F6D5D5;
	letter-spacing: normal;
	text-align: center;
	vertical-align: super;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C97B7B;
	cursor: pointer;
}

.terminal-tab{
	background-color: #387bc2;
	color: #ffffff;
	border: 1px solid #aed0ea;
	font-weight: bold;
	width: 100%;
	list-style: none;
	border-radius: 6px;
	text-align: left;
	
}
.terminal-tab div button{
	width: 100%;
	height: 100%;
	border: 1px solid #2694e8;
	background-color: #d7ebf9; 
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	font-weight: bold;
	color: #2779aa;
}
.active-tab-button{
	background-color: #9AC1DF !important;
	color: white !important;
}
.heading-without-underline{
	font-size: 0.9em;
	font-weight:bold;
	text-transform: capitalize;
}
.no-padding-left{
	padding-left: 0px !important;
}
.no-padding-right{
	padding-right: 0px !important;
}
.twoButtonsRow > DIV:first-child {
	padding-right: 5px;
	width: 50%;
	float: left;
	height: 100%;
}
.twoButtonsRow > DIV:nth-child(2){
	padding-left: 5px;
	width: 50%;
	float:left;
	height: 100%;
}
.twoButtonsRow.compact > DIV:first-child {
	padding-right: 2px;
}
.twoButtonsRow.compact > DIV:nth-child(2){
	padding-left: 2px;
}
.margin-top-one-per{
	margin-top: 1% !important;
}
.margin-top-two-per{
	margin-top: 2% !important;
}
.margin-top-three-per{
	margin-top: 3% !important;
}
.cursor-hand{
	cursor: pointer;
}

html, body, form, #mainContainer {
	height: 100%;
	width: 100%;
}

.table {
	border-color: #AAAAAA;
}
.tableHeader a, .table a {
	color: #000000;
}
.containerWithHeading{
	position: relative;
}
.containerWithHeading .pageHeading{
	font-weight: bold;
    background-color: #336699;
    color: #FFFFFF;
    height: 3em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    position: absolute;
    top: 0px;
    width: 100%;
    padding-left: 10px;
}
.containerWithHeading .pageHeading > DIV{
	font-size: 1.2em;
}
.containerWithHeading .pageBody{
	padding-top: 3.2em;
}
.scrollDivContainer{
	overflow: auto;
	height: 100%;
}
.scrollDivButtonContainer{
	height: 55px;
	width: 100%;
	display: none;

}
.scrollDivButtonContainer > div {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.threeButtonsRow DIV:first-child {
	padding-right: 5px;
	width: 33.33%;
	float: left;
	height: 100%;
}
.threeButtonsRow DIV:nth-child(2){
	padding-left: 5px;
	padding-right: 5px;
	width: 33.33%;
	float:left;
	height: 100%;
}
.threeButtonsRow DIV:nth-child(3){
	padding-left: 5px;
	width: 33.33%;
	float:left;
	height: 100%;
}
.threeButtonsRow.compact DIV:first-child{
	padding-right: 2px;
}
.threeButtonsRow.compact DIV:nth-child(2){
	padding-left: 2px;
	padding-right: 2px;
}
.threeButtonsRow.compact DIV:nth-child(3){
	padding-left: 2px;
}

.fourButtonsRow > DIV
{
	width: 25%;
}

.fourButtonsRow > DIV
, .nButtonsRow > DIV
{
	float: left;
	height: 100%;
}
.fourButtonsRow > DIV:first-child
,  .nButtonsRow > DIV:first-child
{
	padding-right: 5px;
}
.fourButtonsRow > DIV:not(:first-child):not(:last-child)
,.nButtonsRow > DIV:not(:first-child):not(:last-child)
{
	padding-left: 5px;
	padding-right: 5px;
}
.fourButtonsRow > DIV:last-child
, .nButtonsRow > DIV:last-child
{
	padding-left: 5px;

}
.marginZero{
	margin: 0px !important;
}

.borderRadius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.paddingCompact{
	padding-left: 5px;
	padding-right: 5px;
}
.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.vMiddle{
	height: 100%;
	display: table;
}
.vMiddle > DIV{
	width:100%;
	height: 100%;
	vertical-align: middle;
	white-space: normal;
	display: table-cell;
	
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.redBorderColor
{
	border-color: #FF0000;
}

.scrollDivContainer::-webkit-scrollbar { width: 0 !important } /* chrome */
/* There is a CSS rule that can hide scrollbars in IE 10+.  That rule is: */
.scrollDivContainer { -ms-overflow-style: none; }
/* There used to be a CSS rule that could hide scrollbars in Firefox, but it has since been deprecated.  That rule was: */
.scrollDivContainer { overflow: -moz-scrollbars-none; }

.closeCheckScreenPaymentTypesViewContainer {
	display: flex;
	flex-direction: column;
	height: 650px;
	}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.wordBreakAll{
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.oneButtonRow > div{
	width: 100%;
	float: left;
	height: 100%;
}
.button-parent-table {
	border-collapse:collapse; 
	border-spacing:0;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.advBtnHeading {
  	background: #336699;
  	color: white;
 }
