/*
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.
*/


.content .table__container 
{  
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0px 0px 0px; 
    margin: 1em auto 1em;
    overflow-x: auto;
    width: 100%;
}

.content .table__container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.content .table__container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border-bottom: 3px solid #fff !important;
    background-color: rgba(0, 0, 0, .3);
}

/****** END ********/



/***** TABLE BACKGROUND *****/
.content__region .table__background {
    background-color: #272783;
    border-radius: 3px;
    padding: 5px;
}
/****** END ********/

/***** TABLE 1 STYLING *****/

.content__region .table__container table tbody {
  border: none;
}
 
.content__region .table__container table thead tr {
    border: none;
} 

.content__region .table__container table thead th {
    background-color: #272783;
    border: medium none;
    color: #fff
}

.content__region .table__container table tr th {
    background-color: #272783;
    color: #fff; 
}

.content__region .table__container table thead th h2,
.content__region .table__container table thead th h3,
.content__region .table__container table thead th h4,
.content__region .table__container table thead th h5
{
    color: #fff;
}

.content__region .table__container table tr th p {
    margin: 0 5px;
    color: #fff; 
}

.content__region .table__container table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container table tr {
    border-top: 1px solid #fff;
    vertical-align: top;
}

.content__region .table__container table tbody td {
    border:solid 0px #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: #f7f7f7;
}

.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***/



/*****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:25%;} 


hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}


/***** Table 2 Styling *****/

.content__region .table__container2 table tbody {
    border-top: 8px solid #fff;
    border-right: none;
}

.content__region .table__container2 table tr th {
    color: #fff;
    text-align: left; 
    background: #590203;
}

.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;} 



/****blockquote****/

/**
.content__region blockquote {
    background: #F2F2F2 none repeat scroll 0 0;
    border-radius: 0px;
    border: none;
    border-left: 6px solid #590203;
    color: #444;
    display: block;
    margin: 1em 0;
    padding: 5px 20px 1px;
    width: 100%;
}
**/

.content__region .cite {
  text-transform: uppercase;
  text-align: left;
  font-size: 75%;
  color: #fff;
  background-color: #4A44AC;
}

/*****End*****/

/**** Attention ****/

.content__region .attention {
    background: #F2F2F2 none repeat scroll 0 0;
    border-left: 6px solid #590203;
    color: #666;
    font-size: 1em;
    display: block;
    margin: 1em 0;
    padding: 5px 20px 1px;
    width: 100%;
}

.content__region .attention {
    background: #F2F2F2 none repeat scroll 0 0;
    border: none;
    color: #590203;
    display: block;
    margin: 1em 0;
    padding: 5px 20px 1px;
    width: 100%;
}


/***** Accordion Margin Fix *****/

.content__region .template--accordion h2.template--accordion__title {
    margin-top: 2px;
}
