﻿/*#contentwrapper {background: #fff url("https://style.uwe.ac.uk/branding/betteria/engine/images/contentbg.jpg") no-repeat;}
#content h1 {color: #dc291e;}*/

.smallText
{
    font-size: 80%;
}
table th, table td
{
    padding: 8px 4px;
      vertical-align:top;
    
}
/*layout tables - not stripy!*/
.tableLayout tbody tr:nth-child(even) td
{
    background: #ffffff !important;
}
/*stripy tables!*/
table tbody tr:nth-child(even) td
{
    background: #fafafa;
}
/*colour tables - not stripy!*/
.tableColour tbody tr:nth-child(even) td {
    background-color: inherit !important;
}

/* stuff for left and right side of pages*/
.leftOfPage {
    float: left;
    max-width: 825px;
}

@media all and (max-width: 1090px) {
    .leftOfPage {
        float: left;
        max-width: 670px;
    }
}

.rightOfPage {
    float: right;
    min-width: 300px;
}

@media all and (max-width: 980px) {
    .leftOfPage {
        width: 100%;
    }

    .rightOfPage {
        width: 100%;
    }
}




.tableLayout
{
    margin-top: 0px;
    margin-bottom: 0px;
     
}
.tableLayout td
{
    padding: 8px 4px;
    border-style: none;
    border-top: 0px none #ffffff !important;

}
/*colour boxes*/
.YellowBox {
    float: right;
    min-width: 300px;
    max-width: 350px;
    padding: 25px 30px 30px 30px;
    background-color: #fcc22d;
}
/* space buttons for display inside boxes */
.form-button--white {
    margin: 5px;
}

/* stuff for left and right side of pages*/
.leftOfPage {
    float: left;
    max-width: 775px;
}

.leftOfPageBlock {
    float: left;
    max-width: 775px;
    clear:left;
    display:inline-block;
}

@media all and (max-width: 1090px) {
    .leftOfPage {
        float: left;
        max-width: 670px;
    }
}

.rightOfPage {
    float: right;
}

@media all and (max-width: 980px) {
    .leftOfPage {
        width: 100%;
    }

    .rightOfPage {
        width: 100%;
    }
}
/*right and left columns as per older UWE style */
#rightcol
{
    padding-top: 0;
    width: 370px;
}
#leftcolwrapper{
	width:100%;
	margin-right:-244px;
	float:left;
}
#leftcol {
	margin-right:244px;
	padding-left:10px;
}
/*POP-UP STYLES*/
.ModalPopupBG
{
    background-color: #666666;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.Popup
{
    position: absolute;
    z-index: 999;
    display: table-cell;
    min-width: 500px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    top: 100px;
    left: 50px;
}
.PopupTbl
{
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}
.PopupTbl th
{
    border: 1px solid #ccc;
    padding: 8px 12px;
    background-color: rgb(4, 62, 68);
    font-family: "Open Sans" , Helvetica, Arial, Verdana, Sans-Serif;
    color: RGB(255,255,255);
}
.PopupTbl td
{
    border: 1px solid #ccc;
    padding: 8px 12px;
}
.PopupInnerTbl
{
    width: 100%;
}
.PopupInnerTbl td
{
    border: 0px none #ccc;
    padding: 8px 12px;
}
/*inserts rightcol as per old style UWE website*/
#rightcol
{
    width: 370px;
    float: right;
    padding-top: 10px;
}
/*fixes normal table padding, text size etc*/
.cms table td
{
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
    padding: 2px 2px 2px 2px;
    border-width: 1px 1px 1px 1px;
}

#timetableGrid table td
{
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CCCCCC;
}
/* ensures borders only on outer table, not inner */
#timetableGrid table td table td
{
    border: none;
}

#timetableGrid table tbody tr:nth-child(even) td
{
    background: inherit;
}
/*hide stuff*/
.noshow
{
    position: absolute;
    left: -9000px !important;
}

.form-listbox
{
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 4px 10px;
    vertical-align: middle;
    width: 100%;
}
/*.form-text
{
    max-width: 10000px !important;
}
*/
/*splus header formatting for classlists*/
#divSplusHeader table
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#divTableDetail table
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: x-small;
}
#divTableDetail table tr td
{
    /*attempting to restrict table cell max height, but not working as height=min height*/
}

#divTableDetail th
{
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    padding: 0 0 0 0;
}

#divTableDetail th
{
    transform: /* Magic Numbers */ translate(25px, 51px) /* 45 is really 360 - 45 */ rotate(315deg);
    width: 30px;
}

/*NOT WORKING??*/
input[type="checkbox"]
{
    font-size: 75%;
}

.m-share, .m-block__title {
    visibility: hidden;
}

