/*
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.
*/


/***** Table styling, borders on bottom rows only. table header block colour *****/

.content__region .table-container
{
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0em 0 1em;
}

.content__region .table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.content__region .table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border-bottom: 3px solid #fff !important;
    background-color: rgba(0, 0, 0, .3);
}

.content__region .table-container table {
    border:solid 0px #f7f7f7 !important;
}
    
    
.content__region .table-container table thead tr th {
    background-color: #f7f7f7 !important; border: 1px solid #f7f7f7 !important;
}
.table-container table thead p {
    text-align:left;
}

.content__region .table-container table tr {
    border-bottom:solid 1px #0086c7 !important;
}

.content__region .table-container table tr td {
    border:solid 0px #f7f7f7 !important;
    background-color: #fff;
    font-size: 0.8em;
}

.content__region .table-container table tr td p {
    margin:0px;
}


/*****Table column adjust*****/

.content__region .col1 {
    min-width: 150px;
    width: 40%;
}
.content__region .col2 {
    width:20%;
}

/*****Table 2*****/

.content__region .table-container2 {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.content__region .table-container2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.content__region .table-container2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border-bottom: 3px solid #fff !important;
    background-color: rgba(0, 0, 0, .3);
}

/***Table - alternative row color***/
.content__region .table-container2 table tr:nth-child(odd) {
    background: #EBEBEB;
}

.content__region .table-container2 table tr td {
    border:solid 1px #fff !important;
    vertical-align: top;

}

.content__region .table-container2 table {
    border:solid 0px #fff!important;
}

.content__region .table-container2 table tr {
    border-bottom:solid 1px #fff !important
}

.content__region .table-container2 table tr td p {
    padding: 0.2em;
    font-size: 1em;
}

.content__region .table-container2 table tr th {
    background-color: #423349;
    color:#fff;
}



hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}


/**** img adjustment

.img-adjust img {
	margin-top: 9px !important;
}

img {border-radius:2px;}

****/



/*****End*****/

/* school vision */
.first-letter {
	font-family: "Playfair Display",serif;
    font-size: 1.5em;
    float: left;
    line-height: 0.7em;
    color: #423349;
}


