﻿body {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(39%, rgba(255,255,255,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0 );
}

.clrFix {
    clear: both;
}

.wrapCont {
    width: 939px;
    margin: 0 auto;
}

.topNav {
    background-color: #003a81;
    margin-bottom: 20px;
}

    .topNav ul {
        margin: 0;
        padding: 0;
    }

        .topNav ul li {
            display: inline-block;
            float: left;
            text-align: center;
        }

            .topNav ul li a {
                color: #f5efd6;
                font-family: Arial;
                font-size: 15px;
                height: 42px;
                display: block;
                line-height: 42px;
                padding: 0 34px;
            }

.transCircle {
    background-image: url('../Content/images/bgCircleTrans.png');
    width: 285px;
    height: 320px;
    display: inline-block;
    float: left;
    margin: 0 5px;
}

    .transCircle:nth-of-type(2) {
        margin: 0 29px;
    }

    .transCircle .topHalf {
        height: 115px;
        text-align: center;
        font-size: 24px;
        color: #053B84;
        font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
        padding: 45px 0 0 0;
        overflow: hidden;
    }

        .transCircle .topHalf img {
            position: relative;
            top: -5px;
        }

    .transCircle .bottomHalf {
        height: 95px;
        padding: 13px 13px 0 18px;
        text-align: center;
    }

a.btnGo {
    border: solid 5px #FFF;
    background-color: #1b75bb;
    height: 57px;
    width: 57px;
    line-height: 57px;
    display: inline-block;
    border-radius: 57px;
    font-size: 24px;
    color: #FFF;
}

.slideWrap {
    width: 939px;
    height: 500px;
    position: relative;
}

.slider {
    width: 939px;
    height: 373px;
    position: absolute;
    top: 0;
    left: 0;
}

.slideCircles {
    position: absolute;
    top: 170px;
    left: 0;
    width: 939px;
}

.loginbox {
    position: absolute;
    top: 215px;
    margin-left: 465px;
    width: 500px;
}

.contentSec {
}

    .contentSec p {
        color: #666666;
    }

.contentHeading {
    font-size: 20px;
    color: #003a81;
    padding-bottom: 10px;
}

.contentSubHeading {
    font-size: 16px;
    color: #121212;
    padding-bottom: 10px;
    padding-top: 10px;
}

.whitebox {
    display: inline-block;
    float: left;
    width: 303px;
    margin: 20px 10px 0 0;
}

    .whitebox.last {
        margin-right: 0;
    }

    .whitebox .inner {
        border: 12px solid #FFF;
    }

    .whitebox .title {
        font-size: 20px;
        color: #003A81;
        padding: 10px 0 5px 0;
    }

    .whitebox .blurb {
        font-size: 14px;
        color: #666;
        padding: 0 0 50px 0;
    }

.slider img {
    width: 100%;
}
/*----INNER PAGE-----*/
.slideWrap.InnerPage {
    height: 373px;
}

.innerContentBox {
    width: 90%;
    min-height: 100px;
    /*margin: 20px 0;*/
    padding: 5%;
    background-color: #fff;
}

.contentTable {
    margin: 15px 0;
}

.tableHeading {
    background: #003A81;
    color: #f5f5f5;
    margin: 5px 0;
    padding: 15px;
}

.tableRow {
    padding: 10px;
}

    .tableRow label {
        margin-right: 10%;
    }

    .tableRow.darkGrey {
        background: #a4a4a4;
        color: #333;
    }

    .tableRow.grey {
        background: #b5b5b5;
        color: #333;
    }

    .tableRow.lightGrey {
        background: #ddd;
        color: #333;
    }

    .tableRow.offWhite {
        background: #f5f5f5;
        color: #333;
    }

    .tableRow.white {
        background: #fff;
        color: #333;
    }

.readonlyline label {
    margin-right: 20px;
}

.input-label {
    padding: 0 2px;
    color: #003a81;
    margin: 5px 0;
}

.input-box-default {
    height: 27px;
    margin: 5px 0;
    width: 50%;
    padding: 5px;
}

    .input-box-default[readonly] {
        height: 19px;
        margin: 5px 0;
        width: 50%;
        padding: 5px;
        background-color: #fff;
        border: 1px #CCC solid;
    }

.readonlybox {
    padding: 8px;
    background-color: #fff;
    border: 1px #CCC solid;
}

.input-box-sml {
    height: 27px;
    margin: 5px 0;
    width: 30%;
    padding: 5px;
}

.input-box-lrg {
    height: 27px;
    margin: 5px 0;
    width: 98%;
    padding: 5px;
}

    .input-box-lrg[readonly] {
        height: 27px;
        margin: 5px 0;
        width: 98%;
        padding: 5px;
        background-color: #fff;
        border: 1px #CCC solid;
    }

.input-area-default {
    margin: 5px 0;
    width: 50%;
    padding: 5px;
}

    .input-area-default[readonly] {
        margin: 5px 0;
        width: 50%;
        padding: 5px;
        background-color: #fff;
    }

.input-area-sml {
    margin: 5px 0;
    width: 30%;
    padding: 5px;
}

.input-area-lrg {
    margin: 5px 0;
    width: 98%;
    padding: 5px;
}

.input-select {
    min-height: 33px;
    margin: 5px 0;
    padding: 9px;
}

.input-button {
    border: 0;
    height: 33px;
    padding: 0px 17px;
    background: #003A81;
    color: #f5f5f5;
    margin: 5px 0;
}

.input-button-off {
    border: 0;
    height: 33px;
    padding: 0px 17px;
    background: #CCC;
    color: #333;
    margin: 5px 0;
}
/*-----InnerPage 2------*/
.InnerPageRight {
    width: 650px;
    min-height: 100px;
    margin: 20px 0;
    float: right;
}

.InnerPageLeft {
    width: 235px;
    min-height: 100px;
    background-color: #fff;
    margin: 20px 0;
    float: left;
}

ul.sideNav {
    margin: 0;
    padding: 0;
}

    ul.sideNav li {
        padding: 10px;
        margin: 1px 0 0 0;
        color: #333;
        width: 92%;
        background-color: #E3E5E9;
    }

        ul.sideNav li:hover {
            /*background-color: #1B75BB;*/
            background: url('../Content/images/navigation-hover-bg-grey.png') right no-repeat;
            color: #fff;
            width: 100%;
        }

        ul.sideNav li.active {
            background-color: #000;
            color: #fff;
            width: 92%;
        }

            ul.sideNav li.active:hover {
                width: 100%;
                background: url('../Content/images/navigation-hover-bg-black.png') right no-repeat;
            }

        ul.sideNav li.activesub {
            /*background-color: #115081;*/
            background: url('../Content/images/navigation-hover-bg-white.png') right no-repeat;
            color: #333;
            width: 100%;
        }

            ul.sideNav li.activesub:hover {
                width: 105%;
            }

        ul.sideNav li a {
            color: inherit;
            display: block;
            text-decoration: none;
        }

.breadCrumb {
    width: 98%;
    background-color: #E3E5E9;
    padding: 5px 1%;
    font-size: 12px;
    color: #333;
}

    .breadCrumb a {
        color: #003a81;
    }

        .breadCrumb a:hover {
            color: #1b75bb;
        }

.InnerPageRightContent {
    width: 100%;
    margin: 20px 0;
    min-height: 150px;
}

.InnerPageRightContentInner {
    width: 100%;
    min-height: 100px;
    margin: 20px 0;
    padding: 20px 0;
}

.ContentInnerRight {
    display: inline-block;
    width: 76%;
    vertical-align: top;
}

.ContentInnerLeft {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

    .ContentInnerLeft img {
        max-width: 279px;
        height: auto;
    }

.InnerPageTitle {
    font-size: 20px;
    color: #003A81;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #CCC;
}

.InnerPageDesc {
    color: #666;
    padding: 20px 0;
    /*border-bottom: 1px solid #CCC;*/
}

ul#tabs-nav {
    margin: 20px 0;
    padding: 0 0 0 15px;
    border-bottom: 2px solid #1b75bb;
}

    ul#tabs-nav li {
        display: inline-block;
        background: #1b75bb;
        padding: 5px 10px;
        border: 2px solid #1b75bb;
        border-bottom: 0;
        color: #fff;
        position: relative;
        top: 2px;
    }

        ul#tabs-nav li a, ul#tabs-nav li a:hover {
            color: #fff;
        }

        ul#tabs-nav li.active {
            background-color: #ECECEC;
            color: #1b75bb;
        }

            ul#tabs-nav li.active a, ul#tabs-nav li.active a:hover {
                color: #1b75bb;
            }

/* add at programming stage */
p {
    margin: 0 0 10px 0;
}

.field-validation-error {
    color: #F6D6D7;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #fff;
}

.errorbox {
    font-size: 14px;
    color: #121212;
    padding: 10px;
    margin: 2px;
    /*margin-right: 50px;*/
    background-color: #FFFFCE;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #121212;
    border-right-color: #121212;
    border-bottom-color: #121212;
    border-left-color: #121212;
}

.validation-summary-errors {
    font-size: 14px;
    color: #121212;
    padding: 15px;
    background-color: #F6D6D7;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #f00;
    border-right-color: #f00;
    border-bottom-color: #f00;
    border-left-color: #f00;
}

    .validation-summary-errors ul {
        margin: 2px;
        padding: 4px;
    }

    .validation-summary-errors li {
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

.errorheading {
    font-size: 14px;
    color: #f40303;
    font-weight: bold;
    clear: both;
}

.collayout {
    width: 100%;
}

.leftcol100 {
    float: left;
    width: 95%;
    background-color: #fff;
    margin-right: 2%;
    text-align: left;
    padding: 20px;
    border: 1px dashed #003A81;
}

.leftcol50 {
    float: left;
    width: 49%;
    background-color: #fff;
    margin-right: 2%;
}

.mentorbox {
    text-align: left;
    padding: 20px;
    border: 1px dashed #003A81;
    margin-top: 16px;
}

.rightcol50 {
    float: right;
    width: 49%;
    background-color: #fff;
}

.cleardiv {
    clear: both;
}

@media screen and (max-width:768px) {
    .wrapCont {
        width: 100%;
    }

    .slideWrap {
        width: 100%;
        position: relative;
        height: auto;
    }

    .slider {
        width: 100%;
        position: relative;
        height: auto;
    }

    .slideCircles {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .transCircle, .transCircle:nth-of-type(2) {
        float: none;
        margin: 0;
    }

    .contentHeading {
        padding: 0 2%;
    }

    .contentSec p {
        padding: 0 2%;
    }

    .whitebox {
        width: auto;
        padding: 0;
        max-width: 303px;
        float: none;
        margin: 0;
    }

        .whitebox .inner {
            width: auto;
        }

    .topNav {
        margin: 0;
    }
    /*----INNER PAGE-----*/
    .slideWrap.InnerPage {
        height: auto;
    }
    /*-----INNER PAGE 2 -----*/
    .InnerPageRight {
        width: 100%;
    }

    .InnerPageLeft {
        width: 100%;
    }

    .ContentInnerLeft {
        text-align: center;
    }

    ul.sideNav li {
        width: 100%;
        box-sizing: border-box;
    }

        ul.sideNav li:hover {
            background: #ccc;
            background-image: none;
            width: 100%;
        }

        ul.sideNav li.active {
            background-image: none;
            background: #000;
            width: 100%;
        }

            ul.sideNav li.active:hover {
                background: #000;
            }

        ul.sideNav li.activesub {
            background-image: none;
            background: #fff;
            width: 100%;
        }

    .ContentInnerRight, .ContentInnerLeft {
        width: 96%;
        padding: 2%;
        display: block;
    }

        .ContentInnerLeft img {
            max-width: 100%;
            height: auto;
        }

    .InnerPageRightContentInner p {
        padding: 0 2%;
    }
}


.chkbox1 {
    clear: left;
}


.fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.liverpool.ac.uk/intranet/mentoring/images/trans.png);
    z-index: 9999;
}

.btnPopMe {
    cursor: pointer;
}

.popup_block {
    display: none;
    padding: 40px;
    border: 1px solid #717171;
    float: left;
    font-size: 13px;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #121212;
    -webkit-box-shadow: 0 0 500px #121212;
    -moz-box-shadow: 0 0 500px #121212;
    box-shadow: 0 0 500px #121212;
    z-index: 5000001;
    background-image: -webkit-linear-gradient(270deg,#fff 0,#ededed 100%);
    background-image: linear-gradient(180deg,#fff 0,#ededed 100%);
    text-align: center;
}

.popup_block h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 30px 0;
}
