@charset "UTF-8";
/*
/css/layout.css


@version 6.4.0
@updated 23/09/20
@author Phil Chapman
@copyright 2015-2020 Hi-Peak Internet
@license http://littlem.com/licensing/frameless-2-swla.php Hi-Peak Internet Proprietary Software License Agreement
@since 1.0.0 14/10/15

Version history:
1.0.0   14/10/15    PhilC   Initial version
1.1.0   23/02/16    PhilC   Added img-responsive-centre class
2.0.0   29/02/16    PhilC   Moved Google CSE to separate google-cse.css
2.1.0   04/03/16    PhilC   Added .header-title
3.0.0   07/03/16    PhilC   Moved theme styles to new theme.css
                            Moved Lightbox styles to thumbnails.css
                            Added @charset declaration
                            Added .header-bg-img
4.0.0   13/03/16    PhilC   Changed img-responsive-centre to img-responsive-center for consistency with other stylesheets
4.1.0   03/05/16    PhilC   Added .width-auto + .row-data-viewer + .btn-xs-fixed-width
5.0.0   27/05/16    PhilC   New version to work with new theme.css generated by Live LESS Theme Customizer
5.1.0   12/07/16    PhilC   Added .breadcrumb-container + .breadcrumb-right + #modalPageHelp
5.2.0   29/07/16    PhilC   Added .panel-heading .accordion-toggle for collapsible panel chevron indicators
5.3.0   24/01/17    PhilC   Added .btn-top-margin
5.4.0   10/06/17    PhilC   Added .caption-large
5.5.0   21/07/18    PhilC   Added .container-sidenav, .navbar-sidenav + media query
6.0.0   18/08/18    PhilC   Rewritten for frameLESS 2 + Boostrap 4
6.1.0   27/04/19    PhilC   Added Honeypot Trap styles
6.2.0   28/05/19    PhilC   Added td.td-shrink Google Chrome rendering fix
6.2.1   06/09/19    PhilC   Updated header block with docblock elements
6.3.0   23/03/20    PhilC   Added SimpleRss styles
6.4.0   23/09/20    PhilC   Added Table styles
                            Added Nav styles: .navbar-vertical fixes link text wrapping issue
                            Updated header block to frameLESS 2.0.0 beta 11

FrameLESS:
~project     frameLESS_2
~frameless   2.0.0

Module:
@package     frameLESS_2\Styles

Usage:
frameLESS-specific styles
*/

/* Header */
.header-bg-img {
    width: 100%;
    height: calc(100% - 1px);
    background-image: url('../images/layout/header-bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Nav */
.navbar-vertical .nav-item .nav-link {white-space: normal;}

/* Table */
.caption-heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    caption-side: top;
}

/* Honeypot Trap */
.subscriptions-hpt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* Collapse <td> to width of <img> contents - fix for Chrome + others */
td.td-shrink {
    width: 0.1%;
    white-space: nowrap;
}

/* SimpleRss */
.feed-description {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #eee;
}

.feed-lists {padding-left: 1em;}

.feed-item-image {
    max-width: 300px;
    max-height: 200px;
    float: right;
    margin-left: 10px;
}
