/* $HeadURL: https://subversion.acol.ca/svn/pprs/pprs_application/trunk/liencheck_web/src/main/webapp/resources/css/lc.css $ */

h1 {
  margin: 10px 0px;
  color: #006;
  font-size: 1.7em;
  line-height: 30px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 1.4em;
  line-height: 36px;
  font-weight: 700;
  color:#003;
}
h3 {
  margin: 10px 0px;
  color: #006;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 0px 0px 10px;
  color: #006;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #333;
  
}

.bold{
    font-weight: bold;
}

.justify{
    text-align: justify;
}

hr {height:2px; background-color:#ddd; color:#ddd; border-width:0;}


.wrapper {
  width: 100%;
  height: auto;
  padding-top: 20px;
  background-color: #223e92;
}
.header {
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.site-name {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  margin: 30px auto 0px 0;
  padding-top: 0px;
  padding-right: 0px;
  clear: none;
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  font-weight: bold;
}
.site-name.site-name-secondary {
  font-size: 18px;
}
.site-description {
  position: relative;
  top: auto;
  width: 55%;
  margin-top: 15px;
  margin-left: -25px;
  padding-right: 20px;
  padding-left: 0px;
  color: white;
  font-size: 13px;
  line-height: 18px;
}

.footer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #282;
  color: #fff;
  font-size: 0.8em;
  min-height: 90px;
  padding: 15px;
}

.footer-content{
	max-width: 960px;
	margin: 0 auto;
}

.main {
    margin: 10px auto 2%;
    padding-top: 2%;
    max-width: 980px;
    width: 94%;
}



.right-col {
  margin-bottom: 10px;
  padding-top: 20px;
}
.main-col {
  padding: 20px;
  
  margin-bottom:20px;
}

.centre {
  position: relative;
  display: block;
  margin-top: -20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  float: left;
}



.logo-centre {
  width: 80%;
  padding-top: 0px;
  margin-bottom:20px;
}

.language-btn {
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  color: white !important;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.acolbutton {
	margin-top: 5px;
	padding-top: 0px;
	padding-right:25px;
	padding-bottom: 0px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.margin-left-2-percent{
	margin-left: 2%;
}


.bottom-links {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #9c9;
  color: white;
  text-decoration: none;
}
.bottom-links:hover {
  color: white;
}
.bottom-links.bottom-links-last {
  border-right-width: 0px;
}

.footer-link {
	color: white;
}


.home-page-text {
  padding-right: 15px;
}

.top-link {
  height: auto;
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  border-right: 1px solid white;
  color: white;
  font-size: 11px;
  line-height: 12px;
  text-decoration: none;
}
.top-link:hover {
  color: white;
}
.top-link.top-link-last {
  border-right-width: 0px;
}
.top-bar {
  margin-bottom: 20px;
  float: right;
}

.main-blockarea {
  width: 100%;
  margin-top: 0px;
  padding: 20px;
}

.menu-help {
	float: right;
	margin-top: -45px;
	padding-bottom: 10px;
	padding-top: 0;
}

.footer-menu{
	font-size:0.90em;
	color:#fff;
	float:right
}

.header-title-col {
  padding-right: 20px;
}

.main-panel{
  	border: 1px solid #CCCCCC; 
  	margin: 20px 0;
  	background: #fff;
  	padding: 0 15px 15px 15px;
 }

.side-menu-panel {
    display: block;
    float: left;
    margin-left: -20%;
    margin-right: 2%;
    padding: 5px 20px 15px 0;
    width: 27%;
}

.terms-and-condition-panel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    margin: 20px 0;
    padding: 25px;
    width: 91%;
}


.stepbox {
    background: #dedede none repeat scroll 0 0;
    border: 4px solid #dedede;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: auto;
    margin-bottom: 5px;
    padding: 10px;
    width: 114%;
}

.stepbox a {
    color: #006;
    text-decoration: none;
}
 
 .report-main-panel{
 	padding:0px 20px 20px 20px;
 }
 
.report-panel-header{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.report-panel-header .fa{
	padding-right: 10px;
}

.report-panel{
	background: #f5f5f7;
	border-radius: 5px;
	box-shadow: 0 2px 4px #888888;
	padding-top: 10px;
} 

.search-details{
	border-spacing: 11px 2px!important;
	border-collapse:inherit;
}

.search-results{
	margin: auto;
}

#match-label,#match-count{
	background: white;
	text-align:center;	
	box-shadow: 3px 4px 4px #888888;
    border: 1px solid #dde;
	padding:8px 3px 3px 3px;
	width: 100%;
    display: table;
}

#match-label-content{
    display:table-cell;
    vertical-align:middle
}

#match-count-content{
    display:table-cell;
    vertical-align:middle
}

#match-count span{
	font-size: 0.9em;
}

.payment-summary-mobile{
	display: none;
}

.font-size-1_5em{
  font-size: 1.25em!important;
}

.color-green{
    color: #4caf50;
}

.color-red{
    color: #cd0a0a;
}

.text-align-right-ie{
	float: right;
}

@media all and (max-width: 1240px) {
    .side-menu-panel {
        display: none;
    }
}
  
@media all and (max-width: 991px) {	
  
		  
		  .wrapper {
		    min-height: 0px;
		  }
		  .header {
		    margin-top: -10px;
		  }
		  .site-name {
		    left: 15px;
		    
		    margin-left: -15px;
		    font-size: 18px;
		  }
		  .site-name.site-name-secondary {
		    width: 100%;
		    margin-left: -10px;
		  }
		  

		  .main {
		    min-height: 0px;
		    border-right-width: 0px;
		    border-right-color: rgba(0, 0, 0, 0);
            padding-top: 35px;
		  }

		  .main-content {
		    min-height: 300px;
		  }

        .terms-and-condition-panel {
            border: 0px;
            margin: 0px;
            padding: 25px;
            width: 100%;
        }
		  
		  .right-col {
		  margin-bottom: 10px;
		  padding-top: 20px;
		}
		  
		  .main-col {
		    padding-top: 0px;
		  }
		  .footer-link {
		    color: white;
		  }
		  .nav {
		    padding-right: 12px;
		    padding-left: 12px;
		    font-size: 14px;
		  }
		  .nav.smallerscreen {
		    padding-left: 0px;
		  }
		  .centre {
		    width: 100%;
		    padding-bottom: 10px;
		  }
		  
		  
		  .logo-centre {
		    width: 100%;
		  }
		  
		  .top-bar {
		    width: 100%;
		    margin-bottom: 30px;
		    padding-top: 10px;
		  }
		  
		  
		  .menu-help {
		    padding-bottom: 10px;
			padding-top:20px;
		  }
		  .main-menu {
		    padding-left: 0px;
		    font-size: 12px;
		  }
		  .tab-text-p {
		    line-height: 17px;
		  }
		  .menu-help {
		    float: none;
		  }
		  
		  .main-panel{
		  	border: 0px; 
		  	margin: 0;
		  }
}
@media all and (max-width: 767px) {
		  
		  .wrapper {
		    display: block;
		    width: 100%;
		    padding-top: 0px;
		  }
		  .header {
		    margin-top: 0px;
		  }
		  .site-name {
		    position: static;
		    
		    margin-top: 30px;
		    margin-right: 0px;
		    margin-left: 0px;
		    padding-left: 20px;
		    float: left;
		    font-size: 20px;
		    line-height: 26px;
		  }
		  
		  .seach-field {
		    width: 50%;
		    margin-right: 10px;
		    float: right;
		    background-image: -webkit-linear-gradient(#ccc, white);
		    background-image: -o-linear-gradient(#ccc, white);
		    background-image: linear-gradient(#ccc, white);
		  }

		  .main {
		    border-right-width: 0px;
            padding-top: 35px;
		  }
		  .main-col {
		    padding-right: 10px;
		  }
		  .nav {
		    margin-top: 0px;
		    padding: 10px;
		    font-size: 13px;
		  }
		  .nav.smallerscreen {
		    padding-left: 5px;
		  }
		  .nav-current {
		    font-size: 15px;
		  }
		  .centre {
		    display: block;
		    margin-top: -30px;
		    margin-right: auto;
		    margin-left: auto;
		    padding-bottom: 10px;
		  }
		  
		  .logo-centre {
		    display: block;
		    width: 80px;
		    margin: 10px 0 0 10px;
		    float: left;
		    text-align: center;
		  }
		  .language-btn {
		    margin-bottom: 15px;
		    margin-left: 0px;
		    padding-top: 5px;
		    padding-right: 0px;
		    padding-bottom: 10px;
		    float: none;
			color: white !important;
		  }
		  
		  
		  .top-link {
		    display: block;
		    padding-top: 5px;
		    padding-right: 0px;
		    padding-bottom: 5px;
		    float: none;
		    border-right-width: 0px;
		    border-right-color: rgba(0, 0, 0, 0);
		  }
		  .top-link.top-link-last {
		    float: none;
		  }
		  .top-bar {
		    display: block;
		    margin-right: auto;
		    margin-left: auto;
		    padding-right: 30px;
		    text-align: center;
		  }
		  
		  
		  .menu-help-mobile {
		    position: absolute;
		    right: 10px;
		    z-index: 10;
		    overflow: hidden;
		    width: 3em;
		    height: 2.9em;
		    margin-top: 0px;
		    padding-top: 40px;
		    padding-right: 10px;
		    padding-bottom: 0px;
		    border-radius: 4px;
		    background-color: #003;
		    background-image: url(/lc/javax.faces.resource/bars-hamburger.png.xhtml?ln=images);
		    background-position: 50% 50%;
		    background-size: 35px;
		    background-repeat: no-repeat no-repeat;
		    text-align: right;
		  }
		  .menu-help-mobile:hover {
		    width: 140px;
		    height: auto;
		    padding-right: 15px;
		    padding-bottom: 15px;
		    background-image: none;
		  }
  
}
@media all and (max-width: 40em) {
	
		.download-button span{
			font-size: 0.6em !important;
		}
		.ui-dialog .ui-dialog-content{
			padding: 0.5em 0.2em;
		}
         .main {
           border-right-width: 0px;
           padding-top: 0px;
         }

		  .payment-summary-mobile{
		  	display: block;
		  }
		  
		  .payment-summary-desktop{
		  	display: none;
		  }
		  
		  .button.nav-home {
		    padding-bottom: 5px;
			font-size: 15px;
		  }
		  .wrapper {
		    padding-top: 0px;
		  }
		  .site-name {
		    left: 0px;
		   width: 60%;
		    margin-top: 20px;
		    margin-right: auto;
		    margin-left: auto;
		    padding-left: 15px;
		    font-size: 17px;
		    line-height: 22px;
		  }

            .footer-content {
                padding: 10px;
            }
		  
		  
		  .nav {
		    display: block;
		    margin-top: 0px;
		    padding-top: 0px;
		    font-size: 15px;
		    text-align: center;
		  }
		  .nav-current {
		    display: block;
		    font-size: 16px;
		  }
		  .centre {
		    text-align: center;
		  }
		  
		
		  .search {
		    margin-top: 10px;
		  }
		  .logo-centre {
		    width: 70px;
		    margin-left: auto;
		    padding-left: 0px;
			margin-bottom:20px;
		  }
		  .language-btn {
		    width: auto;
		    margin-left: 0px;
		    padding: 14px 0px 10px 20px;
			color: white !important;
		  }
		  
		  .top-link {
		    display: block;
		    margin-right: auto;
		    margin-left: auto;
		    padding-top: 5px;
		    padding-bottom: 5px;
		    float: none;
		    border-right-width: 0px;
		  }
		  .top-bar {
		    padding-right: 0px;
		  }
		  
		  .search-mobile {
		    width: 100%;
		    
		  }
		  .menu-help-mobile {
		    position: absolute;
		    right: 10px;
		    z-index: 10;
		    overflow: hidden;
			width: 3em;
		    height: 2.9em;
		    margin-bottom: 0px;
		    padding-top: 40px;
		    float: right;
		    border-radius: 4px;
		    background-color: #003;
            background-image: url(/lc/javax.faces.resource/bars-hamburger.png.xhtml?ln=images);
		    background-position: 50% 50%;
		    background-size: 35px;
		    background-repeat: no-repeat;
		  }
		  .menu-help-mobile:hover {
		    position: absolute;
		    right: 0px;
		    z-index: 10;
		    overflow: hidden;
		    width: 140px;
		    height: auto;
		    padding-top: 50px;
		    padding-bottom: 10px;
		    border-top-right-radius: 0px;
		    border-bottom-right-radius: 0px;
		    background-image: none;
		  }
		  .menu-help-mobile:active {
            background-image: url(/lc/javax.faces.resource/bars-hamburger.png.xhtml?ln=images);
		    background-position: 50% 50%;
		  }
		  .menu-help-mobile.menu-help {
            background-image: url(/lc/javax.faces.resource/bars-hamburger.png.xhtml?ln=images);
		    background-position: 50% 50%;
		  }
		  .menu-help-mobile:hover.menu-help:hover {
		    left: 10px;
            background-image: url(/lc/javax.faces.resource/bars-hamburger.png.xhtml?ln=images);
		    background-position: 50% 50%;
		  }
		  .menu-help {
		    display: block;
		    margin-right: auto;
		    margin-left: auto;
		    padding-top: 10px;
		    padding-right: 10px;
		    padding-left: 10px;
		    color: white;
		    font-size: 22px;
		  }
		  
		  #match-label, #match-count{
		  	height: auto!important;
		  }
		  
		  .report-main-panel{
		  	padding: 0px;
		  }
}

#main_container{
	display:none;
	min-height: 310px;
}

.cookieswarning{
	display:none;
}

#bestEfforSupport,#notsupported{
	display:none;
}

.notification_title {
  margin: 0px 0px 10px;
  color: #006;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.ui-autocomplete .ui-autocomplete-label{
	line-height: 20px;
}

.center-div-content{
	margin: 0 auto;
}

.center-div-content{
	margin: 0 auto;
}

.center{
	text-align: center;
}

.credit-card-dialog {
	/* Size constraints */
	max-width: 90vw;
	max-height: 90vh;
	width: 780px;
	min-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;

	/* Modal behaviour */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.credit-card-dialog > * {
	display: block;
	margin-bottom: 10px;
}

.credit-card-dialog input[type=text],.credit-card-dialog input[type=tel],.credit-card-dialog input[type=email]{
	padding-left:30px;
}

.right{float: right}
.left{float: left}

/************/

.shaded{
	background-color: #f5f5f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    
}

.ui-dialog.ui-widget-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.ui-dialog .ui-widget-header{
	background: #fff;
}
.dialog-header {
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 15px;
	border-bottom: 2px solid #a8a8a8;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}
.dialog-header .fa {
	font-size: 1.2em;
	color: #000;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    background-color: #ffffff;
    border-bottom: 2px solid #a8a8a8;
    margin: 6px 11px;
    padding: 5px 11px 11px;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 1.5em;
    font-weight: normal;

}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.3em 16px 0.1em 0;
}

.input-shadow{
	box-shadow:3px 4px 4px #888888;	
}

.search-button{
	border-radius: 36px;
    font-size: 20px !important;
    padding: 5px 0;
    width:auto!important;
}

.search-button .ui-button-text {
    padding: 0.5em 1.8em !important;
}


.show {opacity: 1;}



.ui-tooltip .ui-tooltip-text {
    background-color: #fff;
    color: #333;
   
}

.ui-tooltip-text .ui-shadow {
    box-shadow: 0 5px 10px #888888;
}


.ui-tooltip-right .ui-tooltip-arrow {
    border-right-color: #fff;
}

.ui-tooltip-bottom .ui-tooltip-arrow {
    border-bottom-color:  #fff;
}

.ui-tooltip.ui-state-error{
	border: 0px;
}

.ui-tooltip.ui-state-error .ui-tooltip-text {
    background-color: #f2dede;
    color: #b94a48;
   
}

.ui-state-error.ui-tooltip-right .ui-tooltip-arrow,.ui-state-error.ui-tooltip-bottom .ui-tooltip-arrow  {
    border-right-color: #f2dede !important;
}

.payment_field_wraper{position: relative;}

 /*.card-number-wrapper,.payment_field_wraper{position: relative;}

.card-number-wrapper .ui-inputfield {
	padding-right: 42px;
} */

.payment_field_icon{
	display: block;
    height: 23px;
    position: absolute;
    left: 8px;
    top: 10px;
    color: #158cba;
}

.payment-help-icon{
	cursor: pointer;
    font-size: 1.6em !important;
    padding-top: 13px;
    color: #333;
}

.cvv-help{
	width:322px;
	font-size: 0.64em;
}
.cvv-help .cvv-images .amex-help div{
	background: url('/lc/javax.faces.resource/CVV-details.png.xhtml?ln=images') ;
	width: 144px;
	height: 95px;
}
.cvv-help .cvv-images .visa-help div{
	background: url('/lc/javax.faces.resource/CVV-details.png.xhtml?ln=images')  141px 0 ;
	width: 140px; 
	height: 95px;
}

.cvv-help i{
	display: block;
	line-height: 1.3em;
}

.amex-help-description{
	padding-right: 8px;
    text-align: right;
    width: 151px;
}

.visa-help-description{
	text-align: right;
	width:142px
}
.search-fields .ui-autocomplete-trigger.ui-state-default.ui-corner-right{
	border-left: 0;
	background: #fff;
}

.search-help{
	font-size: 0.8em;
	width:300px;
}

.search-help-icon{
	font-size: 2.6em!important; 
	cursor: pointer;
} 

.search-fields .ui-autocomplete-label{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
} 

.download-button{
	border-radius: 36px;
    font-size: 1.2em !important;
    padding: 5px 0;
    width:auto;
}

a.ui-button.ui-state-default {
    background: none repeat scroll 0 0 #000033;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
    padding: 0.5em 1.2em;
}
a.ui-button.ui-state-default {
    background: none repeat scroll 0 0 #000033;
}

.clear_relative{
	position: relative;clear:both
}

.summary-payment-box{
	box-shadow: 3px 4px 4px #888888; border: 2px solid #d4d4d4; text-align: center; width: 300px; padding: 21px 10px; margin-top: 0px;
}

.summary-payment-box .ui-autocomplete label.ui-autocomplete-label{
	text-align: center
}

.summary-payment-box .ui-autocomplete {
	width:150px
}


.summary-payment-title{
	font-size: 1.1em; font-weight: bold; margin-bottom: 5px; display: block
}

.summary-payment-search{
	font-size: 0.9em; 
	font-weight: bold;
}

.summary-payment-amount-title{
	font-size: 1.4em; margin-bottom: 0px; display: block
}

.summary-payment-amount{
	font-weight: bold; font-size: 30px
}

.cvv-visa-master{
	
}

.cvv-amex{
}

.text-align-right {
	text-align: right;
}

.expand-button {
	-webkit-transition:100ms linear;
	-moz-transition:100ms linear;
	-o-transition:100ms linear;
	-ms-transition:100ms linear;
	transition:100ms linear;
}

.expand-button:hover{
	width: 220px!important;
}

.expand-button-1 {
	position: fixed;top: 218px;height: 35px;width: 59px;overflow: hidden;
}

.expand-button-2{
	position: fixed;top: 257px;height: 35px;width: 59px;overflow: hidden;
}

.rotate-180-deg {
	transform: rotate(180deg);
}

.cardtypetext{
	height:0px;display:block
}
.hidden {
	display: none;
}

.max-height-lc {
	max-height:200px;
}

.system-notif-font-size {
	font-size:2em;
}

.ajax-status {
	width:64px;height:64px;position:fixed;right:5px;bottom:5px;
}
.report-panel-div-style {
	height:5px;
}

.report-note-font-size {
	font-size:9.5px;
}

.report-centre-text {
	text-align: center;
}

.report-font-size-help-link {
	font-size: 12px;
}

.report-margin-match-label {
	margin: 0 auto;
}

.ajax-status {
	width: 64px;
	height: 64px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 9999;
}
/* Style and position the dropdown arrow button */
.ui-autocomplete .ui-autocomplete-dropdown.ui-button.ui-state-default {
	background: #ffffff !important;
	color: #444444 !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 4px;
	position: absolute;
	top: 6px;              /* Position Arrow in select */
	right: 1px;
	width: 22px;
	height: 22px;
	padding: 2px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
/* Style the arrow icon inside the button */
.ui-autocomplete .ui-autocomplete-dropdown .ui-icon {
	font-size: 0.9em !important;
	color: #444444 !important;
}
/* Add some spacing to the input to avoid overlap */
.ui-autocomplete input.ui-inputfield {
	padding-right: 28px;
}

/* Style the dropdown suggestion text */
.ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;       /* Prevent text wrapping */
	overflow: hidden;
	text-overflow: ellipsis;   /* Optional: add ellipsis if text is too long */
}
.ui-autocomplete-panel {
	overflow-x: hidden; /* or auto, or scroll */
}
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.hidden {
	display: none;
}
.loading-indicator {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: none;
}

.loading-indicator.visible {
	display: block;
}