/* bankfastChanges.css */
@media print {
    /* Hide all "aside" elements - appears to be sidebar */
    aside {
        display: none !important;
    }

    /* Make page fill width */
    html, body, #content-area {
        width: 100% !important;
    }

    /* Add horizontal borders to the tables */
    .bankfast table.table.table-striped td {
        border-bottom: 1px solid #CCC !important;
        font-size: 12pt !important;
        text-decoration: none !important;
    }

    .bankfast table.table.table-striped th, .ui-accordion .ui-accordion-header {
        text-decoration: none !important;
        border-bottom: 1px solid #CCC !important;
        border-top: 1px solid #CCC !important;
        font-size: 12px;
        background-color: #EEE !important;
    }

        .bankfast table.table.table-striped th a {
            text-decoration: none !important;
        }

    /* Hide some unneeded elements from printing */
    #acctSearch, #acctInfoActions, #header-menu-toggle {
        display: none !important;
    }

    /* SM columns go stacked on mobile, which affects the print size. 
        Therefore force them to remain in columns */
    .col-sm-6 {
        width: 40% !important;
        float: left !important;
    }

    .col-sm-4, .col-sm-8 {
        width: 40% !important;
        float: left !important;
    }

    .chosen-container-single .chosen-single {
        border-radius: 0 !important;
        text-decoration: none !important;
        border-bottom: 1px solid #CCC !important;
        border-top: 1px solid #CCC !important;
        font-size: 12px;
        background-color: #EEE !important;
        border-left: none !important;
        border-right: none !important;
        padding: 6px;
    }

    .chosen-single div {
        display: none;
    }

    /* Size down the logo */
    #header #header-logo {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }

        #header #header-logo img {
            width: 100%;
        }

    /* Remove borders and extra padding to tidy up */
    /* Portlet appears to be the main body section */
    .portlet {
        border: none !important;
        padding: 0px;
    }

        .portlet .portlet-topper {
            padding-bottom: 0;
        }

    .ui-accordion, .ui-accordion .ui-accordion-header {
        border-radius: 0;
        border: none;
    }

        .ui-accordion .ui-accordion-header {
            padding-left: 6px;
        }

    /* Force display of statement details */
    .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
        display: block !important;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #CCC !important;
        padding: 6px;
    }

    .chosen-container.chosen-container-single.chosen-container-single-nosearch {
        border-radius: 0;
    }

    /* enforce font size and padding on main table */
    .tab-content {
        padding-left: 0;
        padding-right: 0;
    }

    /******** TRANSACTION RECEIPT ADDITIONAL CHANGES */

    /* hide the help blocks text */
    p.help-block {
        display: none;
    }

    /* border and pad the fieldset on the receipt - e.g. the transfer account details */
    .bankfast fieldset {
        padding: 30px;
        padding-top: 0;
        border: 1px solid #000;
    }
        
        /* Pad the heading on the receipt block - e.g. above the transfer account details */
        .bankfast fieldset legend.legend {
            background-color: #FFF !important;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 0;
        }

    /* Hide the horizontal progress steps that appear on a transfer receipt */
    .tracking-steps {
        display: none;
    }

    .col-sm-4, .col-sm-8 {
        width: 40% !important;
        float: left !important;
    }

    /* Additional updates for IE/Firefox */
    #header-user {
        display: none !important;
    }
    #footer {
       display: none !important;
    }
    .bankfast fieldset {
        padding-bottom: 0px !important;
        margin-top: 10px;
    }
    .form-horizontal .form-group {
        padding-bottom : 0;
        margin-bottom: 15px;
    }
    .alert-success {
       margin-bottom: 0;
    }

}

@media (max-width: 991px) and (min-width: 676px) {
#HM01 #sidebar {
margin-bottom: 21px;
display: block !important;
clear: both;
}

#HM01 #sidebar .user-tools,
#HM01 #sidebar .quicklinks {
display: none !important;
}

#HM01 #sidebar .advertising-wrapper img {
margin-left: 0;
width: 100%;
}
}

@media (max-width: 768px) {
#HM01 #sidebar {
margin-bottom: 21px;
display: block !important;
clear: both;
}

#HM01 #sidebar .user-tools,
#HM01 #sidebar .quicklinks {
display: none !important;
}

#HM01 #sidebar .advertising-wrapper img {
margin-left: 0;
width: 100%;
}
}

@media (max-width: 675px) {
#HM01 #sidebar {
margin-bottom: 21px;
display: block !important;
clear: both;
}

#HM01 #sidebar .user-tools,
#HM01 #sidebar .quicklinks {
display: none !important;
}

#HM01 #sidebar .advertising-wrapper img {
margin-left: 0;
width: 100%;
}
}
