﻿.displayInline {
  display: inline;
}

.displayBlock {
  display: block;
}

.displayBlockImportant {
  display: block !important;
}

.lineStatusHeader {
  width: 155px;
}

.lineStatusReason {
  width: 360px;
  height: 91px;
}

.tradeStatusReasonHeader {
  width: 584px;
}

.tradeStatusReason {
  width: 574px;
  height: 91px;
}

.panelTradeStatusMessage {
  height: 91px;
}

.width90px {
  width: 90px;
}

.width65px {
  width: 65px;
}

.width80px {
  width: 80px;
}

.marketPlace_newsItem a {
  text-decoration: underline;
}

.crumb {
  float: left;
  font-size: 11px;
  width: 650px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}

.crumb a {
  text-decoration: underline;
}

.file_input_textbox {
  float: left;
}

.file_input_div {
  position: relative;
  width: 85px;
  height: 20px;
  overflow: hidden;
  margin-top: 6px;
}
/*.file_input_button
{
	width: 100px; 
	position: absolute; 
	top: 0px;
	background-color: #33BB00;
	color: #FFFFFF;
	border-style: solid;
}*/

.file_input_hidden {
  font-size: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.beneComboBox {
  border: 1px solid #9c9c9c;
  /*border-radius: 3px;*/
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
  height: 27px;
  position: absolute;
  margin-top: 5px;
  margin-left: 0;
}

.beneTextBox {
  height: 15px;
  width: 65%;
  float: left;
  padding: 6px;
  margin: 5px 0;
  border: 1px solid #9c9c9c;
  border-right: 0px;
  /*border-radius: 3px;*/
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-state-default {
  background: none;
}

.ui-state-default:hover {
  background: #dadada;
}

.beneDetailsButton {
  float: right;
  margin-top: 5px;
}

#contentHome {
  background: #ffffff; /*position: relative;*/
  height: 100%; /*margin: 0px;     margin-left: 20px;*/
  margin: 0 auto 0 auto;
  padding: 0 0 0 0px;
  width: 950px;
}

/** payfacWrapper stuff */
#payfacWrapper {
  /*margin-right: 20px;
    margin-left: 20px;*/
  padding-top: 1px;
  padding-bottom: 10px;
  font-size: 11px;
  color: windowtext;
}
/*
#payfacWrapper h2
{ 
    font-size: 22px;
    font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: windowtext;
}

#payfacWrapper h3
{
    font-size: 15px;
    color: windowtext;
}

#payfacWrapper a, a:hover {
    text-decoration: underline;
}*/

/* auto complete */
.autocomplete_completionListElement {
  visibility: hidden;
  margin: 0px !important;
  background-color: white;
  color: windowtext;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  overflow: auto;
  height: 250px;
  text-align: left;
  list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
  background-color: silver;
  color: black;
  padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
  background-color: window;
  color: windowtext;
  padding: 1px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#popupContent {
  margin: 0px 10px 0px 20px;
}

th a {
  font-weight: bold;
}

td.label a {
  font-weight: bold;
  width: 150px;
}

td.label {
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}

td.labelWide {
  white-space: nowrap;
  font-weight: bold;
  width: 175px;
}

td.narrowLabel {
  font-weight: bold;
  padding-right: 5px;
}

td.narrowLabel a {
  font-weight: bold;
}

td.data {
  padding-right: 20px;
}

input {
  letter-spacing: 0px;
  vertical-align: middle;
}

input.disabled {
  border: none 0px #ffffff;
  color: Black;
}

textarea {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  vertical-align: middle;
}

select {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  vertical-align: middle;
}

input.amount {
  width: 90px;
  text-align: right;
  padding-right: 5px;
}

input.wide {
  width: 350px;
}

select.wide {
  width: 350px;
}

select.searchField {
  width: 160px;
}

input.searchField {
  width: 145px;
}

textarea.wide {
  width: 350px;
}

.inlineButtonGroup {
}

.buttonGroup {
  margin-top: 20px;
  overflow: visible;
  white-space: nowrap;
  text-align: center;
}

.buttonGroup input[type="button"],
.buttonGroup input[type="submit"],
.buttonGroup input.submit,
.buttonGroup input.button {
  min-width: 80px;
  margin: 0px;
  padding: 0px;
}

.button {
  min-width: 80px;
  margin: 0px;
  padding: 0px;
}

.commandButton {
  font-size: 10px;
}

.smallFont {
  font-size: 10px;
}

.detail {
  border: solid 1px silver; /*border-style: none; */
}

.searchbox {
  width: auto;
  height: auto;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  border: 1px #999999 solid;
}

.beneDetail td.label,
.detail td.label {
  background-color: Silver;
  border: solid 1px #ffffff;
  padding: 2px 6px 2px 6px;
  vertical-align: middle;
}

.beneDetail td,
.detail td {
  height: 32px;
}

.beneDetail td.vce label,
.detail td.vce table {
  display: none;
}

.beneDetail td.labelHigh,
.detail td.labelHigh {
  padding-top: 10px;
  vertical-align: top;
}

.list {
  border-collapse: collapse;
  border: solid 1px silver;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.list td {
  border: solid 1px #f0f0f0;
  padding: 2px 4px 2px 4px;
  height: 25px;
}

table.list tr.highlight td {
  background: #f0f0f0;
}

table.list tr.highlightAlt td {
  background-color: #f0f0f0;
}

.list td.highlight {
}

.list td.vce table {
  /*this hides the ValidatorCalloutExtender popup*/
  display: none;
}

.list td.icon {
  text-align: center;
  width: 30px;
  white-space: nowrap;
}

input.icon {
  min-width: 28px !important;
}

.list tr.subTotal {
  background-color: #f0f0f0;
  border-color: Silver;
}

.list td.subTotal {
  background-color: #f0f0f0;
  font-weight: bold;
}

.list tr.total {
  background-color: Silver;
  border-color: Silver;
}

.list td.total {
  font-weight: bold;
  background-color: Silver;
}

.list td.rptSubHeader {
  font-weight: bold;
  background-color: #f0f0f0;
  border-color: white !important;
}

.list td.rptHeader {
  font-weight: bold;
  background-color: Silver;
}

.list td.subTotalSpacer {
  height: 0px;
  padding: 0px;
  margin: 0px;
  border-bottom-color: silver;
}

.list th.reference {
  width: 150px;
}

.list td.reference {
  width: 150px;
}

.list td.rowspan {
  padding-top: 9px;
  vertical-align: top;
}

.list th {
  background-color: Silver;
  border: solid 1px #ffffff;
  padding: 2px 6px 2px 6px;
  height: 25px; /*background-image: url(../images/gloss.png);     background-position: left center;     background-repeat: repeat-x;*/
  text-align: center;
  font-weight: bold;
}

.list th.currencyDirection {
  text-align: right;
  padding-right: 68px;
}

.list th.firstName {
  width: 100px;
}

.list th.lastName {
  width: 100px;
}

.list th.userName {
  width: 150px;
}

.list th.userFullName {
  width: 150px;
}

.list th.name {
  width: 380px !important;
}

.list th.accountName {
  width: 240px;
}

.accountddl {
  width: 230px;
}

.list th.tradeDate {
  width: 80px;
}

.list th.tradeNumber {
  width: 104px;
}

.list th.roles {
  white-space: nowrap;
  width: 150px;
}

.list th.authLimit {
  white-space: nowrap;
  width: 80px;
}

.list th.functionName {
  width: 200px;
}

.list th.scope {
  width: 100px;
}

.list th.currencyName {
  width: 165px;
}

.list th.currencyCode {
  width: 110px;
}

.list th.subTotal {
  background-color: #f0f0f0;
}

.currencyNameddl {
  width: 190px;
}

.list th.currencyDesc {
  width: 100px;
}

.list th.totalSettlement {
  width: 150px;
}

.list th.sortCode {
  width: 65px;
}

.list th.dpType {
  width: 100px;
}

.list th.beneficiaryName {
  width: 260px;
}

.list th.leftAlign {
  text-align: left;
}

.list th.rightAlign {
  text-align: right;
}

.list td.beneficiaryPicker {
  width: 300px;
}

.list .tt {
  text-align: center;
  width: 70px;
}

.list .right {
  border-right: solid 1px silver;
}

.list .top {
  border-top: solid 1px silver;
}

.list .bottom {
  border-bottom: solid 1px silver;
}

.vce table {
  /*this hides the ValidatorCalloutExtender popup*/
  display: none;
}

.dplist {
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}

.dplist th {
  border-top: solid 1px #f0f0f0;
}

.dplist th.left {
  border-top: solid 1px #f0f0f0;
  border-left: solid 1px #f0f0f0;
}

.dplist th.right {
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
}

.dplist td.left {
  border-left: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
}

.dplist td.leftSum {
  border-left: solid 1px #f0f0f0;
}

.dplist td.rightSum {
  border-right: solid 1px #f0f0f0;
}

.dplist td.middle {
  border-right: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
}

.dplist td.right {
  border-right: solid 1px #f0f0f0;
  border-left: solid 1px #f0f0f0;
  border-top: solid 1px #f0f0f0;
}

.dplist td {
  border-style: none;
}

.dplist td.footerCell {
  border-style: none;
}

.dplist .footerTop {
  border-top: solid 1px #f0f0f0;
}

.dpReference {
  width: 140px;
  word-wrap: break-word;
}

.dpConfReference {
  width: 250px;
  word-wrap: break-word;
}

.fxReference {
  width: 500px;
  word-wrap: break-word;
}

.numeric {
  text-align: right;
  white-space: nowrap;
}

.amount {
  text-align: right;
  width: 100px;
  white-space: nowrap;
}

.rate {
  width: 100px;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 40px;
}

.box3 {
  border: 1px #d1d1d1 solid;
  padding: 28px 24px 0;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  /*float: left;*/
  width: 500px;
  margin-bottom: 20px;
  line-height: 23px;
}

.box3 p {
  color: #757373;
}

.smallFont {
  font-size: 10px;
}

.Box_payfac_repeat input.login {
  margin-bottom: 5px;
  width: 204px;
  height: 32px;
  background: url("../images/input_bg.gif") top left no-repeat #fff;
  border: medium none;
  padding: 0 0 0 8px;
}

.Box_payfac_repeat label {
  margin-right: 9px;
  color: #757373;
  font-weight: normal;
}

.Box_payfac_repeat a {
  color: #999999;
  text-decoration: underline;
  font-size: 11px;
}

input[type="button"],
input[type="submit"],
input.submit,
input.button {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  padding: 2px;
  height: 18px;
  min-width: 80px;
  margin: 5px 4px;
  /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

.Box_payfac_repeat h4 {
  color: red;
}

#ctl00_ctl00_ContentPlaceHolder1_sidebar_Image1 {
  min-width: 310px;
  min-height: 210px;
}

#ctl00_ctl00_ContentPlaceHolder1_sidebar_Image2 {
  min-width: 310px;
  min-height: 181px;
}

#ctl00_ctl00_ContentPlaceHolder1_sidebar_Image3 {
  min-width: 310px;
  min-height: 174px;
}

.col1_3B {
  border: 0;
  width: 310px;
  height: 577px;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 45px;
  margin-right: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.rate b {
  font-weight: bold;
}

.center {
  text-align: center;
}

.timer {
  width: 30px;
  text-align: center;
  font-weight: bold;
}

.beneficiaryName {
  width: 250px;
}

.customerName {
  width: 200px;
}

.lsBeneficiaryName {
  width: 150px;
  overflow: hidden;
}

.dpBeneficiaryName {
  width: 200px;
  overflow: hidden;
}

.bankAccountNo {
  width: 180px;
  overflow: hidden;
}

input {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  vertical-align: middle;
}

input.coverid {
  width: 110px;
}

input.narrow {
  text-align: right;
  width: 35px;
}

input.narrowRate {
  text-align: right;
  width: 45px;
}

input.wideRate {
  text-align: right;
  width: 75px;
}

input.sortCode {
  width: 55px;
}

input.accountNumber {
  width: 75px;
}

input.reference {
  width: 140px;
}

.chrgTyp {
  width: 65px;
}

.accNo {
  width: 180px;
}

.error {
  background-color: #ff3c3c;
}

.errorText {
  color: Red;
}

.ignoredForwardPoints {
    color: Grey;
    text-align: right;
}

div.benePopup {
  width: 500px;
  height: 500px;
  font-weight: normal;
  text-align: left;
}

div.fddmp {
  width: 850px;
  height: 500px;
  font-weight: normal;
  border: 1px solid #000;
  background: #fff;
  padding: 1.5em;
  overflow: scroll;
}

div.currencyEntryPopup {
  overflow: scroll;
  max-width: 80vw !important;
  width: auto !important;
  min-width: 900px !important;
}

div.currencyEntryPopup .td-payment-reference {
    max-width: 40ch;
    word-break: break-all;
}

div.widePopup {
    overflow: scroll;
    width: 1000px !important;
}

div.mpWide {
  overflow: scroll;
  width: 1205px !important;
}

div.popupInternal {
  width: 790px;
}

div.popupInternalNarrow {
  width: 499px;
}

div.modalPopup {
  border: 1px solid #000;
  background: #fff;
  padding: 1.5em;
  width: 600px;
}

div.reference {
  text-align: left;
  min-height: 100px;
  min-width: 350px;
}

div.tlStatus {
  text-align: left;
  width: 350px;
}

.modalBackground {
  background-color: #000;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.updateProgress {
  border: solid 1px black;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 4px 4px 4px 4px;
  z-index: 20000;
}

.marketUpdate {
  border: 2px solid black;
  background-color: silver;
  vertical-align: middle;
  padding: 4px 4px 4px 4px;
  z-index: 20000;
  min-height: 90px;
  width: 428px;
}

.clsUdp {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.aml {
  width: 470px;
  border: solid 1px black;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 4px 4px 4px 4px;
  position: relative;
  height: 25px;
}

.authoriserList {
  height: 400px;
  width: 500px;
  overflow: auto;
}

.updateProgress img {
  float: left;
}

.hideCallout table {
  /*this hides the ValidatorCalloutExtender popup*/
  display: none;
}

#progressBackgroundFilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 20000;
  background-color: #000;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.authorisationProgBG {
  width: 200px;
  background-color: #9d9fa2;
  text-align: left;
  height: 26px;
  margin: 0 auto;
}

.authorisationProgFG {
  width: 100px;
  background-image: url(../images/menuBarHighlight.png);
  height: 26px;
  position: relative;
  top: 0;
  left: 0;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.settlement {
  margin: 0px 0px 15px 0px;
  display: block;
}

.notSelected {
  background-color: Gray;
}

.ccResultsVertical {
}

.ccReultsHorizontal2 {
  margin-top: 42px;
  margin-bottom: 20px;
  display: inline-block;
}

.searchTable {
  border: none;
  margin-bottom: 0px;
}

.searchTable td {
  border: none;
  width: 100px;
}

.searchTableNarrow td {
  border: none;
  padding: 2px;
}

.searchTable td.wide {
  border: none;
  width: 360px;
}

.cal td {
  padding: 0;
  height: auto;
  border: none;
}

.gbdp th {
  height: auto;
  background-color: White;
  border: none;
}

.gbdp td {
  padding: 3px 3px 3px 2px;
  height: auto;
  border: none;
}

.gbdp_day a {
  text-decoration: none !important;
}

.gbdp_day {
  text-decoration: none !important;
  color: silver;
  background-color: White;
}

.gbdp_otherday {
  color: silver;
  background-color: White;
}

.gbdp_otherday a {
  text-decoration: none !important;
  color: Gray !important;
}

.gbdp_dayheader {
  background-color: White;
}

.gbdp_title {
  color: Black;
  font-weight: bold;
  background-color: White;
}

.scfb {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  width: 200px;
}

.scfbw {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  width: auto !important;
}

.scfbL {
  margin-top: 3px;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  width: 100px;
}

.scacc {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  width: 350px;
}

.test {
  width: auto;
  height: auto;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  border: 1px #999999 solid;
}

.collapsePanel {
  background-color: white;
  overflow: hidden;
}

.centerTable {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tradeLineCancelled {
  text-decoration: line-through;
}

.hoverMenu {
  padding: 15px;
  border: solid 1px #021573;
  background-color: White;
  line-height: 5pt;
}

td.partner {
  height: 80px;
  vertical-align: middle;
}

tr.lineSummary td {
  border-top: solid 2px silver !important;
  border-bottom: solid 2px silver !important;
  border-collapse: separate !important;
  background-color: Silver !important;
}

select.transType {
  width: 220px;
  overflow: hidden;
}

select.transAccount {
  width: 100px;
  overflow: hidden;
}

.marketData {
  margin-bottom: 40px;
  padding-right: 20px;
}

.marketData ul {
  margin: 0;
  padding: 0;
}

.marketData ul li {
  border-top: solid 1px silver;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.mdSpacer {
  margin: 20px 2px 20px 0px;
}

.ratesList h2 {
  font-size: 15px;
}

.ratesList {
  border: 0px;
  width: 440px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sys-template {
}

.ajaxPager {
  cursor: pointer;
}

.ajaxSort {
  text-decoration: underline;
  cursor: pointer;
}

.bsw {
  border-bottom-color: Red !important;
}

.delete {
  width: 30px;
  color: Red;
}

.clsd {
  color: Gray;
}

.printFrame {
  border: 0px;
}

.ddlDM {
  width: 195px;
}

.ddlPaymentImport {
  width: 110px;
  overflow: hidden;
}

#poweredBy {
  display: none;
}

.tb {
  width: 80px;
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.datepicker {
  width: 80px;
}

.countryPL {
  height: 180px;
  overflow-y: scroll;
  border: solid 1px #f0f0f0;
}

td.tdtop {
  vertical-align: top;
  margin-top: 5px;
}

.printOnly {
  display: inline;
}

.col1_3B {
  border: 0; /*position: relative;     float: left;*/
  height: 100%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.col2_3 {
  width: 568px;
  height: auto;
  padding: 0px 10px 10px 10px;
  margin: 0px 0px 20px 0;
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
  overflow: hidden;
  line-height: 23px;
}

.col2_3 p {
  margin-bottom: 24px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 23px;
  font-size: 12px;
}

.col2_3 a:link,
.col2_3 a:active,
col2_3 a:hover,
.col2_3 a:visited {
  color: #999999;
  text-decoration: underline;
}

.tcsRowHighlight {
  background-color: lightsteelblue;
}

.tcsRowHighlightPD {
  background-color: lightblue;
}

.tcsRowHighlightAC {
  background-color: navajowhite;
}

.tcsRowHighlightIfx {
  background-color: lightyellow;
}

#payfacWrapper li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.printOnly {
  display: none;
}

.ddlUploadWizard {
  width: 100%;
  overflow: hidden;
}

.highlightInvoicedFee {
  color: gray;
}

.cuw_tblStyle td {
  width: 170px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cuw_divTblContent {
  /*this div has its own scroll bar*/
  max-height: 450px;
  overflow: scroll;
  /*width: 430px*/
}

.btnTradeUploadStyle {
  margin-left: 5px !important;
  margin-top: 0px !important;
}

.uploadButton {
  margin-top: 6px !important;
}

.payfacHomeQuickLaunchButtons {
  position: relative; /*border: 1px solid white;*/
  width: 109px;
  height: 22px;
  display: inline-block;
  top: -45px;
  left: 25px;
}

.smallDatePicker {
  width: 80px;
}

table.fixedHeader {
  margin-bottom: 0px;
}

.fixedHeader th.farRight {
  width: 5px;
}

.list th.documentName {
  width: 248px;
}

.list td.documentName {
  width: 252px;
  overflow: hidden;
}

.list th.associations {
  width: 100px;
}

.list td.associations {
  width: 104px;
  overflow: hidden;
}

.list th.tags {
  width: 118px;
}

.list td.tags {
  width: 122px;
}

.list th.actions {
  width: 138px;
}

.list td.actions {
  width: 142px;
}

.list td.tradeDate {
  width: 84px;
}

.list td.narrowName {
  width: 134px;
}

.list th.narrowName {
  width: 130px;
}

.list th.icon {
  text-align: center;
  width: 26px;
}

.list td.name {
  width: 402px;
}

/* Added for modal behaviour*/

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-drop-zone {
  border: dotted 3px lightgray;
}

.nv-file-over {
  border: dotted 3px red;
}
/* Default class applied to drop zones on over */
/*.another-file-over-class {
            border: dotted 3px green;
        }

        html, body {
            height: 100%;
        }*/

.nv-file-over {
  background-color: #ffbea3;
}

.other-drop-zone {
  border: 2px dashed burlywood;
  padding: 4px;
  height: 100px;
}

.other-over-zone {
  background-color: moccasin;
}

.bg {
  background-color: lightgreen;
}

.over-zone {
  border: 2px dashed lavender;
  height: 100px;
  padding: 4px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.deletePending .name {
  text-decoration: line-through;
}

.completedText {
  color: green;
}

.incompleteText {
  color: red;
}

div.loading {
  position: fixed;
  top: 10px;
  right: 10px;
  border: solid 1px black;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 5px 15px 5px 15px;
  z-index: 20000;
}

input[type="file"].fileUpload {
  width: 80px;
}

#newBu {
  float: right;
  display: inline;
  margin-top: -10px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  /* float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;*/
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  /*color: #23527c;
            background-color: #eee;
            border-color: #ddd;*/
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  /*color: #fff;*/
  cursor: default;
  /*background-color: #337ab7;
        border-color: #337ab7;*/
  font-weight: lighter;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: text;
  /*background-color: #fff;
        border-color: #ddd;*/
  font-weight: lighter;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  /*padding: 5px 10px;
    font-size: 12px;*/
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.float-right {
  float: right;
}

.width-100 {
  width: 100%;
}

.linecount {
  width: 50px;
}

a[disabled="disabled"] {
  color: Grey;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

input[type="button"][disabled],
button[disabled="disabled"] {
  color: Grey !important;
  cursor: text !important;
}

.color-green {
  color: green;
}

.color-blue {
  color: blue;
}

.color-red {
  color: red;
}

.paddingLeftSmall {
  padding-left: 20px !important;
}

.selectize-input {
  border: 1px solid #9c9c9c !important;
  border-radius: 0px !important;
}

.selectize-input {
  width: 160px !important;
  padding: 5px 5px !important;
}

.selectize-control.single .selectize-input {
  background-image: none !important;
}

.selectize-control > .selectize-dropdown,
.selectize-control > .selectize-input > input {
  width: 160px !important;
}

.selectize-dropdown-content {
  width: 157px !important;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  font-size: 11px !important;
}

.ui-select-choices-row:hover {
  background: #1d80e2 !important;
  color: #fff !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 11px !important;
}

div.selectize-input {
  height: 30px !important;
}

.selectize-dropdown [data-selectable] {
  height: 15px !important;
}

.searchFieldMedium {
  width: 225px !important;
}

.buttonlikelinkbutton {
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.modalclose {
  float: right;
  margin: 9px;
}

.modalclose .btn {
  border: none !important;
  background: none !important;
}

.searchTableWidth {
  width: 100%;
}

.gridwrapper {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 25px;
}
.alignInLine {
  display: inline-block;
}

.editbtn {
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  padding: 14px;
  background: url(../images/icons/edit.png) center;
  cursor: pointer !important;
  background-repeat: no-repeat;
}

.deletebtn {
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  padding: 14px;
  background: url(../images/icons/delete.png) center;
  cursor: pointer !important;
  background-repeat: no-repeat;
}

.updatebtn {
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  padding: 14px;
  background: url(../images/icons/Update.png) center;
  cursor: pointer !important;
  background-repeat: no-repeat;
}

.deletebtnimg {
  background: url(../images/icons/delete.png) center;
  cursor: pointer !important;
  width: 28px;
}

.undobtn {
  background: url(../images/icons/delete.png) no-repeat;
  cursor: pointer !important;
  width: 28px;
  height: 30px;
  display: inherit;
}

.cancelbtn {
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  padding: 14px;
  background: url(../images/icons/cancel.png) center;
  cursor: pointer !important;
  background-repeat: no-repeat;
}

.savebtn {
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  padding: 14px;
  background: url(../images/icons/add.png) center;
  cursor: pointer !important;
  background-repeat: no-repeat;
}

.summarybtn {
  background: url(../images/icons/summary.png) no-repeat;
  cursor: pointer !important;
  width: 28px;
  height: 35px !important;
}

.modalclose .btn {
  border: none !important;
  background: none !important;
}

.tblReconciliation td {
  width: auto !important;
}

.txtbankReconcileReportDate {
  width: 123px !important;
  height: 19px !important;
}

.reconsileSelect {
  width: 78% !important;
}

.divVbaResult {
  display: inline-block;
  margin-left: 60%;
}

.divClose {
  float: right;
}

.btnClose {
  border-style: none !important;
  min-width: 0px !important;
  font-size: small;
  font-weight: bold;
}

.buttonlikelinkbuttonVba {
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 11px;
  font-weight: lighter;
}

.tdwidth {
  border: solid 1px #f0f0f0;
  padding: 2px 4px 2px 4px;
  height: 25px;
  width: 158px;
}

.thwidth {
  background-color: Silver;
  border: solid 1px #ffffff;
  padding: 2px 6px 2px 6px;
  height: 25px;
  text-align: center;
  font-weight: bold;
}

.hideMessage {
  display: none;
}

/** NEW STYLE STARTS HERE **/
.modal-overflow-scroller {
  height: 750px;
  overflow-y: auto;
}
.outstandPaymentAccountDropdown {
  width: 254px !important;
}
.txtOutstandPaymentNumber {
  width: 240px !important;
}
.reconcileCurBalanceFilterTable {
  width: 50% !important;
}
.width-50-percent {
  width: 50% !important;
}
.outStdReceiptDatePicker {
  width: 102px !important;
}
.custDepositSearchDiv {
  width: 250px !important;
}
.modal-95percent {
  width: 95% !important;
}
.modal-150px {
  width: 150px;
}
.outTdLabel {
  font-weight: bold !important;
  font-size: 11px !important;
  width: 270px !important;
}

.outTdWidth {
  width: 100px !important;
}

.inpTxt {
  width: 190px !important;
  text-align: left;
}
.padding-top-10px {
  padding-top: 10px !important;
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ChangePassword1
  input[type="submit"],
.userSecurityBtnGroup input[type="submit"] {
  margin-top: 15px !important;
  margin-left: 10px !important;
}

input::-ms-clear {
  display: none;
}

.thWidth {
  width: 20px;
}
.marginTop7px {
  margin-top: -1px !important;
}
/* RAM Settings Style Starts here */
.searchboxcontainer {
  width: 96%;
  min-height: 30px;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  display: inline-block;
  border: 1px #999999 solid;
}
.ramStartDate {
  width: 30%;
}
.ramEndDate {
  width: 30%;
}
.ramApplied {
  width: 15%;
}
.select2-choice {
  text-decoration: none !important;
}
#ui-select-choices-0 {
  margin-left: 0em !important;
}
#formRamContent {
  display: none;
}
.nv-bars rect {
  width: 5px;
}
.ramCalenderTxtBox {
  width: 80px;
}
.dateSpecificRamCtrl {
  width: 65px;
}
.ramTimePicker input[type="text"] {
  text-align: center;
  width: 20px !important;
  padding: 5px !important;
}
.ramActionBtn {
  width: 4%;
}
.ramTimePicker td {
  border: none !important;
}
.ramTimePicker .btn {
  font-size: 10px !important;
}
.ramTimePicker .btn:focus,
.ramTimePicker .btn:active {
  outline: none !important;
}
/* RAM Settings Style Ends here */
.btnBenfyClose {
  float: right;
  position: absolute;
  right: 20px;
  border: 1px solid beige !important;
  border-radius: 20px;
  outline: 0;
  min-width: 0px !important;
  background: white !important;
  color: black !important;
}
input[type="submit"].btnBenfyClose:hover {
  background-color: white !important;
}

.btnCloseReportDownloadPopup {
    padding: 2px 2px 11px 3px !important;
    width: 20px !important;
    min-width: auto !important;
    border-radius: 12px;
    height: 21px !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px;
}