﻿/******************************** Modernizr Polyfills ********************************/
/*Add any classes in this stylesheet that require border radius */
.no-border-radius .SectionTabCounterDefault, .SectionTabCounterWarn, .ModalPopupContent, .ModalLoading, .SectionTabNavigationItemDefault, .SectionTabNavigationItemAlternate, .SectionTabNavigationItemSelected, .HeaderNavTab, .HeaderNavTabSelected
{
    position: relative; /*Needed or the whole thing disappears in IE!*/
    behavior: url(/Portal/Content/themes/candidate/polyfills/PIE.htc); /*Needs to be an absolute path!*/
}

/******************************* HTML ELEMENTS *******************************/
html
{
    overflow-y: scroll;
}

a, a:link, a:visited
{
    color: #063;
    text-decoration: underline;
}

    a:hover
    {
        color: #063;
        text-decoration: none;
        cursor: pointer;
    }

h1
{
    color: #484848;
    font-family: Trebuchet MS, Arial;
    font-size: 2.75em;
    font-weight: bold;
    margin: 0px;
    padding-top: 15px;
    text-align: right;
    text-decoration: none;
}

h2
{
    color: #0E7035;
    font-size: 1.2em;
    font-weight: bold;
}

h3
{
    color: #000;
    font-size: 1em;
}

h3
{
    color: #333333;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

img
{
    border-style: none;
}

/*********************************** General *********************************/
.clearBoth
{
    clear: both;
}

.floatedRight
{
    float: right;
}

.floatedLeft
{
    float: left;
}

.overflowAuto
{
    overflow: auto;
}

.pad10
{
    padding: 10px;
}

.padLeft10
{
    padding-left: 10px;
}

.padRight10
{
    padding-right: 10px;
}

.margin10
{
    margin: 10px;
}

.margin12
{
    margin: 12px;
}

.height75
{
    height: 75px;
}

.width10
{
    width: 10px;
}

.width20
{
    width: 20px;
}

.width50
{
    width: 50px;
}

.width100
{
    width: 100px !important;
}

.width240
{
    width: 240px;
}

.width340
{
    width: 340px;
}

.width360
{
    width: 360px !important;
}

.width700
{
    width: 700px !important;
}

.font101em
{
    font-size: 1.1em;
}

.font1em
{
    font-size: 1em !important;
}

.font08em
{
    font-size: 0.8em;
}

.bold
{
    font-weight: bold;
}

.paddingText
{
    float: left;
    padding-top: 8px;
}

.hide
{
    display: none !important;
}

.pseudoLink
{
    color: #063;
    cursor: pointer;
    text-decoration: underline;
}

.BCSAttentionRed
{
    color: #C00000;
}

/********************************* Messaging *********************************/
.errorMessage
{
    background-color: #CFB8B8;
    background-image: url(images/error_red.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 5px 15px 70px;
}

.warningMessage 
{
	background-color: #CFCFB8;
    background-image: url(images/avatar.jpg);
	background-size: 30px;
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 5px 15px 70px;
}
.messageTitle
{
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.messageText
{
    color: #000;
    font-weight: normal;
}

.noteableMessage
{
    background-color: #CCFF66;
    background-image: url(images/information.gif);
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 5px 15px 70px;
}

.no-border, p.no-border {
    border: medium none;
    padding-left: 0;
}

/******************************* Modal Dialog ********************************/
.ModalPopupContent, .ModalLoading
{
    background-color: #FFF !important;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
    padding: 15px 0px 15px 0px;
    text-align: left;
    width: 100%;
}

.ModalLoading
{
    background: #FFF url('images/ajax-loader.gif') no-repeat center center;
}

.ModalPopupContentNoPadding
{
    padding: 0;
}

/******************************* Ajax Loading ********************************/
.ResultsLoading
{
    background: #FFF url('images/ajax-loader.gif') no-repeat center center;
    height: 100px;
}

/**************************** Common Colours ******************************/
.greyBG
{
    background-color: #EEE;
}

.greenBG
{
    background-color: #EBF2E0;
}

.red
{
    color: #ff0000;
}

.green
{
    color: #0e7035;
}

.formRowErrorDiv {
    color: #C00000;
}


#section-spinner {
    padding-top: 50px;
}

.processingText {
    padding-top: 50px;
    text-align: center;
}