/*
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.
*/

/***  Camden School for Girls  ***/

/***** TABLE SCROLLING *****/


.content .table__container1
{  
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0px; 
    margin: 1em auto 1em;
    overflow-y: auto;
    width: 100%;
}

.content .table__container1::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.content .table__container1::-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 table {
  border: 10px solid #7969A7;
  border-radius: 2px;
}*****/

/***** TABLE BACKGROUND *****/
.content__region .table__background {
    background-color: #7969A7;
    border-radius: 3px;
    padding: 5px;
}


/****** END ********/

/***** TABLE 1 STYLING *****/

.content__region .table__container1 table {
   /*border: medium none;*/
}

.content__region .table__container1 table tbody {
  border: none;
}

.content__region .table__container1 table thead tr {
    border: none;
} 

.content__region .table__container1 table thead th {
    background-color: #7969A7;
    border: medium none;
    padding-left: 10px;
}

.content__region .table__container1 table tr th {
    background-color: #7969A7;
    color: #fff; 
    text-align: left; 
    border: medium none;
}

.content__region .table__container1 table tr th p {
    margin: 0 5px;
    color: #fff;
}

.content__region .table__container1 table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container1 table tr {
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
}

.content__region .table__container1 table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /**
    border-color: #343330 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    padding: 12px 8px;
    ***/
}

.content__region .table__container1 table tbody td p {
    margin: 2px 0;
}

/***** COLOURED TABLE ROWS *****/

.content__region .table__container1 table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

.content__region .table__container1 table tbody tr:nth-child(even) {
    background: #fff;
}

/***** COLOURED TABLE COLUMNS *****/

.content__region .table__container1 table.column1  td:nth-child(1) {
    background: #00853C;
    color: #fff;
}

.content__region .table__container1 table.column6  td:nth-child(6) {
    background: #FFFAE8;
}

.content__region .table__container1 table.column7  td:nth-child(7) {
    background: #FFFAE8;
}

/***END***/

.content__region .small_table_text {font-size: 80%;}

/*****Table column adjust*****/

.content__region .table__container1 .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content__region .table__container1 .col2 {width:33%;}


.content__region .table__container1 .col3 {width:28%;} 



/***** 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: #7969A7;
}

.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;} 


.content__region .image_adjust {
    margin-top: 10px;
}


/*****End*****/

/****blockquote****/


.content__region blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 10px solid #7969A7;
    color: #141414;
    display: block;
    font-size: 1.1em;
    margin: 1em 0;
    padding: 5px 20px 1px;
    width: 100%;
}


.content__region blockquote {position: relative;}

.content__region .cite {
    bottom: -12px;
    color: #666;
    font-size: 60%;
    font-style: normal;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
}

.content__region blockquote h3 {font-style: normal; color: #444}

.content__region blockquote p {
    margin-bottom: 4px;
    margin-top: 4px;
}

/*****End*****/

/***** Attention block *****/


.attention {
    background: #7969A7;
    border: none;
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 20px;
    width: 100%;
}


.content__region .attention.indent__arrow {
    position: relative;
}

.content__region .attention p {
    color: #fff;
}

.content__region .attention a {
    color: #fff;
}

.content__region .attention ul {
    color: #fff;
}

/***** Attention block 2 Indent *****/

.attention2 {
    background: #7969A7;
    border: 2px solid #7969A7;
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 20px;
    width: 100%;
}

.content__region .attention2 ul {
    color: #fff;
}

.content__region .attention2.indent__arrow::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -12px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 20px;
}

.content__region .attention2.indent__arrow {
    position: relative;
}

.content__region .attention2 a {
    color: #fff;
}

.content__region .attention2 p {
    color: #fff;
}

/***** Attention block 3 Exclamation Mark *****/

.attention3 {
    background: #7969A7;
    border: 2px solid #7969A7;
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 20px;
    width: 100%;
}

.content__region .attention3 ul {
    color: #fff;
}

.content__region .attention3.exclamation::before {
    color: #eee;
    content: "!";
    font-size: 100px;
    height: 30px;
    left: 4px;
    position: absolute;
    top: 36px;
    transform: rotate(0deg);
    width: 20px;
}

.content__region .attention3.exclamation {
    position: relative;
}

.content__region .attention3 p {
    margin-left: 30px;
    margin-top: 5px;
    color: #fff;
}

.content__region .attention3 a {
    color: #fff;
}


/***** Horizontal rule styling *****/

.content__region hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #7969A7; /* old IE */
    background-color: #7969A7; /* Modern Browsers */
    text-align: center;
    min-width: 100%;
}


.content__region hr:after { 
    background: #EEEEEE none repeat scroll 0 0;
    color: #7969A7;
    content: "▽";
    display: inline-block;
    font-size: 0.6em;
    padding: 0 0.25em;
    position: relative;
    top: -1.53em;
 }

 .content__region .ms-btn {
    width: 100%;
 }


/*****End*****/

/*** Button link alteration ***/

.content__region .button__link {
    display: inline-block;
    margin: 4px 0;
}

.content__region .button__link.button__width {
    width: 100%;
    margin-bottom: 10px;
}

.content__region .button__link.button__position {
    margin-top: 20px;
}

.content__region div.link__colour a {color: #ff9900;}


/*** Dropcap ***/

.content__region .dropcap1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 130px;
    width: 100%;
    }

.content__region .dropcap1 p:first-letter { 
    color: #246BB9;
    display: inline-block;
    font-size: 300%;
    font-weight: 200;
    margin: -5px 0 0;
    padding: 0 5px 0 0;
    line-height: 30px;
  *line-height:1em; /* IE7 Only */ 
}

.content__region .dropcap1 strong {
    color: #7969A7;
    font-weight: 500;
}
