/*
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.
*/

/***    UWC International  ***/

/***** Table styling, borders on bottom rows only. table header block colour *****/

.applications__table.table__container {
    margin-top: 1.25em;
}

.content__region .table__container table tbody,
.applications__table.table__container table tbody {
    border-top: 8px solid #fff;
    border-right: none;
}

.content__region .table__container table thead tr,
.applications__table.table__container table thead tr {
    border: none;
} 

.content__region .table__container table thead th,
.applications__table.table__container table thead th {
    background: none;
}

.content__region .table__container table tr th,
.applications__table.table__container table tr th {
    border: medium none;
    background: #009B90;
    color: #fff; 
    text-align: left; padding: 0 5px;
}

.content__region .table__container table tr th p,
.applications__table.table__container table tr th p {
    margin: 0 5px;
}

.content__region .table__container table tr th a {
    color:#fff; 
    text-decoration: none;
}

.content__region .table__container table tr,
.applications__table.table__container table tr {
    border-bottom: 7px solid #fff;
    vertical-align: top;
}

.content__region .table__container table tbody td{
    border:solid 1px #fff !important;
    padding: 4px 10px;
}
.applications__table.table__container table tbody td a {
    transition: color .3s ease;
    display: block;
}
.applications__table.table__container table tbody td a:hover {
    color: #0063a6;
}
.applications__table.table__container table tbody td {
    border:solid 1px #fff !important;
    padding: 6px 10px;
    line-height: 1.2;
}

.content__region .table__container table tbody td p,
.applications__table.table__container table tbody td p {
    margin: 2px 0;
}

/***** COLOURED TABLE ROWS *****/

.content__region .table__container table tbody tr:nth-child(odd),
.applications__table.table__container table tbody tr:nth-child(odd) {
    background: #f8f8f8;
}

.content__region .table__container table tbody tr:nth-child(even),
.applications__table.table__container table tbody tr:nth-child(even) {
    background: #e8e8e8;
}

/***** COLOURED TABLE COLUMNS *****/

.content__region .table__container table.questionnaire1  td:nth-child(2) {
    background: #C8EAEE;
}

.content__region .table__container table.questionnaire1  td:nth-child(6) {
    background: #C8EAEE;
}

.content__region .table__container table.questionnaire1  td:nth-child(7) {
    background: #C8EAEE;
}

/***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: 2px 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: #009B90;
    color: #fff; 
    text-align: left; padding: 0 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 5px #fff;
    padding: 4px 10px;
}

.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: #e8e8e8;
}

/***** 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*****/

