﻿
#header {
    background: #ffffff;
    height: 72px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);
    float: left;
    width: 100%;
}

.headerInner {
    margin: 0 auto;
    width: 950px;
    position: relative;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    /* font-size: 1.2em;*/
    /* height: 108px;*/
    display: flex;
}

#logo {
   /* background: url('../Images/Cambridge OCR logo.svg') no-repeat;*/
    width: 156px;
    height: 40px;
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}

#pipe {
    height: 32px;
    width: 1px;
    margin: 20px 24px;
    background-color: #e9e9e9;
}
/*#pipe span {    
    color: #e9e9e9;
    content: "\007C";
    font-size: 32px;
}*/
#title {
    height: 32px;
    /*width: 200px;*/
    margin-top: 24px;
}

    #title h2 {
        font-family: Lato, Arial, Helvetica, sans-serif !important;
        font-size: 18px;
        font-weight: 700;
        color: #212121;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: left;
    }


/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif !important;
    cursor: pointer;
    right: 0;
    position: absolute;
    margin-top: 15px;
    z-index: 1;
}

    .dropdown .avatar {
        line-height: 1.5;
        padding: .5rem .75rem;
        border-radius: 5px;
    }

        .dropdown .avatar:hover {
            background-color: #f3f3f3;
        }

        .dropdown .avatar svg {
            width: 32px;
            height: 32px;
            border-radius: 50px;
            display: inline-block;
            margin: 0;
            vertical-align: middle;
            margin-right: .5em;
            fill: #9E9E9E !important;
        }

        .dropdown .avatar img {
            width: 24px;
            height: 24px;
            vertical-align: middle;
        }

        .dropdown .avatar span {
            vertical-align: middle;
            font-weight: 700;
            font-size: 16px !important;
            color: #212121;
        }



/*Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px rgba(10, 10, 10, 0.1);
    border-radius: 6px;
    z-index: 1;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: .5em;
    min-width: 260px;
    transform-origin: top right;
    position: absolute;
    right: 0px;
}

    .dropdown-content div:first-child svg {
        vertical-align: middle;
        margin-right: .5rem !important;
    }
.has-text-weight-bold {
font-weight: bold !important;
}
    /*Items inside dropdown*/
    .dropdown-content div {
        padding-left: .5rem !important;
        cursor: pointer;
        color: black;
        text-align: left;
    }

        /*.dropdown-content div:hover {
            background-color: #f3f3f3;
        }*/

        .dropdown-content div a, .dropdown-content div span {
            text-decoration: none;
            font-size: 16px !important;
            border: none;
            font-weight: normal;
            color: #212121;
        }

    /* Horizontal line styling */
    .dropdown-content hr {
        background-color: #9e9e9e;
        height: 1px;
        border: none;
        margin: .5rem 0;
    }

#navSideMenu2 {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}

    #navSideMenu2 li {
        text-align: left;
        padding: 13px 0;
    }

        #navSideMenu2 li a {
            font-size: 16px !important;
            text-decoration: none;
            color: #212121;
            border: none;
            padding-left: .5rem !important;
            font-weight: normal;

            /* padding: 16px;*/
        }

            #navSideMenu2 li:hover {
                background-color: #f3f3f3;
            }
			
#ddlusr{
font-size: 16px !important; vertical-align: middle;
}
/* Sign-out button*/
.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    display: flex;
}

.sign-out-button, #logOffLink {
    width: 100%;
    text-align: center;
    background-color: white;
    color: #0076bd !important;
    border: 2px solid #0076bd !important;
    padding: .375rem 1rem;
    white-space: nowrap;
    font-size: 16px !important;
    margin-top: 10px !important;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}

    .sign-out-button:hover, #logOffLink:hover {
        background-color: #f3f3f3 !important;
        color: #0076bd !important;
        text-decoration: none !important;
    }

.centre-name span {
    display: grid;
    font-size: .875rem !important;
    font-weight: 700 !important;
}
.centre-name .size-12 {
    font-size: 12px !important;
    text-align: center;
}
.centre-name .size-14 {
    font-size: 16px !important;
    text-align: center;
}
#ctl00_header_helpLink, #logOffLink {
    background: none !important;
}

#infoBg {    
    padding-top: 80px !important;
}

#ctl00_header_helpLink:hover{
    text-decoration: none !important;
}


#logout-button {
    position: absolute;
    right: 0;
    top: 26px;
    /*display:none;*/
}