/* Global styles for CQP Demo Application */
.loginBtn {
border-radius: 0px;
}
.login-container {
padding: 20px;
}
html {
min-width: 320px !important;
position: relative;
min-height: 100%;
}
body {
margin-bottom: 30px;
font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #555;
font-size: 13px;
line-height: 1.6;
}
.pageContent {
min-height: calc(100vh - 60px);
}
.pageFooter {
position: absolute;
bottom: 0;
width: 100%;
height: 30px;
background-color: #333;
color: white;
padding: 5px 0;
}
.bg-footer {
background-color: #333;
}
.navbar-default {
background-color: #0079c2;
border-color: #0079c2;
}
.navbar-brand .chaseLogo {
display: inline-block;
height: 30px;
width: 170px;
background-repeat: no-repeat;
background-size: auto 100%;
}
.separator {
display: inline-block;
height: 23px;
width: 2px;
background: #09639f;
margin: 0 2px;
margin-bottom: -8px;
}
.acceptBtn {
font-size: 1.9em;
background: #5796ca;
display: inline-block;
color: white;
text-shadow: 1px 1px 1px #666;
padding: 0 .5em;
margin: 8px 0;
transition: opacity 1s ease;
cursor: pointer;
}
.acceptBtn:hover {
opacity: 0.7;
text-decoration: none;
}
a .acceptBtn:hover {
opacity: 0.7;
text-decoration: none;
}
.bg-header {
background-color: #f6f6f6;
padding: 15px;
margin-bottom: 20px;
border-bottom: 2px solid #0079c2;
}
.bg-header h3 {
margin: 0;
color: #0079c2;
font-weight: normal;
}
.well {
background-color: #fefefe;
border: 1px solid #e3e3e3;
border-radius: 4px;
}
.btn-primary {
background-color: #0079c2;
border-color: #0079c2;
}
.btn-primary:hover {
background-color: #005a91;
border-color: #005a91;
}
.navbar-default .navbar-nav > li > a {
color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #0079c2;
}
.user-dropdown > a {
background-color: #bbbcbe !important;
color: #fff !important;
}
table {
width: 100%;
}
.label-warning {
background-color: #f0ad4e;
}
.btn-bar {
margin-top: 15px;
}
/* Auto Claim Portal Styles */
.jpmorganLogo {
display: inline-block;
height: 30px;
width: 170px;
background-repeat: no-repeat;
background-size: auto 100%;
}
.titleclr {
color: #0079c2;
}
.fontclr {
color: #333;
}
.font-14 {
font-size: 14px;
}
.font-30 {
font-size: 30px;
font-weight: 300;
}
.font-12 {
font-size: 12px;
}
.white {
background-color: white;
padding: 20px;
}
.noborder {
border: none;
}
.labelgap {
margin-bottom: 10px;
}
.chkbx-dsk {
padding-left: 20px;
}
.footer-link {
color: #fff;
text-decoration: none;
}
.footer-link:hover {
color: #ccc;
text-decoration: underline;
}
.contacticon {
padding-left: 5px;
}
.margintp {
margin-top: 5px;
}
.pageShadow {
max-width: 100%;
background: #e7e8e9;
border: 1px solid #f0f1f1;
width: 100%;
height: 1px;
margin: 7px 0;
}
.highlight-box {
background: #f6f6f6;
text-align: center;
padding: 1.5em 0 2.5em 0;
text-shadow: 1px 2px 0 #fff;
height: auto;
min-height: 82px;
}
.payment-title {
font-size: 1.9em;
letter-spacing: normal;
color: #5181b2;
margin: 0 0 0.5em;
font-weight: normal;
}
.key {
display: inline-block;
width: 100px;
font-weight: bold;
}
.value {
display: inline;
}
.value:before {
content: ':';
}
.container {
max-width: 1100px;
}
.list-group-item {
border-radius: 0;
}
.list-group-item.active {
background-color: #0079c2;
border-color: #0079c2;
}
.grid-wrap {
margin-left: -3em;
overflow: hidden;
}
.grid {
float: left;
padding-left: 3em;
width: 100%;
box-sizing: border-box;
}
.grid1 {
float: left;
width: 100%;
box-sizing: border-box;
}
.col-full {
width: 100%;
}
.col-one-half1 {
width: 100%;
}
.col-one-half {
width: 50%;
}
@media only screen and (max-width: 48em) {
.mq2-col-full {
width: 100%;
}
.mq2-col-one-half {
width: 50%;
}
.payment-title {
font-size: 1.5em;
}
.grid-wrap {
margin-left: 0;
}
.grid {
padding-left: 1em;
}
}
a {
color: #0078cf;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}