/*
1.       Red: AB392D (171,57,45)
(2 shades lighter: #bb6056)
2.       Grey: C8C8C8 (200,200,200)
3.       Light grey: D6D6D6 (214,214,214)
/*

/* Header to change to company styles */
header {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(171,57,45,0.8);
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
}

/* Footer to change to company styles */
footer {
    background-color: #bdbdbd;
    color: #000000;
    border-top: solid 10px #AB392D;
    padding: 10px 0px 30px 0px;
}


.bankstatements-frame button.mainButton, .bankstatements-frame button.mainButton:hover, .bankstatements-frame .mainButton {
    /* Change this to be the companies colours */
    background-color: #AB392D;
    color: #ffffff;
    /* Only remove if their button styles do not have a border */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    /* To remove the bankstatements gradient */
    box-shadow: none;
    text-shadow: none;
    /* Add in if they have a border */
    border: none;
    border-radius: 4px;
    /* Our standard styles */
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 10px auto;
    padding: 12px 47px;
    text-align: center;
    text-decoration: none !important; /* Important to stop bleedthrough (on timeout button) */
    /* The following is to stop bleedthrough on the timeout session button */
    color: #ffffff !important;
}

.bankstatements-frame button.mainButton:hover, .bankstatements-frame .mainButton:hover {
    /* Change to the companies colours */
    background-color: #bb6056;
    /* The following is to stop bleedthrough on the timeout session button */
    color: #ffffff !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
}

.bankstatements-frame a {
    /* Change to the companies colours and underline style */
    text-decoration: underline !important;
    border:none!important;
    color: #AB392D!important;
    transition: color .3s;
}

.bankstatements-frame a:hover {
    /* Change to the companies colours and underline style */
    color: #bb6056 !important;
    border:none!important;
    text-decoration: underline !important;
}

.iframe #searchBox {
    /* Change to the companies colours */
    border: 2px solid #AB392D;
    border-radius: 0;
    background: #ffffff;
}

.bankstatements-frame .content .heading {
    /* Main heading on each page */
    /* Change to the companies colours  */
    color: #000000;
}

.bankstatements-frame .linify:before, .bankstatements-frame .linify:after {
    /* Line next to the main heading on each page */
    /* Change to the companies colours  */
    border-top: 1px solid #AB392D;
}

.iframe .bankstatements-frame .progress-bar {
    /* White label does not display the progress bar */
    display: none;
}

.iframe .bankstatements-frame .mfes-trustmark {
    /* Moves the trustmark logo, do not remove */
    vertical-align: top;
}

.iframe .bankstatements-frame #security_info a {
    /* Removes the underline on our logo links, do not remove */
    text-decoration: none !important;
}

/* Add additional required styles here */

footer {
    font-size: 14px;
    color: #FFFFFF;
}
footer .heading {
    font-size: 16px;
    color: #ab392d;
    font-weight: bold;
}

footer a {
    color: #666;
}


/* Overridding bootstrap */
label {
    font-weight: normal;
}
.bankstatements-frame .bg {
    background-image: none;
}
.wrap.content {
    margin-top: 30px;
}