html {
    box-sizing: border-box;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}


/* form validation elements */

.input-validation-error
{
	background-color: #ffeeee;
}

.field-validation-error
{
	font-size:1.2em;
	color:#FF3737;
}

.validation-summary-errors
{
	color:#FF3737;
	font-size:1.2em;
}

.warningmessage
{
	font-size:1.2em;
	color:#FF3737;
}

.errormessage
{
	color:#FF3737;
}

body {
    font-family: sans-serif;
    font-size: 62.5%;
    background-image: url("/Content/Images/glasgow-background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 100%;
}

ul {
    font-size: 1.6em;
    padding-left: 25px;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 2em;
    margin: 0;
}

p {
    font-size: 1.6em;
}

    p a {
        font-size: 1em;
    }

a {
    font-size: 1.6em;
}

    a h1 {
        font-size: 1em;
    }

    a p {
        font-size: 1em;
    }

ul a {
    font-size: 1em;
}

td p {
    font-size: 1em;
}

td a {
    font-size: 1em;
}

a h4 {
    font-size: 1em;
}

a h3 {
    font-size: 1em;
}

a ul {
    font-size: 1em;
}

a.block {
    text-decoration: none;
    display: block;
}

header {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 0 20px 0;
}

table {
    font-size: 1.6em;
    width: 100%;
    margin-top: 20px;
}

@media handheld, only screen and (max-width: 760px) {
    table{
        font-size:1.2em;
    }
}

th {
    padding: 10px;
    text-align: left;
    background-color: rgba(46,167,223,1);
    font-weight: bold;
    color: #fff;
}

td {
    padding: 5px 10px;
}

tr:nth-child(odd) {
    background-color: #ddd;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr.full td {
    padding-bottom: 15px;
}

ul#sitemenu {
    list-style: none;
}

    ul#sitemenu li {
        float: left;
        width: auto;
        padding: 0 10px;
    }

    @media handheld, only screen and (max-width: 760px){
        ul#sitemenu li {
            padding: 0 0 0 20px;
        }
    } 

        ul#sitemenu li a {
            font-weight: bold;
            text-decoration: none;
            color: #fff;
        }

            ul#sitemenu li a:hover {
                text-decoration: underline;
            }

div#myaccount {
    margin-left:20px;
}

    div#myaccount a {
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        div#myaccount a:hover {
            text-decoration: underline;
        }

        ul#sitemenu{
            float:left;
            margin:0;
            padding:0;
        }

ul#sitemenu li.back {
    display: none;
}

div#myaccount a {
    vertical-align: top;
}

div.new-profile-button a.button {
    margin-bottom: 0;
}

div.page-wrap {
    min-height: 100%;
    margin: 0 auto -139px;
}

div.push {
    height: 119px;
}

div.footer {
    height: 119px;
    background-color: rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    margin-top:20px;
}

    div.footer p {
        color: #fff;
        float: left;
        margin-top: 30px;
        max-width:calc(100% - 181px);
    }

    div.footer img {
        float: right;
        margin: 0 0 20px 20px;
        max-height: 79px;
    }

div.footer-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 50px 0 50px;
}

div.header-container {
    max-width: 1400px;
    padding: 20px 50px;
    margin: 0 auto;
    width: 100%;
    height: 153px;
}

    div.header-container h1 {
        font-size: 4em;
        vertical-align: top;
        margin: 0 0 0 20px;
        color: #fff;
    }

div.logo-container {
    float: left;
    height: 118px;
}

    div.logo-container img {
        border: 0;
        max-height:118px;
    }

div.text-container {
    width: calc(100% - 160px);
    float: left;
    height: 116px;
}

div.main-heading {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

label {
    font-size: 1.6em;
    width: 100px;
}

input.text {
    height: 30px;
    width: 70%;
    max-width: 300px;
    border: 1px solid rgba(8,98,140,1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 0 5px;
    margin-bottom: 10px;
}

input.read-only-input {
    height: 30px;
    width: 70%;
    max-width: 300px;
    border: 1px solid rgba(8,98,140,1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 0 5px;
    margin-bottom: 10px;
    background-color: #ddd;
}

p.read-only-input {
    height: 30px;
    width: 70%;
    max-width: 300px;
    border: 1px solid rgba(8,98,140,1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: #ddd;
    border-radius: 8px;
    padding: 5px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 1.4em;
}

    p.read-only-input label {
        font-size: 1em;
    }

textarea {
    min-height: 100px;
    width: 70%;
    max-width: 300px;
    border: 1px solid rgba(8,98,140,1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 0 5px;
    margin-bottom: 10px;
}

    textarea[class*="count"], textarea.large {
        max-width: 100%;
        min-height: 200px;
    }

input.button {
    width: auto;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 8px;
    font-size: 1.6em;
    padding: 0 7px;
    background-color: rgba(8,98,140,0.9);
    color: #fff;
}

    input.button:hover {
        cursor: pointer;
        background-color: rgba(29,135,175,1);
    }

a.button {
    width: auto;
    height: 30px;
    padding: 5px 7px;
    border: none;
    border-radius: 8px;
    background-color: rgba(8,98,140,1);
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
}

    a.button:hover {
        cursor: pointer;
        background-color: rgba(29,135,175,1);
    }

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}



div.fileinputs input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: aplha(opacity: 0);
    opacity: 0;
    z-index: 2;
    height: 30px;
}

    div.fileinputs input.file:hover {
        cursor: pointer;
    }

input.checkbox {
    margin-bottom: 10px;
}

select {
    height: 30px;
    width: 70%;
    max-width: 300px;
    border: 1px solid rgba(8,98,140,1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 0 5px;
    margin-bottom: 10px;
}

div.login input.text {
    height: 30px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.5);
    border-radius: 8px;
    padding: 0 5px;
}

div.login input.button {
    width: auto;
    height: 30px;
    padding: 0 5px;
    border: none;
    border-radius: 8px;
}

div.main-container {
    width: 100%;
    padding: 0 50px;
    max-width: 1400px;
    margin: 20px auto;
}

div.menu-container{
    width: 100%;
    padding: 0px 70px;
    max-width: 1400px;
    margin: 20px auto;
}

div.welcome-login {
    margin: 0 0 20px 0;
    float: left;
}

div.welcome {
    background-color: rgba(47,167,223,0.96);
    width: 66.667%;
    color: #fff;
    padding: 20px;
}

    div.welcome h2 {
        font-size: 2.5em;
        margin: 0 0 15px 0;
    }

    div.welcome p {
        font-size: 1.6em;
        margin: 10px 0 0 0;
    }

div.login {
    background-color: rgba(55,123,154,0.9);
    width: 33.333%;
    color: #fff;
    padding: 20px;
}

    div.login label {
        display: block;
        clear: both;
        font-size: 1.6em;
        margin: 20px 0 0 0;
    }

    div.login input.text {
        display: block;
        max-width: none;
        clear: both;
        width: 100%;
        margin: 0 0 20px 0;
    }

    div.login input.button {
        display: block;
        float: right;
        margin: 0 0 20px 0;
        background-color: #00ff90;
        -webkit-appearance:none;
    }


    div.login a.button.register {
        width: auto;
        height: 30px;
        border: none;
        border-radius: 8px;
        font-size: 1.6em;
        padding: 5px 7px;
        display: block;
        float: right;
        margin: 0 0 20px 0;
        background-color: #aaa;
        text-decoration: none;
        color: #000;
    }

    div.login span {
        font-size: 1.4em;
        display: block;
        float: right;
        margin: 6px 5px 0 5px;
    }

div.content-container {
    background-color: rgba(255,255,255,0.92);
    float: left;
    padding: 20px;
}

div.icon-container {
}

div.icon {
    float: left;
    width: 14.285%;
    height: 160px;
    background-color: rgba(255,255,255,0.85);
    padding-top: 0;
}

span.icon-image svg {
    text-align: center;
    width: 100%;
    height: 120px;
}

span.icon-image span.social {
    text-align: center;
    width: 100%;
    font-size: 8em;
    margin: 20px 0 9px 0;
}

span.icon-text {
    font-size: 1.6em;
    text-align: center;
    margin: 0;
    display: block;
    font-weight: bold;
}

div.icon a {
    text-decoration: none;
    color: #000;
    font-size: 1em;
}

div.icon:hover a {
    color: #fff;
    fill: #fff;
}

div.icon:hover {
    background-color: rgba(8,98,140,1);
}

.pink-border {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgb(47,167,223);
}

a.block .pink-border {
    color: rgba(8,98,140,1);
}

    a.block .pink-border:hover {
        color: #fff;
        background-color: rgb(47,167,223);
    }

a.block.grey .pink-border:hover {
    color: rgb(47,167,223);
    background-color: rgba(220,220,220,0.8);
}

.purple-border {
    padding: 10px;
    border: 1px solid rgba(8,98,140,1);
}

.news-summary {
    border-bottom: 3px dotted rgba(8,98,140,1);
    margin-bottom: 20px;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

div.tr.col-1-1 {
    margin-bottom: 10px;
}

div.jobsheadertext {
    float: left;
}

div.areaheader, div.closesheader {
    float: left;
}

div.account-options {
    height: 100px;
    background-color: #f7f7f7;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 2px;
}

    div.account-options:hover {
        background-color: #e5e5e5;
    }

    div.account-options a {
        text-decoration: none;
        color: #000;
        height:100px;
        display:block;
    }

    div.account-options p {
        margin-top: 0;
    }

    .vacancylist tr.summary:hover
{
	cursor:pointer;
}


.vert-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.float {
    float: left;
}

.floatright {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-both{
    clear:both;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

@media only screen and (min-width: 1080px) {
    div.icon {
        width: 14.285%;
    }
}

@media only screen and (max-width: 1000px) {
    div.main-container {
        padding: 0;
    }

    div.menu-container{
        padding:0 20px;
    }
}

@media handheld, only screen and (max-width: 760px) {
    div.welcome {
        width: 100%;
    }

    div.login {
        width: 100%;
    }

    div.tr, div.td {
        display: block;
        float: left;
    }

    div.menu-container{
        padding:0 10px;
    }

    div.header-container {
        height: 122px;
        padding: 20px;
    }

    div.logo-container {
        width: 100px;
        float: left;
    }

        div.logo-container img.logo {
            width: 100px;
            height: auto;
        }

    div.footer-content{
        height:119px;
        padding:0 20px;
    }

    div.footer img {
        height:50px;
        width:auto;
        position:relative;
        margin:0 0 0 10px;
        top:50%;
        transform:translateY(-50%);
    }

    div.footer p{
        max-width:calc(100% - 100px);
        position:relative;
        margin:0;
        top:50%;
        transform:translateY(-50%);
    }

        .vacancylist tr.summary:hover
{
	cursor:pointer;
}

    div.text-container {
        width: calc(100% - 100px);
        height: 82px;
        float: left;
        clear: none;
    }

    div.header-container h1 {
        font-size: 3em;
    }

    div.icon {
        width: 50%;
        height:auto;
        padding-bottom:20px;
    }

    div.icon.contact{
        width:100%;
    }

    div.tr, div.td {
        display: block;
        float: left;
    }

    div.login input.button {
        margin-bottom: 0;
    }

    div.tr.col-1-1 {
        margin: 0;
    }

    input.text {
        width: 100%;
    }

    

    div.pink-border.col-1-1 {
        float: left;
    }
}

@media handheld, only screen and (max-width: 360px) {
    div.icon {
        width: 100%;
    }
}
