﻿/* Reset : START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    color: #000000;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

input[type="submit"],
input[type="button"] {
}

input[type="text"],
textarea,
input[type="password"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    cursor: pointer;
}
/* Reset : END */

/* Body */
body {
    margin: 0;
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    min-width: 750px;
    /*-webkit-text-size-adjust:100%;*/
    -webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'fontello';
    src: url(fonts/fontello.eot);
    src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff?') format('woff'), url('fonts/fontello.ttf?') format('truetype'), url('fonts/fontello.svg?#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.font-icon-incomplete {
    font-size: 20px;
    opacity: 0.5;
    color: red;
}

.font-icon-complete {
    font-size: 20px;
    opacity: 0.5;
    color: #52bb4a;
}

.font-icon-help {
    font-size: 20px;
    opacity: 0.5;
}

#wrapper {
    width: 748px;
    margin: 7px auto;
    border: 1px solid #d3d3d3;
}

#header {
    padding: 17px 17px 18px 20px;
    overflow: hidden;
    height: 83px;
    margin-bottom: 36px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 -1px;
}

.logo a {
    display: block;
    height: 100%;
}

#header .add-logo {
    float: right;
    margin-top: 15px;
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    display: none;
}

.heading {
    float: left;
    width: 100%;
    text-align: right;
}

    .heading ul {
        float: right;
        width: 140px;
    }

        .heading ul li {
            float: left;
        }

            .heading ul li a {
                text-decoration: none;
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                color: #382E2C;
            }

                .heading ul li a.preview {
                    margin: 0 10px 0 0;
                    padding: 0 10px 0 0;
                    border-right: 1px solid #cccccc;
                }

/* Inner Wrappers: START */
.contentwrapper {
    width: 100%;
    float: left;
/*    padding: 20px 0 0;*/
}

.innerwrapper {
    padding: 0px 0px 0px 20px;
    float: left;
}

.columnwrapper {
    float: left;
    width: 708px;
}

.panelwrapper {
    float: left;
}

.single-column {
    float: left;
    width: 320px;
}

.mandetory {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    color: #ff0000;
    font-weight:bold;
}

.widthbg {
    background-repeat: no-repeat;
    background-position: 0 0;
   /* padding: 20px 0 0;*/
}

.asterix {
    color: #ff0000;
}

.columnwrapper .row {
    float: left;
    width: 340px;
}

.columnwrapper .rightaligned {
    float: none;
    float: right;
}

.date-holder {
    width: 186px;
    float: right;
    text-align: left;
}

    .date-holder select {
        float: left !important;
        margin-right: 4px;
        width: 58px !important;
    }
/* Inner Wrappers: END */

/* Login: START */
.loginpage {
    width: 420px;
}

.normallogin {
    width: 186px;
    float: left;
}

.socialloginarea {
    float: left;
}

.sociallogin {
    width: 185px;
    float: left;
}

.columnwrapper .normallogin .row {
    float: left;
    width: 186px;
    padding: 0 0 2px;
}

.columnwrapper .normallogin .button-holder {
    padding: 5px 0 30px;
}

.columnwrapper .socialloginsep {
    float: left;
    width: 20px;
    padding: 0 10px;
    text-align: center;
    background-image: url(../Images/en-us/socialloginsep-bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 200px;
}

    .columnwrapper .socialloginsep span {
        display: inline-block;
        margin: 82px 0 0;
        font-weight: bold;
    }

.columnwrapper .sociallogin {
    float: left;
    width: 170px;
 /*   margin: 40px 0 0;*/
}

.socialbutton {
    margin: 0 0 10px;
    border: 0;
    width: 165px;
    padding: 5px 5px 5px 35px;
    text-align: left;
    background-image: url(../Images/en-US/social-logins.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



.fb {
    background-position: -3px -3px;
}

.gp {
    background-position: -3px -47px;
}

.linkedin {
    background-position: -3px -95px;
    width: 125px;
    display: inline-block;
    text-decoration: none;
}

.socialconnect {
    width: 190px;
    padding: 5px 5px 5px 30px;
}

.unlinked {
    opacity: 0.5;
}

    .unlinked:hover {
        opacity: 1;
    }

.managesociallogin .row {
    width: 690px;
    clear: both;
    float: left;
}

    .managesociallogin .row label .caption {
        display: block;
        width: 70px;
    }

#overlay {
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 48%; /* positions the div half way horizontally */
    top: 48%; /* positions the div half way vertically */
    margin-top: -64px;
    padding: 10px;
    border: 0;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    z-index: 100; /* makes the div the top layer, so it’ll lay on top of the other content */
}

#fade {
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

/* Login: END */


/* Row: START */
h1, h2, h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #857776;
}

h2 {
    font-size: 17px;
}

h3 {
    padding: 5px 0;
    font-size: 14px;
}

.topborder {
    margin-top: 30px;
    border-top: 1px solid #cccccc;
}

.bottomborder {
    border-bottom: 1px solid #cccccc;
}

.row, p, ul {
    padding: 7px 0;
    float: left;
    width: 100%;
}

.wrapperrow {
    padding: 0;
}

.row label {
    padding: 2px 0 0;
    float: left;
    font-weight: bold;
    color: #888888;
}

.row .speciallabel {
    width: 152px;
}

.language label {
    width: 152px;
}

.row a.loginlink {
    display: inline-block;
    padding: 2px 0 0;
}

.row select,
.row input[type="text"],
.row input[type="password"],
.row textarea {
    float: right;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 2px;
    width: 180px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #ffffff;
    font-family: Arial, Sans-Serif;
}

.txt-small {
    float: right;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 2px;
    width: 55px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #ffffff;
    font-family: Arial, Sans-Serif;
    -moz-appearance:textfield;
    line-height:17px;


}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
     -moz-appearance:textfield;
}

.select-small {
    float: left;
    width: 121px !important;
    margin-right: 4px;
}



@media only screen and (max-width: 800px) {
    .select-small {
        float: left !important;
        width: 100% !important;
    }

    .txt-small {
        float: left !important;
        width: 97% !important;
        margin-bottom: 5px;
    }
}

.row input[type="file"] {
    font-size: 12px;
    font-family: Arial;
}

.row input[type="radio"] {
    margin: 0;
    vertical-align: middle;
    padding: 0;
    border: 0;
}

.row select {
    width: 186px;
}

.row textarea {
    width: 682px;
    height: 100px;
}

.row .shorttextarea {
    width: 180px;
    height: 60px;
}

.row strong {
    font-weight: bold;
}

.row .vacancydetails {
    display: inline-block;
    padding: 2px 0 0;
    float: left;
    width: 530px;
}

.row .detailcaption {
    padding: 8px 0 0;
}

.row .vacancydetails ul {
    margin: 0 0 0 0;
    list-style: disc;
}

    .row .vacancydetails ul li {
        margin: 0 0 0 15px;
    }

.row span p {
    padding: 0 0 10px;
    width: auto;
}

.references .radio input[type="radio"] {
    float: left;
    margin: 5px 5px 2px 0;
}

.references .radio label {
    width: 50px;
    float: left;
    color: #000000;
    font-weight: normal;
}

.language {
    width: 60%;
    float: right;
}

    .language select {
        width: 90px;
        float: left;
    }

.hidden {
    display: none;
}

.agent {
    text-align: center;
}

    .agent select {
        float: left;
        width: 280px;
    }

.phone-holder {
    float: right;
}

    .phone-holder input[type="text"] {
        float: left;
        width: 159px;
    }

    .phone-holder .radio {
        display: inline-block;
        float: right;
    }

.columnwrapper .telephone {
    width: 180px;
    text-align: right;
    font-size: 11px;
}

.telephone span {
    display: inline-block;
    width: 180px;
}

.telephone a {
    display: inline-block;
}

p strong {
    font-weight: bold;
}

.block {
    clear: both;
    float: left;
    padding: 5px;
    position: relative;
    top: 0;
    *width: 690px;
}

.form-row {
    border-bottom: 1px solid #E6E6E6;
    width: 70%;
}

.form-box {
    padding: 50px 0px 25px 25px;
}

.label-login {
    width: 85px;
    margin-top: -2px;
}

.loginpage .block {
    *width: 420px;
}

.separator {
    width: 100%;
    *width: 690px;
    float: left;
    clear: both;
    *float: none;
    height: 1px;
}

.colorblock {
    background-color: #F8F8F8;
}

.borderblock {
    border-top: 1px solid #cccccc;
}


.columnwrapper .textareawrapper {
    width: 100%;
}

.rightaligned {
    float: none !important;
    float: right !important;
}

.leftaligned {
    float: none !important;
    float: left !important;
}

.freealigned {
    float: none !important;
}

.radiowrapper {
    display: inline-block;
    width: 100px;
}

/* Shared styles for Attach CV, Required Documents and File Library */
.requireddocument {
    border-bottom: 1px solid #efefef;
}

.filelibrary {
    position: relative;
    float: left;
}

.requireddocument label {
    width: 200px;
}

.documentupload {
    float: right;
    width: 480px;
}

    .documentupload .filelibrarywidget {
        text-align: right;
        width: 220px;
        float: right;
    }

        .documentupload .filelibrarywidget select {
            width: 190px;
            display: inline-block;
        }

        .documentupload .filelibrarywidget span {
            display: inline-block;
            font-size: 11px;
            margin: 4px 6px 0;
        }

    .documentupload .requireddocumentupload {
        width: 260px;
        float: left;
        text-align: right;
    }

    .documentupload .fileloaded {
        width: 100%;
        float: left;
        text-align: right;
    }

        .documentupload .fileloaded .ruButton {
            float: right;
        }

        .documentupload .fileloaded .ruFileWrap {
            float: left;
        }

    .documentupload .requireddocumentupload .ruButton {
        display: inline-block;
        width: 95px;
        border: 0;
        background-color: transparent;
        background-image: none;
        margin: 0;
        padding: 0;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        display: inline-block;
        color: #333333;
        background-color: #efefef;
        padding: 1px 6px;
        margin: 0;
        min-width: 40px;
        text-align: center;
        border: 1px solid #cccccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transition: background 0.1s ease-in-out;
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        -ms-transition: background 0.1s ease-in-out;
        -o-transition: background 0.1s ease-in-out;
    }

    .documentupload .fileloaded .ruButton,
    .filelibrary .RadUpload .ruButton {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        display: inline-block;
        color: #333333;
        background-color: #efefef;
        background-image: none;
        padding: 1px 6px;
        margin: 0 4px 0;
        min-width: 40px;
        text-align: center;
        border: 1px solid #cccccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transition: background 0.1s ease-in-out;
        -webkit-transition: background 0.1s ease-in-out;
        -moz-transition: background 0.1s ease-in-out;
        -ms-transition: background 0.1s ease-in-out;
        -o-transition: background 0.1s ease-in-out;
        width: auto;
    }

.filelibrary .RadUpload .ruRemove {
    color: #A73228;
}

.filelibrary .RadUpload .save {
    color: #006538;
}

.documentupload .fileloaded .ruRemove {
    color: #a73228;
}

.documentupload .requireddocumentupload .RadUpload .ruFakeInput,
.documentupload .requireddocumentupload .RadUpload .ruFakeInput,
.filelibrary .RadUpload .ruFakeInput,
.requiredattachment .RadUpload .ruFakeInput {
    position: absolute;
    left: 0;
    visibility: hidden;
    width: 100%;
}

.documentupload .RadUpload {
    width: 100%;
    float: left;
    text-align: right;
}

    .documentupload .RadUpload .ruInputs li,
    .filelibrary .RadUpload .ruInputs li {
        margin: 0;
        text-align: right;
    }

        .filelibrary .RadUpload .ruInputs li span {
            display: inline-block;
            float: left;
        }

            .filelibrary .RadUpload .ruInputs li span span {
                overflow: hidden;
                position: relative;
                width: 276px;
                text-align: left;
            }

.documentupload .selectedfile {
    margin: 0;
    text-align: left;
}

    .documentupload .selectedfile .filelinkadded {
        display: inline-block;
        width: 400px;
    }

    .documentupload .selectedfile .actionlink {
        float: right;
    }
/* Row: END */

/* Convertable: START */
.columnwrapper .tablewrapper {
    width: 100%;
    padding: 0;
    margin: 20px 0 5px;
}

.conver-table {
    float: left;
    width: 686px;
}

    .conver-table tr td {
        padding: 6px 3px;
        border-bottom: 1px solid #cccccc;
        vertical-align: top;
    }

        .conver-table tr td.vacancystatus span {
            font-weight: bold;
        }

    .conver-table tr.conver-tablelistheader td,
    .conver-table tr.conver-tablelistheader th {
        padding: 6px 3px;
        border-bottom: 0;
        background-color: #333333;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        border-left: 1px solid #ffffff;
    }

    .conver-table tr td.tablecell {
        padding: 0;
        border-left: 0;
    }

        .conver-table tr td.tablecell table {
            width: 100%;
        }

        .conver-table tr td.tablecell td {
            border-bottom: 0;
            border-left: 1px solid #ffffff;
        }

.mobilesite-only {
    display: none;
}

.appsummary span.caption {
    display: block;
    width: 120px;
    float: left;
}

.conver-table tr td.caption {
    width: 110px;
}

.conver-table tr.actions td {
    background-color: #f8f8f8;
}

.conver-table tr td span.caption {
    font-weight: bold;
    color: #666666;
}

.conver-table tr td p {
    padding: 0;
    float: none;
}

.compitancyqanda .qnasectiontitle {
    border-top: 0;
    margin-top: 0;
    padding: 20px 0;
}

    .compitancyqanda .qnasectiontitle:after {
        content: "*";
        font-size: 12px;
        color: red;
    }

.virtual-text { font-weight:normal; font-size:12px; color:#333; background-image:none !important; padding: 10px;
    width: 97%;
    margin-top: 10px !important;
}
.compitancyqanda .qnaquestionslist label {
    color: #444444;
}

.compitancyqanda .qnaquestion {
    color: #555555;
}

.interview-events span {
    width: 120px;
}

.interview-events label {
    margin: 0;
    padding: 0;
}

.interview-events span.select {
    width: 40px;
}

.interview-events .radio {
    display: inline-block;
    width: 30px;
}

.reason {
    margin: 12px 0 0;
}

    .reason td {
        border-bottom: 0 !important;
    }

    .reason .radio {
        width: 20px;
    }

    .reason label {
        width: 180px;
        font-weight: normal;
        color: #000000;
        float: none;
        margin: 0 10px 0 0;
    }

/* Convertable: END */

/* Compitancy Q & A: START */
.compitancyqanda {
    float: left;
    width: 100%;
}

    .compitancyqanda .qnasectiontitle {
        float: left;
        width: 100%;
        font-size: 17px;
        padding: 20px 0;
        font-weight: bold;
        color: #857776;
    }

    .compitancyqanda .qnaquestion {
        display: inline-block;
        float: left;
        font-size: 13px;
        font-weight: bold;
        padding: 0 0 10px;
        width: 100%;
    }

    .compitancyqanda .qnaquestionslist {
        width: 100%;
        float: left;
        margin: 0 0 25px;
    }

        .compitancyqanda .qnaquestionslist td {
            background-color: #EEEEEE;
            border: 1px solid #FFFFFF;
            border-top: 1px solid #FFFFFF;
            padding: 5px 0;
        }

        .compitancyqanda .qnaquestionslist input[type="radio"] {
            width: 20px;
            margin: 0;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .compitancyqanda .qnaquestionslist label {
            display: inline-block;
            width: 658px;
            vertical-align: top;
        }

    .compitancyqanda .hr {
        width: 100%;
        float: left;
        margin: 0 0 25px;
    }

    .compitancyqanda textarea {
        border: 1px solid #cccccc;
        font-size: 13px;
        padding: 2px;
        border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #ffffff;
        width: 682px;
        height: 100px;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
    }

    .compitancyqanda .charlefttext,
    .compitancyqanda .charleftcount {
        font-size: 11px;
        display: inline-block;
        margin: 0 5px 0 0;
        color: #666666;
        font-weight: bold;
    }

    .compitancyqanda .charleftcount {
        font-weight: normal;
        margin: 0;
    }
/* Compitancy Q & A: START */

/* Applicant Centre List: START */
.appcentrelist {
    width: 100%;
    float: left;
}

    .appcentrelist li {
        width: 215px;
        float: left;
        border: 1px solid #efefef;
        color: #666666;
        height: 65px;
        margin: 0 12px 12px 0;
    }

        .appcentrelist li .appcentrelist-link,
        .appcentrelist li .appcentrelist-link:hover {
            padding: 5px 10px;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            background-color: #555555;
            color: #ffffff;
            margin: 0;
            width: 195px;
            background-image: url("../Images/en-US/mobile-icons.png");
            background-position: -585px -942px;
            background-repeat: no-repeat;
        }

        .appcentrelist li span {
            padding: 5px 10px;
            display: inline-block;
            text-transform: uppercase;
            font-size: 10px;
            line-height: 12px;
        }

        .appcentrelist li .appcentrelist-link:hover {
            background-color: #999999;
            background-position: -585px -1032px;
        }

    .appcentrelist .logout {
        /*margin: 20px 10px 0 0;*/
    }

        .appcentrelist .logout .appcentrelist-link {
            background-color: #787878;
        }
/* Applicant Centre List: END */

/* Action Links: START */
.actionlink {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    background-color: #efefef;
    padding: 1px 6px;
    margin: 0 4px 0;
    min-width: 40px;
    text-align: center;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
}

.delete {
    color: #A73228;
}

.update {
    color: #006538;
}

.readmore {
    color: #004FC2;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.view {
    color: #004FC2;
}

.remind {
    color: #234B82;
    margin: 10px 0 5px;
}

.conver-table tr td.actionbar {
    margin: 0 0 30px;
    background-color: #f8f8f8;
    text-align: center;
    *width: 100px;
}

.conver-table tr td.lastbar {
    margin: 0 0 30px;
}

.conver-table tr td .cellcontent {
    display: inline-block;
}

.conver-table tr td .appsummerydisc {
    display: inline-block;
    width: 556px;
}
/* Action Links: END */

/* Button: START */
.margin-top {
    padding-top: 25px !important;
}

.button-holder {
    padding: 20px 0 50px;
    float: left;
    width: 100%;
    *width: 690px;
}

    .button-holder strong {
        padding: 20px 0 0;
        float: left;
        width: 100%;
        font-size: 11px;
    }

    .button-holder strong {
        padding: 20px 0 0;
        float: left;
        width: 100%;
        font-size: 11px;
    }

.button {
    display: inline-block;
    float: left;
    color: #333333;
    background-color: #efefef;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0 10px 0 0;
    min-width: 60px;
    text-align: center;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

    .button:hover {
        background-color: #cccccc;
        border: 1px solid #999999;
    }

.update {
    color: #006538;
}

.continue {
    color: #006538;
}

.addmore {
    color: #006538;
}

.back {
    color: #004FC2;
}

.cancel {
    color: #A73228;
}
/* Button: END */

/* Application Progress: START */
.expandable-collaps {
    float: left;
    background-color: #efefef;
    margin: 8px 20px 15px;
}

    .expandable-collaps .vacancytitle {
        border: 1px solid #CCCCCC;
        clear: both;
        color: #857776;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 10px;
        *width: 686px;
    }

    .expandable-collaps .expandable-collaps-wrapper {
        border: 1px solid #cccccc;
        border-top: 0;
        float: left;
    }

    .expandable-collaps .applicationprogress,
    .expandable-collaps .hiddenmenucontent {
        float: left;
        padding: 10px;
        width: 686px;
        border: 0;
        border-top: 0;
        margin: 0;
    }

    .expandable-collaps .hiddenmenucontent {
        border-top: 0;
    }

    .expandable-collaps .trigger {
        float: left;
        cursor: pointer;
        background-image: url("../Images/en-us/mobile-icons.png");
        background-position: -90px -382px;
        background-repeat: no-repeat;
        /*
    color: #FFFFFF;
    font-size: 14px;
    height: 24px;
    line-height: 8px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 55px;
    width: 24px;
	*/
    }


    .expandable-collaps .activated {
        background-position: -90px -472px;
    }

    .expandable-collaps .activeprogressbar {
        border-bottom: 0;
    }

    .expandable-collaps .hiddenmenucontent {
        border-top: 0;
        margin: -1px 0 0;
    }

.applicationprogress .header {
    margin: 10px 0 0;
    padding: 0 0 2px 3px;
    text-transform: uppercase;
    float: left;
    clear: both;
    font-size: 11px;
    font-weight: bold;
    color: #888888;
}

.applicationprogress .progress {
    background-color: #888888;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    border-bottom: 0;
    margin: 10px 0;
    padding: 4px;
    float: left;
    width: 676px;
}

    .applicationprogress .progress .progresstext {
        display: block;
        float: left;
        color: #ffffff;
        width: 45px;
        text-align: center;
        font-size: 11px;
        font-family: Tahoma, Sans-Serif;
        font-weight: bold;
    }

    .applicationprogress .progress .progressbarwrapper {
        width: 629px;
        float: left;
        border: 1px solid #444444;
        background-color: #777777;
    }

        .applicationprogress .progress .progressbarwrapper .progressbar {
            display: inline-block;
            background-color: #FCC72E;
            height: 15px;
        }

/* -------------------------- */
.hiddenmenucontent .page {
    padding: 0;
    float: left;
}

.progress-list {
    float: left;
}

    .progress-list li {
        float: left;
    }

        .progress-list li a,
        .progress-list li span {
            display: block;
            padding: 6px 3px 5px 25px;
            float: left;
            width: 132px;
            text-decoration: none;
            color: #999999;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: bold;
        }

    .progress-list li {
        border: 1px solid #dddddd;
        background-color: #FFFFFF;
        background-image: url("../Images/en-us/mobile-icons.png");
        background-repeat: no-repeat;
        margin: 0 5px 10px 4px;
    }

        .progress-list li a.lastelement,
        .progress-list li span.lastelement {
            margin: 0 0 10px 0;
        }

        .progress-list li.firstement {
            /**/
        }

        .progress-list li.complete {
            background-position: -6px -577px;
        }

            .progress-list li.complete:before {
            }

        .progress-list li.optional {
            background-position: -6px -759px;
        }

        .progress-list li.incomplete {
            background-position: -6px -668px;
        }

        .progress-list li a {
            color: #234B82;
        }

        .progress-list li.active {
            background-color: #E7E7E7;
            /*border: 1px solid #cccccc;*/
        }

.keywrapper {
    float: left;
    padding: 0 10px 0 5px;
}

.keyslist {
    float: left;
}

    .keyslist li {
        float: left;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        display: inline-block;
        padding-right: 15px;
    }

        .keyslist li.required {
            color: #A73228;
        }

        .keyslist li span {
            display: inline-block;
            background-image: url("../Images/en-us/mobile-icons.png");
            background-repeat: no-repeat;
            padding: 3px 0 2px 22px;
            color: #888888;
        }

        .keyslist li strong span {
            color: #888888;
            padding: 2px 0;
        }

        .keyslist li span.key-complete {
            background-position: -11px -580px;
        }

        .keyslist li span.key-incomplete {
            background-position: -9px -671px;
        }

        .keyslist li span.key-optional {
            background-position: -10px -762px;
        }
/* Application Progress: END */

/* Alerts: START */
.alert {
    float: left;
    margin: 0;
    padding: 10px 10px 10px 40px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-align: left;
    width: 638px;
    background-image: url(../Images/en-us/mobile-icons.png);
    background-repeat: no-repeat;
}

.message {
    background-image: url(../Images/en-us/icon-info.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    background-color: #d9edf7;
}

.success {
    background-image: url(../Images/en-us/icon-success.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    border: 1px solid #b0c890;
    color: #00511c;
    background-color: #eafee2;
}

.error {
    background-image: url(../Images/en-us/icon-error.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    border: 1px solid #f5aca6;
    color: #D8000C;
    background-color: #ffecec;
    margin: 0 30px 20px;
}

.error-status {
    margin: 0px;
}

.success-status {
    margin: 0px;
}


.docupload {
    margin: 20px 0;
}

.info {
    background-image: url(../Images/en-us/icon-info.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    border: 1px solid #f2c779;
    color: #9F6000;
    background-color: #fff8c4;
    margin: 0;
}

.status {
    background-image: url(../Images/en-us/icon-info.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    border: 1px solid #f5aca6;
    color: #D8000C;
    background-color: #ffecec;
    margin: 0;
}

.document {
    background-image: url(../Images/en-us/mobile-icons.png);
    background-repeat: no-repeat;
    background-position: -2px -1340px;
    border: 1px solid #cccccc;
    color: #555555;
    background-color: transparent;
    margin: 10px 0;
    width: auto;
    float: none;
    display: inline-block;
}

.plaintext {
    background-image: none;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
}

/* Alerts: END */

/* Footer: START */
#footer {
    overflow: hidden;
    color: #6e6160;
    clear: both;
    padding: 0;
    margin: 0;
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 57px;
}

    #footer a {
        color: #6e6160;
    }

    #footer .close {
        float: left;
        padding: 0 0 0 20px;
        text-decoration: none;
        line-height: 12px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 20px;
        width: 150px;
        margin: 21px 0 0 30px;
    }

    #footer .powered {
        float: right;
        line-height: 12px;
        display: inline-block;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: right 0;
        width: 150px;
        height: 15px;
        margin: 21px 30px 0 0;
    }
/* Footer: END */

/* Summery Scroll: START */
.scroll {
    margin: 65px 15px 0 90px;
    width: 260px;
    position: relative;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    width: 186px !important;
    float: right;
}

.ui-widget-content {
    width: 230px !important;
}

.ui-multiselect-checkboxes label {
    border: 1px solid transparent;
    cursor: default;
    display: block;
    padding: 3px 1px;
    width: 209px;
}

.logindetails li {
    height: 27px;
    clear: both;
    margin-bottom: 10px !important;
}
/* Summery Scroll: END */

/* Expandable Form: START */

.expandform {
    float: left;
    width: 100%;
}

    .expandform .expandform-trigger {
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        color: #857776;
        padding: 7px;
        width: 684px;
        /*border: 1px solid #777777;*/
        background-image: url("../Images/en-us/mobile-icons.png");
        background-position: 652px -1205px;
        margin: 0 0 15px;
        float: left;
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        background-color: #888888;
        color: #ffffff;
    }

    .expandform .activated {
        background-color: #efefef;
        color: #555555;
        background-position: 652px -1264px;
        border-bottom: 1px solid transparent;
    }

    .expandform .expandform-content {
        padding: 0 0 20px;
        float: left;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

    .expandform .button-holder {
        padding: 40px 0 0;
    }
/* Expandable Form: END */

/* Telerik Control: START */
.telerikpopupwindow {
    /*idth: 300px;*/
    font-family: Arial, Helvetica, Sans-Serif;
}

    .telerikpopupwindow .innerwrapper {
        padding: 0;
        width: 304px;
    }

    .telerikpopupwindow .single-column {
        width: 100%;
    }

    .telerikpopupwindow .row {
        padding: 3px 0;
        width: 290px !important;
    }

    .telerikpopupwindow h1, .telerikpopupwindow h2 {
        padding: 15px 0;
    }

    .telerikpopupwindow .radio input[type="radio"] {
        float: left;
        margin: 5px 5px 2px 0;
    }

    .telerikpopupwindow .radio label {
        width: 200px;
        float: left;
        font-size: 13px;
        font-weight: normal;
        color: #333333;
    }

    .telerikpopupwindow .block {
        width: 283px;
    }

    .telerikpopupwindow .button {
        width: 283px;
        margin: 0 0 10px;
    }

.RadWindow_Web20 .rwShadow .rwTopLeft, .RadWindow_Web20 .rwShadow .rwTopRight, .RadWindow_Web20 .rwShadow .rwTitlebar, .RadWindow_Web20 .rwShadow .rwFooterLeft, .RadWindow_Web20 .rwShadow .rwFooterRight, .RadWindow_Web20 .rwShadow .rwFooterCenter, .RadWindow_Web20 .rwShadow .rwTopResize, .RadWindow_Web20 .rwShadow .rwStatusbar div, .RadWindow_Web20 .rwShadow .rwStatusbar, .RadWindow_Web20 .rwShadow .rwPopupButton, .RadWindow_Web20 .rwShadow .rwPopupButton span, .RadWindow_Web20 .rwShadow .rwBodyLeft, .RadWindow_Web20 .rwShadow .rwBodyRight, .RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyRight {
    background-image: none !important;
    background-image: url(../Images/en-US/telerik.png) !important;
}

.RadWindow_Web20 .rwShadow .rwBodyLeft, .RadWindow_Web20 .rwShadow .rwBodyRight, .RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Web20 .rwShadow .rwStatusbarRow .rwBodyRight {
    background-image: none !important;
    background-image: url(../Images/en-US/telerik-left-right.png) !important;
}

.mobilecvupload {
    display: none;
}

.attachement {
    display: inline-block;
    padding: 5px 0 10px;
}
/* Telerik Control: END */

/* Queries: START */
.listofqueries {
    margin: 10px 0 20px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    float: left;
    width: 100%;
}

.queries {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    background-color: #efefef;
}

    .queries span {
        padding: 0 10px;
        display: block;
    }

        .queries span.caption {
            padding: 0 10px 5px;
            font-weight: bold;
            color: #666666;
        }

    .queries .messagebody {
        padding: 0 10px 10px;
    }

    .queries .messagedate {
        font-style: italic;
        color: #888888;
        font-size: 11px;
    }
/* Queries: END */

/* Inbox: START */
.inbox .messagebody ul {
    list-style: disc;
    margin: 0 0 10px 20px;
}

    .inbox .messagebody ul ul {
        list-style: circle;
    }

.inbox .messagebody p {
    width: 100%;
    clear: both;
    float: left;
}
/* Inbox: END */

/* Help: START */
.helppage {
    width: 450px;
    margin: 0px auto;
    border: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial;
    line-height: 15px;
}

    .helppage .header {
        background-repeat: no-repeat;
        height: 84px;
        margin: 10px 0 20px;
        background-position: right 0;
    }

    .helppage .content {
        padding: 0px 10px;
    }

        .helppage .content h3 {
            padding: 10px 0 15px;
            width: 350px;
            float: left;
            font-weight: bold;
        }

        .helppage .content p {
            display: block;
            clear: both;
            margin: 0px 0px 12px 0px;
            float: left;
        }

        .helppage .content a.backtotop {
            float: left;
            text-decoration: none;
            margin: 10px 0px;
            border: 1px solid #999999;
            padding: 2px 5px;
            color: #555555;
        }

    .helppage .sperator {
        height: 1px;
        margin: 10px 0 10px;
        border-bottom: 1px solid #cccccc;
        float: left;
        width: 100%;
    }

    .helppage .footer {
        float: left;
        margin: 40px 0 20px;
        padding: 10px 5px;
        vertical-align: middle;
        width: 100%;
    }

        .helppage .footer a.alpha {
            float: left;
            display: block;
            margin: 0px;
        }

        .helppage .footer a.beta {
            float: right;
            display: block;
            margin: 0px;
        }

    .helppage .content ul {
        margin: 5px 10px 20px 25px;
        list-style: disc;
        float: left;
    }

    .helppage .content ol {
        margin: 5px 10px 20px 25px;
        list-style: decimal;
        float: left;
    }

        .helppage .content ul li,
        .helppage .content ol li {
            width: 100%;
        }

    .helppage .content a {
        color: #000000;
        text-decoration: underline;
    }

    .helppage .content ul li a.boldtext,
    .helppage .content ol li a.boldtext {
        display: block;
    }

    .helppage .content a:hover {
        color: #000000;
        text-decoration: none;
    }

    .helppage .boldtext {
        font-weight: bold;
    }
/* Help: END */

.reminder {
    display: none;
}

.seperator {
    float: left;
    clear: both;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Databridge: START */
.dbf-table,
.dbf-table .dbf-viewmode,
.dbf-table .dbf-editmode,
.dbf-table .row {
    float: left;
    width: 100%;
}

    .dbf-table .sectionrow {
        border-top: 1px solid #cccccc;
        margin: 40px 0 10px;
    }

        .dbf-table .sectionrow h3 {
            padding: 10px 0 5px;
        }

    .dbf-table h2 {
        float: left;
        width: 100%;
        padding: 0 0 20px;
    }

    .dbf-table .dbf-viewmode label,
    .dbf-table .dbf-editmode label {
        float: left;
        width: 320px;
        padding: 0;
        margin: 0 10px 0 0;
        color: #000;
    }

    .dbf-table .dbf-viewmode table label,
    .dbf-table .dbf-editmode table label {
        width: auto;
        padding: 0;
        font-weight: normal;
    }

    .dbf-table .dbf-editmode textarea {
        width: 350px;
        float: left;
        resize: vertical;
    }

    .dbf-table .dbf-editmode input[type="text"] {
        width: 200px;
        float: left;
    }

    .dbf-table .dbf-editmode select {
        width: 206px;
        float: left;
    }

.dbf-radiobuttons td,
.dbf-multioptions td {
    padding: 3px 0;
}

.dbf-yesnoradiobuttons input[type="radio"],
.dbf-radiobuttons input[type="radio"],
.dbf-multioptions input[type="checkbox"] {
    float: left;
    padding: 0;
    margin: 3px 5px 0 0;
}

.dbf-table .dbf-editmode .dbf-dateoption input[type="text"] {
    width: 100px;
}

.dbf-table .dbf-editmode .dbf-dateoption td {
    background-image: url("../Images/en-US/Calendar.gif");
    background-position: right 3px;
    background-repeat: no-repeat;
    padding: 0 27px 0 0;
}

    .dbf-table .dbf-editmode .dbf-dateoption td td {
        background-image: none;
        background-repeat: no-repeat;
        padding: 0;
    }
/* Databridge: END */

/* Tags */
span.tagsectiontitle ::first-letter {
    font-weight: bold;
    color: red;
}

.tagswrapper {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

    .tagswrapper .aside {
        width: 49%;
        float: left;
        padding-bottom: 40px;
    }

.mandetorytags {
    padding-left: 73%;
    /*font-style: italic;*/
    font-weight:bold;
}

.tagswrapper .aside .tagsectiontitle {
    font-weight: bold;
    margin-left: 25%;
}

.tagswrapper .aside:first-child {
    border-right: 1px solid #cccccc;
}

.tagswrapper .aside:last-child {
    border-left: 1px solid #cccccc;
    margin-left: -1px;
}

.tagswrapper .row {
    overflow: visible !important;
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0;
}

/* Selected tags */
.divselectedtags,
.divselectedintags {
    float: left;
    position: relative;
    padding: 10px;
}

.divtagcategories {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
}

.tags-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    padding: 5px 0px 0px 0px;
}

    .tags-list li {
        display: inline-block;
        width: auto !important;
        padding: 6px 7px 4px;
        line-height: 12px;
        /*height: 14px;*/
        font-size: 12px;
        margin: 2px 6px 0px 0px;
        background-color: #efefef;
        vertical-align: top;
        position: relative;
        z-index: 1;
        border: 1px solid #cccccc;
        float: left;
        cursor: pointer;
        margin: 0px 5px 7px 0px;
        padding-left:18px;
        padding-right:18px;
    }

        .tags-list li:hover {
            box-shadow: 1px 1px #A9A9A9;
        }

        .tags-list li.selected {
            /*
            box-shadow: 1px 1px #A9A9A9;*/
            /*border: 1px solid #3abce1;*/
            border-radius: 1px;
            background-color:#E2F7E0;
            border: 1px solid #4f8a10;
            background:url(../Images/en-US/new-tick.png ) #E9F5E8 no-repeat 3px center;
        }

.dropdownlistmedium {
    font-size: 12px;
    margin-top: 4px;
    padding: 2px;
}

.divselectedintags .tags-list li {
    cursor: pointer;
}

.tags-list li span {
    display: block;
    padding-right: 15px;
}

.tags-list li.activetag {
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa;
    z-index: 400;
}

.tags-list li .overlay {
    display: none;
    position: absolute;
    background-color: #ffffff;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa;
    float: left;
    left: -1px;
    position: absolute;
    top: 24px;
    width: 100% !important;
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 18px;
    min-width: 110px !important;
}

    .tags-list li .overlay div {
        padding: 0;
        margin-left: 2px;
        margin-bottom: 4px;
        border-left: 5px solid transparent;
    }

        .tags-list li .overlay div.optional {
            border-color: #fdc82f;
        }

        .tags-list li .overlay div.include {
            border-color: #92c947;
        }

        .tags-list li .overlay div.exclude {
            border-color: #ed1c24;
        }

    .tags-list li .overlay input[type="radio"] {
        margin: 0 3px;
        vertical-align: middle;
    }

.tags-list li .closebutton {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 6px 0 6px;
    height: 18px;
    width: 10px;
    background-image: url("../Images/en-US/tags-icon-sprite.png");
    background-position: -15px 8px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .tags-list li .closebutton:hover,
    .tags-list li .closebutton:active,
    .tags-list li .closebutton:focus {
        background-position: -37px 8px;
    }

.tags-list li .votelink {
    display: block;
    height: 10px;
    padding: 7px 4px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 12px;
    cursor: pointer;
}

    .tags-list li .votelink .vote {
        display: block;
        width: 13px;
        height: 10px;
        background-image: url("../Images/en-US/tags-icon-sprite.png");
        background-position: -110px 1px;
        background-repeat: no-repeat;
    }

        .tags-list li .votelink .vote:hover {
            background-position: -66px 1px;
        }

.tags-list li .verified {
    cursor: default;
}

    .tags-list li .verified .vote {
        background-position: -66px 1px;
    }

.tags-list li .deleted {
    cursor: pointer;
}

    .tags-list li .deleted .vote {
        background-position: -66px 1px;
    }

.tags-list li .symbol {
    display: block;
    height: 9px;
    padding: 7px 6px 8px !important;
    position: absolute;
    right: 20px;
    top: 0;
    width: 8px;
}

    .tags-list li .symbol span {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        vertical-align: top !important;
        background-image: url("../Images/en-US/tags-icon-sprite.png");
        background-position: 0 0;
        background-repeat: no-repeat;
    }

.divselectedintags .tags-list li span {
    padding: 0;
}

.tags-list .tagtype-3 span.tagname,
.tags-list .tagtype-1 span.tagname {
    padding-right: 45px;
}

.divselectedintags .tags-list .tagtype-3 span.tagname {
    padding-right: 15px;
}

.tagname {
    padding-right: 0px !important;
}

.divselectedintags .tags-list li .symbol {
    right: 0;
    top: 0;
}

/* Mobile CSS: START */
@media only screen and (max-width: 400px) {
    .helppage {
        width: 300px;
        font-size: 14px;
        line-height: 18px;
    }

        .helppage .content h3 {
            width: 190px;
        }
}

@media only screen and (max-width: 800px) {
    /* Body */
    body {
        min-width: 320px;
    }

    #wrapper {
        width: 320px;
        background-color: #ffffff;
    }

    #header {
        padding: 17px 17px 18px 20px;
        overflow: hidden;
        height: 1%;
        margin-bottom: 0;
        border-bottom: 1px solid #cccccc;
        background-image: none;
        background-repeat: no-repeat;
        background-position: -1px -1px;
    }

        #header .add-logo {
            height: auto;
            margin-top: 30px;
            width: 40%;
            display: inline-block;
        }

    .logo {
        width: 155px;
        height: 61px;
        display: inline-block;
    }

    #footer {
        background-image: none;
        background-repeat: repeat-x;
        background-position: 0 0;
        border-top: 1px solid #cccccc;
        height: 37px;
        margin: 0;
        padding: 25px 0 0;
    }

        #footer .close {
            text-indent: 0;
            background-repeat: no-repeat;
            background-position: 0 0;
            height: 20px;
            width: auto;
            margin: 0 0 0 10px;
        }

            #footer .close:hover {
                text-decoration: underline;
            }

        #footer .powered {
            text-indent: 0;
            height: 15px;
            width: auto;
            margin: 0 10px 0 0;
            text-decoration: none;
            background: none no-repeat 0 0;
        }

            #footer .powered span {
                text-decoration: underline;
            }

    .innerwrapper {
        padding: 20px 0;
    }

    .columnwrapper {
        padding: 0;
        width: 320px;
    }

    .widthbg {
        background-image: none;
    }

    .applicationprocess {
        width: 320px;
    }

    .applicationprogress {
        border: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        float: left;
        margin: 20px 0 0;
        width: 300px;
    }

    .expandable-collaps .applicationprogress,
    .expandable-collaps .hiddenmenucontent {
        width: 300px;
        border: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .expandable-collaps .applicationprogress {
        border-bottom: 0;
    }

    .expandable-collaps .hiddenmenucontent {
        border: 0;
    }

    .expandable-collaps .trigger {
        background-position: -476px -382px;
    }

    /*.expandable-collaps-wrapper .hiddenmenucontent{ display:block !important;
    }*/

    .expandable-collaps .activated {
        background-position: -476px -472px;
    }

    .applicationprogress .progress {
        width: 290px;
    }

        .applicationprogress .progress .progressbarwrapper {
            width: 242px;
        }

    .expandable-collaps .vacancytitle {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .expandable-collaps .expandable-collaps-wrapper {
        border: 0;
        border-bottom: 1px solid #cccccc;
    }

    .expandable-collaps {
        margin: 8px 0 15px;
    }

    .progress-list li {
        margin: 0 0 5px 0;
    }

        .progress-list li a, .progress-list li span {
            margin: 1px 0 0;
            padding: 5px 5px 5px 25px;
            width: 268px;
        }

    .keyslist {
        margin: 10px 0 0;
    }

        .keyslist li.firstitem {
            display: none;
        }


    .columnwrapper .row,
    .row .speciallabel,
    .row label {
        width: 300px;
    }

    .columnwrapper .tablewrapper {
        margin: 10px 0 20px;
    }

    .row label {
        color: #888888;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 0;
    }

    .loginpage .row .speciallabel {
        width: 120px;
    }

    .row select,
    .row input[type="text"],
    .row input[type="password"],
    .row textarea {
        width: 292px;
        padding: 5px 2px;
        border: 2px solid #E1E1E1;
    }

    .row select {
        width: 300px;
    }

    .row .shorttextarea {
        width: 292px;
        height: 60px;
    }

    .row .vacancydetails {
        width: 300px;
    }

    .language select {
        width: 90px;
        float: none;
    }

    .language label {
        width: 90px;
        padding: 6px 0 0;
    }

    .compitancyqanda .qnaquestionslist label {
        width: 270px;
    }

    .compitancyqanda textarea {
        width: 294px;
    }

    .date-holder {
        width: 300px;
    }

        .date-holder select {
            width: 94px !important;
        }

            .date-holder select.year {
                margin-right: 0;
                width: 103px !important;
            }

    .phone-holder {
        float: left;
    }

        .phone-holder input[type="text"] {
            width: 265px;
        }

        .phone-holder .radio {
            padding: 5px 0 0;
        }

    /* This class only used in references */
    .references .radio input[type="radio"] {
        float: left;
        margin: 5px 5px 2px 0;
    }

    .references .radio label {
        width: 50px;
        float: left;
        font-size: 13px;
    }

    .columnwrapper .telephone {
        width: 271px;
    }

    .conver-table tr.conver-tablelistheader td,
    .conver-table tr.conver-tablelistheader th {
        display: none;
        border-left: 0;
    }

    .appsummary tr.conver-tablelistheader td,
    .appsummary tr.conver-tablelistheader th {
        display: block;
    }

    .conver-table td {
        display: block;
        width: 294px;
        vertical-align: top;
        float: left;
    }

    .conver-table .conver-tablename a {
        color: #ffffff;
    }

    .mobilesite-only {
        display: inline-block;
        width: 100px;
        color: #888888;
        font-weight: bold;
        vertical-align: top;
    }

    .conver-table .conver-tablename {
        background-color: #333333;
        border-bottom: 0;
        color: #ffffff;
        font-weight: bold;
    }

    .conver-table .conver-tablelistrow {
    }

    .conver-table {
        float: left;
        width: 300px;
    }

        .conver-table tr td.messagebar {
            padding-left: 0;
            padding-right: 0;
        }

        .conver-table tr td .cellcontent {
            width: 170px;
        }

    .topborder {
        border-top: 0;
        margin-top: 0;
    }

    .block {
        clear: both;
        float: left;
        padding: 0 10px 30px;
        width: 300px;
    }

    .without-padding-bottom {
        padding-bottom: 0;
    }

    .button-holder {
        padding: 40px 0 30px;
        float: left;
        width: 100%;
    }

    .button-holder-standalone {
        padding: 40px 10px 30px;
        width: 300px;
    }

    /*
	.button-holder-nosidepadding
	{
		padding: 40px 0 30px;
	}
	*/

    .button {
        width: 258px;
        margin: 0 0 10px 0;
        border-bottom: 2px solid #cccccc;
    }

        .button:hover {
            background-color: #cccccc;
            border: 1px solid #999999;
            border-bottom: 2px solid #999999;
        }

    .appcentrelist li {
        height: auto;
        margin: 0 0 20px;
        width: 298px;
    }

        .appcentrelist li .appcentrelist-link,
        .appcentrelist li .appcentrelist-link:hover {
            width: 278px;
            background-position: -500px -942px;
        }

            .appcentrelist li .appcentrelist-link,
            .appcentrelist li .appcentrelist-link:hover {
                background-position: -500px -1032px;
            }

    .appcentrelist .logout {
        margin: 18px 0 0;
    }

    .alert {
        width: 248px;
    }

    .error {
        margin: 0 10px 10px;
    }

    .reminderalert {
        width: 226px;
    }

    .errorinnerblock {
        margin: 0 0 10px;
    }

    .status {
        width: 242px;
    }

    .scroll {
        margin: 0;
        top: 0;
        float: left;
    }

    .scrollwrapper {
        margin: 40px 0 0 12px;
        float: left;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        width: 299px !important;
    }

    .ui-widget-content {
        width: 290px !important;
    }

    .ui-multiselect-checkboxes label {
        width: 270px;
    }

    .keywords .row label {
        width: 20px;
        padding: 5px 0 0;
    }

    .keywords .row input[type="text"] {
        width: 270px;
    }

    .interview-events .conver-tablename {
        background-color: #e8e8e8;
        border: 1px solid #cccccc !important;
        width: 292px;
    }

    .interview-events tr td:last-child {
        margin-bottom: 20px;
    }

    .interview-events span {
        width: 120px;
    }

        .interview-events span.select {
            width: 40px;
        }

    .interview-events .radio {
        display: inline-block;
        float: left;
        width: 18px;
    }

    .reason {
        margin: 10px 0 0;
    }

        .reason .radio {
            width: 20px;
            margin: 1px 0 0;
        }

        .reason label {
            width: 240px;
            font-weight: normal;
            color: #000000;
            vertical-align: middle;
        }

        .reason select {
            width: 294px;
        }

    .compitancyqanda .qnaquestion {
        font-size: 13px;
    }

    .conver-table tr td.actionbar {
        text-align: center;
    }

    .conver-table tr td .appsummerydisc {
        width: 150px;
    }

    /* Checkbox Holder: START */
    .row .checkbox-holder {
        width: 300px !important;
        display: inline-block;
        float: right;
    }

        .row .checkbox-holder input[type="checkbox"] {
            vertical-align: middle;
            padding: 0;
            margin: 0;
            border: 0;
        }

        .row .checkbox-holder label {
            vertical-align: middle;
            width: 65px;
            padding: 0;
        }
    /* Checkbox Holder: END */

    .expandform {
        width: 300px;
    }

        .expandform .expandform-trigger {
            padding: 10px;
            width: 280px;
            background-position: 254px -1203px;
            margin: 0 0 15px;
        }

        .expandform .activated {
            background-position: 254px -1262px;
        }

        .expandform .expandform-content {
            padding: 0 0 20px;
            float: left;
            border-bottom: 1px solid #cccccc;
        }

        .expandform .button-holder {
            padding: 40px 0 0;
        }

    .interview-events label {
        width: 270px !important;
        font-size: 12px !important;
    }

    .interviewrejectreasonddl {
        margin: 10px 0 0;
    }

    .mobilecvupload {
        display: block;
    }

    .uploadedfile {
        margin-top: 5px;
    }

    .reminder {
        background-color: #d9edf7;
        border: 1px solid #CCCCCC;
        display: none;
        float: left;
        padding: 10px;
        text-align: center;
    }

        .reminder p {
            text-align: left;
        }

    /* Databridge: START */
    .databridge .row table,
    .databridge .row ul {
        float: right;
        width: 300px;
    }

    .viewmode .row span {
        float: right;
        width: 300px;
        display: inline-block;
    }
    /* Databridge: END */

    /* Login: START */
    .loginpage {
        width: 320px;
    }

    .normallogin {
        width: 300px;
        float: left;
    }

    .socialloginarea {
        width: 300px;
        float: left;
    }

    .sociallogin {
        width: 300px;
        float: left;
    }

    .columnwrapper .normallogin .row {
        float: left;
        width: 300px;
        padding: 0 0 2px;
    }

    .columnwrapper .normallogin .button-holder {
        padding: 5px 0 30px;
    }

    .columnwrapper .socialloginsep {
        float: left;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-image: none;
        background-position: center 0;
        background-repeat: no-repeat;
        min-height: 10px;
    }

        .columnwrapper .socialloginsep span {
            display: inline-block;
            margin: 0;
            font-weight: bold;
        }

    .columnwrapper .sociallogin {
        float: left;
        width: 300px;
        margin: 0;
    }

    .socialbutton {
        margin: 0 0 10px;
        border: 0;
        width: 300px;
        padding: 5px 5px 5px 35px;
        text-align: left;
        background-image: url(../Images/en-US/social-logins.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #ffffff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    .socialconnect {
        width: 190px;
        padding: 5px 5px 5px 30px;
    }

    .fb {
        background-position: -3px -3px;
    }

    .gp {
        background-position: -3px -47px;
    }

    .in {
        background-position: -3px -95px;
        width: 260px;
        display: inline-block;
        text-decoration: none;
    }

    .unlinked {
        opacity: 0.5;
    }

        .unlinked:hover {
            opacity: 1;
        }

    .managesociallogin .row {
        width: 690px;
        clear: both;
        float: left;
    }

        .managesociallogin .row .caption {
            display: block;
            width: 70px;
        }
    /* Login: END */

    /* Databridge: START */
    .dbf-table,
    .dbf-table .dbf-viewmode,
    .dbf-table .dbf-editmode,
    .dbf-table .row {
        float: left;
        width: 100%;
    }

        .dbf-table .sectionrow {
            border-top: 1px solid #cccccc;
            margin: 40px 0 10px;
        }

            .dbf-table .sectionrow h3 {
                padding: 10px 0 5px;
            }

        .dbf-table h2 {
            float: left;
            width: 100%;
            padding: 0 0 20px;
        }

        .dbf-table .dbf-viewmode label,
        .dbf-table .dbf-editmode label {
            width: 300px;
            margin: 0 0 5px;
        }

        .dbf-table .dbf-viewmode table label,
        .dbf-table .dbf-editmode table label {
            width: auto;
            padding: 0;
            font-weight: normal;
        }

        .dbf-table .dbf-editmode textarea {
            width: 290px;
            float: left;
            resize: vertical;
        }

        .dbf-table .dbf-editmode input[type="text"] {
            width: 290px;
            float: left;
        }

        .dbf-table .dbf-editmode select {
            width: 296px;
            float: left;
        }

    .dbf-radiobuttons td,
    .dbf-multioptions td {
        padding: 3px 0;
    }

    .dbf-yesnoradiobuttons input[type="radio"],
    .dbf-radiobuttons input[type="radio"],
    .dbf-multioptions input[type="checkbox"] {
        float: left;
        padding: 0;
        margin: 3px 5px 0 0;
    }

    .dbf-table .dbf-editmode .dbf-yesnoradiobuttons label {
        margin: 0 10px 0 0;
    }

    .dbf-table .dbf-editmode .dbf-dateoption input[type="text"] {
        width: 100px;
    }

    .dbf-table .dbf-editmode .dbf-dateoption td {
        background-image: url("../Images/en-US/Calendar.gif");
        background-position: right 3px;
        background-repeat: no-repeat;
        padding: 0 27px 0 0;
    }

        .dbf-table .dbf-editmode .dbf-dateoption td td {
            background-image: none;
            background-repeat: no-repeat;
            padding: 0;
        }
    /* Databridge: END */

    /* Shared styles for Attach CV, Required Documents and File Library */
    .requireddocument label {
        width: 298px;
    }

    .documentupload {
        float: right;
        width: 100%;
        margin-top: 15px;
    }

        .documentupload .filelibrarywidget {
            text-align: left;
            width: 100%;
        }

            .documentupload .filelibrarywidget select {
                width: inherit;
            }

            .documentupload .filelibrarywidget span {
                font-size: inherit;
            }

        .documentupload .requireddocumentupload {
            width: 100%;
            float: left;
            text-align: left;
        }

        .documentupload .RadUpload {
            width: 100%;
            float: left;
            text-align: left;
        }

        .documentupload .selectedfile .filelinkadded {
            width: 100%;
        }

        .documentupload .selectedfile .actionlink {
            float: none;
            margin: 10px 0 0;
        }

        .documentupload .fileloaded .ruFileWrap {
            width: 100%;
            clear: both;
        }

        .documentupload .fileloaded .ruButton {
            float: left;
        }

    .filelibrary,
    .filelibrary .docuploader,
    .filelibrary .ruFileWrap {
        width: 100%;
    }

        .filelibrary .RadUpload .ruRemove,
        .filelibrary .RadUpload .save {
            float: none;
        }

        .documentupload .RadUpload .ruInputs li,
        .filelibrary .RadUpload .ruInputs li {
            text-align: left;
        }

    /* Tags */
    .mandetorytags {
        padding-left: 0;
    }

    .tagswrapper .aside {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
    }

        .tagswrapper .aside:first-child,
        .tagswrapper .aside:last-child {
            border-left: 0;
            border-right: 0;
        }

        .tagswrapper .aside:first-child {
            padding-bottom: 20px;
        }

        .tagswrapper .aside:last-child {
            border-top: 1px solid #cccccc;
            padding-top: 20px;
        }

        .tagswrapper .aside .tagsectiontitle {
            margin-left: 0;
        }

    .tagsectionbuttons {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: padding-box;
        -moz-box-sizing: padding-box;
        box-sizing: padding-box;
    }
}
/* Mobile CSS: END */

/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden;
    /*height: auto !important; */
    height: 1%;
    width: 400px;
    border: 1px solid #cccccc;
    cursor: text;
    font-size: 12px;
    font-family: Segoe UI, sans-serif;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

    ul.token-input-list-facebook li input {
        border: 0;
        width: 100px;
        padding: 1px 4px;
        background-color: white;
        margin: 2px 0;
        -webkit-appearance: caret;
    }

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 1px;
    padding: 1px 3px;
    background-color: #efefef;
    color: #000000;
    cursor: Default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

    li.token-input-token-facebook p {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: 12px;
        float: left;
    }

    li.token-input-token-facebook span {
        color: #000000;
        margin-left: 5px;
        font-weight: bold;
        cursor: pointer;
        float: left;
    }

li.token-input-selected-token-facebook {
    background-color: #3697FE;
    border: 1px solid #214D72;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    cursor: Default;
    font-size: 11px;
    font-family: Segoe UI, sans-serif;
    z-index: 1;
}

    div.token-input-dropdown-facebook p {
        margin: 0;
        padding: 5px;
        font-weight: bold;
        color: #666666;
    }

    div.token-input-dropdown-facebook ul {
        margin: 0;
        padding: 0;
    }

        div.token-input-dropdown-facebook ul li {
            background-color: #4F7091;
            padding: 3px;
            margin: 0;
            list-style-type: none;
        }

            div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
                background-color: #fff;
                color: #000000;
            }

            div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
                background-color: #fff;
                color: #000000;
            }

            div.token-input-dropdown-facebook ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
                background-color: #3697FE;
                color: #fff;
            }

/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    /*overflow-y: scroll; */
    overflow-x: hidden;
    max-height: 275px;
    height: auto !important;
    height: 1%;
    width: 600px;
    border: 1px solid #cccccc;
    cursor: text;
    font-size: 12px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

    ul.token-input-list li {
        list-style-type: none;
    }

        ul.token-input-list li input {
            border: 0;
            width: 350px;
            padding: 3px 4px;
            background-color: white;
            -webkit-appearance: caret;
        }

ul.token-input-disabled,
ul.token-input-disabled li input {
    background-color: #cccccc;
}

    ul.token-input-disabled li.token-input-token {
        background-color: #cccccc;
        color: #404040;
    }

        ul.token-input-disabled li.token-input-token span {
            color: #000000;
            cursor: Default;
        }

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #efefef;
    color: #000000;
    font-weight: normal;
    cursor: Default;
    display: block;
}

    li.token-input-token p {
        float: left;
        padding: 0;
        margin: 0;
    }

    li.token-input-token span {
        float: right;
        color: #000000;
        cursor: pointer;
    }

li.token-input-selected-token {
    background-color: #3697FE;
    color: #fff;
}

    li.token-input-selected-token span {
        color: #ffffff;
    }

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #ffffff;
    overflow: hidden;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    cursor: Default;
    font-size: 12px;
    z-index: 1;
}

    div.token-input-dropdown p {
        margin: 0;
        padding: 5px;
        font-weight: normal;
        color: #666666;
    }

    div.token-input-dropdown ul {
        margin: 0;
        padding: 0;
    }

        div.token-input-dropdown ul li {
            background-color: #4F7091;
            padding: 3px;
            list-style-type: none;
        }

            div.token-input-dropdown ul li.token-input-dropdown-item {
                background-color: #ffffff;
                color: #000000;
            }

            div.token-input-dropdown ul li.token-input-dropdown-item2 {
                background-color: #ffffff;
                color: #000000;
            }

.show-more-items {
    background-color: #cccccc;
    color: #666666;
    text-align: center;
    padding: 4px 0;
}

.hintText {
    position: absolute;
    z-index: 3000;
    display: inline-block;
    padding: 4px;
    font-style: italic;
    color: rgb(153, 153, 153);
}

div.token-input-dropdown ul li em {
    font-weight: normal;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #3697FE;
    color: #ffffff;
}

.miniheader {
    width: 100%;
    float: left;
}

    .miniheader span {
        display: inline-block;
        float: left;
        width: 80%;
    }

    .miniheader .caption {
        width: 120px;
        font-weight: bold;
    }

    .miniheader .clearfix {
        width: 100%;
        float: left;
        clear: both;
    }

.gdpr {
    padding-right: 30px;
    width: 90% !important;
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
}

.gdpr ul {
    display:inline-block;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 30px;
}

.gdpr ol {
    display:inline-block;
    list-style-type:decimal;
    list-style-position: outside;
    padding-left: 30px;
}
@media only screen and (max-width: 768px) {
    .gdpr {
        display: table;
    }
}