@charset "utf-8";
/*
Theme Name      PRINT University of St Andrews 2008
Theme URI       http://www.st-andrews.ac.uk
Description     Printer-friendly stylesheet
Version         5.1.1
Author          as291
Last updated    Thursday 19 January 2012

================================================================================
    PAGE STRUCTURE
================================================================================
*/
#print-header {
    display: block;
    margin-top: 0;
}
#print-header img {
    height: auto;
    max-width: 100%;
    width: 20cm;
    margin-top: 0;
}


#summary-header{
    margin-top: 0;
}

nav,
.btn,
.navbar-fixed-top, 
.printNone, 
nav,
#header,
#app-bar,
#sidebar{
    display: none !Important;}

#content{
    width: 100%;
    margin-left: 0;
}

#watermark{  
    position:fixed;
    margin-top: -50px;
    overflow:hidden;  
}  

body {
    background: none;
    color: #000;
    font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
    font-size: 10pt;

}

.watermark{
    position:absolute;
    top: 2px;
    right: 2px;
    color: #FF0000 !important;
    font-size: 12pt;
}





h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {font-size: 24pt;}
h2 {font-size: 18pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 11pt; font-weight: bold;}
h6 {font-size: 10pt; font-style: italic}

/*
        --------------------------------------------------------------------
*/

.white-card, .as-summary-content{
        page-break-inside: avoid;
    }


pre{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;

}

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

.card-list-uls{
    break-inside: avoid-column; /* W3C */
    -webkit-column-break-inside: avoid; /* Safari & Chrome */
    -moz-column-break-inside: avoid; /* Firefox */
    -ms-column-break-inside: avoid; /* Internet Explorer */
    -o-column-break-inside: avoid; /* Opera */
    page-break-inside: avoid
}
.card-list{
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
}

.two-col-block{
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

.panel {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 7px 7px;
    margin: -10px -10px 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16.5px;
    font-weight: 500;
}

.panel-footer {
    padding: 10px 10px;
    margin: 10px -10px -10px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-success {
    border-color: #468847;
}

.panel-success .panel-heading {
    color: #fff;
    background-color: #468847;
    border-color: #468847;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-danger {
    border-color: #9A3B36;
}

.panel-danger .panel-heading {
    color: #FFF;
    background-color: #9A3B36;
    border-color: #9A3B36;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info .panel-heading {
    color: #00517E;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 100%;

}
.row-fluid .span6 {
    width: 48.618784527%;

}
.pull-right {
    float: right;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}
address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}

.as-summary-content{
    page-break-inside:avoid;
}


/*
--------------------------------------------------------------------
*/
