/*
Stylesheet for any additional styles that are required by the content team after the build.
All selectors should be prefixed with .content__region to avoid conflicts.
This file should not be compiled from sass.
*/

/***  Ludgrove School  ***/

/***** Table styling, borders on bottom rows only. table header block colour *****/

.content__region .table__container table {
    border: medium none;
}

.content__region .table__container table tbody {
    border-top: 8px solid #fff;
    border: medium none !important;
}

.content__region .table__container table thead tr {
    border: none;
} 

.content__region .table__container table thead th {background: none;}

.content__region .table__container table tr th {
    border: medium none;
    background: #E5EDF8;
    color: #134EA1; 
    font-family: "Heuristica",sans-serif;
    font-size: 1.05em;
    text-align: left; 
    padding: 6px 5px;
}

.content__region .table__container table tr th p {
    margin: 0 5px;
    color: #134EA1;
}

.content__region .table__container table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container table tr {
    border-bottom: 7px solid #fff;
    vertical-align: top;
}

.content__region .table__container table tbody td {
    border:solid 1px #EFEFEF !important;
    padding: 4px 10px;
    box-shadow: inset 0 0 0 0px #fff;
}

.content__region .table__container table tbody td p {
    margin: 2px 0;
}

/***** COLOURED TABLE ROWS *****/

.content__region .table__container table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

.content__region .table__container table tbody tr:nth-child(even) {
    background: #ededed;
}

/***** COLOURED TABLE COLUMNS *****/

.content__region .table__container table.column1  td:nth-child(1) {
    background: #00853C;
    color: #fff;
}

.content__region .table__container table.column6  td:nth-child(6) {
    background: #FFFAE8;
}

.content__region .table__container table.column7  td:nth-child(7) {
    background: #FFFAE8;
}

/***END***/

.content__region .small_table_text {font-size: 80%;}

/*****Table column adjust*****/

.content__region .table__container .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content__region .table__container .col2 {width:33%;}


.content__region .table__container .col3 {width:20%;} 







/***** Table 2 Styling *****/


.content__region .table__container2 table {border-left: 1px solid #fff;}

.content__region .table__container2 table tbody {
    border-top: 8px solid #fff;
    border-right: none;
}

.content__region .table__container2 table thead tr {
    border: none;
} 

.content__region .table__container2 table thead th {background: none;}

.content__region .table__container2 table tr th {
    border: 5px solid #fff;
    background: #134EA1#E5EDF8;
    color: #fff; 
    font-family: "Heuristica",sans-serif;
    font-size: 1.05em;
    text-align: left; 
    padding: 6px 5px;
}

.content__region .table__container2 table tr th p {
    margin: 0 5px;
}

.content__region .table__container2 table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container2 table tr {
    border-bottom: 7px solid #fff;
    vertical-align: top;
}

.content__region .table__container2 table tbody td {
    border:solid 1px #fff !important;
    padding: 4px 10px;
    box-shadow: inset 0 0 0 3px #fff;
}

.content__region .table__container2 table tbody td p {
    margin: 2px 0;
}

/***** COLOURED TABLE ROWS *****/

.content__region .table__container2 table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

.content__region .table__container2 table tbody tr:nth-child(even) {
    background: #ededed;
}

/***** COLOURED TABLE COLUMNS *****/

.content__region .table__container2 table.column_colour  td:nth-child(2) {
    background: #C8EAEE;
}

.content__region .table__container2 table.column_colour  td:nth-child(6) {
    background: #C8EAEE;
}

.content__region .table__container2 table.column_colour  td:nth-child(7) {
    background: #C8EAEE;
}


/*****Table column adjust*****/

.content__region .table__container2 .col1 {
    min-width: 150px;
    width: 48%;
}
.content__region .table__container2 .col2 {width:30%;}


.content__region .table__container2 .col3 {width:15%; min-width: 120px; color:#fff;} 



/*****End*****/

/****blockquote****/

/* .content__region blockquote {
    border-left: 5px solid #134EA1#E5EDF8;
    font-style: italic;
    margin: 1em 0;
    padding: 10px 20px;
}

.content__region blockquote {position: relative;}

.content__region blockquote p {
    margin: 0px 10px 0px 0px;
} */

.content__region .cite {
    bottom: -12px;
    color: #666;
    font-size: 60%;
    font-style: normal;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
}

/*****End*****/

/***** Attention block *****/

.content__region .attention ul {
    color: #fff;
}

.content__region .attention.indent__arrow::before {
    background: #FAFAFA none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 20px;
}

.content__region .attention.indent__arrow {
    position: relative;
}

.content__region .attention a {
    color: #fff;
}

/***** Horizontal rule styling *****/

.content__region hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #E5EDF8; /* old IE */
    background-color: #E5EDF8; /* Modern Browsers */
    text-align: center;
    max-width: 100%;
}

/**
.content__region hr:after { 
    background: #fff none repeat scroll 0 0;
    color: #134EA1#E5EDF8;
    content: "▿";
    display: inline-block;
    font-size: 1.1em;
    padding: 0 0.25em;
    position: relative;
    top: -0.68em;
 }
**/

/*****End*****/

/*** Button link alteration ***/

.content__region .button__link.button__width {
    width: 100%;
    margin-bottom: 10px;
}
