/* CSS Document */

@font-face {
    font-family: 'MyriadWebPro';
    src: url('../images/fonts/myriadwebpro.eot');
    src: url('../images/fonts/myriadwebpro.eot?#iefix') format('embedded-opentype'),
    url('../images/fonts/myriadwebpro.woff') format('woff'),
    url('../images/fonts/myriadwebpro.ttf') format('truetype'),
    url('../images/fonts/myriadwebpro.svg#myriadwebpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: tinymce;
    src: url(../tinymce/skins/lightgray/fonts/tinymce.eot);
    src: url(../tinymce/skins/lightgray/fonts/tinymce.eot?#iefix) format('embedded-opentype'),
    url(../tinymce/skins/lightgray/fonts/tinymce.woff) format('woff'),
    url(../tinymce/skins/lightgray/fonts/tinymce.ttf) format('truetype'),
    url(../tinymce/skins/lightgray/fonts/tinymce.svg#tinymce) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: tinymce-small;
    src: url(../tinymce/skins/lightgray/fonts/tinymce-small.eot);
    src: url(../tinymce/skins/lightgray/fonts/tinymce-small.eot?#iefix) format('embedded-opentype'),
    url(../tinymce/skins/lightgray/fonts/tinymce-small.woff) format('woff'),
    url(../tinymce/skins/lightgray/fonts/tinymce-small.ttf) format('truetype'),
    url(../tinymce/skins/lightgray/fonts/tinymce-small.svg#tinymce) format('svg');
    font-weight: 400;
    font-style: normal;
}

textarea {
    overflow: auto
}

#log_wrap_innr {
    width: 100%;
    background: url(../images/white_login.jpg) center top;
    float: left;
    box-shadow: 0px .3em 1em #999;
    -moz-box-shadow: 0px .3em 1em #999;
    -webkit-box-shadow: 0px .3em 1em #999;
}

#log_wrap {
    width: 1024px;
    margin: 0 auto
}

#log_left {
    float: left;
    width: 578px;
    background: url(../images/login_left.png) center top no-repeat;
    height: 521px;
    position: relative;
}

#log_right {
    float: right;
    margin-top: 120px;
    color: white;
    font-size: 13px;
    width: 390px
}

.log_filed {
    background: white;
    margin-bottom: 10px;
    width: 337px;
}

.log_filed input {
    border: none;
    padding: 5px;
    width: 290px;
    margin: 0;
    border-color: transparent;
    outline: 0;
    background-color: #e4edff;
}

.log_filed input:focus {
    background-color: #d4e2fd;
}

.log_filed img {
    float: left;
    margin: 0 8px 3px 3px;
}

#log_check {
    float: left;
    display: none;
}

#log_check input[type="checkbox"] {
    margin-left: 0
}

.login_button1 {
    width: 104px;
    height: 42px;
    padding: 0px 1px 3px 14px;
    text-align: left;
    background: url(../images/loginbutton.png) no-repeat;
    border: none;
    font-size: 18px;
    text-shadow: 3px 0px 4px #d0e59f;
    cursor: pointer;
    margin: 0
}

.login_button {
    background-color: #4e77c7;
}

.login_button1:hover {
    background: url(../images/loginbutton_hover.png) no-repeat;
}

#log_button, #logout_button {
    float: right;
    width: 113px;
    text-align: center;
    margin: 0px 82px 0px 0px;
}

#logout_button {
    margin: 12px 82px 0px 100px !important;
    float: left !important;
}

.log_filed {
    margin-bottom: 10px;
    padding: 5px;
    width: 333px;
    border-radius: 5px;
    border: 1px solid #234a91;
}

.forget {
    color: white;
    text-decoration: none;
}

#log_left img {
    position: absolute;
}

#user1 {
    top: 109px;
    left: 135px;
}

#user2 {
    top: 80px;
    left: 231px;
}

#user3 {
    top: 163px;
    left: 307px;
}

#google {
    top: 273px;
    left: 174px;
}

#facebook {
    top: 286px;
    left: 203px;
}

#twitter {
    top: 305px;
    left: 181px;
}

#linked {
    top: 290px;
    left: 150px;
}

#footer_login {
    float: left;
    width: 100%;
    text-align: center;
    background: #4773c8;
    padding: 5px 0;
    font-family: 'Verdana';
    color: #fff;
    font-size: 13px;
}

/*Menu css*/
#menu_login {
    position: relative;
    height: 50px;
    padding-right: 10px;
}

#menu_login .menu {
    left: 50px;
    position: absolute
}

#menu_login * {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0
}

#menu_login p {
    font-size: 12px;
    font-family: sans-serif;
}

#menu_login a {
    display: block;
    text-shadow: #403119 -1px -1px 0
}

#menu_login a span {
    display: block;
    white-space: nowrap;
    padding: 0px 14px 9px 0px
}

#menu_login li {
    float: left;
    margin-top: 14px
}

#menu_login .recLogin {
    float: left;
    margin-top: 16px
}

#menu_login li li {
    float: none
}

#menu_login div {
    padding-top: 14px
}

#menu_login div div {
    left: 100%;
    margin: -16px 0 0 -9px
}

#menu_login li:hover > div {
    display: inline;
    z-index: 999
}

:first-child + html #menu_login div div {
    display: block;
    top: -9999px
}

#menu_login div.columns {
    width: 200px
}

#menu_login div.columns ul {
    float: left;
    width: 200px;
    position: static
}

#menu_login a, #menu_login a span, #menu_login {
    line-height: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: left
}

#menu_login1 a, #menu_login1 a span, #menu_login1 {
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: left
}

#menu_login li.current > a.parent span {
    background-position: right -273px
}

.user_icon {
    padding-right: 5px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#menu_login > ul > li:hover > a.parent span, #menu_login a.parent:hover span {
    background-position: right -455px
}

/*#menu_login div a{margin-left:4px;width:190px;text-shadow:#111 -1px -1px 0;padding:4px 0 0}*/
#menu_login div a span {
    font-size: 14px;
    white-space: normal;
    color: #c3bfb7;
    padding: 3px 14px 10px 11px
}

#menu_login div a:hover, #menu_login div ul > li:hover > a.parent, #menu_login div ul li a.parent:hover {
    outline: none
}

/*#menu_login div ul{width:200px;background:url(../css/../images/columns.png) no-repeat 0 bottom;padding-top:11px;padding-bottom:17px}*/
#menu_login div div ul {
    padding-top: 0
}

#menu_login.active a {
    z-index: 780;
    position: relative
}

#menu_login.active li {
    z-index: 778
}

#menu_login.active div div {
    z-index: 781
}

#menu_login.active div a {
    position: static
}

#menu_login.active li.back {
    height: 91px;
    position: absolute;
    margin: 0;
    padding: 0
}

#menu_login.active li.back .left {
    display: block;
    width: auto;
    background: url(../images/item.png) no-repeat right -182px;
    height: 91px;
    position: relative;
    left: 5px;
    margin: 0 5px 0 28px;
    padding: 0
}

#menu_login.active .spanbox {
    position: absolute;
    display: none;
    margin-top: -21px;
    width: 200px
}

#menu_login.active div {
    margin-top: -14px;
    display: block;
    position: relative
}

#menu_login.active div .spanbox {
    left: 100%;
    margin: 0 0 0 -6px
}

#menu_login.active .spanbox .spanbox {
    margin-top: -50px
}

#menu_login.active .spanbox .spanbox div {
    margin: 0
}

/*:first-child+html .menu-../images-preloading{visibility:hidden}
.menu-../images-preloading,.menu-../images-preloading div{top:0;left:0;width:4px;height:2px;opacity:0.1;overflow:hidden;position:absolute}
.menu-../images-preloading{width:2px}*/
.menu_login a.parent span {
    text-align: right
}

:first-child + html #menu_login li:hover > div, :first-child + html #menu_login.active div div {
    top: auto
}

#menu_login li.current > a, #menu_login > ul > li:hover > a, #menu_login a:hover, #menu_login.active li.current-back, #menu_login.active li.current-parent-back {
    background-position: left -637px
}

#menu_login li.current > a span, #menu_login > ul > li:hover > a span, #menu_login a:hover span, #menu_login.active li.current-back .left, #menu_login.active li.current-parent-back .left {
    background-position: right -182px
}

#menu_login div a:hover span, #menu_login div ul > li:hover > a.parent span, #menu_login div ul li a.parent:hover span {
    color: #fff
}

/*Menu css ends*/

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background: url(../images/body_bg.jpg) repeat left top
}

.bold_text {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: none
}

img {
    border: none; /*margin-top:3px;*/
}

#logo_div img {
    margin: 0
}

/*header Css*/

/* header and header_border background should be company specific */
#header {
    background-color: #000000;
    width: 101%;
    height: 65px
}

#header_border {
    background-color: #57b9ec;
    width: 101%;
    height: 71px
}

#header_inner {
    height: 68px;
    margin: 0px auto;
    width: 1160px;/*1014px*/
}

.recruiter #header_inner {
    width: 1120px;
}

#headerleft {
    float: left;
    width: 210px;
    text-align: left;
    padding-top: 12px;
}


/*  min-height: 49px;;height:auto !important; padding-top:16px; */
#header.recruiter #headerleft {
    float: left;
    width: 198px;
    text-align: left;
    margin-top: 13px;
    margin-left: 8px;
}

/* min-height: 49px;;height:auto !important;padding-top:20px; */
#menu {
    float: left;
    /*width: !*725px;*!510px;*/
    cursor: default;
}

#login {
    float: right;
    padding-right: 5px;
    background: url(../images/login_border.png) no-repeat right 20px; /*padding-right: 17px;margin-right:6px;*/
    margin-top: 5px;
}

#logout {
    float: right;
    width: 25px;
    margin-top: 27px;
    height: 19px;
}

#helpIcon {
    display: none;
    float: right;
    width: 25px;
    margin-top: 27px;
    height: 19px;
}

#settingsIcon, #changeCompany {
    display: block;
    float: right;
    width: 25px;
    margin-top: 27px;
    height: 19px;
    padding-right: 5px;
}

#settingsIcon div ul, #changeCompany div ul {
    line-height: 24px;
    list-style: none outside none;
    padding: 7px;
}

.disconnect {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 60px;
    width: 207px;
    left: 71%;
    border-radius: 5px;
}

.changecomp {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 60px;
    width: 140px;
}

.disconnect a, .changecomp a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    color: #555555;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.disconnect li:hover, .changecomp li:hover {
    background: #155FB0;
    text-decoration: none;
}

.disconnect a:hover, .changecomp a:hover {
    color: #FFF;
}

.disconnect *, .changecomp * {
    list-style: none;
}

.disconnect, .changecomp {
    display: none;
    z-index: 1;
}

#menu img {
    margin: 8px 0px 3px 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    list-style: none;
    float: left;
    padding-bottom: 14px;
    margin-top: 11px;
    margin-right: 20px;
}

#header.recruiter #menu ul li {
    margin-right: 9px;
}

#header.recruiter #menu {
    width: 585px
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 0 10px;
}

.recruiter #menu ul li a {
    padding: 0 9px;
}

#menu .active {
    background: #57b9ec;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

#menu li:hover {
    background: #57B9EC;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

#headerright {
    float: right;
    width: /*250px;*/270px;
}

#wrapper_main {
    width: 1014px;
    margin: 0px auto;
}

#wrapper_left {
    background: url(../images/wrapper_bottom.png) repeat-x left top
}

#wrapper_right {
    background: url(../images/wrapper_bottom.png) repeat-x right top
}

#wrapper {
    width: 100%;
    float: left;
    box-shadow: 0px .3em 1em #999;
    border: 1px solid #cccccc;
}

.clr {
    clear: both
}

#slider {
    width: 710px;
    float: left;
    margin-bottom: 25px
}

#breadcrumb a, #breadcrumb, .breadcrumb.back a {
    color: #00689E;
    font-size: 11px;
    font-weight: bold;
    background: #F6F6F6;
    padding: 10px 7px;
    text-decoration: none
}

.jobs.help #breadcrumb a {
    padding: 10px 4px 10px 4px;
}

.upload_resume_file {
    padding-bottom: 7px !important;
    display: -webkit-box;

}
.upload_resume_file #resume {
    border-radius: 5px;
    background: #ffffff;
    border-radius: 5px;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 3px;
}
select#relationshipMstrSeq {
    font-size: 14px;
}
select#competency {
    font-size: 14px;
}
.breadcrumb.back {
    background: none;
    border-bottom: 1px solid #ddd
}

.breadcrumb.back a {
    background: none;
    font-size: 13px;
    padding: 0px
}

.jobs.rewards #breadcrumb a, .jobs.rewards #breadcrumb, .jobs.help #breadcrumb, .breadcrumb.back {
    padding: 10px 15px;
    width: 97%
}

#breadcrumb a:hover {
    text-decoration: underline
}

h2 {
    font-size: 18px;
    font-family: Georgia;
    margin: 10px 0
}

.heading h2 {
    margin: 0;
    margin-bottom: 5px;
}

.heading {
    float: left;
}

.subheading {
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.contest_left {
    float: right
}

.contest_right {
    color: #005DAB;
    text-align: right;
    margin-right: 25px;
    text-decoration: none;
    float: right
}

#job_left {
    float: left;
    text-align: left;
    width: 20%;
    font-size: 10px
}

.contest_right a, .contwin_right a {
    color: #005DAB;
}

#contentarea_main {
    background: #fff;
    float: left;
    width: 738px;
}

#contentarea {
    padding: 10px 0px 10px 12px;
    float: left
}

#rightside {
    float: right;
    width: 275px;
    background: url(../images/right_bg.jpg) repeat left top;
    min-height: 500px
}

.contest #rightside {
    min-height: 0px !important
}

#rightside h3 {
    font-size: 14px;
    color: #3e2e21;
    cursor: auto;
}

.goals {
    background: none !important;
    padding-left: 0px !important;
    padding-bottom: 6px !important
}

#right_inner {
    padding: 0px 10px;
}

#contest_dead h3 {
    background: url(../images/contest_img1.png) no-repeat 4px center !important
}

#submenu {
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
}

#submenu ul {
    margin: 0px;
    padding: 0px
}

#submenu li {
    float: left;
    width: 120px;
    list-style-type: none;
    background: url(../images/num_li_img.png) no-repeat right center;
    padding: 6px;
    font-size: 11px;
    font-weight: bold
}

#submenu li:hover {
    background-color: #ECF5F9;
}

#submenu li.num_last {
    background-image: none;
}

.num_1 {
    color: #0777b1 !important;
    font-size: 30px;
    float: left;
    padding-right: 10px;
    line-height: 23px;
    text-decoration: none;
    width: 65px;
    text-align: center;
}

.num_0 {
    color: #96ab1f !important;
    font-size: 30px;
    float:left;
    padding-right: 10px;
    line-height: 23px;
    text-decoration: none;
    width: auto;
}

.num_desc {
    float:left;
    padding-right: 10px;
    text-decoration: none;
    width: 65px;
    text-align: left;
}

#submenu li a span {
    color: #1d1d1d;
}


#submenu li a {
    text-decoration: none;
    display: inline-flex;
}
/*.referraltab-cont{
    word-break: break-all;
}*/
.buddy_table ul li {
    background: #f6f6f6;
    padding: 10px;
}

#topposition {
    margin-top: 14px;
}

#topposition h3, #contest_dead h3 {
    background: url(../images/rewards_icon.png) no-repeat left center;
    padding: 5px 0 5px 33px;
}

.time {
    font-weight: bold;
    color: #535353;
}

.time .days {
    padding-right: 16px;
}

#middleposition {
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;
}

#middleposition h3 {
    font-size: 14px;
    color: #111111;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    background: url(../images/highlight_img.png) no-repeat left -2px;
    padding-left: 36px;
}

.points {
    font-size: 15px;
    color: #657607;
    font-weight: bold;
}

#reward_earn, #reward_points, #reward_earn_contest, #reward_points_contest {
    background: url(../images/right_inner.jpg) repeat left center;
    padding: 7px 1px 10px 12px;
    margin-bottom: 5px;
}

.earn {
    line-height: 20px;
}

#reward_earn_contest .points, #reward_points_contest .points {
    font-size: 21px !important;
}

#mid_row { /*padding-bottom:12px;*/
    width: 100%;
    float: left;
    height: 30px;
}

#middleposition ul li, #goal_complete ul li {
    float: inherit;
    list-style-type: none;
    color: #222;
    padding-bottom: 15px;
    list-style-type: none;
}

#middleposition ul li.strike .round_num {
    background: url(../images/green_check.png) no-repeat 0 0;
    text-indent: -9999px;
}

#middleposition ul li.strike {
    background: none;
}

.strike, .no_strike {
    background: url(../images/strike_tick.png) no-repeat left -1px;
    color: #377445 !important;
    text-decoration: line-through;
}

.no_strike .round_num {
    background: none !important
}

.no_strike {
    color: #111 !important;
    font-size: 14px;
    text-decoration: none;
    width: 100%
}

#middleposition ul {
    padding: 0px;
    margin: 0px
}

.round_num {
    background: url(../images/grey_round.png) no-repeat 0 0;
    color: white;
    padding: 1px 5px;

    font-size: 12px;
    width: 17px;
    height: 17px;
    float: left;
    display: block;
}

/*box Css*/
.box {
    width: 226px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-right: 13px;
    margin-bottom: 15px;
}

.box:hover {
    border: 1px solid #ccc;
    box-shadow: 0 .1em 1em #cccccc;
}

.parent {
    background: url(../images/arrow_down1.png) no-repeat top right 0px !important
}

.box_upper {
    padding-left: 13px;
}

h3, .box h3 a, .heading a {
    color: #0175fd;
    font-family: Georgia;
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    cursor: pointer;
    line-height: 1.5
}

.box h3 a, .heading a {
    text-decoration: none;
}

h3 {
    cursor: auto;
}

.year {
    background: url(../images/year_img.png) no-repeat left center;
    padding-left: 18px;
    margin-left: 4px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.opening {
    background: url(../images/opening_img.png) no-repeat left center;
    padding-left: 23px;
    margin-left: 4px;
}

.date {
    padding-left: 1px;
    padding-right: 5px;
    margin-left: 4px;
}

.place {
    background: url(../images/place_img.png) no-repeat left center;
    padding-left: 16px;
    margin-left: 4px;
    margin-bottom: 0px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.opening2 {
    background: url(../images/opening_img.png) no-repeat left center;
    padding-left: 22px;
    margin-left: 4px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.place2 {
    background: url(../images/place_img.png) no-repeat left center;
    padding-left: 18px;
    margin-left: 4px;
}

.box_upper .heading {
    float: left;
    max-width: 165px;
    height: 46px;
    margin-top: 6px;
    overflow: hidden
}

.box_upper.award {
    background: url(../images/award_img.png) no-repeat right top;
}

.box_upper {
    padding: 2px 12px;
    margin-top: -2px;
}

.box_bottom_inner {
    padding: 3px 17px 0 17px
}

.box_bottom_inner1 {
    padding: 9px 17px 0 17px
}

.box_bottom_inner p {
    margin: 6px 0 16px 0
}

.box_upper.hot_topic {
    background: url(../images/hot_img.jpg) no-repeat right 5px;
}

.candidate .box_middle {
    width: 100%;
    float: left;
    color: #000;
    padding-top: 5px;
    height: 48px;
}

.box_middle {
    width: 100%;
    float: left;
    color: #000;
    padding-top: 5px;
    min-height: 50px;
}

.box_middle ul {
    padding: 0px;
    margin: 0px
}

.box_middle ul li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    font-weight: normal
}

.box_bottom_inner .button {
    float: none;
}

.box_bottom {
    background-color: #E7F2F6;
    float: left;
    width: 100%;
    height: 100px;
}

.rupees {
    font-weight: bold;
    font-size: 14px
}

.reward {
    font-size: 11px
}

.rupees1 {
    font-weight: bold;
    font-size: 20px;
    align: left
}

.reward1 {
    font-size: 11px;
    align: left
}

.button, .button1, input.button, .button_green, .button_white {
    border: 1px solid #82a536;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
    color: #0e0f14 !important;
    text-shadow: 0px 1px #f7f7f7
}

.button:hover {
    background: #d5ee4b !important
}

.button {
    background: url(../images/enter_button.jpg) repeat-x left top;
}

.button a {
    text-decoration: none;
    color: #000000;
    padding: 7px 0px
}

a.button:hover {
    background: #d5ee4b !important
}

/*slider Css*/

div#top div#nav {
    float: left;
    clear: both;
    width: 710px;
    height: 52px;
    margin: 22px 0 0;
}

div#top div#nav ul {
    float: left;
    width: 700px;
    height: 52px;
    list-style-type: none;
}

div#nav ul li {
    float: left;
    height: 52px;
}

div#nav ul li a {
    border: 0;
    height: 52px;
    display: block;
    line-height: 52px;
    text-indent: -9999px;
}

div#header1 {
    margin: -1px 0 0;
}

div#video-header1 {
    height: 683px;
    margin: -1px 0 0;
}

div#header1 div.wrap {
    height: 299px;
    /*background : url(../images/header-bg.png) no-repeat 50% 0;*/
}

div#header1 div#slide-holder {
    z-index: 40;
    width: 710px;
    height: 200px;
    position: absolute;
}

div#header1 div#slide-holder div#slide-runner {

    width: 710px;
    height: 200px;
    overflow: hidden;
    position: absolute;
}

div#header1 div#slide-holder img {
    margin: 0;
    display: none;
    position: absolute;
}

div#header1 div#slide-holder div#slide-controls {
    left: 0;
    bottom: 0px;
    display: none;
    position: absolute;
    float: right;
    width: 96%
}

div#header1 div#slide-holder div#slide-controls p.text {
    float: left;
    color: #fff;
    display: inline;
    font-size: 10px;
    line-height: 16px;
    margin: 15px 0 0 20px;
    text-transform: uppercase;
}

div#header1 div#slide-holder div#slide-controls p#slide-nav {
    float: right;
    height: 24px;
    display: inline;
    margin: 11px 15px 0 0;
}

div#header1 div#slide-holder div#slide-controls p#slide-nav a {
    float: left;
    width: 22px;
    height: 18px;
    display: inline;
    font-size: 10px;
    margin: 0 5px 0 0;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: white;
}

div#header1 div#slide-holder div#slide-controls p#slide-nav a.on {
    background-position: 0 -18px;
}

div#header1 div#slide-holder div#slide-controls p#slide-nav a {
    background-image: url(../images/silde-nav.png);
}

div#nav ul li a {
    /*background : url(../images/nav.png) no-repeat;*/
}

.number_slideshow {
    line-height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
}

.number_slideshow .number_slideshow_nav {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 6px;
    right: 64px;
}

.number_slideshow .number_slideshow_nav li {
    border-radius: 20px;
    border: 1px solid #555;
    background-color: #A09F9F;
    color: white;
    padding-left: 3px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    float: left;
    border: 0px !important;
}

.number_slideshow .number_slideshow_nav li a {
    padding-left: 3px;
    padding-right: 3px;
    color: #000 !important;
    font-weight: bold

}

.number_slideshow ul {
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.number_slideshow ul li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
}

.number_slideshow ul li p {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    font-size: 13px;
    line-height: 23px;
}

.number_slideshow ul li a {
    text-decoration: none;
}

.number_slideshow ul li a img {
    border: none;
}

.read {
    float: right;
    color: #1fabf4;
    font-weight: bold;
    margin-right: 10px;
}

.top_player {
    background: #EEF7B9
}

.top_player td {
    padding: 13px 20px 20px;
    line-height: 15px;
    text-align: center;
}

.row1 {
    background: #ffffff
}

.row1 td, .row2 td {
    padding: 13px 10px 20px;
    line-height: 15px;
}

.row1 td {
    background: #f7f7f7
}

.tab_blue { /*color:#0c7db8;*/
}

.tab_bold {
    font-weight: bold
}

.row2 {
    background: #f0f0f0
}

.tabs1_img li {
    padding: 0px 4px !important;
    margin: 0px !important;
    font-size: 11px !important;
    color: #777;
    text-align: center;
    width: 75px;
    display: inline;
    margin-bottom: 10px;
    height: 103px;
}

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    color: #ffffff
}

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    position: relative;

    color: #000;
    background: #939393;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* NOTE: webkit gradient implementation is not as per spec */

}

#buddy_tabs .ui-tabs-nav li a {
    font-family: Georgia;
}

#buddy_tabs {
    float: left;
    width: 100%
}

#buddy_tabs li {
    list-style-type: none;
    float: left;
    font-size: 14px;
    text-align: center;
    padding-bottom: 7px;
    white-space: nowrap;
}
#buddy_tabs.medal-wrapper li{
    white-space: normal;
}
#buddy_tabs .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    position: relative;
    color: black;
    background: url(../images/arrow_down.png) no-repeat 50% bottom;
    outline: none;
}

#buddy_tabs ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

#buddy_tabs li a {
    color: #1D1D1D;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    padding: 6px 6px;
    margin-bottom: 0px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 114px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#buddy_tabs li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    color: white !important;
    background: #939393;
}

.tabs1_img {
    margin: 10px 0px !important;
    padding: 0px
}

/* Variant : for top positioned triangle
------------------------------------------ */
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.top {
    /* NOTE: webkit gradient implementation is not as per spec */
    background: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#939393));
    background: -moz-linear-gradient(top, #939393, #939393);
    background: -o-linear-gradient(top, #939393, #939393);
}

/* Variant : for left/right positioned triangle
------------------------------------------ */

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.left {
    margin-left: 50px;
    background: #939393;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.right {
    margin-right: 50px;
    background: #939393;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
/*.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:after {
	content:"";

	position:absolute;
	bottom:-7px;
	left:47%;
	width:11px;
	height:7px;
	background : url(../images/arrow_down.png) no-repeat 50% bottom;

}
*/
#buddy_tabs-2, #buddy_tabs-1 {
    float: left;
    background: #f7f7f7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

/* Variant : top
------------------------------------------ */

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.top:after {
    top: -15px; /* value = - border-top-width - border-bottom-width */
    right: 50px; /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px; /* vary these values to change the angle of the vertex */
    border-color: #939393 transparent;
}

/* Variant : left
------------------------------------------ */

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.left:after {
    top: 16px; /* controls vertical position */
    left: -50px; /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 10px 50px 10px 0;
    border-color: transparent #939393;
}

/* Variant : right
------------------------------------------ */

.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active.right:after {
    top: 16px; /* controls vertical position */
    right: -50px; /* value = - border-left-width - border-right-width */
    bottom: auto;
    left: auto;
    border-width: 10px 0 10px 50px;
    border-color: transparent #939393;
}

.meter {
    height: 17px;
    background: url(../images/meter_bg.jpg) 0 0 repeat-x;
    margin: 10px 0 0;
    background: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    width: 190px; /* position:relative; */
}

.meter_reading {
    display: block;
    position: relative;
    color: #2D2E34;
    text-transform: uppercase;
    text-shadow: 1px 0px white;
    margin: -15px 5px 0 5px;
}

.orange > span {
    background-color: #F1A165;
    background-image: -moz-linear-gradient(top, #c5d83b, #b8cf34);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5d83b), color-stop(1, #b8cf34));
    background-image: -webkit-linear-gradient(#c5d83b, #b8cf34);
}

.meter_value {
    display: block;
    height: 100%;
    background: url(../images/meter_green_bg.jpg) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /* position: relative; */
    overflow: hidden;
    border-right: 1px solid #73932E;
    text-indent: 10px
}

#job_left .meter {
    margin: 0px 10px;
    width: 100%;
}

#job_left .meter_reading {
    text-transform: none;
    font-size: 10px;
    font-weight: bold;
}

#area, #area1, #area2 {
    float: left;
    margin-top: 15px;
}

#more_opening {
    background: #f8f8f8;
    width: 95%;
    text-align: center;
    color: #00a7ff;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 0px;
}

#see_more a {
    color: #00A7FF;
    text-decoration: none;
    background: url(../images/blue_down_arrow.png) right 50% no-repeat;
    padding-right: 15px;
    font-size: 11px;
}

#more_opening a {
    color: #00A7FF;
    text-decoration: none;
    background: url(../images/blue_down_arrow.png) right 50% no-repeat;
    padding-right: 15px;
    font-size: 11px;
}

#middlerow {
    float: left; /*font-size:16px;font-weight:bold;*/
    width: 100%; /*margin-bottom:15px;*/
}

.help_open {
    border-radius: 5px;
    font-family: arial;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #a4cb00;
    background-color: #e3f5a3;
    padding: 0 4px;
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px
}

#jobskills1, #jobdesc1, #jobotherdetails {
    float: left;
    font-size: 14px !important;
    font-weight: normal;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.4;
}

#help_us {
    float: left;
    font-family: Georgia;
    font-weight: bold;
    font-size: 16px;
}

#help_us1 {
    float: left;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
}

#upload_resume {
    width: 30%;
    text-align: right;
    margin-right: 20px;
    float: right;
    font-size: 13px;
}

.font_arial {
    font-family: arial;
}

#buddy_tabs .font_arial {
    font-weight: normal;
    font-size: 11px;
}

/**/
a.tooltip {
    outline: none;
    color: #007cd2;
    background: url(../images/underline_blue.jpg) left bottom repeat-x;
    text-decoration: none !important;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 4px 10px;
    margin-top: -13px;
    margin-left: -256px;
    width: 110px;
    line-height: 16px;
    float: left;
    position: absolute;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid #D7F379;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #d7f379;
    background: #e8f7b3;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 12px;
    border: 0;
    right: -10px;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

a.tip {
    position: relative;
    text-decoration: none;
}

a.tool:hover:before {
    top: 10px; /* controls vertical position */
    right: -30px; /* value = - border-left-width - border-right-width */
    bottom: auto;
    left: auto;
    border-width: 15px 0 15px 30px;
    border-style: solid;
    border-color: transparent #d7f379;
}

a.tool:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 0;
    height: 0;
    border-width: 15px 8px 0;
    border-style: solid;
    border-color: #d7f379 transparent;
}

/**/
#footer {
    text-align: center;
    color: #2f2f2f;
    font-size: 13px;
    padding: 10px 0 7px;
}

#disclaimer {
    text-align: center;
    color: #2f2f2f;
    font-size: 11px;
    padding-bottom: 5px
}

/* Scrollbar */
.buddy_scrollbar1, .buddy_scrollbar2 {
    height: 300px
}

#scrollbar1, #scrollbar2 {
    position: relative;
}

#scrollbar1 .viewport, #scrollbar2 .viewport {
    height: 376px;
    overflow: hidden;
    position: relative;
}

#scrollbar1 .overview, #scrollbar2 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%
}

#scrollbar1 .scrollbar, #scrollbar2 .scrollbar {
    background: #999;
    position: absolute;
    background-position: 0 0;
    right: 5px;
    z-index: 99;
}

#scrollbar1 .track {
}

#scrollbar1 .thumb, #scrollbar2 .thumb {
    background: #b9b9b9;
    height: 100%;
    width: 7px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

#scrollbar1 .thumb .end, #scrollbar2 .thumb .end {
    background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px;
}

#scrollbar1 .disable, #scrollbar2 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/*jobs Page Css*/
#wrapper.jobs #contentarea_main, #wrapper.jobsdesc #contentarea_main, #wrapper.candidate_communication #contentarea_main {
    background: none !important;
    width: 100% !important
}

#wrapper.fullwidth {
    background: #fff
}

.fullwidthblue {
    /* background: #EBF5F9!important;
    border: 1px solid #D7E7EF; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    padding: 0px 6px 6px 6px;
    margin-top: 10px;
    overflow-y: scroll;
}

.create_contest.publish {
    background: #ebf5f9 !important;
    border: 1px solid #d7e7ef;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 99%;
    float: left;
    padding: 6px;
    margin-top: 10px;
    overflow-y: auto
}

#wrapper.fullwidthblue #contentarea_main {
    width: 100% !important;
    background: none !important
}

#wrapper.fullwidth #contentarea {
    width: 984px;
    padding: 10px 15px;
    min-height: 500px
}

#wrapper.fullstretch #contentarea_main {
    width: 100%;
    padding: 0
}

#wrapper.fullstretch #contentarea {
    padding: 15px 0
}

#wrapper.jobs .box {
    margin: 0 24px 24px 0;
}

#wrapper.jobs .box.nomargin {
    margin-right: 0 !important;
}

#wrapper.jobs #more_opening {
    width: 98%;
}

#wrapper.jobsdesc.candidate #contentarea_main {
    width: 738px !important
}

.select_job {
    float: left
}

.search_job input, .dataTables_filter input {
    border: 0px !important;
    width: 140px !important;
    outline: none;
    font-size: 12px;
    color: #666;
    padding: 1px !important;
    margin: 0 5px;
    background: transparent;
}

/*roche*/
#mid_row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: 30px
}

#mid_row select, #wrapper.referrals select {
    width: 110px;
}

.jobs #upload_resume {
    margin: 0;
}

.search_job {
    float: right;
    background: url(../images/search_bg.png) left top no-repeat;
    width: 208px;
    font-size: 14px;
    height: 27px
}

.search_inner {
    color: #666;
    padding: 5px;
    cursor: pointer
}

#outer_searchbox .search_inner {
    color: #666;
    height: 27px;
    width: 350px;
    float: left;
    cursor: auto;
    margin: 3px;
}

.search_inner.div {
    background: url(../images/search_img.png) 96% center no-repeat;
}

.search_inner .buttonimg {
    background: url(../images/search_img.png) 96% center no-repeat !important;
    border: none !important;
    outline: none !important;
    width: 28px !important;
    height: 20px;
    text-indent: -99999px !important;
    float: right;
    cursor: pointer
}

.search_inner .delbuttonimg {
    background: url(../images/delete_icon.gif) 96% center no-repeat !important;
}

.select_job select, .dataTables_length select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    width: 200px;
    font-size: 14px
}

/*job Description Css*/
#wrapper.jobsdesc .opening {
    border-right: 2px solid #CCC;
    padding-right: 10px;
}

#middlerow { /*padding:3px 3px 14px 2px;margin:0;*/
}

#wrapper.jobsdesc .arrow {
    background: url(../images/middle_arrow.jpg) 0 0 no-repeat;
    width: 79px;
    height: 16px;
    float: left;
    margin: -19px 0 0 20px;
}

#wrapper.jobsdesc #area {
    float: left;
    padding: 10px 0 0;
    margin: 0px -15px -20px;
    background: url(../images/middle_row.jpg) left -3px repeat-x;
}

#wrapper.jobsdesc #bottomposition {
    float: left;
    padding: 10px 15px;
    background: url(../images/left_img.jpg) repeat left top;
    width: 984px;
}

#wrapper.jobsdesc .box_middle {
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

#job_desc h3 {
    font-size: 20px !important;
    color: #000000
}

#middlerow_main {
    float: left;
    width: 100%
}

#job_desc_page h3 {
    font-size: 14px !important;
    margin: 0px;
    float: left;
    padding: 8px 0px;
}

#job_desc_page p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 18px
}

.candidate #job_desc_page p {
    font-size: 14px !important;
    font-weight: normal;
    text-align: justify;
    line-height: 18px
}

.candidate #job_desc_page ul li, .candidate #job_desc_page ul li span {
    font-size: 14px !important
}

#job_desc {
    width: 680px;
    float: left;
}

.candidate #job_desc {
    border-bottom: 1px solid #e5e5e5;
    background: white;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
    height: 95px;
}

#job_desc_page .heading {
    width: 34%
}

#job_desc_page {
    padding-top: 10px;
    float: left;
    width: 645px;
}

.candidate #job_desc_page {
    padding-top: 10px;
    float: left;
    width: 71%;
    padding-left: 15px !important;
    overflow: hidden;
}

#see_more {
    float: right;
    padding-top: 3px;
}

#refer {
    width: 225px;
    border-bottom: 0px;
    position: relative;
}

#refer_inner {
    background: #e8f597;
    border: 2px solid #d1e267;
    border-bottom: 0;
    float: left;
    width: 221px
}

#refer_bottom {
    background: url(../images/jobs_green.jpg) -3px bottom no-repeat;
    padding: 0;
    float: left;
    width: 100%;
    height: 20px;
}

.no_strike.blue {
    background: url(../images/jobs_blue.png) left center no-repeat;
    color: #3f4130 !important;
    line-height: 18px;
    font-size: 12px;
    padding: 2px 0px;
    list-style: none
}

.no_strike.blue .round_num {
    width: 0px !important;
    padding-left: 20px;
    padding-bottom: 20px;
}

#refer ul {
    margin: 10px 0px;
    padding: 0px 10px
}

#refer h3 {
    font-family: Georgia;
    font-size: 16px;
    color: #3f4130 !important;
    text-align: center
}

.blue_color {
    font-size: 16px !important;
    font-family: Georgia;
    font-weight: bold !important;
    margin: 0px 0px 15px !important
}

#refer_main {
    margin-left: 15px;
    width: 225px;
    float: right;
}

.link a {
    color: #1763d4;
    font-size: 14px;
    text-decoration: underline
}

.link_span {
    color: #888;
    text-decoration: none !important;
    font-size: 12px
}

.link {
    text-align: center
}

#wrapper.jobsdesc .share {
    float: right;
    margin-right: 10px;
}

/*job Description page tabs Css*/
#wrapper.jobsdesc #buddy_tabs_jobs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

#wrapper.jobsdesc .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#wrapper.jobsdesc #buddy_tabs_jobs .ui-tabs-nav li {
    margin: 0;
    float: left;
    padding: 0px;
    background: none
}

#wrapper.jobsdesc #buddy_tabs_jobs .ui-tabs-nav li a {
    text-decoration: none;
    float: left;
    line-height: 43px;
    position: relative;
    z-index: 1;
    padding: 0px 7px;
    margin-right: 3px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: white url(../images/tab_back.jpg) top left repeat-x;
    color: #333 !important;
    font-size: 14px;
    font-weight: bold
}

/*#wrapper.jobsdesc #buddy_tabs_jobs .ui-tabs-nav li.upload_res a{background: white url(../images/upload_resume_bg.jpg) top left repeat-x;}*/
#wrapper.jobsdesc .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    background-image: url(../images/tab_selected.jpg) !important;
    border-bottom-color: white !important;
    position: relative;
    top: 1px;
}

#wrapper.jobsdesc .ui-tabs-panel {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1em;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0;
    background: #fff;
    float: left
}

.upload_resume_jobs {
    padding-bottom: 30px !important;
}

.star_class {
    padding-top: 4px
}

#wrapper.jobsdesc #buddy_tabs_jobs ul img {
    border: 0px;
    vertical-align: middle;
    padding-right: 8px
}

#buddy_tabs_jobs .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:after {
    background: none !important;
}

#wrapper.jobsdesc #leftcol {
    width: 170px;
    float: left;
    height: 517px
}

#wrapper.jobsdesc #leftcol h3 {
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    background: #f1f2f2;
    padding: 8px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Arial
}

input[type="checkbox"] {
    outline: 0px;
    margin: -2px 8px 0px 14px;
    vertical-align: middle
}

#resume_main input[type="checkbox"] {
    margin: -2px 8px 0px 10px
}

#candidate_main input[type="checkbox"] {
    margin: -2px 8px 0px 7px
}

#candidate_inner_detail input[type="checkbox"] {
    margin: -2px 8px 0px 0px
}

#resume_main select, #candidate_main select {
    width: 76px
}

#resume_main .select_job, #candidate_main .select_job {
    float: left;
    margin-right: 10px;
}

#resume_main td, #candidate_main td {
    padding-bottom: 17px
}

#content_right {
    float: left;
    width: 813px; /*background: url(../images/content_shadow.png) -2px top repeat-y;*/
    border-left: 1px solid #cccccc;
}

/*roche*/
/*Roche*/
#fb_content_right {
    float: left;
    width: 813px; /*background: url(../images/content_shadow.png) -2px top repeat-y;*/
    border-left: 1px solid #cccccc;
}

#buddy_tabs-2 #content_right {
    width: 100%;
    border: none;
}

#buddy_tabs-2 #fb_content_right {
    width: 100%;
    border: none;
}

.linkin {
    margin-left: 25px;
    font-weight: bold;
    font-size: 13px;
    float: left
}

/*.linkin1{margin-left: 5px;margin-top: 5px;font-weight: bold;font-size: 13px; float : left;padding: 0px 3px 0px 0px }*/
a.email_share {
    font-size: 11px;
    font-weight: bold;
    color: #0066A7; /*background: url(../images/add_but.jpg) repeat-x left top*/;
    height: 14px;
    cursor: pointer;
}

.linkin_campaign {
    font-weight: bold;
    font-size: 13px;
    float: left;
    margin-left: -274px;
    margin-top: 13px;
}

.fb_campaign {
    margin-top: -30px;
    margin-right: -175px;
    float: right;
    width: 620px;
}

#content_top {
    background: #eaf8ff;
    padding: 10px 10px; /*margin-left:8px;*/
    border-bottom: 1px solid #e8edef;
    height: 28px;
}

/*roche*/
.green_text {
    font-weight: bold;
    font-size: 14px;
    color: #82950e
}

.noresult {
    float: left;
    padding-top: 6px;
}

.share {
    float: right
}

.grey {
    color: #444;
    font-size: 14px;
    font-weight: bold
}

#wrapper.jobsdesc .search_inner .buttonimg {
    background: url(../images/search_grey.png) 96% center no-repeat;
    cursor: pointer
}

#content_middle {
    padding-left: 8px;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*roche*/
/*Roche*/
.content_box a {
    text-decoration: none !important;
}

.content_box { /*min-height:88px;*/
    height: 115px;
    margin-bottom: 10px;
    float: left;
    width: 248px;
    border: 1px solid #fff;
    padding: 8px;
}

.sharecontain a {
    text-decoration: none !important;
}

#fbprofiledata .content_box {
    width: 224px;
    height: 90px;
}

/*roche*/

.content_box.active, .content_box:hover {
    background: #ECf5f9;
    border: 1px solid #f1f1f1;
}

.content_img {
    border: 1px solid #ccc;
    padding: 2px 2px;
    margin: 0px 6px 0px 0px;
    float: left;
    overflow: hidden;
    max-height: 80px;
}

/*roche*/
.content_img img {
    vertical-align: middle;
    width: 80px;
}

.person_name {
    color: #2477d3 !important;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}

.content_text { /*float:left;width:66%;padding-top: 10px;*/
    max-height: 68px;
    overflow: hidden;
}

/*roche*/
.person_desig {
    line-height: 18px
}

#content_top.connect {
    background: whiteSmoke !important;
    padding: 10px 10px;
    float: left;
    width: 785px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 0px 0px 10px 8px;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    height: auto
}

#wrapper.jobsdesc .button {
    padding: 4px 10px;
    background: url(../images/jobs_but.png) left top repeat-x;
    font-size: 12px;
    border-radius: 3px 3px 3px 3px;
}

/*#resume_main{background:#ecf5f9;border:1px solid #dbe0e2;padding:20px 30px;margin-bottom:20px}*/
#candidate_inner {
    background: #ecf5f9;
    margin-bottom: 20px;
    padding: 18px 0px 0px 36px;
}

#candidate_inner_detail {
    padding: 8px 30px;
}

#popup_content {
    background: #ecf5f9;
    border: 1px solid #dbe0e2;
    padding: 5px 15px;
    float: left;
    width: 100%
}

#resend_popup_content {
    background: #ecf5f9;
    border: 1px solid #dbe0e2;
    padding: 5px 15px;
    float: left;
    width: 92%
}

#popup {
    width: 600px;
    padding-left: 15px;
}

h3.popup {
    font-family: Arial;
    color: #222;
    font-size: 16px;
    clear: both;
    display: inline;
    float: left;
    padding-left: 30px;
}

#popup_content .textarea1 {
    width: 320px;
    height: 100px;
    padding: 10px
}

#popup_content .textarea {
    width: 380px;
    height: 100px;
    padding: 10px
}

#popup_share_content {
    background: #ecf5f9;
    border: 1px solid #dbe0e2;
    padding: 5px 15px;
    float: left;
    width: 100%
}

#popup_share {
    width: 600px;
    padding-left: 15px;
}

h3.popup_share {
    font-family: Arial;
    color: #222;
    font-size: 16px;
    clear: both;
    display: inline;
    float: left;
    padding-left: 30px;
}

#popup_share_content .textarea1 {
    width: 320px;
    height: 100px;
    padding: 10px
}

#popup_share_content .textarea {
    width: 360px;
    height: 50px;
    padding: 10px
}

#btnSocialShare {
    margin: 10px 10px 0px 10px;
    float: right;
}

#hidden_success_message1 {
    position: absolute;
    top: 0;
    left: 45%;
    background: white;
    -moz-border-radius: 10px;
    border: 10px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

/*input CSS*/
.inputbox1 {
    width: 482px;
    margin-bottom: 10px;
    float: left
}

.inputbox {
    background: #ffffff;
    border-radius: 5px;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
    width: 230px
}

.inputbox label {
    font-weight: normal;
    color: #121212
}

#content_right.fullwidth {
    width: 96%;
    padding-left: 20px;
    background: none;
    padding-top: 16px;
}

#fb_content_right.fullwidth {
    width: 96%;
    padding-left: 20px;
    background: none;
    padding-top: 16px;
}

.banner_review {
    border: 1px solid #ddd;
    width: 270px;
    padding: 3px;
    height: 100px;
    overflow: hidden;
    margin-top: 200px;
}

label, td { /*font-weight:bold;*/
}

.file_banner .valid_class {
    margin-top: -38px;
    margin-left: 200px;
    float: left;
}

.error_msg {
    color: #d31010;
    font-size: 11px;
    border: 0px !important;
    display: block
}

.valid_class {
    background: url(../images/green_valid.png) right -1px no-repeat;
    padding: 1px 10px;
    display: inline-block;
    margin-top: 5px;
}

#buddy_tabs-6 .error_msg {
    display: block;
}

.years_experience .error_msg {
    display: inline !important;
}

.red_cross {
    background: url(../images/error_img.png) right 0px no-repeat;
    padding: 2px 12px;
    border: 0px !important;
    display: inline-block;
    margin-top: 4px;
}

input.error, select.error, textarea.error, ul.error {
    border: 1px solid #d31010;
    background: #fdfdfd;
    color: #d31010;
    font-size: 11px
}

div.error .token-input-list-facebook {
    border: 1px solid #d31010;
}

div.error .token-input-list-facebook1 {
    border: 1px solid #d31010;
}

div.error {
    border: 1px solid #cc0000;
}

div.error #jobDescription_ifr {
    background: #f3d8d8 url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
    color: #2e2e2e;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    margin-bottom: 10px
}

.label {
    width: 150px;
    float: left
}

.blue {
    color: #0c6489;
    font-size: 16px
}

.red {
    color: #d31010
}

.button_green_disabled {
    padding: 5px 8px;
    background-color: #cccccc;
    border: 1px solid #9CA681;
    border-radius: 3px;
    color: #121212;
    font-size: 12px;
    /*text-shadow: none;*/
    margin-right: 10px;
}

.button_green_disabled:hover {
    background-color: #cccccc;
}

.button_green {
    padding: 5px 8px;
    background-color: #cde258;
    border: 1px solid #9CA681;
    border-radius: 3px;
    color: #121212;
    font-size: 12px;
    /*text-shadow: none;*/
    margin-right: 10px;
}

.button_green:hover {
    background-color: #d5ee4b;
}

/*success popup*/
#form_submit_success {
    background: #F9FEDD url(../images/awsome_bg.png) 15px 0px no-repeat;
    padding: 10px 30px 0;
}

#form_submit_success ul {
    list-style: none;
    margin: 0;
    padding: 0px 10px 10px 35px;
}

#form_submit_success ul li {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    width: 400px;
}
#form_submit_success.form_submit_sucess_medal ul li{
    width:auto;
}
.ui-dialog.resume_success .button {
    border: 0;
    background: #57C2F3;
    font-size: 14px;
    font-weight: bold;
    float: none;
    text-shadow: none;
    color: white;
    padding: 5px 10px;
}

.ui-dialog.resume_success .ui-dialog-titlebar {
    background: #F9FEDD;
    margin: 0;
    padding: 1px 0 0;
}

.ui-dialog.resume_success .ui-dialog-title {
    font-size: 14px;
    color: #00A2FF;
    padding-left: 67px;
}

.ui-dialog.resume_success .ui-dialog-titlebar-close {
    top: 4px;
    right: 5px;
}

.ui-dialog.resume_success .buttonwrap {
    background: #F9FEDD;
    text-align: center;
}

.ui-dialog.resume_success .ui-resizable-handle {
    display: none;
    width: 0;
    height: 0;
}

/*popup css*/
.ui-dialog {
    position: fixed;
    padding: 0;
    width: 300px; /*overflow: hidden;*/
    background: #fff;

    background: white;

    -moz-border-radius: 10px;
    border: 10px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    /*top:10%!important*/
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ui-dialog .ui-dialog-title {
    margin: 5px 0 0;
    font-family: Arial;
    color: #222;
    font-size: 16px;
    clear: both;
    display: inline;
    float: left;
    padding-left: 16px;
    font-weight: bold;
}

.disconnectSMDlg a.ui-dialog-titlebar-close.ui-corner-all {
    right: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 16px;
    top: 0;
    width: 15px;
    margin: 0;
    padding: 0;
    height: 15px;
    background: url(../images/close_box.png) 0 0 no-repeat;
    z-index: 9999;
    text-indent: -9999px;
    border: 1px solid transparent
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    overflow: auto;
    zoom: 1;
    clear: both
}

.ui-dialog .ui-dialog-buttonpane
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    background: #000000;
    opacity: .7;
    filter: Alpha(Opacity=70);
}

/*rating css*/

.itemRatingBlock {
    padding: 1px 0 0;
}

.itemRatingBlock, .itemRatingForm {
    display: block;
    vertical-align: middle;
    float: left;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
    background: url(../images/transparent_star.png) left -9999em repeat-x;
}

.itemRatingList {
    position: relative;
    float: left;
    width: 85px;
    height: 17px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.itemRatingList li {
    display: inline;
    background: none;
    padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999em;
    height: 17px;
    line-height: 17px;
    outline: none;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.itemRatingList a:hover {
    background-position: left bottom;
}

.itemRatingList a.one-star {
    width: 17px;
    z-index: 6;
}

.itemRatingList a.two-stars {
    width: 34px;
    z-index: 5;
}

.itemRatingList a.three-stars {
    width: 51px;
    z-index: 4;
}

.itemRatingList a.four-stars {
    width: 68px;
    z-index: 3;
}

.itemRatingList a.five-stars {
    width: 85px;
    z-index: 2;
}

.itemRatingList .itemCurrentRating {
    z-index: 1;
    background-position: 0 center;
    margin: 0;
    padding: 0;
}

span.siteRoot {
    display: none;
}

ul.itemRatingList {
    margin-top: 2px !important;
}

ul.itemRatingList li {
    background: none;
}

/*Candidate list Css*/
#search_top {
    padding-top: 19px
}

.cand_list #buddy_tabs_candlist ul, .cand_list #buddy_tabs_canddesc ul {
    padding-left: 10px;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.cand_list .ui-tabs-panel, .cand_desc .ui-tabs-panel {
    width: 100%;
    margin-bottom: 1em;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0;
    background: #fff;
    float: left
}

.cand_list #buddy_tabs-2, .cand_list #buddy_tabs-1 {
    float: left;
    border-top: 1px solid #CCC !important;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    min-height: 250px;
}

.cand_list #buddy_tabs_candlist .ui-tabs-panel {
    padding: 8px;
    border-top: 1px solid #CCC !Important;
    width: 995px;
}

.cand_list #buddy_tabs_canddesc .ui-tabs-panel {
    padding: 0px;
    border-top: 1px solid #CCC !Important;
    width: 100%;
    margin-bottom: 0
}

.cand_list .num_2 {
    font-size: 14px;
    color: #3b3b3b !important; /* width: auto; */
    float: left;
    text-align: center;
    line-height: 10px;
    margin-top: 10px;
    padding-bottom: 1px;
}

.cand_list .num_1 {
    font-size: 14px
}

.num_2.red {
    color: #7e0a0a !important
}

.cand_list #buddy_tabs_candlist .ui-tabs-nav li a, .cand_list #buddy_tabs_canddesc .ui-tabs-nav li a {
    padding: 0px 10px !important
}

.yesnohold img {
    margin: 0
}

a.inv_colleage {
    font-size: 11px;
    font-weight: bold;
    color: #0066A7;
    background: url(../images/add_but.jpg) repeat-x left top;
    padding: 5px 7px;
    float: none;
    text-decoration: none;
    border: 1px solid #c9d0d3;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.yesnohold {
    width: 380px;
    display: none;
    top: 2px; /* left: 500px; */
    position: absolute;
}

.yesnohold a {
    float: left;
    margin-right: 3px
}

.sel_status select {
    position: absolute;
    left: 206px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 14px;
}

#buddy_tabs_candlist #container {
    position: relative
}

.ui-tooltip {
    background: url(../images/callout_cand.png) no-repeat center top;
    position: absolute;
    z-index: 9999;
    min-width: 42px;
    max-width: 275px;
    padding: 4px 10px;
    box-shadow: none;
    border: none;
}

.ui-tooltip1 {
    background: url(../images/large-callout.png) no-repeat center top;
    position: absolute;
    z-index: 9999;
    min-width: 42px;
    max-width: 275px;
    padding: 4px 10px;
    box-shadow: none;
    border: none;
}

.ui-tooltip2 {
    background: url(../images/learn-more.png) no-repeat center top;
    position: absolute;
    z-index: 9999;
    min-width: 42px;
    max-width: 275px;
    padding: 4px 10px;
    box-shadow: none;
    border: none;
}

.ui-tooltip3 {
    background: url(../images/large-callout-info.png) no-repeat center top;
    position: absolute;
    z-index: 9999;
    min-width: 42px;
    max-width: 275px;
    padding: 4px 10px;
    box-shadow: none;
    border: none;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}

.ui-tooltip-content {
    color: #5D6A17;
    padding: 8px;
    font-weight: bold;
}

.ui-tooltip-content1 {
    color: #5D6A17;
    padding: 8px;
    padding-top: 29px;
    font-weight: bold;
}

/*Referrals tabs Css*/
#wrapper.referrals #buddy_tabs_referrals ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

#wrapper.referrals .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active, .cand_list .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#wrapper.referrals #buddy_tabs_referrals .ui-tabs-nav li, .cand_list #buddy_tabs_candlist .ui-tabs-nav li, .cand_list #buddy_tabs_canddesc .ui-tabs-nav li {
    margin: 0;
    float: left;
    padding: 0px;
    background: none;
    outline: none;
    margin-right: 3px;
}

#wrapper.referrals #buddy_tabs_referrals .ui-tabs-nav li a, .cand_list #buddy_tabs_candlist .ui-tabs-nav li a, .cand_list #buddy_tabs_canddesc .ui-tabs-nav li a {
    text-decoration: none;
    float: left;
    line-height: 30px;
    position: relative;
    z-index: 1;
    padding: 12px 0px 0px 14px; /*4px 7px;*/
    border: 1px solid #ccc;
    border-bottom: 0;
  /*  background: white url(../images/tab_back.jpg) top left repeat-x;*/
    color: #333 !important;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    min-width: 72px;
    max-width: 72px;
    background-color: #f0f0f0;
    min-height: 37px;/*41px*/
}

#wrapper.referrals #buddy_tabs_referrals .ui-tabs-nav li a {
    width: 119px;
}

#wrapper.referrals #buddy_tabs_referrals .ui-tabs-nav li.upload_res a {
    background: white url(../images/upload_resume_bg.jpg) top left repeat-x;
}

#wrapper.referrals .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a, .cand_list .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    background-image: url(../images/tab_selected.jpg) !important;
    border-bottom-color: white !important;
    position: relative;
    top: 1px;
}

#wrapper.referrals .ui-tabs-panel {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1em;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0;
    background: #fff;
    float: left;
}

#wrapper.referrals #buddy_tabs_referrals .ui-tabs-panel {
    padding: 8px;
}

#wrapper.referrals #buddy_tabs_referrals ul img, .cand_list #buddy_tabs_candlist ul img, .cand_list #buddy_tabs_canddesc ul img {
    border: 0px;
    vertical-align: middle;
    padding-right: 8px;
}

#buddy_tabs_referrals .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:after, #buddy_tabs_candlist .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:after, #buddy_tabs_canddesc .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active:after {
    background: none !important;
}

#wrapper.referrals #contentarea {
    width: 94%
}

.num_2 {
    width: 70px;
    /*float: right;*/
    line-height: 14px;
    color: #181c1d;
    font-size: 11px;
    text-decoration: none;
}

#wrapper.referrals #upload_resume {
    width: auto;
    margin-top: 12px;
    position: relative;
}

#wrapper.referrals a.tooltip span {
    right: 0;
    bottom: 25px;
}

#wrapper.referrals .callout {
    top: 37px;
    right: 53px;
}

#link_table input[type="checkbox"] {
    padding: 0;
    margin: 0;
}

#wrapper.referrals .contest_right {
    margin-right: 0px;
}

table.display {
    /*width: 100% !important;*/
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    moz-border-radius: 3px;
    float: left;
    margin: 8px 0px;
}
table.fullwidth-table.display{
    width: 100% !important;
}
table.display th { /*background:url(../images/table_th.jpg) top left repeat-x;*/
    font-weight: 500;
    padding: 10px;
    text-align: left;
    background: #efefef
}

table.display td {
    border: 0px;
    font-weight: normal;
    padding: 12px;
}

table.display img {
    margin: 0
}

table.display th.ref_id {
    width: 30px !important;
    text-align: center
}

table.display th.ref_date {
    width: 90px !important;
    text-align: center
}

table.display th.ref_for {
    width: 105px !important;
}

table.display .action_button {
    background: url(../images/action_but.jpg) left center repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    moz-border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #005e8f;
    text-decoration: none
}




/**************************************/
table.tbUserList {
    width: 100%;
    /*border: 1px solid #ccc;*/
    font-size: 13px;
    /*border-radius: 3px;
    -webkit-border-radius: 3px;
    moz-border-radius: 3px;*/
    float: left;
    margin: 8px 0px;
}

.dataTables_scroll{
    /*border-left: 1px solid red;
    border-right: 1px solid red;*/
    /*margin-top: 8px;*/
    /*outline-offset: -3px;*/
    margin: 8px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    moz-border-radius: 3px;

}

.dataTables_scrollHead .tbUserList{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    margin: 0;
}

.dataTables_scrollBody .tbUserList{
    border-top: none;
    margin: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.tbUserList th { /*background:url(../images/table_th.jpg) top left repeat-x;*/
    font-weight: 500;
    padding: 12px;
    text-align: left;
    background: #efefef;
}

table.tbUserList thead tr th:first-child{
    width: 16px !important;
}

/*width for individual columns*/

table.tbUserList thead tr th:nth-child(2),
table.tbUserList thead tr th:nth-child(3),
table.tbUserList thead tr th:nth-child(n+5):nth-child(-n+10){
    width: 135px;
}

table.tbUserList thead tr th:nth-child(4),
table.tbUserList thead tr th:nth-child(n+11){
    width: 135px;
}

table.tbUserList tbody tr td:nth-child(2) div,
table.tbUserList tbody tr td:nth-child(3) div,
table.tbUserList tbody tr td:nth-child(n+5):nth-child(-n+10) div{
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


table.tbUserList tbody tr td:nth-child(4) div,
table.tbUserList tbody tr td:nth-child(n+11) div {
    max-width: 135px;
}


table.tbUserList td {
    border: 0px;
    font-weight: normal;
    padding: 12px;
}

table.tbUserList td:nth-child(2) div,
table.tbUserList td:nth-child(13) div,
table.tbUserList td:nth-child(14) div{
    text-decoration: none;
    color: #0066A7;
    cursor: pointer;
}

table.tbUserList td:nth-child(2) div:hover,
table.tbUserList td:nth-child(13) div:hover,
table.tbUserList td:nth-child(14) div:hover{
    text-decoration: underline;
}

table.tbUserList img {
    margin: 0
}

table.tbUserList th.ref_id {
    width: 20px !important;
    text-align: center
}

table.tbUserList th.ref_for {
    width: 105px !important;
}

table.tbUserList .action_button {
    background: url(../images/action_but.jpg) left center repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    moz-border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #005e8f;
    text-decoration: none
}


.fixForSearchBox .search_job{
    margin-top: -35px !important;
}

/**************************************/




.light_blue, .odd {
    background: #ecf9ff
}

.even.highlight, .odd.highlight {
    background: #EEF7B9
}

#contest_hot {
    margin-top: 20px;
}

#contest_hot h3 {
    background: url(../images/content_hot.png) left -2px no-repeat;
    padding: 0px 0px 6px 20px;
    border-bottom: 1px solid #ddd;
}

#share {
    background: #ffffff;
    width: 100%; /* height:22px; */
    padding: 8px;
}

#candmessage {
    background: url(../images/share_bac.png) repeat left center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 100%;
    float: left;
}

#candmessage {
    padding: 0px;
    width: 250px;
    border: 1px solid #cadcb9;
    margin-left: 10px;
    height: 125px;
    border-radius: 8px;
}

#share td {
    font-weight: normal;
    padding: 4px 0;
}

#share p {
    color: #2d4f6a;
    clear: both;
    padding-bottom: 12px
}

#referal_box h3 {
    background: none;
    padding: 0px 0px 0px 0px;
    color: #006ed5;
    border-bottom: 0px;
}

#referal_box {
    float: left;
    padding-bottom: 20px;
    clear: both;
    width: 260px;
}

.meter_value_blue {
    background: #0096e0;
    height: 12px;
    float: left
}

.metervalue {
    width: 140px;
    float: left
}

.meter_reading_blue {
    font-weight: bold;
    color: #33373b;
    padding-left: 10px;
}

.share_text {
    float: left;
    width: 65px;
}

#referal_box ul {
    width: 80%;
    float: left;
    padding-bottom: 5px
}

.dataTables_info {
    font-size: 12px;
    float: left;
    padding: 10px;
}

.dataTables_length {
    float: left;
    font-size: 12px
}

.dataTables_paginate {
    float: right;
    font-size: 12px;
    cursor: pointer;
    padding: 10px;
}

.dataTables_paginate a {
    padding: 4px 10px;
    color: #000;
    margin-right: 4px;
    line-height: 20px;
}

.dataTables_paginate a:hover {
    background: #ccc
}

.dataTables_empty {
    color: #007CD2;
    font-weight: bold
}

.even {
    background: #fff
}

.paginate_button {
    background: #cde257;
}

.paginate_button_disabled {
    background: #EFEFEF;
}

.paginate_active {
    background: #CCC;
}

.candNext {
    background: url(../images/pagination.png) no-repeat -41px -41px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
}

/* .next { background:url(../images/pagination.png) no-repeat -41px -41px; width:40px;cursor:pointer;display: inline-block;
height: 32px;}
.last{background:none!important;} */
/*Help Page Css*/
/*accordian Layout Css*/

#accordion .ui-state-default .ui-icon {
    background: url(../images/plus_open_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion .ui-accordion-header-active {
    background: #d0ecf8;
    border: 1px solid #d0ecf8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion .ui-widget-content {
    border: 1px solid #d0ecf8;
    background: #ecf5f9;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 12px;
}

#accordion .ui-state-active .ui-icon {
    background: url(../images/plus_close_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion h3 {
    color: #2D2D2D !important;
    font-size: 14px !important;
    font-family: Arial !important
}

#accordion .ui-state-default {
    background: #f8f8f8;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion .ui-widget {
    font-family: Arial !important;
    font-size: 12px !Important
}

#accordion1 .ui-state-default .ui-icon {
    background: url(../images/plus_open_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion1 .ui-accordion-header-active {
    background: #d0ecf8;
    border: 1px solid #d0ecf8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion1 .ui-widget-content {
    border: 1px solid #d0ecf8;
    background: #ecf5f9;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 12px;
}

#accordion1 .ui-state-active .ui-icon {
    background: url(../images/plus_close_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion1 h3 {
    color: #2D2D2D !important;
    font-size: 14px !important;
    font-family: Arial !important
}

#accordion1 .ui-state-default {
    background: #f8f8f8;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion1 .ui-widget {
    font-family: Arial !important;
    font-size: 12px !Important
}

#accordion2 .ui-state-default .ui-icon {
    background: url(../images/plus_open_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion2 .ui-accordion-header-active {
    background: #d0ecf8;
    border: 1px solid #d0ecf8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion2 .ui-widget-content {
    border: 1px solid #d0ecf8;
    background: #ecf5f9;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 12px;
}

#accordion2 .ui-state-active .ui-icon {
    background: url(../images/plus_close_icon.png) left -2px no-repeat;
    padding: 3px;
}

#accordion2 h3 {
    color: #2D2D2D !important;
    font-size: 14px !important;
    font-family: Arial !important
}

#accordion2 .ui-state-default {
    background: #f8f8f8;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

#accordion2 .ui-widget {
    font-family: Arial !important;
    font-size: 12px !Important
}

#wrapper.fullwidth #contentarea .heading h2 {
}

#wrapper.fullwidth h3 {
    color: #121212;
    font-size: 16px;
}

/* #wrapper.jobsdesc.fullwidth h3{padding-left:5px} */
.ui-accordion-header {
    width: 935px
}

.ui-accordion-content {
    width: 920px
}

#wrapper.fullwidth #reward_earn {
    background: none !important
}

#wrapper.rewards #rewards {
    background: #F7FEF1;
    float: left;
    width: 100%;
}

#wrapper.rewards .box_middle {
    float: left;
    width: 250px;
    background: url(../images/rewards_line.png) right center no-repeat;
    min-height: 84px;
}

#wrapper.rewards .box_middle img {
    float: left;
    padding-right: 10px;
}

#wrapper.rewards .first {
    padding-top: 5px !important
}

#wrapper.rewards #reward_earn {
    padding-top: 20px
}

/*#wrapper.rewards .round_num {background: url(../images/strike_tick.png) no-repeat left -4px;}*/
#wrapper.rewards .box_middle {
    border-bottom: 0px
}

#wrapper.rewards #contentarea_main {
    min-height: 170px;
    background: #fff !important
}

#wrapper.rewards .arrow {
    background: none
}

#wrapper.rewards .subheading {
    padding: 12px 10px;
}

#wrapper.rewards .subheading h2 {
    font-size: 18px;
    padding-left: 10px
}

#wrapper.rewards #leftcol {
    width: 287px;
    border: 1px solid #ddd;
    background: #ffffff
}

#wrapper.rewards #bottomposition {
    width: 702px;
    float: right;
    padding: 0px 0px 10px 0px;
    margin-left: 5px;
    margin-bottom: 10px
}

#wrapper.rewards #area {
    margin: 0px
}

#wrapper.rewards #contentarea {
    width: auto;
    padding: 0px
}

#wrapper.rewards #content_top {
    margin-left: 0px
}

#leftinner {
    padding: 0px 0px 10px 10px;
}

#wrapper.rewards #goal h4 {
    background: url(../images/rewards_goal_img.png) left center no-repeat;
    padding: 2px 27px;
}

#goal h4, .goal_complete h4 {
    font-size: 14px;
}

#wrapper.rewards #middleposition {
    background: #f1faff; /*padding: 0px 45px 10px 22px*/
    width: 248px;
    margin: 0px 8px 0px 0px;
}

.bold {
    font-weight: bold
}

h5 {
    color: #036998;
    font-size: 13px;
    font-weight: bold
}

.goal_complete {
    background: none !important;
    padding: 0px 0px 10px 5px !important;
}

.goal_complete .no_strike {
    font-size: 12px;
    line-height: 20px
}

#wrapper.rewards #area .meter {
    width: 662px !important;
    font-weight: bold;
}

#wrapper.rewards #area .meter_value {
    background: url(../images/meter_blue_bg.jpg) 0 0 repeat-x;
    border-right: 1px solid #00a2f6
}

.reward_box {
    width: 145px;
    border: 1px solid #ddd;
    height: 196px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 14px 11px 10px 12px;
    float: left;
}

.reward_image {
    height: 50px;
    text-align: center;
    padding: 9px 0px;
    margin-bottom: 15px;
}

.reward_desc {
    background: #e4f4fc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px;
    text-align: center;
    min-height: 109px;
    padding: 1px 10px;
    font-size: 11px;
    color: #414141;
    overflow: hidden
}

#wrapper.rewards #content_top {
    height: 36px
}

#wrapper.rewards {
    background: none
}

#wrapper.rewards #area_inner {
    background: url(../images/left_img.jpg) repeat left top;
    float: left;
    padding: 0px 9px;
}

#middleposition h5 {
    padding: 0px;
    margin: 10px 5px
}

#wrapper.rewards .points {
    font-size: 16px
}

.breadcrumb_active {
    text-decoration: underline !important
}

.heading_text {
    padding: 0px 10px
}

.exp_text {
    padding: 7px 2px
}

#wrapper {
    background: #fff url(../images/right_bac.jpg) repeat-y right top;
    float: left; /* padding-bottom:10px; */
}

#wrapper.rewards .round_num {
    width: 14px
}

/* contest Page Css*/
#contest_banner {
    float: left;
    width: 710px;
    height: 200px
}

.contest_time {
    float: right;
    width: 235px;
    background: #f5fbf0;
    padding: 18px 16px 0px 14px;
    height: 182px
}

#contest_detail {
    padding: 0px 0px 0px 42px;
}

#wrapper.fullwidth.contest #middlerow {
    margin-bottom: 0px
}

#wrapper.fullwidth.contest .button {
    float: none;
    padding: 6px 17px;
    font-size: 18px;
    text-shadow: 2px 1px #C3DA5F;
    font-weight: normal;
    margin-left: 12px;
}

#addbutton {
    float: left;
    margin: 7px 0px 0px 0px;
}

.delete {
    background: url(../images/delete_img.png) no-repeat left center;
    padding-left: 20px;
}

.pause_red {
    background: url(../images/pause_red.png) no-repeat left center;
    padding-left: 15px;
    color: #961515 !Important
}

.enter_button {
    margin-top: 14px;
}

#wrapper.fullwidth.contest #contest_detail .points {
    font-size: 18px;
}

#wrapper.fullwidth.contest .time .days {
    padding-right: 8px;
}

/*.subheading.contest_desc{padding-bottom:0px}*/

#wrapper.fullwidth.contest h3 {
    margin-bottom: 0px
}

#wrapper.fullwidth.contest #contest_banner {
    margin-bottom: 14px
}

.contest_time.bluerow {
    background: #e7f6fe
}

.contest_time.greyrow {
    background: #eeefef
}

p.no_strike {
    padding: 2px 0px;
    text-align: center;
    font-size: 12px
}

p.no_strike {
    background-position: 40% -1px
}

#wrapper.fullwidth.contest .button_green {
    float: none
}

.job_posted {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #5f5f5f;
    font-family: Arial;
    padding-left: 10px
}

#wrapper.candidate #rightside .box_middle {
    border-bottom: 0px
}

#wrapper.candidate #rightside .opening {
    border-right: 0px
}

.candidate #rightside li {
    margin-right: 5px;
}

.candidate .box_middle {
    font-size: 12px !important;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    font-weight: normal;
}

.candidate .box_middle .opening {
    border-right: 2px solid #DDD;
    padding-right: 7px;
}

.quick_button a {
    font-size: 18px
}

.candidate #job_desc {
    width: 738px;
    border-bottom: 1px solid #ddd;
}

.quick_button {
    float: right;
    margin-top: 26px;
    margin-right: 30px;
}

.candidate #job_desc .box_middle {
    float: left;
    width: 60%;
    border-bottom: 0px;
    padding-left: 15px;
}

.share_arrow {
    background: url(../images/share_arrow.png) no-repeat left center;
    width: 79px;
    height: 16px;
    float: left;
    margin: -14px 0 0 20px;
}

/*candidate Fill Details Page */

#login_button input {
    background: #35acea;
}

#signup input {
    background: #a4be00;
}

#header .login_header {
    width: 252px !important
}

#login_button input, #signup input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    outline: 0px;
    padding: 5px 23px;
    font-family: Georgia;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    font-weight: bold
}

#login_button, #signup {
    margin-top: 19px;
    float: left
}

#login_button {
    background: url(../images/login_border.png) no-repeat right center;
    padding-right: 20px
}

#headerright
#signup {
    padding-left: 10px
}

.breadcrumb.back {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px !important;
}

#breadcrumb_main {
    width: 96%;
    margin: 0px auto;
}

.candidate_detail .blue {
    font-size: 13px;
    padding-left: 10px
}

.warning_msg {
    background: #fffcdd;
    border: 1px solid #ffda9a;
    color: #b95b00;
    padding-left: 15px;
    width: 100%
}

.round_warning {
    background: url(../images/warning.png) no-repeat left center;
    padding: 17px 18px;
    font-size: 13px
}

#form_error_msg {
    border: 1px solid #f38686;
    color: #d31010 !important;
    font-weight: normal;
    width: 692px;
    margin: 15px auto;
    background: #EDB4B4 url(../images/unsuccess.png) no-repeat 13px center;
    padding: 10px 40px;
    font-size: 14px
}

.round_error {
    background: url(../images/unsuccess.png) no-repeat left center;
    padding: 20px 15px;
}

.round_success {
    background: url(../images/strike_tick.png) no-repeat left center;
    padding: 20px 15px;
}

.succeful_msg {
    padding-left: 20px;
    width: 100%;
    color: #2e3003;
    font-weight: normal;
    background: #e4f2b9;
    border: 1px solid #c0de66
}

.terms {
    font-weight: normal
}

.terms .blue {
    font-weight: bold;
    font-size: 12px;
    color: #005884;
    padding-left: 0px
}

#signup input {
    padding: 5px 17px
}

.candidate_detail #contentarea {
    width: 93% !important;
    padding: 0px 0px 10px 12px !important;
}

.candidate_detail #content_right, .contest_create #content_right {
    width: 100% !important;
    padding-left: 0px !important
}

.candidate_detail h2 {
    margin: 16px 0px 5px 11px;
}

#candidate_main {
    margin-top: 11px
}

.candidate .box_middle h3 {
    font-size: 18px !important;
}

.file_size {
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    clear: both
}

.upload_resume {
    padding-bottom: 0px !important
}

.no_border {
    border-bottom: 0px !important
}

#defaultCountdown, #defaultCountdown1, #defaultCountdown_contest, #defaultCountdown_contest1 {
    float: left;
    width: 100%;
}

.enter_text {
    padding-top: 2px;
    clear: both
}

#reward_earn_contest .points .countdown_amount, #reward_earn_contest .points .countdown_amount1 {
    font-size: 21px !important;
    min-height: 40px
}

.countdown_time {
    height: 40px
}

.style1 {
    color: #ECE9D8
}

.cont_desc {
    background: url(../images/cont_rightbg.png) repeat-y right top;
    float: left;
    border-top: 1px solid #E2E7EA;
    width: 100%;
    font-size: 12px;
    font-weight: normal
}

.cont_left {
    float: left;
    width: 580px
}

.cont_right {
    float: left;
    width: 434px;
    box-shadow: inset 2px 0px 3px -1px #CCC;
    -moz-box-shadow: inset 2px 0px 3px -1px #CCC;
    -webkit-box-shadow: inset 2px 0px 3px -1px #CCC;
    min-height: 756px
}

.no_box_shadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.desc_righttop {
    background: #f8f8f8 url(../images/grey_divider.png) repeat-y left top;
    padding: 20px 20px 0;
}

.cont_rightbot {
    margin-top: -10px
}

.cont_desc h3 {
    font-size: 15px;
    font-weight: bold;
    color: #1d1d1d;
    border-bottom: 1px solid #e2e7ea;
    line-height: 25px;
}

.desc_title {
    background: #f1faff;
    padding: 0 15px 15px;
    line-height: 20px;
}

.desc_title a {
    color: #01679a;
    text-decoration: underline
}

.cont_desc td {
    font-weight: normal
}

.desc_title a.inv_colleage {
    font-size: 11px;
    font-weight: bold;
    color: #0066A7;
    background: url(../images/inv_colleage.jpg) no-repeat left top;
    padding: 3px 11px 4px;
    float: left;
    text-decoration: none;
}

.add_button {
    font-size: 11px;
    font-weight: bold;
    color: #0066A7;
    background: url(../images/add_but.jpg) repeat-x left top;
    padding: 6px 7px;
    float: none;
    text-decoration: none;
    border: 1px solid #c9d0d3;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.add_button a {
    text-decoration: none;
}

.plus {
    background: url(../images/plus_sign.png) no-repeat left center;
    padding-left: 15px;
}

.pause {
    background: url(../images/pause_img.png) no-repeat left center;
    padding-left: 15px;
}

.archive {
    background: url(../images/archive_img.png) no-repeat left center;
    padding-left: 15px;
}

.declare_res {
    background: url(../images/declare_res.png) no-repeat left 0px;
    padding-left: 15px;
}

.link {
    background: url(../images/link_img.png) no-repeat left 0px;
    padding-left: 14px;
}

.edit {
    background: url(../images/edit_img.png) no-repeat left 0px;
    padding-left: 20px;
}

.declare {
    background: url(../images/declare_img.png) no-repeat left 0px;
    padding-left: 25px;
}

.cont_desc h4 {
    font-size: 14px;
    background: whiteSmoke;
    padding: 10px 15px;
    margin: 2px 0
}

.desc_text {
    padding: 10px 15px 15px
}

.yesnohold_desc {
    float: right;
    background: #F7F7F7;
    padding: 10px 10px;
    margin-right: 30px;
    border: 1px solid #D7D7D7;
    width: 195px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0px 6px 6px -3px #DDD;
    -moz-box-shadow: 0px 6px 6px -3px #DDD;
    -webkit-box-shadow: 0px 6px 6px -3px #DDD;
}

.bcklist {
    color: #006fd8;
    font-size: 12px;
    padding: 15px;
    display: block;
}

.textcls {
    background: #eaf8ff;
    padding: 5px;
    border: 1px solid #DEDEDE;
    margin: 0 5px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left
}

.textcls textarea {
    border: 1px solid #C9E2EE;
    width: 408px;
    margin: 0 0 5px;
    font-family: arial;
    color: #7F7F7F;
    font-size: 11px;
}

.desc_rightbox {
    clear: both;
    margin: 5px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: white;
}

.desc_rightbox .title {
    background: #F8F8F8;
    padding: 10px 15px;
}

.bubble {
    font-size: 15px;
    font-weight: bold;
    font-family: Georgia;
    background: url(../images/speech_bubble.png) no-repeat left top;
    padding: 0px 35px 9px 0px;
}

.prev {
    background: url(../images/pagination.png) no-repeat left -41px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
}

.prev.disabled {
    background: url(../images/pagination.png) no-repeat left -9px
}

.next.disabled {
    background: url(../images/pagination.png) no-repeat -41px -9px
}

.candNext.disabled {
    background: url(../images/pagination.png) no-repeat -41px -9px
}

.button_green.noflt {
    float: none
}

#table_container {
    width: 988px;
    float: left
}

#table_container th {
    text-align: center;
    font-weight: 500;
}

#table_container td {
    text-align: center
}

.fullwidthblue #table_container td {
    text-align: left;
}

.contest .fullwidthblue #table_container td {
    text-align: left;
}

.campaign-dashboard .fullwidthblue #table_container td {
    text-align: center;
}

.display.contest td, .display.contest th {
    text-align: left;
    font-weight: bold;
}

.display.contest
.notes {
    background: url(../images/note_bg.png) no-repeat 50% 50%
}

.green_round {
    background: url(../images/green_round.png) no-repeat 50% 50%
}

.orange_round {
    background: url(../images/orange_round.png) no-repeat 50% 50%
}

.yellow_round {
    background: url(../images/yellow_round.png) no-repeat 50% 50%
}

.select_job_contest {
    display: none
}

.green_bg {
    background: url(../images/contest_details_img.png) no-repeat 50% 50%;
    padding: 12px;
    vertical-align: middle;
}

.green_bg img {
    vertical-align: middle;
}

#steps li {
    float: left;
    list-style-type: none;
    margin-right: 43px;
    text-align: center
}

#steps {
    clear: both;
    padding: 0px 13px;
    margin: 0px
}

#steps li a {
    text-decoration: none;
    color: #707070;
    font-weight: bold;
    font-size: 12px
}

.grey_bg.job {
    background: url(../images/add_jobs_img.png) no-repeat 50% 50%;
    padding: 12px 13px;
    vertical-align: middle;
}

.grey_bg.publish {
    background: url(../images/publish_icon_img.png) no-repeat 50% 50%;
    padding: 12px 13px;
    vertical-align: middle;
    color: #0A60B0;
}

.active_green {
    color: #0A60B0 !important;
    font-weight: bold;
}

#table_create {
    margin-top: 26px
}

.add_button.cancel {
    color: #121212 !important
}

.inputbox.contest {
    width: 460px;
    float: left
}

.save_cancel a {
    text-decoration: none
}

.create_contest label { /*padding-top:7px*/
    padding-right: 7px;
}

.label_nowidth, .label_date {
    width: auto !important;
}

.label_nowidth {
    margin-right: 8px
}

.label_date {
    padding-right: 14px;
    padding-top: 8px;
}

#candidate_main .create_contest {
    margin-top: 8px !important;
    margin-left: 10px !important;
}

.create_contest td {
    padding-bottom: 12px !important;
}

.create_contest #candidate_inner {
    padding: 33px 15px 0px 20px !important;
}

.top_text {
    margin-top: -12px
}

.contest_create #contentarea {
    padding: 0px 0px 0px 6px !important;
}

.contest_create h2 {
    margin: 11px 0px 5px 11px;
}

/*.contest .subheading{padding-bottom:0px!important}*/
.create_contest {
    margin-top: 8px !important;
    margin-left: 10px;
}

#wrapper.fullwidth.contest_create #contentarea {
    width: 994px !important
}

.contest_rule {
    padding-top: 5px
}

.save_cancel {
    padding: 10px 0 20px
}

.save_cancel .button_green {
    margin-right: 10px
}

.start_date {
    width: 238px
}

.display a {
    color: #0066A7;
    text-decoration: none
}

.display a:hover {
    text-decoration: underline
}

.hot_jobs {
    background: url(../images/content_hot.png) 50% 50% no-repeat;
}

#table_container.table_left td, #table_container.table_left th {
}

.datatable tr > td:first-child + td + td + td {
    text-align: left !important
}

.table_left {
    width: 963px !Important;
}

#success_contest {
    width: 961px;
    float: left;
    margin-left: 11px;
    font-size: 15px;
    margin-top: 15px
}

#success_contest p {
    font-weight: bold;
    line-height: 4px;
}

#success_contest .round_success {
    background: url(../images/dark_roundgreen.png) no-repeat 0 0;
    float: left;
    padding: 11px 15px !important
}

#success_contest .succeful_msg {
    padding-left: 8px
}

.contest_create .succeful_msg {
    padding: 6px 0px 4px 0px;
    float: left;
    font-weight: bold
}

/* publish Page*/
.create_contest.publish {
    width: 958px !important;
    margin-top: 2px !important
}

#wrapper.fullwidth .create_contest.publish #contentarea {
    width: 722px !important;
    float: left;
    background: white;
}

#wrapper.fullwidth .create_contest.publish #rightside {
    width: 212px
}

.create_contest.publish .box {
    margin: 0 12px 24px 0 !important
}

.create_contest.publish h2 {
    margin: 0px
}

.create_contest.publish .subheading {
    padding-bottom: 0px;
    margin-top: 10px
}

.create_contest.publish #rightside {
}

.create_contest.publish #more_opening {
    width: 95% !important
}

.jobs.fullwidth .save_cancel {
    margin-left: 8px
}

.contest .fullwidthblue {
    overflow: hidden !important
}

.innr_blue {
    width: 800px;
    margin: 0 auto
}

/*contest performance page css*/
#job_desc .add_button {
    float: none
}

#job_desc .help_open {
    margin-right: 15px
}

.export {
    color: #106397;
    font-size: 11px;
    text-align: center
}

#contest_performance #submenu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 20px;
    margin-top: 15px;
    min-width: 112px;
    padding: 0;
}

#contest_performance {
    width: 780px;
    float: left;
}

#job_desc .help_open {
    color: #205e89;
    font-size: 9px;
    border: 0px;
    font-weight: bold;
    padding: 3px 9px;
}

.num_grey {
    color: #808080 !important;
    font-size: 18px;
    font-weight: normal !important
}

#contest_performance .num_1 {
    font-weight: normal !important;
}

.candidate_chart {
    background: #eaf5f7;
    width: 306px;
    padding: 5px;
    margin-right: 3px;
    float: left;
    padding: 12px;
    height: 261px
}

#candidate_source {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: normal
}

#candidate_source h2 {
    font-size: 14px;
    float: left
}

.candidate_link {
    float: left;
    margin: 12px 0PX;
    padding: 0px;
    list-style-type: none;
    font-size: 11px
}

.per_click {
    background: url(../images/green_square.jpg) no-repeat left center;
}

.per_response {
    background: url(../images/blue_square.jpg) no-repeat left center;
}

.candidate_link li {
    float: left;
    padding-left: 16px;
    margin-right: 0px;
    margin-left: 12px;
}

#candidate_rewards {
    width: 410px;
    float: left;
    background: #eaf5f7;
    padding: 18px;
    height: 250px
}

#candidate_rewards li {
    font-size: 11px;
    list-style-type: none;
    padding-bottom: 10px;
}

#candidate_rewards .num_1 {
    font-size: 25px;
    color: #96ab1f !important;
}

#candidate_rewards a {
    color: #1d1d1d;
    text-decoration: none
}

#candidate_rewards ul {
    margin: 0px;
    padding: 0px
}

.per_rewards {
    background: url(../images/per_rewards.png) left 1px no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px
}

.candidate_heading {
    border-bottom: 1px solid #ddd;
    /*float: left;
    width: 294px;*/
    display: inline-block;
}

.rewards_deli .num_1 {
    font-size: 20px !important;
    text-align: right;
    width: 72px;
}

.rewards_deli .num_0 {
    font-size: 20px !important;
    width: auto;
}

.rewards_deli p {
    padding-top: 7px
}

.rewards_deli {
    float: left;
    clear: both
}

.rewards_deli ul {
    margin-bottom: 10px !important
}

.rewards_top {
    float: right;
}

.rewards_top td {
    font-weight: normal;
    padding-top: 12px
}

.rewards_top th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    font-family: Georgia;
}

.top_players {
    background: url(../images/top_Players.png) 1px no-repeat;
    font-size: 14px
}

.rewards_top table {
    border-collapse: collapse
}

.rewards_top a {
    color: #0066A7 !important;
}

.contest_end {
    background: url(../images/per_clock.png) left 0px no-repeat;
    padding-left: 20px;
}

.campaign_recu {
    background: url(../images/contest_rec.png) left -1px no-repeat;
    clear: both;
    margin-top: 1px;
    padding-left: 18px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    padding-bottom: 10px;
}

.contest_recu {
    background: url(../images/contest_rec.png) left -1px no-repeat;
    clear: both;
    margin-top: 10px;
    padding-left: 18px
}

.contest_end, .contest_recu {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 14px;
    float: none !important;
}

.contest_end_div {
    background: #efefef;
    float: left;
    width: 164px;
    padding: 18px;
    height: 250px;
    overflow-y: scroll;
}

.campaign_end_div {
    background: #efefef;
    float: left;
    width: 164px;
    padding: 18px;
    height: 250px;
    margin-top: 0px;
    overflow-y: scroll;
}

#contest_endmain {
    width: 200px;
    float: left;
    margin-left: 3px;
    margin-top: 0px;
}

.note_count {
    background: url(../images/note_bac.png) right 0px no-repeat;
    padding: 7px 8px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #232323
}

#contest_note {
    padding: 9px 0px 0px 0px;
    line-height: 18px;
    text-align: right;
    margin: 15px 0;
    cursor: pointer
}

#contest_notes {
    padding: 9px 0px 0px 0px;
    line-height: 18px;
    text-align: right;
    margin: 15px 0;
}

#contest_note {
    color: #0B7CA8;
    font-size: 14px;
    font-family: Georgia
}

.contest_end_div .points {
    padding-bottom: 15px
}

.contest_end_div ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    list-style-type: none
}

.contest_end_div ul li {
    padding-bottom: 6px;
    font-weight: normal
}

.campaign_end_div .points {
    padding-bottom: 15px
}

.campaign_end_div ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    list-style-type: none
}

.campaign_end_div ul li {
    padding-bottom: 6px;
    font-weight: normal
}

#middlerow.contest_per {
    margin-bottom: 10px !important
}

#candidate_source .performance_chart {
    clear: both;
    list-style: none;
}

#performance_chart {
    /*float: left;
    margin-left: 12px;
    margin-top: 15px*/
    overflow: auto;
    white-space: nowrap;
    padding: 22px 0px 0px;

}

/*#performance_chart p {
    padding: 0px;
    margin: 0px
}*/

.performance_chart img {
    float: left;
    margin-right: 5px;
    vertical-align: bottom;
}

.performance_chart p {
    clear: both;
}

.chart_green, .chart_blue {
    font-size: 13px;
    font-weight: bold
}

.prog_no {
    background: #fefefe;
    border-radius: 3px;
    text-align: center;
    display: none;
    padding: 3px 5px 3px 5px;
    position: absolute;
    text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
    z-index: 20;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}

.my-progress-bar .prog_no {
    font-size: 11px;
    font-weight: bold;
    color: #748806
}

.my-progress-bar1 .prog_no {
    font-size: 11px;
    font-weight: bold;
    color: #18668A
}

.chart_blue {
    color: #18668A
}

.chart_green {
    color: #748806
}

.performance_chart {
    width: 300px;
    margin: 0px auto;
}

.performance_chart div {
    float: left;
    width: 60px
}

.chart_text {
    /*padding-top: 9px !important;*/
    font-weight: bold;
  /*  word-break: break-word;*/
    width: 50px;
    white-space: normal;

}
.per_para p {
    height: 30px;
}
.blue_per {
    float: left;
    padding-top: 31px;
}

.export a {
    margin-top: -6px;
}

#refer_main.export_per {
    width: 190px !important;
    margin-top: 10px
}

.rewards_list li {
    width: 184px !important
}

.rewards_list .num_1 {
    text-align: right;
    width: 97px
}

.rewards_list {
    display: inline-block;
}

.export_per span {
    float: left;
    padding-right: 8px;
}

.rewards_deli {
    width: 40%
}

.rewards_top {
    width: 50%
}

.ui-dialog-titlebar {
    background: none !important;
    border: 0px !important;
    float: right !important;
}

.ui-icon-closethick {
    background: none !important
}

span.ui-icon-closethick:hover {
    background: none !important
}

#refer_message1.ui-widget-content {
    background: none !important;
    border: 0px !important;
    overflow: auto;
    resize: none !important;
}

#refer_message1 {
    height: 200px !important
}

.ui-icon-closethick:hover {
    background: none !important
}

#refer_message1 label {
    font-size: 13px
}

.add_reward {
    margin-top: 0px;
    width: 150px;
    float: left
}

#refer_message .ui-dialog-title {
    display: none !important
}

#addjobs_pop .select_job select {
    width: 72px !important
}

#addjobs_pop td {
    padding-bottom: 12px;
    vertical-align: middle
}

#addjobs_pop td label {
    font-size: 12px;
}

.export_per img {
    vertical-align: middle
}

.export_per .add_button {
    padding: 3px 7px !important
}

.chart_green {
    background: url(../images/green_chart.jpg) left top repeat-y;
    display: block;
    width: 100%;
    position: relative;
    width: 13px
}

.chart_blue {
    background: url(../images/blue_chart.jpg) left bottom repeat-y;
    display: block;
    width: 100%;
    position: relative;
    bottom: 0px;
    width: 13px
}

.chart_greentext {
    color: #748806;
    font-size: 13px;
    font-weight: bold;
}

.chart_bluetext {
    color: #18668A;
    font-size: 13px;
    font-weight: bold;
    padding-top: 23px;
    float: left
}

.per_para {
    /*float: left;
    margin-right: 12px;*/
    display: inline-block;
    padding: 6px;
    text-decoration: none;
    vertical-align: middle;
}

#addjobs_pop .start_date {
    width: 0px !important
}

#addjobs_pop .years_experience {
    width: 300px;
    float: left;
    margin-left: 5px
}

.link_job select {
    width: 125px !important;
    margin-right: 5px
}

#link_table p {
    margin: 8px 0px;
    padding: 0px
}

#link_table {
    margin: 0px 13px
}

.textarea_add {
    width: 472px !important
}

#addjobs_pop input[type="checkbox"] {
    margin: 0px !important;
    width: 20px;
    background: none transparent;
    border: none !important;
}

#addjobs_pop #exp_months {
    margin-left: 5px
}

#addjobs_pop .rec {
    width: 472px !important
}

.add_jobspop {
    float: left;
    height: 440px;
    overflow-y: scroll;
}

.ui-widget-content.add_popup {
    border: 10px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    resize: none !important;
}

.ui-widget-content.link_popup {
    border: 10px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    resize: none !important;
}

.contest .save_cancel {
    margin-left: 0px !important
}

#addjobs_pop .ui-datepicker-trigger {
    margin-top: -8px !important
}

.create_contest .select_job label { /*float:right*/
}

.create_contest .select_job {
}

.create_contest.publish #right_inner {
    padding: 0px 4px 0px 1px !important;
}

.create_contest.publish h3 {
    font-size: 14px !important
}

.create_contest.publish #rightside {
    background: none !important
}

.create_contest.publish #contentarea {
    border-right: 1px solid #ddd
}

.add_jobspop .job_title {
    width: 180px !important;
    float: left
}

.check_add {
    width: 15px;
    text-align: left
}

.fullwidthblue .notes {
    background: url(../images/note_bac.png) 52% 48% no-repeat
}

#label_date label {
    width: auto
}

/*performance Chart Css*/

.my-progress-bar {
    float: left;
    margin-right: 2px;
    display: inline-block;
    width: 13px; /* Set height of bar */
    background: #cee358; /* Set background color or image */
    height: 125px; /* Set width of bar */
}

.my-progress-bar div {
    float: left;
    width: 13px; /* For a horizontal bar, set fixed height, for vertical bar, set fixed width */
    background: #EAF5F7; /* Set background color or image of current bar */
}

.my-progress-bar1 {
    display: inline-block;
    width: 13px; /* Set height of bar */
    background: #a8e1fc; /* Set background color or image */
    height: 125px; /* Set width of bar */
}

.my-progress-bar1 div {
    float: left;
    width: 15px; /* For a horizontal bar, set fixed height, for vertical bar, set fixed width */
    background: #EAF5F7; /* Set background color or image of current bar */
}

.my-progress-bar:hover .prog_no {
    display: block;
}

.my-progress-bar1:hover .prog_no {
    display: block;
}

.innerbar {
    position: relative;
}

.contest_end_div p {
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
}

.campaign_end_div p {
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
}

/*dashboard Css*/

#search_area {
    float: right;
    margin-top: -5px;
}

#search_area .candidate select {
    width: 104px;
    margin-right: 5px
}

.dashboard .subheading {
    border-bottom: 2px solid #eaeaea;
}

.dash_title {
    background: url(../images/note_campaign.png) left center no-repeat;
    padding: 10px 27px;
    font-size: 14px;
    font-weight: bold
}

.dash_create {
    background: url(../images/dash_plus.png) left center no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: #313131;
    padding: 0px 0px 0px 21px;
}

#dashboard_job .cont_left {
    float: left;
    width: 614px
}

.BR1 {
    border-right: 1px solid #d2cccc;
}

#dashboard_job .cont_right {
    float: right;
    width: 399px
}

.dash_cam {
    border-bottom: 1px solid #DDD;
    padding: 7px 0px 0px 16px;
    background: white;
    float: left;
    width: 98%
}

.W97 {
    width: 97% !important;
}

.create_but {
    background: url(../images/create_but.jpg) left top repeat-x;
    padding: 7px 9px;
    border-radius: 2px;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    margin-left: 3px;
    line-height: 29px;
}

#dash_table {
    background: url(../images/left_img.jpg) left top repeat;
    float: left
}

.dash_blueinner {
    background: url(../images/dash_blue.jpg) left top repeat-x;
    float: left;
    height: 55px;
    width: 100%
}

.dash_camblue {
    padding: 4px 0px 0px 13px;
}

.dash_num .num_1 {
    color: #869521 !important;
    font-size: 24px !important
}

.dash_num {
    font-size: 12px;
    font-weight: normal;
}

.dash_text {
    padding-top: 7px;
    float: left;
}

.dash_camblue .meter {
    float: left;
    height: 9px;
    width: 214px;
    margin-top: -3px;
}

#dash_camtable {
    width: 594px;
    float: left;
    margin-left: 9px;
    margin-top: 4px;
    padding-bottom: 8px
}

.meter.dash {
    width: 41px !important;
    height: 7px;
    float: left;
    margin: 3px 5px;
}

.meter_value.dash {
    background: url(../images/camp_green.jpg) 0 0 repeat;
}

.dash_text {
    float: left;
    font-weight: bold
}

.meter_value.dash_yellow {
    background: url(../images/camp_yellow.jpg) 0 0 repeat-x;
}

.dash_new_img {
    background: url(../images/dash_new.png) 50% 50% no-repeat
}

.dash_title.contest {
    background: url(../images/event_dashboard.png) left center no-repeat;
    padding-top: 13px;
    margin-top: 8px;
}

.dash_title.awaiting {
    background: url(../images/dash_awaitng.png) left center no-repeat;
    padding-left: 40px;
    margin-left: 10px;
    float: left;
}

.dash_title.channel {
    background: url(../images/dash_channel.png) left center no-repeat;
    margin-left: 19px;
    padding: 20px 0px 10px 36px;
}

.odd:hover, .even:hover {
    background: #EEF7B9
}

.dash_awaiting select {
    width: 182px !important;
    margin-right: 6px;
}

.dash_awaiting {
    border-bottom: 1px solid #ddd;
    margin-left: -1px;
    float: left;
    z-index: 999;
    margin-top: 7px;
    width: 100%
}

.dashboard .cont_right {
    background: #f8f8f8
}

.dash_channel {
    border-bottom: 1px solid #E6E6E6
}

.dashboard #share {
    background: none;
    border: 0px;
    width: 100%;
    padding: 0px 0px;
}

.dashboard #share .meter_value_blue {
    background: #79D1FF;
    height: 16px;
    float: left;
}

.dashboard #share td {
    padding: 8px 0
}

.dash_num .dash_text {
    padding-top: 7px
}

.dashboard .share_text {
    width: 45px;
    margin-left: 2px;
    color: #121212
}

.dashboard .share_text img {
    vertical-align: middle;
    margin-top: -5px
}

.dashboard #share p {
    padding: 5px 0px
}

.cont_right_inner {
    margin-left: 18px
}

.select_job.channel {
    margin-left: 20px;
    width: 100%;
    margin-top: 8px
}

.dashboard .add_button {
    margin-left: 7px !important;
    margin-right: 0px !important
}

.dashboard table.display {
    margin: 0px
}

.candidate_awaiting {
    margin-top: 26px;
    float: left;
    margin-left: 29px
}

.dash_blueinner .add_button {
    margin-left: 18px
}

.dash_blueinner .meter_value.yellow {
    background: url(../images/contest_yellow.jpg) 0 0 repeat-x;
}

.dash_left {
    float: left;
    width: 110px
}

.dash_middle {
    float: left;
    width: 34px;
    padding-top: 9px;
}

.dash_right {
    float: left;
    width: 110px
}

.dash_left div, .dash_right div {
    z-index: 10;
    padding: 4px 10px;
    margin-top: -13px;
    width: 80px;
    line-height: 16px;
    float: left;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none !important;
    outline: none !important;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 50px;
}

.dash_white {
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-top: -6px !important;
}

.dash_lblue {
    background: #cdedff;
    border: 1px solid #5bcdfa;
    margin-top: 4px !important;
}

.dash_dblue {
    background: #e4f5fe;
    border: 1px solid #c1e9ff;
    margin-top: 5px !important;
}

.dash_dgreen {
    background: #b5d501;
    border: 1px solid #94ae00;
    margin-top: 5px !important;
}

.dash_green {
    background: #b5d501;
    border: 1px solid #94ae00;
    margin-top: 6px !important;
}

.dash_green, .dash_grey_main {
    margin-bottom: 0px !important
}

.dash_lightblue {
    background: #e4f5fe;
    border: 1px solid #c1e9ff;
    margin-top: 50px !important;
}

.dash_right .dash_lblue {
    margin-top: 5px !important;
}

.dash_right .dash_dblue .dash_dgreen {
    margin-top: 3px !important;
}

.dash_grey {
    border: 1px solid #939393;
    background: #b4b4b4
}

.candidate_awaiting .callout {
    z-index: 20;
    position: relative;
    top: 35%;
    border: 0;
    right: -26%;
    float: right;
}

.dash_right .callout {
    right: 90px !Important
}

.dash_right {
    margin-left: 10px
}

.dash_left, .dash_right {
    color: #005a7d;
}

.candidate_awaiting .dash_num {
    font-size: 21px;
    width: 100%;
    margin: -1px 0px;
    padding: 0px
}

.dash_green {
    color: #4b5600
}

.dash_grey {
    color: #3e3e3e;
    margin-top: -10px !important;
}

.grey_round {
    background: url(../images/dash_grey_round.png) left center no-repeat;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 9px;
}

.dash_grey_main, .dash_green_main {
    width: 170px !important;
    float: left !important;
}

.dash_green .green_round {
    background: url(../images/dash_green_round.jpg) left center no-repeat;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: -34px;
    margin-top: 1px;
    position: relative;
    left: 19%;
    bottom: 6%
}

.dash_noti {
    background: url(../images/dash_noti.png) left 5px no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    padding-top: 21px;
    margin-top: -7px !important;
    height: auto !important;
    margin-bottom: 0px !important;
}

.dash_right .dash_dblue .dash_dgreen {
    margin-top: 1px !important;
}

#dashboard_job #help_us {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

.dash_noti span {
    margin-top: 5px !important;
    margin-left: 5px;
}

.dash_noti.dashright {
    background: url(../images/dash_noti.png) 97% 4px no-repeat !important;
    float: right
}

.contest_end_div .countdown_show4 .countdown_section {
    padding-right: 7px !important;
}

.dash_main {
    margin-bottom: 0px !important;
    margin-left: -10px;
    padding-top: 8px !important;
}

.feedback .inputbox {
    width: 170px !important
}

#reward_form .red_cross {
    padding: 2px 12px !important;
}

#reward_form .valid_class {
    background: url(../images/green_valid.png) right 2px no-repeat !important;
    margin: 0;
    padding: 1px 10px 5px !important;
}

/*result Css*/

#contest_result {
    background: #ecf5f9;
    border: 1px solid #dbe0e2;
    padding: 5px 15px;
    float: left;
    width: 96.4%;
    font-size: 12px;
    margin-bottom: 20px
}

#contest_result .file_size {
    padding-left: 135px
}

.results .bcklist {
    padding: 5px 0px
}

.results #submenu {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.result_winner {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    color: #3b3b3b;
    padding-left: 20px;
    margin-top: 0px;
    clear: both;
}

.results #middlerow.contest_per {
    margin-bottom: 0px !important
}

.add_result {
    color: #000 !Important
}

.results .content_text {
    padding-top: 25px;
    padding-left: 10px;
    text-align: left
}

.results .content_img {
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    background: #fff;
    border: 0px !important;
    padding: 3px !important
}

.results #example {
    margin-bottom: 10px;
    clear: both
}

.results #examp {
    margin-bottom: 10px;
    clear: both
}

.results #table_container {
    clear: both;
}

.winner_lable {
    vertical-align: top;
}

.winner_result {
    margin-top: 10px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.winner_result .textarea {
    width: 435px
}

.contwin_right {
    float: right;
}

.area_winner {
    width: 650px;
}

.area_winner h3 {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    margin: 0
}

.wintable {
    padding: 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 3px 0
}

.wintable td {
    font-weight: normal
}

.greenest {
    background: #cbe063
}

.greener {
    background: #cbea9f
}

.green {
    background: #e9f8d5
}

.gray {
    background: #f2f2f2
}

.white {
    border: 1px solid #ededed
}

.win_no {
    font-size: 46px;
    width: 100px;
    text-align: left;
    font-weight: bold !important;
    padding-left: 10px;
}

.greenest .win_no {
    color: #839719
}

.greener .win_no, .green .win_no {
    color: #99b96b
}

.gray .win_no, .white .win_no {
    color: #757575
}

.win_img {
    text-align: left;
    width: 70px
}

.win_img img {
    border: 3px solid #fff;
}

.blue_msg {
    background: #e9f5f9;
    color: #bc1605;
    padding: 12px;
}

a.paginate_disabled_previous, a.paginate_disabled_next {
    background: #efefef;
    color: #999
}

.yesnohold.contest_pub {
    position: relative;
    bottom: 28px;
    top: -29px !important
}

.mceLayout td {
    padding-bottom: 0 !important
}

.my-progress-bar2 {
    overflow: hidden;
    display: inline-block;
    height: 12px; /* Set height of bar */
    /* Set background color or image */
    width: 145px; /* Set width of bar */
}

.my-progress-bar2 div {
    float: left;
    height: 12px; /* For a horizontal bar, set fixed height, for vertical bar, set fixed width */
    background: #0096e0; /* Set background color or image of current bar */
}

.ref_no {
    position: absolute;
    color: #fff;
    font-weight: bold;
    right: 2px;
    top: -1px;
    background: none !important;
    font-size: 11px
}

.my-progress-bar3 {
    overflow: hidden;
    display: inline-block;
    height: 16px; /* Set height of bar */
    /* Set background color or image */
    width: 245px; /* Set width of bar */
}

.my-progress-bar3 div {
    float: left;
    height: 16px; /* For a horizontal bar, set fixed height, for vertical bar, set fixed width */
    background: #79D1FF; /* Set background color or image of current bar */
}

.my--bar3 .ref_no {
    color: #0D76AD;
    top: 0;
}

.link_title {
    margin-bottom: 7px;
    line-height: 20px;
}

/*Pravin Roche : for job desctiption*/


.top_border {
    border-top: 1px solid #e2e2e2;
    height: 200px;
}

.fb_top_border {
    height: 235px;
}

.refermsg {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.connect_button {
    height: 30px;
    width: 187px;
    /* background-image: url(../images/linked_connect_new.png); */
    background-position: left;
    cursor: pointer;
}

.socialbuttonshadow {
    -moz-box-shadow: 0px 0px 4px #d6d6d6;
    -webkit-box-shadow: 0px 0px 4px #d6d6d6;
    box-shadow: 0px 0px 4px #d6d6d6;
    background-color: #cfe45a;
}

.connect_button:hover, .fconnect_button:hover {
    -moz-box-shadow: 0px 0px 10px #e8f597;
    -webkit-box-shadow: 0px 0px 10px #e8f597;
    box-shadow: 0px 0px 10px #e8f597;
    opacity: 0.9;
}

.fconnect_button {
    height: 30px;
    width: 223px;
    background-image: url(../images/Facebook_connect.png);
    background-position: left;
    cursor: pointer;
}

.mgbt {
    margin-bottom: 13px;
}

.pd10 {
    padding: 10px 10px 10px 10px;
}

.refergreytext {
    font-size: 14px;
    color: #707070;
}

.connectsharetxt {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px #FFFFFF;
    padding-left: 45px;
    padding-top: 8px;
}

.refergreentext {
    font-size: 14px;
    color: #82950E;
}

.jobdescription_red_cross {
    float: left;
    padding: 10px;
}

/*Share bg*/
.share_bg {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    background-color: #d5e28f
}

.share_bg:hover {
    background-color: #eaf6a9;
}

.shareimage {
    padding-top: 8px;
    padding-left: 10px;
}

/*Lock CSS*/
.bglock {
    background: none repeat scroll 0 0 #fffae9;
    border: 1px solid #efe4c0;
    margin: 6px;
    padding: 15px;
}

.refermsg_error {
    color: #b02d2d;
}

.comment {
    width: 900px;
    margin: 10px;
}

.importSteps {
    padding: 20px 40px;
    display: inline-block;
    height: 200px;
    overflow: hidden;
}

.step2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px
}

.step {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px
}

.stepDesc {
    font-size: 14px;
    margin-bottom: 3px
}

.connFileImp {
    text-align: center;
    margin-left: 350px
}

.connFileImpBtn {
    text-align: center;
    margin-left: 398px
}

.onboarding {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.feedback {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    top: 200px !important;
    left: 430px !important;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.onboardinggame {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.onboardingreward {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.onboardinginfo {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.onboardingthreestep {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

.onboardingdone {
    background: no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
}

#onboarding_welcome {
    color: #393939;
    font-size: 18px;
    margin-left: 107px;
    margin-right: 54px;
    margin-top: 56px;
}

#onboardinggame_welcome {
    margin-top: 60px;
    margin-left: 40px;
    font-size: 16px;
    color: #1E1E1E;
}

#onboardingreward_welcome {
    margin-top: 186px;
    margin-left: 65px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

#onboardinginfo_welcome {
    margin-left: 228px;
    margin-top: 47px;
    font-size: 18px;
    color: #1E1E1E;
}

#onboarding_content {
    margin-left: 192px;
    margin-top: 16px;
}

#onboardinggame_content {
    margin-top: 123px;
    margin-left: 181px;
}

#onboardingreward_content {
    margin-top: -13px;
    margin-left: 200px;
}

#onboardinginfo_content {
    margin-left: 286px;
    margin-top: 172px;
}

#onboardingthreestep_content {
    position: absolute;
    top: 370px;
    left: 380px;
}

#onboardingdone_content {
    margin-left: 275px;
    margin-top: 25px;
}

#onboardingdone_welcome {
    margin-top: 50px;
    text-align: center;
    width: 500px;
}

.onboarding_content .button_green {
    margin-left: 100px;
    margin-top: 15px;
    font-weight: 800;
}

.onboardinggame_content .button_green {
    margin-left: 98px;
    margin-top: 15px;
    font-weight: 800;
}

.onboardingreward_content .button_green {
    margin-left: 112px;
    margin-top: 4px;
    font-weight: 800;
}

.onboardinginfo_content .button_green {
    margin-left: 128px;
    margin-top: 15px;
    font-weight: 800;
}

.onboardingthreestep_content .button_green {
    margin-left: 128px;
    margin-top: 15px;
    font-weight: 800;
}

.onboardingdone_content .button_green {
    margin-left: 104px;
    margin-top: 20px;
    font-weight: 800;
}

.inputbox.onboardingtext {
    width: 200px;
    float: none
}

.jobtooltip {
    background: url(../images/tooltipup.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    top: 285px !important;
}

.jobtooltip_text {
    margin-top: 28px;
    margin-left: 24px;
    color: white;
    font-size: 15px;
    padding-right: 15px;
}

.jobtooltip_button {
    margin-top: -6px;
    margin-left: 175px;
}

.refertooltip {
    background: url(../images/tooltipdown.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    position: absolute !important;
    top: 125px !important;
    left: 24% !important;
}

.refertooltip_text {
    margin-top: 43px;
    margin-left: 29px;
    color: white;
    font-size: 15px;
    padding-right: 36px;
}

.refertooltip_button {
    margin-left: 310px;
    margin-top: -19px;
}

.rewardtooltip {
    background: url(../images/tooltipleft.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    display: block;
    position: absolute !important;
    top: 123px !important;
    left: 49% !important;
}

.rewardtooltip_text {
    margin-top: 19px;
    margin-left: 31px;
    color: white;
    font-size: 15px;
}

.rewardtooltip_button {
    margin-top: 8px;
    margin-left: 176px;
}

.goaltooltip {
    background: url(../images/tooltipleft.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    position: absolute !important;
    top: 250px !important;
    left: 49% !important;
}

.goaltooltip_text {
    margin-top: 19px;
    margin-left: 24px;
    color: white;
    font-size: 15px;
    width: 190px;
}

.goaltooltip_button {
    margin-top: -12px;
    margin-left: 176px;
}

.badgetooltip {
    background: url(../images/tooltipleft.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    position: absolute !important;
    top: 460px !important;
    left: 49% !important;
}

.badgetooltip_text {
    margin-top: 19px;
    margin-left: 22px;
    color: white;
    font-size: 15px;
}

.badgetooltip_button {
    margin-top: 8px;
    margin-left: 177px;
}

.topplayertooltip {
    background: url(../images/tooltipleft.png) no-repeat top left;
    -moz-border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    position: absolute !important;
    top: 460px !important;
    left: 49% !important;
}

.topplayertooltip_text {
    margin-top: 19px;
    margin-left: 17px;
    color: white;
    font-size: 15px;
    line-height: 20px;
    width: 180px;
}

.topplayertooltip_button {
    margin-top: -10px;
    margin-left: 178px;
}

.tooltip_button_green {
    background-color: #CDE258;
    border: 1px solid #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
    color: #0e0f14;
    text-shadow: 0px 1px #f7f7f7
}

.bottmrghtpopup {
    position: fixed;
    border: 5px solid #657BDE;
    bottom: 0;
    right: 0
}

/*<!-- New One Min Popup Style -->*/

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #7a7a7a;
}

.feedbackbase, .base {
    position: fixed;
    width: 650px;
    height: 315px; /*left:30%; top:20%;*/
    background-image: url(../images/onboard_bg.png);
    background-color: #ffffff;
    background-position: bottom;
    background-repeat: repeat-x;
    border: solid 8px #657bde;
    border-radius: 10px 10px 10px 10px;
}

.job_base {
    position: fixed;
    width: 650px;
    height: 315px; /* left:25%;*/
    top: 20%; /*background-image:url(../images/onboard_bg.png);*/
    background-color: #ffffff;
    background-position: bottom;
    background-repeat: repeat-x;
    border: solid 8px #657bde;
    border-radius: 10px 10px 10px 10px;
}

.carol {
    position: relative;
    float: left;
    width: 165px;
    height: 160px;
    background-image: url(../images/carol.png);
    background-repeat: no-repeat;
    top: -47px;
    left: -40px;
}

.badges {
    position: absolute;
    height: 214px;
    width: 367px;
    top: -20px;
    left: 175px;
    background-image: url(../images/badges/popup_badges/goodsamaritan_popup.png);
    background-repeat: no-repeat;
}

.onboardingbadge {
    position: absolute;
    height: 214px;
    width: 367px;
    top: -40px;
    left: 175px;
    background-image: url(../images/badges/popup_badges/goodsamaritan_popup.png);
    background-repeat: no-repeat;
}

.levels {
    position: absolute;
    height: 195px;
    width: 320px;
    top: -45px;
    left: 187px;
    background-image: url(../images/level_up.png);
    background-repeat: no-repeat;
}

.you_get {
    position: absolute;
    height: 95px;
    width: 412px;
    top: 111px;
    left: 146px;
    /* background-image: url(../empresource/images/you_get.png); */
    background-repeat: no-repeat;
}

.levelno {
    position: absolute;
    top: 24px;
    left: 120px;
    font-size: 90px;
    font-weight: bold;
    color: #744c23
}

.three_steps1 {
    height: 90px;
    width: 25%;
    /* background-image: url(../images/onboardingstep1.png); */
    background-repeat: no-repeat;
    top: 33%;
    left: 10%;
    position: absolute;
}

.three_steps2 {
    height: 90px;
    width: 30%;
    /* background-image: url(../images/onboardingstep2.png); */
    background-repeat: no-repeat;
    top: 10%;
    left: 10%;
    position: absolute;
}

.three_steps3 {
    height: 90px;
    width: 20%;
    /* background-image: url(../images/onboardingstep3.png); */
    background-repeat: no-repeat;
    top: 20%;
    left: 55%;
    position: absolute;
}

/*.msgimg{top:165px; position:relative; text-align:center; width:500px; border:solid 1px black;}*/

.msgimg {
    clear: both;
    position: relative;
    text-align: center;
    top: 50%;
}

.msgcongrats {
    font-weight: bold;
    color: #3a4ea9;
    font-size: 20px
}

.levelmsgcongrats {
    font-weight: bold;
    color: #3a4ea9;
    font-size: 20px;
    padding-top: 20px
}

.converstxt {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    text-align: center;
    width: 502px;
}

.popbutton {
    margin-left: 302px;
    margin-top: 25px;
}

.levelpopbutton {
    margin-left: 282px;
    margin-top: 50px;
}

.Badge_Name {
    font-size: 30px;
    font-weight: bold;
    color: #3a4ea9;
    margin-top: 25px;
}

.helptext {
    margin-top: 20px; /*text-align:center; width:400px;*/
}

.helpustxt {
    font-size: 25px;
    font-weight: bold;
    margin-top: 11px;
    width: 493px;
}

.helpimg {
    /* background-image: url(../images/3_way_help_1.png); */
    height: 130px;
    margin-top: 35px;
    margin-left: 157px;
    background-repeat: no-repeat;
}

.popbutton1 {
    margin-left: 246px;
}

.msg_pts_badge {
    font-size: 20px;
    font-weight: bold;
    color: #3a4ea9;
    margin-top: 20px;
}

div.hr {
    background: none no-repeat scroll center center #E8E8E8;
    height: 0.05em;
    margin-left: 157px;
    margin-right: 49px;
    margin-top: 33px;
    width: 38em;
}

div.hr hr {
    display: none;
}

#email_ref_form {
    background: #ecf5f9;
    border: 1px solid #dbe0e2;
    min-height: 495px;
}

#previewcontainer {
    float: right;
    margin-top: 20px;
    margin-right: 25px;
}

/*Pravin Roche : for job desctiption*/


.top_border {
    border-top: 1px solid #e2e2e2
}

.refermsg {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.connect_button {
    height: 30px;
    width: 187px;
    background-image: url(../images/linked_connect_new.png);
    background-position: left;
    cursor: pointer;
}

.socialbuttonshadow {
    -moz-box-shadow: 0px 0px 4px #d6d6d6;
    -webkit-box-shadow: 0px 0px 4px #d6d6d6;
    box-shadow: 0px 0px 4px #d6d6d6;
    background-color: #cfe45a;
}

.connect_button:hover, .fconnect_button:hover, .tconnect_button:hover {
    -moz-box-shadow: 0px 0px 10px #e8f597;
    -webkit-box-shadow: 0px 0px 10px #e8f597;
    box-shadow: 0px 0px 10px #e8f597;
    opacity: 0.9;
}

.fconnect_button {
    height: 30px;
    width: 223px;
    background-image: url(../images/Facebook_connect.png);
    background-position: left;
    cursor: pointer;
}

.tconnect_button {
    height: 30px;
    width: 241px;
    /* background-image: url(../images/connect_twitter.png); */
    background-position: left;
    cursor: pointer;
}

.mgbt {
    margin-bottom: 13px;
}

.pd10 {
    padding: 10px 10px 10px 10px;
}

.refergreytext {
    font-size: 14px;
    color: #707070;
}

.connectsharetxt {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px #FFFFFF;
    padding-left: 45px;
    padding-top: 8px;
}

.refergreentext {
    font-size: 14px;
    color: #82950E;
}

/*Share bg*/
.share_bg {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    background-color: #d5e28f
}

.share_bg:hover {
    background-color: #eaf6a9;
}

.shareimage {
    padding-left: 36px;
    padding-left: 10px;
}

/*Lock CSS*/
.bglock {
    background: none repeat scroll 0 0 #fffae9;
    border: 1px solid #efe4c0;
    margin: 6px;
    padding: 15px;
}

.refermsg_error {
    color: #b02d2d;
}

/**/

#badge_tabs-1 {
    float: left;
    border-top: 1px solid #CCC !important;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
}

#badge_tabs-1 {
    float: left;
    background: #f7f7f7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

/* #buddy_tabs-2 {min-height:473px;} */

#shiftContainer .inline, #shiftSelect .inline {
    float: left;
    padding: 0 5px;
}

/* #shiftSelect .yesnohold1{position:absolute;left:84px;display:block;top:2px;} */
#shiftContainer .yesnohold1 {
    position: absolute;
    width: 100px;
    left: 410px;
    top: 2px;
}

.yesnohold1 a {
    float: left;
    margin-right: 3px
}

#jobSeq1 select, #round select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    width: 150px;
    font-size: 14px
}

#shiftSelect .inline {
    float: left;
}

#shiftSelect {
    position: relative;
    left: 40px;
    top: 8px;
}

.select_job1 {
    float: left
}

/* .search_job1 input,.dataTables_filter input{border:0px!important;width:450px!important;outline:none;font-size:12px;color:#666;padding:1px!important;margin: 0 1px;background: transparent;}roche */
.select_job1 select, .dataTables_length select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    padding: 3px;
    width: 200px;
    font-size: 14px
}

p.inline {
    position: absolute;
    left: -85px;
    top: -12px;
    height: 30px;
    width: 100px
}

#relation {
    padding-top: 10px;
}

#referrer_relation {
    height: 20px;
    margin: 10px 0;
    padding-right: 8px;
}

#referrer_relation h2 {
    font-family: Georgia;
    font-size: 15px;
    margin-top: 1px;
}

#relation #star {
    cursor: default;
    padding: 0px 10px 12px 0px;
}

#liprofiledata {
    padding-bottom: 60px;
    border-bottom: 1px solid #efefef;
}

/* .job_closed_msg{background: none repeat scroll 0 0 #D1E267;border: 1px solid #DDDDDD;font-size: 12px;padding: 5px;width: 730px;} */
.job_closed_msg {
    border: 1px solid #fbdcbd;
    background: url(../images/info_i.png) no-repeat 1% #fffbe0;
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 100;
    width: 66% !important;
    margin: 13px 13px 5px 13px;
}

.disconnectSMDlg {
    padding: 10px;
    margin: 0px;
}

.disconnectSMDlg .ui-dialog-title {
    margin: 0px;
    padding-left: 0px
}

.cand_actions {
    width: 39px;
    text-align: left;
}

.cand_date {
    width: 25px;
    text-align: left;
}

.cand_id {
    width: 25px;
    text-align: left;
}

.cand_candidate {
    width: 114px;
    text-align: left;
}

.cand_job {
    width: 238px;
    text-align: left;
}

.cand_by {
    width: 91px;
    text-align: left;
}

.cand_rating {
    width: 104px;
    text-align: left;
}

.cand_round {
    width: 69px;
    text-align: left;
}

.cand_assign {
    width: 75px;
    text-align: left;
}

.cand_channel {
    width: 58px;
    text-align: left;
}

.loadingDialog {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: #FFFFFF;
    background: url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

#middlerow1.loading {
    overflow: hidden;
    background-color: #FFFFFF;
    opacity: 0.5;
}

#middlerow1.loading .loadingDialog {
    display: block;
}

#fbprofiledata.loading {
    overflow: hidden;
    background-color: #FFFFFF;
    opacity: 0.5;
}

#fbprofiledata.loading .loadingDialog {
    display: block;
}

/* Pravin Roche ---- Linkedin 2 easy Steps*/

.bgnormal {
    padding: 15px 15px 60px 10px;
    float: left;
}

.width340 {
    width: 340px;
}

.step_desc {
    font-size: 14px;
    margin-bottom: 3px;
}

.step1 {
    float: left;
    font-size: 34px;
    margin-right: 10px;
    color: #606060;
    line-height: 1;
}

.step1_img {
    height: 195px;
    width: 320px;
    /* background-image: url(../images/linkedin_step.png); */
    background-position: left;
    cursor: pointer;
    margin-left: 34px;
    margin-top: 15px;
}

.fileup {
    margin-top: 15px;
    margin-left: 34px;
}

.mgbt {
    margin-bottom: 13px;
}

.pd10 {
    padding: 10px 10px 10px 10px;
}

.badgeBlur {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.box:hover {
    cursor: pointer;
}

.person_desig {
    font-size: 12px;
    max-height: 30px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 3px;
}

.company_nm {
    color: #5F5F5F;
    font-size: 11px;
    margin-bottom: 3px;
}

.content_box {
    width: 224px;
}

.share_canned {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 450px;
    line-height: 1.4;
}

.comp_img {
    margin: 0 12px 0 0;
    border: 1px solid #cccccc;
    padding: 2px;
    float: left;
}

.sharecontain {
    width: 500px;
}

.sharecontain .inputbox {
    width: 310px;
    margin-bottom: 10px;
}

.sharecontain .button_green {
    float: right;
    margin-right: 72px;
}

.lock {
    position: absolute
}

.transparent {
    opacity: 0.9; /*for IE7*/
    filter: Alpha(Opacity=50);
}

.mail_pad {
    padding: 40px 10px 20px 15px;
    width: 420px;
    height: auto;
    box-shadow: 0px 6px 17px 4px #DDD;
    -moz-box-shadow: 0px 6px 17px 4px #DDD;
    -webkit-box-shadow: 0px 6px 17px 4px #DDD;
    line-height: 1.4;
    background-image: url(../images/mail_top.png);
    background-repeat: repeat-x;
    border: 1px solid #cfcfcf;
    background-color: white;
}

.mail_pad1 {
    padding: 20px 10px 15px 15px;
    width: 515px;
    height: auto;
    box-shadow: 0px 6px 17px 4px #DDD;
    -moz-box-shadow: 0px 6px 17px 4px #DDD;
    -webkit-box-shadow: 0px 6px 17px 4px #DDD;
    line-height: 1.4;
    background-image: url(../images/mail_top.png);
    background-repeat: repeat-x;
    border: 1px solid #cfcfcf;
    background-color: white;
}

#greeting {
    float: left;
}

#message {
    float: left;
}

#preview {
    float: left;
}

#candidatename {
    float: left;
}

#buddyname {
    float: left;
}

.showmore {
    color: blue;
}

.showless {
    color: blue;
    float: left
}

.showmore:hover {
    cursor: pointer;
}

.showless:hover {
    cursor: pointer;
}

.show-more {
    color: #00A7FF;
    font-size: 11px;
    padding-right: 15px;
    text-decoration: none;
}

.learn-more {
    display: none;
    background-color: rgb(236, 236, 240);
    width: 295px;
    height: 130px;
    margin-top: -61px;
    position: absolute;
    margin-left: 600px;
}

.learn-more-text {
    line-height: 1.1;
    width: 275px;
    padding-left: 10px;
    padding-top: 12px;
}

.learn-more1 {
    display: none;
    background-color: rgb(236, 236, 240);
    width: 295px;
    height: 135px;
    margin-top: -140px; /*130px;*/
    position: absolute;
    margin-left: 610px;
}
.learn-more-twitter{
    margin-top: 140px;
}

.feedbackbase {
    width: 423px;
    height: 221px;
}

.feedbackbase .helptext {
    margin-top: 20px
}

.feedbackbase .converstxt {
    text-align: left;
    position: relative;
    left: -32px;
}

.feedbackbase .popbutton1 {
    margin-left: 122px
}

.feedbackbase .popbutton2 {
    margin-left: 232px
}

.feedbackbase .popbutton2 .whitebutton {
    font-size: 15px;
    font-weight: bold;
    color: #0e0f14;
    background: url(../images/add_but.jpg) repeat-x left top;
    padding: 5px 10px;
    float: left;
    text-decoration: none;
    border: 1px solid #c9d0d3;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
    margin: 0px;
    float: left;
    cursor: pointer;
}

.feedbackbase .popbutton2 .whitebutton:hover {
    border: 1px solid #2c2d2e;
    background: #cbcebd !important
}

#show_more_desc {
    display: none;
    background: #f8f8f8;
    width: 68%;
    text-align: center;
    color: #00a7ff;
    padding: 5px;
    border: 1px solid #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.show_more_desc_text {
    text-align: center;
}

#share h3 {
    font-family: Arial;
    font-size: 12px;
    margin: 1px 0px;
    padding-top: 5px;
    line-height: 1.1
}

.viewAllJobs {
    color: #11509e; /* font-family:Georgia; */
    text-decoration: none;
}

.stick {
    position: fixed;
    top: 0px;
}

.candidate #contentarea {
    padding: 0px 0px !important;
}

.stick1 {
    position: fixed;
    margin-left: 739px;
    margin-top: -72px;
}

.clue_message {
    width: 300px;
    padding: 5px 20px;
    border: 4px solid;
    margin-left: 50px;
    position: absolute;
    margin-top: 60px;
}

.clue_message p {
    font-size: 15px;
}

.share_clues {
    background-color: #cf2525;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 14px 9px;
    margin-left: 70px;
    margin-bottom: 10px;
}

/*.clue{background:url(/employee/images/clue.png) no-repeat #fff;height:500px;width:750px;margin-left:15%;margin-top:5%;box-shadow:0 0 10px #000;background-position:99% 50%;}*/

.alljobs {
    background: url(../images/share_bac.png) repeat left center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    margin-top: 5px;
    width: 100%;
    float: left;
    font-family: 'JournalRegular', 'Lucida Sans', Helvetica, Verdana, sans-serif;
    font-size: 20px;
    width: 230px;
}

.campShareIcons {
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding: 0px 3px 0px 0px
}

.camp_email_share {
    font-size: 11px;
    font-weight: bold;
    color: #0066A7;
    background: url(../images/add_but.jpg) repeat-x left top;
    height: 14px;
    padding: 2px 7px;
    float: none;
    text-decoration: none;
    border: 1px solid #c9d0d3;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.bubble1 {
    float: left;
    left: 40%;
    top: 165px;
    left: 265px;
    position: relative;
    width: 310px;
    padding: 5px 10px;
    background: #fff;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'JournalRegular', 'Lucida Sans', Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #555;
    height: 125px;
}

.bubble1:after {
    content: "";
    position: absolute;
    top: 50px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #B7D1DC;
    display: block;
    width: 0;
    z-index: 1;
}

.thank_you {
    top: 150px;
    left: 250px;
}

.small_carol {
    background: url(../images/carol_small.png) no-repeat;
    height: 120px;
    width: 120px;
    margin-left: 24.5%;
}

.cand_message {
    font-style: italic;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}

.candapply {
    background-color: #cded1c;
    border: 1px solid #82a536;
    color: #000 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
}

.shareAndView {
    background: url(../images/share_bac.png);
    margin-top: 40px;
    padding: 12px 18px;
    height: 210px;
}

.viewAll {
    font-size: 15px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-top: 5px;
}

/* .job_number{font-size:30px;padding:15px 0px;font-family:Arial;float:left;} */
.job_number {
    font-size: 25px;
    padding: 12px 0px;
    font-family: Arial;
    float: left;
    margin-right: 5px;
}

/* .morejobs{font-size: 11px;padding: 17px 42px;font-weight:bold;letter-spacing: 0.3px;word-spacing: 1px;} */
.morejobs {
    font-size: 11px;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-left: auto;
}

.viewhead {
    word-spacing: 4px;
}

.share_buddy h3 {
    background: url(../images/candidate_share.png) no-repeat left center;
    padding: 10px 50px;
    font-size: 14px !important;
    width: 137px;
    background-position: 0% 35%;
}

/* .cand_share{padding-top:10px;} */
/* .candsocial{padding:0 16px 10px 15px;cursor:pointer;margin-left:-5px;} */
.candsocial {
    padding: 0 3px 0px 5px;
    cursor: pointer;
}

.candidate #job_desc_page h3 {
    font-size: 15px !important;
}

.candidatedashboard .box_bottom {
    background-color: #E7F2F6;
    float: left;
    width: 100%;
    height: 72px;
}

.candidatedashboard .box_bottom_inner {
    padding: 2px 15px 0 17px;
}

.candidatedashboard .box_middle {
    width: 100%;
    float: left;
    color: #000;
    padding-top: 10px;
    padding-bottom: 12px;
}

.candidatedashboard .button {
    border: 1px solid #82a536;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
    color: #0e0f14;
    text-shadow: 0px 1px #f7f7f7;
    background: #cded1c;
}

.candidatepage {
    background: #fff url(../images/right_bac.jpg) repeat-y right top !important;
}

.campaign_view .box {
    cursor: default;
}

.label_inline {
    float: left;
    width: 90px;
    padding-top: 3px;
}

.move_button {
    margin-top: 2px;
}

/* progressbar changes */
.num_1_emp {
    color: #0777B1 !important;
    float: left;
    font-size: 25px;
    line-height: 28px;
    padding-right: 5px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 7px;
}

.num_2_emp {
    color: #181C1D;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    width: 70px;
}

#referraltab {
    line-height: 14px !important;
    min-width: 110px !important;
    max-width: 135px !important;
}

#tableround_title1_7 {
    margin-left: -13px;
}

#tableround_title2_7 {
    margin-left: 7px;
}

#tableround_title1_8 {
    margin-left: -25px;
}

#tableround_title2_8 {
    margin-left: 8px;
}

#tableround_title1_9 {
    margin-left: -20px;
}

#tableround_title2_9 {
    margin-left: 0px;
}

#tableround_title1_10 {
    margin-left: -17px;
}

#tableround_title2_10 {
    margin-left: 10px;
}

#tableround_data1_7 {
    text-align: center;
    font-size: 11px !important;
    padding-right: 106px;
}

#tableround_data2_7 {
    text-align: center;
    font-size: 11px !important;
    padding-left: 20px;
    padding-right: 10px;
}

#tableround_data1_8 {
    text-align: center;
    font-size: 11px !important;
    padding-right: 79px;
}

#tableround_data2_8 {
    text-align: center;
    font-size: 11px !important;
    padding-left: 38px;
    padding-right: 10px;
}

#tableround_data1_9 {
    text-align: center;
    font-size: 11px !important;
    padding-right: 60px;
}

#tableround_data2_9 {
    text-align: center;
    font-size: 11px !important;
    padding-left: 50px;
    padding-right: 8px;
}

#tableround_data1_10 {
    text-align: center;
    font-size: 11px !important;
    padding-right: 38px;
}

#tableround_data2_10 {
    text-align: center;
    font-size: 11px !important;
    padding-left: 12px;
    padding-right: 10px;
}

.ui-progressbar.fiverounds {
    height: 2em;
    text-align: left;
    overflow: hidden;
    background: url(../images/progressbar5.png) no-repeat left top;
    margin-left: 14px;
}

.ui-progressbar.fiverounds .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.fiverounds .ui-progressbar-value {
    background: url(../images/greenprogressbar5.png) no-repeat 1px 1px;
}

.ui-progressbar.tworounds {
    height: 2em;
    text-align: left;
    overflow: hidden;
    background: url(../images/progressbar2.png) no-repeat left top;
    margin-left: 14px;
}

.ui-progressbar.tworounds .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.tworounds .ui-progressbar-value {
    background: url(../images/greenprogressbar2.png) no-repeat 1px 1px;
}

.ui-progressbar.threerounds {
    height: 2em;
    text-align: left;
    overflow: hidden;
    background: url(../images/progressbar3.png) no-repeat left top;
    margin-left: 14px;
}

.ui-progressbar.threerounds .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.threerounds .ui-progressbar-value {
    background: url(../images/greenprogressbar3.png) no-repeat 1px 1px;
}

.ui-progressbar.fourrounds {
    height: 2em;
    text-align: left;
    overflow: hidden;
    background: url(../images/progressbar4.png) no-repeat left top;
    margin-left: 14px;
}

.ui-progressbar.fourrounds .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.fourrounds .ui-progressbar-value {
    background: url(../images/greenprogressbar4.png) no-repeat 1px 1px;
}

#shareBtns {
    float: right;
}

#editCampaign .add_button {
    float: left;
}

#table_th {
    padding-bottom: 11px !important;
    padding-top: 11px;
    width: 71px !important;
}

#currentCTC {
    width: 85px;
}

#expectedCTC {
    width: 85px;
}

#highestDegPerc {
    width: 50px;
}

#hscAggregate {
    width: 50px;
}

#sscAggregate {
    width: 50px;
}

#currencyDetails {
    width: 100px !important;
}

#currencySym {
    font-size: 10px;
}

#adv_search {
    display: none;
    border: 1px solid #efeeee;
    /*height: 580px;/*555*/
    width: 240px;
    float: left;
    border-top: 0px
}

#results {
    width: 250px;
    margin-left: 197px
}

#small_more_opening {
    background: #f8f8f8;
    width: 95%;
    text-align: center;
    color: #00a7ff;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
}

#small_more_opening a {
    color: #00A7FF;
    text-decoration: none;
    background: url(../images/blue_down_arrow.png) right 50% no-repeat;
    padding-right: 15px;
    font-size: 11px;
}

#submenu1 .num1_new {
    color: #0777b1 !important;
    font-size: 30px;
    float: left;
    padding-right: 10px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}

#submenu1 li {
    float: left !important;
    list-style-type: none !important;
    padding: 6px;
    font-size: 11px !important;
    font-weight: bold !important;
}

#contest_performance .num1_new {
    font-weight: normal !important;
}

#contest_performance #submenu1 li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 20px;
    margin-top: 15px;
    min-width: 112px;
    padding: 0;
}

#submenu1 {
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
}

#submenu1 ul {
    margin: 0px;
    padding: 0px
}

#submenu1 li {
    float: left;
    list-style-type: none;
    padding: 6px;
    font-size: 11px;
    font-weight: bold
}

#submenu1 li:hover {
    background-color: #ECF5F9;
}

#submenu1 li.num_last {
    background-image: none;
}

#submenu1 li a span {
    color: #1d1d1d;
}

#submenu1 li a {
    text-decoration: none
}

#campaignTitle { /* width: 90%; */
    float: left;
}

.search_job1 {
    background: url(../images/search_bg_new.png) left top no-repeat;
    margin: 8px;
    width: 48%;
    float: left;
    height: 70%;
}

/* .search_job_adv{
	background:url(../images/search_box.png) left top no-repeat;
	margin:8px;
width: 50%;
float: left;
height: 70%;
 }
 */

#cont_location {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}

#cont_departments {
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}

#cont_custom1 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom2 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom3 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom4 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom5 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom6 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom7 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom8 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom9 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom10 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom11 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom12 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom13 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom14 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom15 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom16 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom17 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom18 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom19 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom20 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom39 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_custom56 {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_bussinessunit {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}
#cont_joblevel {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 94%;
    font-weight: normal;
    padding-top: 5px;
}

#btn_eliminate_part {
    background-size: 8px;
}

.wrap-departments {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}

.wrap-custom1 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom2 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom3 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom4 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom5 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom6 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom7 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom8 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom9 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom10 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom11 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom12 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom13 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom14 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom15 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom16 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom17 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom18 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom19 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom20 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom39 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-custom56 {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-bussinessunit {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}
.wrap-joblevel {
    margin-top: -17px;
    margin-left: 36px;
    line-height: 20px;
}

/*Level up*/
#level_popup {
    z-index: 100;
    position: relative;
    margin: auto;
    border: 1px solid black;
    background: url('../images/clean-journey-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 500px;
    height: 557px;
}

/*.p1{background-image: url('../images/small_player_strip.png');background-repeat: no-repeat;background-position:0 -180px;left: 32%;position: absolute;top: 9%;z-index: 3;width: 40px;height: 85px;}*/
/*<!--badges-->*/
.common-badge-div {
    width: 61px;
    height: 70px;
    background-image: url('../images/small_anim_strip.png');
    background-repeat: no-repeat;
}

.level1 {
    position: absolute;
    top: 10%;
    left: 39%;
}

.level2 {
    position: absolute;
    top: 16%;
    left: 55.5%;
}

.level3 {
    position: absolute;
    top: 28.5%;
    left: 65%;
}

.level4 {
    position: absolute;
    top: 41.5%;
    left: 57.8%;
}

.level5 {
    position: absolute;
    top: 47.5%;
    left: 43%;
}

.level6 {
    position: absolute;
    top: 54%;
    left: 27%;
}

.level7 {
    position: absolute;
    top: 66.5%;
    left: 23%;
}

.level8 {
    position: absolute;
    top: 77.5%;
    left: 30%;
}

.level9 {
    position: absolute;
    top: 85%;
    left: 43%;
}

.level10 {
    position: absolute;
    top: 87%;
    left: 56%;
}

.golden {
    color: #fcf2bd;
    font-size: 0.75em !important;
}

.green {
    position: relative;
    top: -5px;
    color: #b5f970;
    font-size: 0.7em !important;
}

.pointslevel {
    letter-spacing: 0.7px;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
}

#karma1 {
    position: absolute;
    top: 14.5%;
    left: 50%;
}

#karma2 {
    position: absolute;
    top: 20.5%;
    left: 66%;
}

#karma3 {
    position: absolute;
    top: 33.5%;
    left: 75.5%;
}

#karma4 {
    position: absolute;
    top: 45.5%;
    left: 68%;
}

#karma5 {
    position: absolute;
    top: 52%;
    left: 38%;
}

#karma6 {
    position: absolute;
    top: 58.5%;
    left: 37.5%;
}

#karma7 {
    position: absolute;
    top: 71.5%;
    left: 33.5%;
}

#karma8 {
    position: absolute;
    top: 82%;
    left: 41.5%;
}

#karma9 {
    position: absolute;
    top: 84%;
    left: 52.5%;
}

#karma10 {
    position: absolute;
    top: 91%;
    left: 65.5%;
}

.shownumber {
    position: absolute;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em !important;
    text-shadow: 0px 1px 1px #fff
}

#l1 {
    top: 15%;
    left: 44.5%;
    display: none;
    color: rgb(155, 129, 67);
}

#l2 {
    top: 21%;
    left: 61%;
    display: none;
    color: rgb(155, 129, 67);
}

#l3 {
    top: 33.6%;
    left: 70.5%;
    display: none;
    color: rgb(155, 129, 67);
}

#l4 {
    top: 46.5%;
    left: 63.4%;
    display: none;
    color: rgb(155, 129, 67);
}

#l5 {
    top: 52.7%;
    left: 48.6%;
    display: none;
    color: rgb(155, 129, 67);
}

#l6 {
    top: 59%;
    left: 32.8%;
    display: none;
    color: rgb(155, 129, 67);
}

#l7 {
    top: 71.5%;
    left: 28.6%;
    display: none;
    color: rgb(155, 129, 67);
}

#l8 {
    top: 82.5%;
    left: 35.7%;
    display: none;
    color: rgb(155, 129, 67);
}

#l9 {
    top: 89.8%;
    left: 48.6%;
    display: none;
    color: rgb(155, 129, 67);
}

#l10 {
    top: 92.2%;
    left: 60.8%;
    display: none;
    color: rgb(155, 129, 67);
}

#points1, #points2, #points3, #points4, #points5, #points6, #points7, #points8, #points9, #points10 {
    display: none;
}

#msg1, #msg2, #msg3, #msg4, #msg5, #msg6, #msg7, #msg8, #msg9, #msg10 {
    display: none;
}

#outer_searchbox {
    width: 100%;
    display: block;
    height: 50px;
    background: #f8f8f8;
    border-radius: 2px;
    border: 1px solid #efeeee;
    float: left;
}

#new_search_box #modSearch, #linkjob_search {
    border: 0px !important;
    width: 330px !important;
    outline: none;
    font-size: 13px;
    color: #666;
    padding: 3px 3px 3px 0px !important;
    background: transparent;
}

#new_search_box #modSearchNew {
    border: 0px !important;
    width: 330px !important;
    outline: none;
    font-size: 13px;
    color: #666;
    padding: 3px 3px 3px 0px !important;
    background: transparent;
}

#new_search_box {
    float: left;
    width: 314px;
    height: 34px;
    border: 1px solid #D8D8D8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    box-sizing: border-box;
}

#new_search_box > input {
    margin-left: 7px;
    margin-top: 6px;
}

.new_search_button {
    float: left;
    width: 34px;
    height: 32px;
    background-color: #C1DF01;
    border: 1px solid #A8C618;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.new_search_button:hover {
    background-color: #d5ee4b;
}

#adv_text {
    display: none;
    float: left;
    padding-top: 8px;
    padding-left: 12px;
    color: #0175fd;
}

#adv_text a {
    color: #0175fd !important;
    font-size: 13px;
    text-decoration: none;
}

.search_inner .buttonimgnew {
    background: url("../images/search_icon.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0) !important;
    background: url("../images/search_icon.png") no-repeat 4px 6px;
    border: medium none;
    cursor: pointer;
    height: 32px;
    outline: medium none;
    width: 35px;
}

#panel_heading {
    border-bottom: 1px solid #efeeee;
    border-top: 0px;;
    position: relative;
    width: 240px;
    height: 40px;
}

#filter_text {
    float: left;
    position: absolute;
    bottom: 0px;
    margin: 8px;
    font-weight: bold;
    font-size: 13px;
}

#clear_all {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0px;
    margin: 8px;
}

#clear_all a {
    color: #0175fd !important;
    font-size: 13px;
}

/* #panel_two{border-bottom: 0px;position: relative;width: 240px;height: 60px;} */
.contjobtype {
    float: left;
    padding: 10px 0px 0px 5px;
    font-size: 13px;
    color: #383838;
    text-indent: -35px;
    padding-left: 40px;
}

.contjobtype.checked {
    color: #000000;
}

#location {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}

#departments {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}

#custom1 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom2 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom3 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom4 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom5 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom6 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom7 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom8 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom9 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom10 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom11 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom12 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom13 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom14 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom15 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom16 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom17 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom18 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom19 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom20 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom39 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#custom56 {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#department {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#bussinessunit {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}
#joblevel {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}

#city {
    padding: 5px 0px 5px 7px;
}

#city span {
    font-size: 13px;
}

#department_tab {
    padding: 5px 0px 5px 7px;
}

#department_tab span {
    font-size: 13px;
}

#bussinessunit_tab {
    padding: 5px 0px 5px 7px;
}

#bussinessunit_tab span {
    font-size: 13px;
}

#joblevel_tab {
    padding: 5px 0px 5px 7px;
}

#joblevel_tab span {
    font-size: 13px;
}

#custom1_tab {
    padding: 5px 0px 5px 7px;
}

#custom1_tab span {
    font-size: 13px;
}

#custom2_tab {
    padding: 5px 0px 5px 7px;
}

#custom2_tab span {
    font-size: 13px;
}

#custom3_tab {
    padding: 5px 0px 5px 7px;
}

#custom3_tab span {
    font-size: 13px;
}

#custom4_tab {
    padding: 5px 0px 5px 7px;
}

#custom4_tab span {
    font-size: 13px;
}

#custom5_tab {
    padding: 5px 0px 5px 7px;
}

#custom5_tab span {
    font-size: 13px;
}

#custom6_tab {
    padding: 5px 0px 5px 7px;
}

#custom6_tab span {
    font-size: 13px;
}

#custom7_tab {
    padding: 5px 0px 5px 7px;
}

#custom7_tab span {
    font-size: 13px;
}

#custom8_tab {
    padding: 5px 0px 5px 7px;
}

#custom8_tab span {
    font-size: 13px;
}

#custom9_tab {
    padding: 5px 0px 5px 7px;
}

#custom9_tab span {
    font-size: 13px;
}

#custom10_tab {
    padding: 5px 0px 5px 7px;
}

#custom10_tab span {
    font-size: 13px;
}

#custom11_tab {
    padding: 5px 0px 5px 7px;
}

#custom11_tab span {
    font-size: 13px;
}

#custom12_tab {
    padding: 5px 0px 5px 7px;
}

#custom12_tab span {
    font-size: 13px;
}

#custom13_tab {
    padding: 5px 0px 5px 7px;
}

#custom13_tab span {
    font-size: 13px;
}

#custom14_tab {
    padding: 5px 0px 5px 7px;
}

#custom14_tab span {
    font-size: 13px;
}

#custom15_tab {
    padding: 5px 0px 5px 7px;
}

#custom15_tab span {
    font-size: 13px;
}

#custom16_tab {
    padding: 5px 0px 5px 7px;
}

#custom16_tab span {
    font-size: 13px;
}

#custom17_tab {
    padding: 5px 0px 5px 7px;
}

#custom17_tab span {
    font-size: 13px;
}

#custom18_tab {
    padding: 5px 0px 5px 7px;
}

#custom18_tab span {
    font-size: 13px;
}

#custom19_tab {
    padding: 5px 0px 5px 7px;
}

#custom19_tab span {
    font-size: 13px;
}

#custom20_tab {
    padding: 5px 0px 5px 7px;
}

#custom20_tab span {
    font-size: 13px;
}

#custom39_tab {
    padding: 5px 0px 5px 7px;
}

#custom39_tab span {
    font-size: 13px;
}

#custom56_tab {
    padding: 5px 0px 5px 7px;
}

#custom56_tab span {
    font-size: 13px;
}

#panel {
    position: relative;
    width: 240px;
    height: auto;
}

#experience {
    height: 20px;
    float: left;
    width: 90%;
    margin: 15px 10px 0px 10px;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
}

#noOfOpenings {
   /* height: 20px;*/
    float: left;
    width: 90%;
    margin: 10px 10px 0px 10px;
    border-bottom: 1px solid #efeeee;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 4px;
}

.openingCount {
    float: left;
    width: 98%;
    padding: 10px 0px 0px 5px;
    font-size: 13px;
    color: #383838;
}

.openingCount.checked {
    color: #000000;
}

#boxNew {
    margin: 0 20px 20px 0 !important;
}

#search_text {
    display: none;
    width: 725px;
    float: right;
    height: 33px;
    padding-top: 19px;
    font-size: 13px;
}

#small_more_opening {
    width: 704px;
    float: right;
}

/* #panel_four{position: relative;width: 240px;height: 120px;} */
div.exp_level {
    font-size: 11px;
}

.loading_image {
    background: #FFFFFF url('../images/ajax-loader-adv.gif') 50% 50% no-repeat;
    margin-left: 250px;
    opacity: 0.5;
}

#searchcontest {
    background: url(../images/search_icon.png) no-repeat 6px center;
    width: 30px;
    height: 20px;
    display: block;
}

.cand_banner {
    display: none;
}

#dash_more_opening {
    background: #f8f8f8;
    width: 95%;
    text-align: center;
    color: #00a7ff;
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 0px;
}

#dash_more_opening a {
    color: #00A7FF;
    text-decoration: none;
    background: url(../images/blue_down_arrow.png) right 50% no-repeat;
    padding-right: 15px;
    font-size: 11px;
}

.jobs_loading_image {
    background-color: #f8f8f8 !important;
    background-image: url("../images/ajax-loader-adv.gif") !important;
    background-position: 49% 5px !important;
    background-repeat: no-repeat !important;
    background-size: 23px auto !important;
    margin-left: 250px;
}

.checkduplicity {
    background-image: url("../images/checkduplicity_loader.gif") !important;
    background-position: 7px 12px !important;
    background-repeat: no-repeat !important;
    background-size: 16px auto !important;
    float: left;
    height: 30px;
    width: 29px;
    opacity: 0.5;
}

#duplicitytext {
    float: left;
    height: 26px;
    opacity: 0.5;
    padding-top: 15px;
}

.desc_text_capg {
    padding: 2px 15px 6px;
}

.termsAndConditions {
    display: none;
    text-align: left;
    margin-left: -12px;
}

.bubble2 {
    float: left;
    left: 40%;
    top: 75px;
    left: 55px;
    position: relative;
    width: 850px;
    padding: 15px 13px;
    background: #fff;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'JournalRegular', 'Lucida Sans', Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #555;
    height: 130px;
}

#termsofuse {
    padding: 0 8px;
}

#existing-text {
    padding-top: 50px;
    padding-left: 15px;
}

#success-text {
    padding-top: 40px;
}

/*view more rewards link on employee dashboard*/
span.viewmorerewards {
    display: none;
}

.department_label {
    cursor: pointer
}

.bussinessunit_label {
    cursor: pointer
}

.joblevel_label {
    cursor: pointer
}

.custom1_label {
    cursor: pointer
}

.custom2_label {
    cursor: pointer
}

.custom3_label {
    cursor: pointer
}

.custom4_label {
    cursor: pointer
}

.custom5_label {
    cursor: pointer
}

.custom6_label {
    cursor: pointer
}

.custom7_label {
    cursor: pointer
}

.custom8_label {
    cursor: pointer
}

.custom9_label {
    cursor: pointer
}

.custom10_label {
    cursor: pointer
}

.custom11_label {
    cursor: pointer
}

.custom12_label {
    cursor: pointer
}

.custom13_label {
    cursor: pointer
}

.custom14_label {
    cursor: pointer
}

.custom15_label {
    cursor: pointer
}

.custom16_label {
    cursor: pointer
}

.custom17_label {
    cursor: pointer
}

.custom18_label {
    cursor: pointer
}

.custom19_label {
    cursor: pointer
}

.custom20_label {
    cursor: pointer
}

.custom39_label {
    cursor: pointer
}

.custom56_label {
    cursor: pointer
}

.location_label {
    cursor: pointer;
    color: #383838;
}

.location_label.checked {
    color: #000000;
}

.notified {
    font-weight: bold;
    margin-top: 5px;
    width: 80px;
    border: 1px solid rgb(216, 215, 215);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    font-family: arial;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
    color: #0e0f14;
    text-shadow: 0px 1px #f7f7f7
}

.connecterror {
    display: none;
    font-size: 13px;
    margin-left: 10px;
    padding: 8px 0px;
    padding-left: 30px;
    border: 1px solid red;
    background: url(../images/error_icon.png) no-repeat 1% rgb(245, 149, 149);
    font-weight: bold;
}

.bigbutton {
    padding: 10px 10px !important;
    background: #d5ee4b;
    border: 1px solid #d5ee4b;
}

.bigbutton:hover {
    background: #D9FF00 !important;
    border: 1px solid #D9FF00;
}

.referral_note {
    border: 1px solid #fbdcbd;
    background: url(../images/info_i.png) no-repeat 1% #fffbe0;
    font-size: 12px;
    padding: 8px 30px;
    font-weight: 100;
    width: 91% !important;
    margin: 8px 13px 10px 0px;
}

.campaign_recruiter_msg {
    background: url(../images/info_i.png) no-repeat 1% #fff;
    font-size: 12px;
    padding: 2px 30px;
    font-weight: 100;
    width: 91% !important;
    margin: 8px 13px 2px 0px;
    background-color: inherit;
}

#jobdesc1 table {
    width: 100% !important;
}

.candidate .adjust-box-middle {
    height: auto !important;
    width: 70% !important;
}

.candidate .title-adjust {
    word-wrap: break-word !important;
    line-height: 1.2 !important;
}

.candidate .adjust-height {
    height: auto !important;
}

#buddy_tabs-2 .loadmask-msg {
    top: 100px !important;
}

#buddy_tabs-4 .loadmask-msg {
    top: 100px !important;
}

.candidateId {
    text-align: center;
}

.btn-excel-export {
    position: relative;
    left: 700px
}

.excel-icon {
    position: relative;
    left: -5px;
    top: 1px;
}

.excel-text {
    position: relative;
    top: -3px;
}

.icon-text {
    padding: 3px 12px !important;
}

.controls {
    float: right;
}

#jobmailercontent {
    width: 70%;
    margin-left: 15%;
    padding-bottom: 20px;
}

#jobmailerform {
    background: none repeat scroll 0% 0% #ECECEC;
}

.fullwidth .loadmask-msg {
    top: 200px !important;
}

.subject {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 3px;
}

#mailSubject {
    padding: 16px;
    margin-left: 13%;
    font-size: 15px;
}

#subject {
    width: 75%;
    padding: 5px;
}

.btn-grey {
    background-color: #f5f5f5 !important;
    border: 1px solid #D7D7D7 !important;
    margin: 15px;
}

#applyButton:hover {
    background-color: #E4E4E4 !important;
}

.btn-padding {
    padding: 8px 12px !important;
}

.btn-adjust {
    margin: 15px !important;
}

.pop-btn-send {
    float: right;
    margin-top: 12px;
    margin-right: 8px;
}

.jobmailer_success {
    margin-bottom: 10px;
    padding: 7px 9px 7px 27px !important;
    background-color: #defea9 !important;
    background-position: 6px !important;
}

.broadcast {
    background: url(../images/mailer-icon.png) no-repeat -1px -1px;
    padding-left: 22px;
    padding-top: 2px;
}

#edit_job_mailer_form .label {
    width: 80px;
}

.edit_job_mailer_bottom {
    background-color: #F5F5F5;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    display: inline;
    float: left;
    margin: 0px;
    text-decoration: none;
    color: #0e0f14;
    text-shadow: 0px 1px #f7f7f7
}

.edit_job_mailer_bottom:hover {
    background-color: #efefef;
}

#mailerEditInfo {
    margin-left: 15px;
}

.title-line-height {
    line-height: 15px;
}

.btn-title-arial {
    font-family: arial, helvetica, verdana, sans-serif;
}

.image_select {
    display: none;
}

.refer_btn a {
    color: black !important;
}

.search_job_custom {
    float: right;
    background: url(../images/search_bg_new.png) left top no-repeat;
    width: 510px;
    font-size: 14px;
    height: 27px
}

.search_job_custom {
    float: right;
    background: url(../images/search_bg_new.png) left top no-repeat;
    width: 510px;
    font-size: 14px;
    height: 27px
}

.search_job_custom input, .dataTables_filter input {
    border: 0px !important;
    outline: none;
    font-size: 12px;
    color: #666;
    padding: 1px !important;
    margin: 0 5px;
    background: transparent;
}

/*roche*/
#mid_row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: 30px
}

#mid_row select, #wrapper.referrals select {
    width: 110px;
}

.jobs #upload_resume {
    margin: 0;
}

.Tm::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.Tm::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.Tm::-webkit-scrollbar-corner {
    background-color: transparent;
}

#jobDescription_ifr, #jobSkills_ifr, #jobOther_ifr {
    height: 180px !important;
}

.solrerror {
    display: none;
    font-size: 13px;
    padding: 8px 0px;
    padding-left: 30px;
    border: 1px solid red;
    background: url(../images/error_icon.png) no-repeat 1% rgb(245, 149, 149);
    font-weight: bold;
}

.positions_align {
    text-align: center;
}

.id_align {
    padding-left: 10px !important;
}

.details_bottom_margin {;
    margin: 0px -15px 0px !important;
}

/*Messaging CSS*/
.bottom_padding_wrapper {
    padding-bottom: 20px !important;
}

#wrapper.buddypage #contentarea {
    width: 98.5%
}

#wrapper.buddypage .arrow {
    background: url(../images/middle_arrow.jpg) 0 0 no-repeat;
    width: 79px;
    height: 16px;
    float: left;
    margin: -19px 0 0 20px;
}

#wrapper.buddypage #area {
    float: left;
    padding: 10px 0 0;
    margin: 0px 0px -20px 0px;
    background: url(../images/middle_row.jpg) left -3px repeat-x;
    width: 738px;
}

#wrapper.buddypage #bottomposition {
    float: left;
    padding: 10px 8px 32px 8px;
    background: url(../images/left_img.jpg) repeat left top;
    width: 722px;
    min-height: 290px;
}

.left_img {
    width: 120px;
    height: 115px;
    float: left
}

.right_cand_details {
    width: 600px;
    float: left
}

.content_bottom {
    width: 738px;
}

.img_adjust {
    padding: 8px 0px 15px 15px;
}

.help_buddies_heading {
    font-weight: bold;
    font-size: 14px;
    padding: 9px 9px 6px 0px;
}

.job_title_arial_font {
    font-family: arial !important;
    font-size: 13px !important;
}

#wrapper.buddypage .heading {
    width: 100%;
}

#wrapper.buddypage .candidate_name {
    font-family: Georgia;
    font-size: 18px;
    margin: 5px 0px;
    padding: 0px;
    line-height: 1.5;
    font-weight: bold;
}

.cont_round {
    font-size: 11px;
    color: #787877;
}

.cont_email {
    line-height: 21px;
    font-size: 13px;
}

.cont_phone {
    line-height: 21px;
    font-size: 13px;
}

.bottom_cont {
    font-size: 13px;
    line-height: 20px;
}

.bold_cont {
    font-weight: bold
}

#wrapper.buddypage .textclsmsgbox {
    background: #FFFFFF;
    padding: 5px 0px 45px 5px;
    border: 0px;
    margin: 12px 18px 22px 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0 0 10px #B5B5B5;
    -webkit-box-shadow: 0 0 10px #B5B5B5;
    box-shadow: 0 0 10px #B5B5B5;
}

.msgbox_title {
    padding: 12px 12px 5px 12px;
    font-size: 16px;
    font-weight: bold;
}

.text_area_msgbox {
    border: 1px solid #dddddd;
    width: 640px;
    height: 50px;
    margin: 5px 12px 0px;
    font-family: arial;
    font-size: 14px;
    resize: none;
    padding: 5px;
    line-height: 1.4
}

.msgbox_button {
    margin: 12px;
}

.send_button_img {
    margin-bottom: 8px;
    background: url(../images/send_icon.png) no-repeat 4px 6px #cde258;
    padding: 7px 8px 5px 20px !important;
}

.send_button_img_disabled {
    margin-bottom: 8px;
    background: url(../images/send_icon.png) no-repeat 4px 6px #cccccc;
    padding: 7px 8px 5px 20px !important;
    float: left;
}

.no_padding_bottom {
    padding-bottom: 0px !important;
}

.friend_info_box {
    padding: 15px 0px 5px 12px;
    width: 98%;
}

.employee_info_box {
    padding: 15px 12px 5px 0px;
    width: 98%;
    float: left;
}

.friend_img {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 3px;
    border: 2px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 61px;
    height: 61px;
}

.friend_msg_title {
    font-weight: bold;
    padding: 0px 0px 15px 0px;
    font-size: 12px;
    font-size: 13px;
}

.msg_desc {
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
}

.friend_msgbox {
    position: relative;
    background: #9bd2ff;
    border: 1px solid #76bdf7;
    border-radius: 5px;
    padding: 20px;
    max-width: 80%;
    float: left;
    margin-left: 15px;
}

.friend_msgbox:after, .friend_msgbox:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.friend_msgbox:after {
    border-color: rgba(155, 210, 255, 0);
    border-right-color: #9bd2ff;
    border-width: 10px;
    margin-top: -10px;
}

.friend_msgbox:before {
    border-color: rgba(118, 189, 247, 0);
    border-right-color: #76bdf7;
    border-width: 11px;
    margin-top: -11px;
}

.employee_msg_title {
    font-weight: bold;
    padding: 0px 3px 15px 0px;
    float: left;
    width: 100%;
    text-align: right;
}

.employee_img {
    margin-right: 3px;
    padding: 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 61px;
    height: 61px;
    border: 2px solid #FFFFFF;
}

.employee_msgbox {
    position: relative;
    background: #e6e6e6;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    max-width: 80%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.employee_msgbox:after, .employee_msgbox:before {
    left: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.employee_msgbox:after {
    border-color: rgba(155, 210, 255, 0);
    border-left-color: #e0e0e0;
    border-width: 10px;
    margin-top: -10px;
}

.employee_msgbox:before {
    border-color: rgba(118, 189, 247, 0);
    border-left-color: #e0e0e0;
    border-width: 11px;
    margin-top: -11px;
}

.friend_date {
    font-size: 11px;
    color: #000;
    font-weight: normal;
}

.employee_date {
    font-size: 11px;
    color: #000;
    font-weight: normal;
}

.employee_img img {
    border-radius: 50%;
    width: 61px;
    height: 61px;
}

.friend_img img {
    border-radius: 50%;
    width: 61px;
    height: 61px;
}

#wrapper.candidate_communication .arrow {
    background: url(../images/middle_arrow.jpg) 0 0 no-repeat;
    width: 79px;
    height: 16px;
    float: left;
    margin: -19px 0 0 20px;
}

#wrapper.candidate_communication #area {
    float: left;
    padding: 10px 0 0;
    margin: 0px -15px -20px;
    background: url(../images/middle_row.jpg) left -3px repeat-x;
}

#wrapper.candidate_communication #bottomposition {
    float: left;
    padding: 10px 15px 32px 15px;
    background: url(../images/left_img.jpg) repeat left top;
    width: 984px;
    min-height: 365px;
}

#wrapper.candidate_communication .candidate_name {
    font-family: Georgia;
    font-size: 18px;
    margin: 5px 0px;
    padding: 0px;
    line-height: 1.5;
    font-weight: bold;
}

#wrapper.candidate_communication .heading {
    width: 98%;
}

#wrapper.candidate_communication .title1 {
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    line-height: 1.5;
}

#wrapper.candidate_communication .title2 {
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    line-height: 1.5;
}

#wrapper.candidate_communication .cont_top {
    margin-bottom: 15px;
    width: 98%;
    float: left;
    margin-left: 20px;
}

#wrapper.candidate_communication .bottom_container {
    width: 73.5%;
    margin: 0px 0px 0px 110px;
}

#wrapper.candidate_communication .textclsmsgbox {
    background: #FFFFFF;
    padding: 5px 0px 45px 5px;
    border: 0px;
    margin: 12px 18px 22px 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0 0 10px #B5B5B5;
    -webkit-box-shadow: 0 0 10px #B5B5B5;
    box-shadow: 0 0 10px #B5B5B5;
}

.msg_bubble {
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    padding: 0px 40px 18px;
}

.red_cross_align_right {
    float: right;
    margin-right: 20px;
}

.thank_you_success {
    background: url("../images/green_check.png") no-repeat scroll 1% center #deffa9;
    border: 1px solid #d6dfa3;
    color: #000;
    font-size: 13px;
    font-weight: 100;
    margin: 7px 0px 9px 0;
    padding: 10px 37px;
}

.msg_even {
    float: left;
}

.msg_even img {
    float: right;
    clear: right;
}

.msg_odd {
    float: right;
}

.msg_odd img {
    float: left;
    clear: left;
}

.common_success {
    background: url("../images/green_check.png") no-repeat scroll 1% center #deffa9;
    border: 1px solid #b0e35e;
    color: #497306;
    font-size: 14px;
    font-weight: 100;
    margin: 8px 13px 10px 0;
    padding: 8px 30px;
    width: 88% !important;
}

.common_error {
    background: url("../images/error_icon.png") no-repeat scroll 1% center #ffc7c7;
    border: 1px solid #e16f6f;
    padding: 8px;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
}

.import_error {
    background: url("../images/info_i.png") no-repeat scroll 1% center #FFCC33;
    border: 1px solid #e16f6f;
    padding: 8px;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
}

.common_info {
    border: 1px solid #fbdcbd;
    background: url(../images/info_i.png) no-repeat 1% #fffbe0;
    font-size: 12px;
    padding: 8px 30px;
    font-weight: 100;
    width: 91% !important;
    margin: 8px 13px 10px 0px;
}

.help_heading_padding {
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 1px;
    border-bottom: 1px solid #ddd;
}

.referral_box_padding {
    padding-left: 8px;
    padding-top: 2px;
    width: 245px !important;
}

.no_padding_bottom {
    padding-bottom: 0px
}

.buddypage .loadmask-msg {
    top: 300px !important;
}

.placeholder {
    color: #ddd
}

.reminder_button_img {

    background: url(../images/remind_norm.png) no-repeat top left;
    padding: 4px 0px 6px 17px !important;
    border: 0px;
    width: 50px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;

}

.reminder_button_disabled {

    background: url(../images/remind_disabled.png) no-repeat top left;
    padding: 4px 0px 6px 17px !important;
    border: 0px;
    width: 50px;
    height: 24px;
    font-size: 12px;
}

.reminder_button_img:hover {

    background: url(../images/remind_high.png) no-repeat top left;
    padding: 4px 0px 6px 17px !important;
    border: 0px;
    width: 50px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
}

.buddypage #contentarea {
    padding: 8px 0px 0px 15px;
}

.mainmessage {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
}

.subtext {
    padding-left: 24px;
    line-height: 1.6;
}

.sub_button {
    background-color: #33cc66;
    float: none;
    padding: 8px 12px;
    border: 2px solid #20E762;
    cursor: pointer;
}

.sub_button:hover {
    background-color: #34E46E;
}

.subtextchoice {
    padding-left: 13px;
    display: none;
}

.buddypage #contentarea {
    padding: 8px 0px 0px 15px;
}

.mandatory {
    float: right;
    margin-top: -25px;
}

.upload {
    float: right;
    margin-right: 90px;
    margin-top: 2px;
}

.left-padding-search {
    padding-left: 20px
}

.search_heading {
    width: 150%
}

.reccanduploadresume .red_cross, .reccanduploadresume .error_msg {
    background: none;
    display: none;
}

.img_gradient_button {
    background: #ffffff url(../images/grad_normal_button.png) repeat-x left bottom;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.reccanduploadresume .red_cross, .reccanduploadresume .error_msg {
    background: none;
    display: none;
}

.img_gradient_button:hover {
    background: #d9dddd url(../images/hover_selected_button.png) repeat-x left bottom;
}

.new_candidate_page {
    padding: 8px 8px;
    text-decoration: none;
    margin-right: 8px;
    color: #000000;
}

#showjoblinks {
    padding-bottom: 15px !important;
    font-size: 14px;
}

#showjoblinks .heading {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
}

.share_img {
    background: url("../images/share_button.png") no-repeat 10px 0px;
    height: 28px;
    width: 95px;
    cursor: pointer;
}

.share_img:hover {
    background: url("../images/share_button.png") no-repeat 10px -28px;
    height: 28px;
    width: 95px;
    cursor: pointer;
}

#socialJobShareDialog {
    padding-left: 0px !important;
}

#socialJobShareDialog #socialJobShareComment {
    width: 332px !important;
    height: 50px !important;
}

#btnSocialJobShare {
    float: right;
    margin-top: 12px;
    margin-right: 12px;
}

.campJobShareIcons {
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding: 0px 10px 0px 0px
}

.dashboard .dash_meter .dash_text {
    padding-top: 1px !important;
}

.apply_for {
    float: right !important;
}

.apply_for_anchor {
    margin-right: -2px !important;
}

#apply_for_check {
    margin: -2px 9px 0px 0px !important;
}

.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}

#referFB {
    width: 245px;
    height: 34px;
    margin: 5px 10px 20px 10px;
   /*  background: url(../images/normal.png) no-repeat !important; */
    border: none !important;
    border-radius: 4px !important;
}

#referFB:hover {
    /* background: url(../images/fb_highlight.png) no-repeat !important;
    border: none !important; */
}

#fbcontent_top {
    padding: 5px 10px; /*margin-left:8px;*/
    height: 28px;
    margin-top: 14px;
}

/*.recruiter #headerright{width: 300px !important;}*/
.campaign_share_popup {
    width: 95% !important
}

#fb_content_right .loadmask-msg {
    z-index: 1 !important;
}


.thankyou_interviewer {
    text-align: center;
    height: 118px;
    color: #C0B3B3;
    font-size: 21px;
    background-color: #F5F1F1;
    padding-top: 100px;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.interviewer .search_job {
    float: left;
    background: url(../images/search_bg_new2.png) left top no-repeat;
    width: 375px;
}

.interviewer .search_job input {
    width: 320px !important;
}

.help_text {
    color: white;
    float: right;
    padding: 25px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.jobLocation .red_cross {
    padding: 12px 12px;
}

.userlist .fullwidthblue .display td {
    text-align: left !important;
}

#candi .dropdown .dropdown-menu LI {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
    float: none;
    text-align: left;
    margin-right: 0px !important;
}

#candi .dropdown .dropdown-menu LI > A {
    display: block;
    color: #555;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap;
    float: none;
}

#candi .dropdown .dropdown-menu LI > A:hover {
    background-color: #e9e9e9;
    color: #000;
    cursor: pointer;
}

#candi .dropdown .dropdown-menu {
    padding: 4px 0;
    margin: 0;
    height: 50px;
}

.candidate-dropdown {
    float: none;
}

#candi .dropdown.dropdown-tip:after, #candi .dropdown.dropdown-tip:before {
    left: 35px;
}

.dashboard .upload-candidates-btn a {
    padding: 8px;
    font-size: 13px;
    padding-left: 5px;
    margin-right: 10px;
    text-decoration: none
}

.dashboard .upload-candidates-btn .img-upload-candidates-btn {
    padding-right: 15px;
    background: url(../images/dash_plus.png) 5px 2px no-repeat;
}

.upload-candidates-btn .text {
    color: #000000;
}

.dashboard .upload-candidates-btn {
    margin-top: 10px;
    float: right;
}

.campaign_view .area-outer {
    background: none !important
}

.campaign_view #candidate_main {
    float: left;
    margin-left: 0px;
    margin-bottom: 12px;
    width: 975px !important;
}

.campaign_view #wrapper {
    background: none;
}

.campaign_view .area-inner {
    border: 1px solid #ddd;
}

.job-tiles-area {
    margin-top: 0px !important;
    overflow: hidden;
    width: 725px;
    float: right !important;
}

.box-spacing {
    margin: 0px 20px 20px 0px !important;
}

.candidate .div-back-button {
    width: 97%;
    float: left;
    padding: 20px 0px 0px 22px;
}

.candidate .back-button {
    text-decoration: none;
    color: #46629C;
    font-size: 12px;
}

.candidate #share-this-job {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    background: #FFFFFF url('../images/down_arrow_career.png') no-repeat 91% 49%;
    padding: 12px 25px 12px 12px;
    border: 1px solid #DDDDDD;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.candidate #share-this-job:hover {
    background: #dfdfdf url('../images/down_arrow_career.png') no-repeat 91% 49%;
}

.candidate .fbcandapply {
    padding: 12px;
    background: #55c955;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.candidate .fbcandapply:hover {
    background: #5de35d;
}

.candidate #share-this-job.dropdown-open {
    background: #dfdfdf url('../images/up_arrow_career.png') no-repeat 91% 49%;
}

#headerright .usernameEllipsis, .nameellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95px;
    white-space: nowrap;
}

#headerright .username {
    float: left;
    text-align: right;
}

.ctp_div {
    float: right;
    padding-top: 4px
}

.ctp_text {
    float: left;
    text-align: right;
    padding-right: 5px
}

.ctp_box {
    padding: 13px 15px;
    border: 1px solid #efefef;
    float: right;
    width: 694px;
    font-size: 13px;
    text-align: left;
    margin: 10px 0px;
}

.ctp_job_area {
    float: right
}

.ctp_box_large {
    padding: 13px 15px;
    border: 1px solid #efefef;
    float: right;
    width: 952px;
    font-size: 13px;
    text-align: center;
    margin: 10px 0px;
}

.billrate {
    width: 85px !important;
}

#billRateCurrency, #billRateBasis {
    width: 100px !important;
}

.login_block {
    width: 290px !important;
}

.login_input {
    width: 247px !important;
}

#login_captcha {
    margin-bottom: 5px !important;
}

#lastLoginDttm {
    font-size: 11px;
    margin-left: 15px;
    margin-right: 15px;
    color: #555555;
    line-height: 1.7;
}

#lastLoginDttm:hover {
    background: transparent;
}

.userlist .search_inner input {
    width: 165px !important;
}

.search_space {
    padding: 32px 0px 0px 10px;
}

.fullwidthtable {
    padding: 0px 0px 6px 0px !important;
    margin-top: 0px !important;
}

.bootstrap-switch-normal {
    width: 150px;
}

.toast-message {
    font-size: 13px !important;
}

.campaigndetails .search_job, #jobdashboard_filter .search_job {
    float: left;
}

#jobdashboard2_filter {
    float: left;
}

#dashboard_job .dash_blueinner {
    background: none !important;
    height: 38px !important;
}

#dashboard_job #jobdashboard td {
    text-align: center;
}

#dashboard_job .add_job {
    float: right;
    margin-right: 12px !important;
}

#dashboard_job .dash_icon {
    background: none !important;
    padding-left: 0px !important;
}

.save_btn {
    margin-left: 15px !important;
}

.dashboard .right-align {
    float: right !important;
}

#jobdashboardjobrequest_filter {
    float: left;
}

#dashboard_job #jobdashboardjobrequest td {
    text-align: center;
}

#dashboard_job #jobdashboard2 td {
    text-align: center;
}

#dashboard_job #example1 td {
    text-align: center;
}

.dashboard .search_job {
    width: 225px;
    height: 30px;
    margin-top: -35px !important;
    background: url(../images/search_box.png) left top no-repeat !important;
}

#linkjobtable_filter .search_job {
    margin-top: -35px !important;
}

.dashboard .search_job input {
    font-size: 13px;
}

.dashboard .add-new {
    margin-top: 3px !important;
    margin-right: 0px !important;
}

.dashboard .add-new a {
    padding: 6px;
    padding-right: 10px;
}

.dashboard .dataTable {
    margin-top: 5px !important;
}

.dashboard .counter {
    float: right;
    margin-right: 17px;
}

.dashboard .search_inner {
    background: url(../images/search_icon_dash.png) 95% 60% no-repeat;
}

.dashboard .search_inner input {
    width: 178px !important;
}

.dashboard .dash_text {
    float: right;
}

.dashboard .dash_meter {
    width: 85px !important;
}

div.dropdown-wrapper {
    /*width: 150px;*/ /* Sets the width of your dropdown */
}

#selectCompany {
    /*margin: 50px;*/
    cursor: pointer;
    /*border-bottom: 1px solid white !important;*/
    color: white;
    background: transparent;
    background: url(/employee/empresource/images/arrow-white.png) center right 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    width: 110px;
    /*padding: 5px;*/
    font-size: 13px;
    /*height: 34px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#selectCompany option {
    color: white;
    background-color: black;
}

select:focus {
    outline: none;
}

#width_tmp_select {
    display: none;
    background-color: black;
}

#changeCompany {
    background: url(/employee/empresource/images/arrow-white.png) top 14px right 0px no-repeat;
    /*max-width: 100px;
    text-align: right;
    width: inherit;*/
    /*padding: 14px 65px 0px 0px;
    margin: 0px;
    margin-top: -16px;
    margin-left: -10px;
    background-size: 10px 10px;
    padding-right: 5px;*/
    text-align: center;
    padding-right: 8px;
    width: inherit;
    background-size: 10px 10px;
    cursor: pointer;
}

#changeCompany .usernameEllipsis {
    height: 20px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
}

.changecomp li {
    margin-top: 0px !important;
    padding: 5px;
    width: 130px;
}

.changecomp a {
    text-shadow: none !important;
    font-size: 12px !important;
    padding: 5px !important;
}

.changecomp span {
    color: #000000 !important;
    font-size: 13px !important;
}

.changecomp li span {
    padding: 3px !important;
}

.changecomp ul {
    padding: 5px !important;
}

.changecomp {
    padding-top: 0px !important;
    padding: 5px !important;
    left: 34% !important;
    border-radius: 5px;
}

.changecomp:after {
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -25px;
}

.selected {
    background: url(/employee/empresource/images/green_valid.png) center right;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.selected:hover {
    background: url(/employee/empresource/images/green_valid.png) center right !important;
    text-decoration: none;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    cursor: auto !important;
}

.selected span:hover {
    cursor: not-allowed !important;
}

.disconnect:after {
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -25px;
}

.login_google {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: url('/employee/empresource/images/google_signin.png') no-repeat !important;
    width: 262px;
    height: 60px;
    cursor: pointer;
}

.login_google:hover {
    background: url('/employee/empresource/images/google_signin_hover.png') no-repeat !important;
}

.office365_login {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: url('/employee/empresource/images/office_365_button.png') no-repeat !important;
    width: 262px;
    height: 60px;
    cursor: pointer;
}

.office365_login:hover {
    background: url('/employee/empresource/images/office_365_hover_button.png') no-repeat !important;
}

.signin2 {
    padding: 4px 0px 8px 0px;
    font-size: 16px;
    font-weight: 600;
}

.signin1 {
    padding: 2px 0px;
    font-size: 16px;
}

.login_msg_fractal {
    padding: 4px;;
}

#jobdesc1 #header {
    background-color: inherit;
}

.reward_rupee {
    border: 10px solid white;
}

.reward_coins {
    height: 181px;
    border: 10px solid white;
    border-top: none;
    background: #e5f8d5;
}

.reward_coins_nh {
    border: 10px solid white;
    border-top: none;
    background: #e5f8d5;
}

.width-98 {
    width: 98% !important;
}

.reward_coin_left {
    background: #f2f5f0;
    height: 181px;
    width: 18%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#reward_coin_right {
    float: right;
    height: 181px;
    background-color: #E5F8D5;
    width: 40%;
}

#reward_coin_right_nh {
    float: right;
    background-color: #E5F8D5;
    width: 40%;
}

#reward_coin_right_n {
    float: left;
    background-color: #E5F8D5;
  /*  width: 78%;*/
    margin-left: 20px;
}

.reward_coin_left_lh {
    height: 86px !important;
}

.padding-35-20 {
    padding: 35px 20px;
}

.reward_coin_left_bottom {
    padding: 0px 20px 20px 20px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px;
    padding-left: 10px;
}

.PT10 {
    padding-top: 10px
}

.PT5 {
    padding-top: 5px
}

.PT15 {
    padding-top: 15px
}

.PT40 {
    padding-top: 40px
}

.float-left {
    float: left
}

.MR-35 {
    margin-right: -35px
}

.MR-25 {
    margin-left: -25px
}

.PL45 {
    padding-left: 45px
}

.PL30 {
    padding-left: 30px
}

.show-points {
    padding-left: 15px;
    background: url(../images/left_img.jpg);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#redeemBtn {
    background-color: #7bb946;
    color: white !important;
    padding: 8px 15px 8px 15px;
    font-weight: 500;
    border: none;
}

#redeemBtn:hover {
    background-color: #8fd54e;
}

#coinsEarned {
    color: #427417;
}

.coinsInProcessFontColor {
    color: #5d5d5d;
}

.float-right {
    float: right
}

.loadmask-msg div {
    padding: 5px 25px 5px 25px !important;
}

.coins {
    border-right: 1px solid #657607;
    margin-right: 15px;
    padding-right: 15px;
}

.coinAmt {
    padding-left: 5px;
    padding-right: 35px;
}

.reward-comma-separator {
    padding: 0px 10px 0px 1px;
    font-size: 16px;
    float: left;
}

.padding-21-20 {
    padding: 21px 20px;
}

.ft16 {
    font-size: 16px;
}

.pad6 {
    font-size: 16px;
    padding-left: 6px;
}

.PT4 {
    padding-top: 4px;
}

.PL40 {
    padding-left: 40px !important;
}

.big-arrow {
    margin-left: -15px;
    height: 86px;
    float: left;
}

.PL15 {
    padding-left: 15px;
}

.tabs_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.tabs_li {
    margin: 0;
    float: left;
    padding: 0px;
    background: none !important;
}

.tabs_a {
    text-decoration: none;
    float: left;
    line-height: 43px;
    position: relative;
    z-index: 1;
    padding: 0px 7px;
    margin-right: 3px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: white url(../images/tab_back.jpg) top left repeat-x;
    color: #333 !important;
    font-size: 14px;
    font-weight: bold;

}

#wrapper.integration .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    background-image: url(../images/tab_selected.jpg) !important;
    border-bottom-color: white !important;
    top: 1px;
}

#job_tab {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1em;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0;
    background: #fff;
    float: left;
}

#candidate_tab {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1em;
    padding: 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0;
    background: #fff;
    float: left;
}

#etl_table_container {
    width: 950px;
    float: left
}

.word_break {
    word-break: break-all;
}

#reward_earn .loadmask-msg {
    display: none !important;
}

#addvendor_popup .common_error, #editvendor_popup .common_error {
    display: none;
    width: 91% !important;
    margin: 10px;
    padding-left: 25px !important;
}

.agency_dialog {
    top: 100px !important;
}

.agency_count_dropdown {
    margin-top: 2px;
    padding-left: 10px !important;
    overflow: hidden;
}

.agency_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    font-size: 18px;
    color: black;
    float: left;
    width: auto;
}

.agency-change-dropdown {
    background: url(../images/all_rec_cand_icons.png) no-repeat -1px -488px;
    float: left;
    padding: 9px 9px;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1px;
}

.agency-dropdown-active {
    background-position: -1px -518px;
}

#agency-dropdown {
    position: absolute;
    z-index: 99;
    left: 453px;
    top: 135px;
}

#agency-dropdown .dropdown-panel {
    padding: 10px;
}

#agency-dropdown .dropdown-panel {
    list-style: none;
    background: #FFF;
    border: solid 1px #DDD;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    margin: 0;
}

.agency-panel-box {
    float: left;
    width: 80px;
    padding: 10px;
!important;
}

.agency-row {
    float: left;
    padding: 4px;;
    width: 96%;
}

.agency-select-count, .agency-select-text {
    float: left;
    padding-top: 2px;
    font-size: 13px;
}

.agency-select-count {
    float: right !important;
}

.agency-row:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}

.white_bg {
    background: white !important;
}

.MH660 {
    min-height: 660px
}

.W-15 {
    width: 15px
}

.datatable_word_break {
    word-wrap: break-word;
    word-break: break-all
}

.contest_coins_img {
    padding: 4px;
}

.contest_coins_img_lower {
    padding: 0px 4px;
}

#reward_earn_contest .coins_img {
    padding: 4px 8px;
}

.conversion_popup_content {
    padding: 0px 8px;
}

.datatable_word_break {
    word-wrap: break-word;
    word-break: break-all
}

.FL {
    float: left;
}

.reward_coin_middle {
    background-color: #E5F8D5;
}

.reward_coin_middle_top {
    padding-bottom: 20px !important;
}

.reward_coin_last {
    background-color: #E5F8D5;
}

.coins_help, .coins_text {
    text-decoration: underline;
}

.ft13 {
    font-size: 13px;
}

.ft12 {
    font-size: 12px;
}

.ft10 {
    font-size: 10px;
}

.PT12 {
    padding-top: 12px;
}

.experience_img {
    width: 80px;
}

.experience_img_arrow {
    width: 30px;
}

.reward_coin_right {
    background-color: #E5F8D5;
}

.reward_coin_right_top {
    padding-top: 30px;
}

.NMT {
    margin-top: 0px !important;
}

.btn_close_history {
    float: right;
}

.history_text {
    font-size: 11px;
    float: left;
}

.history_bottom {
    padding-top: 8px;
}

.PT8 {
    padding-top: 8px;
}

.PR4 {
    padding-right: 4px;
}

.PR8 {
    padding-right: 8px;
}

.M-T2 {
    margin-top: -2px;
}

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

.referral_text_top {
    font-size: 22px;
    padding-bottom: 4px;
}

.referral_text_bottom {
    font-size: 14px;
    padding-bottom: 10px;
}

.referral_link {
    font-size: 18px;
    padding-top: 10px;
}

.location-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    float: left;
}

.linkedin_steps {
    margin-left: 34px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.linkedin-bullets {
    float: left;
    margin-bottom: 20px;
    margin-right: 5px;
}

.PL50 {
    padding-left: 50px
}

.ML5 {
    margin-left: 5px
}

.width50 {
    width: 50%;
}

.LH1_4 {
    line-height: 1.4
}

.linkedin-showmore {
    height: 25px;
    padding-top: 15px;
    border-bottom: 1px solid #efefef;
}

.show-more-linkedin {
    color: #00A7FF !important;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 65px;
}

.bubble3 {
    float: left;
    left: 265px;
    position: relative;
    background: #fff;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'JournalRegular', 'Lucida Sans', Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #555;
    width: 300px;
    height: 90px;
    padding: 10px 13px;
    top: 175px;
}

/*ijp apply tab new css*/
.tab-message .message {
    background: url(../images/info_icon.png) no-repeat 14px 8px;
    padding: 10px;
    float: left;;
}

.tab-message {
    background-color: #DEE9FF;
    display: block;
    float: left;
    width: 100%;
}

.tab-message .message-text {
    padding-left: 28px;
    float: left;
    font-size: 13px;
}

.anchor-normal {
    color: #3178F5;
    text-decoration: none;
}

.eligible-box:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.eligible-box {
    width: 100%;
    margin-top: 14px;
    display: block;
    float: left;
}

.eligible-box-div {
    display: block;
    width: 100%;
    float: left;
}

.w50per {
    width: 50%;
}

.info-box-div {
    min-height: 75px;
    background: #F6F7F9;
    font-size: 13px;
    padding: 14px;
    position: relative;
}

.info-box-div .top-div {
    position: absolute;
    top: 22px;
}

.info-box-div .bottom-div {
    position: absolute;
    bottom: 22px;
}

.no-float {
    float: none !important;
}

.mr14 {
    margin-right: 14px;
}

.help-box-div {
    padding: 14px;
    border: 1px solid #F2F2F2;
    font-size: 12px;
}

.fwbold {
    font-weight: bold;
}

.pb6 {
    padding-bottom: 6px;
}

.mb12 {
    margin-bottom: 12px;
}

.ijp-info {
    min-height: 0px !important;
    padding-bottom: 20px;
}

.green-text {
    color: #4C9213;
}

.min-height-60 {
    min-height: 60px;
}

.slag {
    vertical-align: text-bottom;
    padding: 0px 0px 0px 2px;
}

.green-tick {
    background: url(../images/green_tick.png) no-repeat 0px 3px;
    padding: 0px 0px 0px 18px;
}

.button_white {
    padding: 5px 8px;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    color: #121212;
    font-size: 12px;
    /*text-shadow: none;*/
    margin-right: 10px;
}

.button_white:hover {
    background-color: #f7f7f7;
}

.bubble3:after {
    content: "";
    position: absolute;
    top: 41px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #B7D1DC;
    display: block;
    width: 0;
    z-index: 1;
}

/*.job-filter-tabs {
    margin-top: 10px;
}

.job-filter-tabs-link {
    border-bottom: 1px solid #dedede;
    display: block;
    margin: 0;
    padding: 0;
}

.job-filter-tabs-link:after {
    display:block;
    clear:both;
    content:'';
}

.job-filter-tabs-link li {
    float: left;
    list-style: none outside none;
    padding: 0;
    position: relative;
    top: 0;
    border: 1px solid #dedede;
    margin: 1px -1px 0 0;
}

.job-filter-tabs-link a {
    color: black;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 15px;
    top: 2px;
}

.job-filter-tabs-link a:hover {

}

.job-filter-tabs-link li.active {
    border-top: 3px solid black;
    border-bottom: none;
    font-weight: 600;
}

.job-filter-tabs-link li.active a {
    padding: 15px;
}*/

.job-tabs {
    position: relative;
}

.job-tabs .job-tabs-nav {
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
    padding: 1.2em 0 0 0;
}

.job-tabs .job-tabs-nav:after {
    content: "";
    display: block;
    clear: both;
}

.job-tabs .job-tabs-nav li {
    float: left;
    list-style: none outside none;
    margin: 1px -1px 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
    height: 44px;
}

.job-tabs .job-tabs-nav .job-tabs-anchor {
    float: left;
    font-size: 14px;
    padding: 14px 16px;
    text-decoration: none;
    outline: 0;
    font-weight: 400;
}

.job-tabs .job-tabs-nav li.job-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    height: 40px;
    border-bottom-width: 0px;
}

.job-tabs .job-tabs-nav li.job-tabs-active .job-tabs-anchor {
    cursor: text;
    font-weight: 600;
}

/* Interaction states
----------------------------------*/
.job-state-default {
    border: 1px solid #dedede;
    border-bottom: 0px;
    background: #f6f6f6 url("/employee/empresource/images/jquery-bg/ui-bg_glass_75_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}

.job-state-default a,
.job-state-default a:link,
.job-state-default a:visited {
    color: #000000;
    text-decoration: none;
}

.job-state-default:hover {
    border: 1px solid #dedede;
    border-bottom: 0px;
    background: #FFFFFF url("/employee/empresource/images/jquery-bg/ui-bg_glass_75_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
}

.job-state-default:hover,
.job-state-default:hover:hover,
.job-state-default:hover:link,
.job-state-default:hover:visited {
    color: #000000;
    text-decoration: none;
}

.job-state-default.job-state-active,
.job-state-default.job-state-active:hover {
    border: 1px solid #dedede;
    background: #ffffff url("/employee/empresource/images/jquery-bg/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #000000;
    border-top: 5px solid #31312D;
}

.job-state-default.job-state-active a,
.job-state-default.job-state-active a:link,
.job-state-default.job-state-active a:visited,
.job-state-default.job-state-active:hover a,
.job-state-default.job-state-active:hover a:link,
.job-state-default.job-state-active:hover a:visited{
    color: #000000;
    text-decoration: none;
    padding-top: 10px !important;
}

.reject-info-icon{
    background: url("/employee/empresource/images/rejection_info_icon.png") 50% 50% no-repeat;
}



.reject-tooltip {
    background: #000;
    border:none !important;
    border-radius: 3px;
    max-width: 220px;
    word-wrap: break-word;
    white-space: pre-line;
}
.reject-tooltip:after, .reject-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.reject-tooltip:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}
.reject-tooltip:before {
    border-width: 9px;
    margin-left: -9px;
}

.reject-tooltip .ui-tooltip-content{
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    color: #FFF;
}
/*akshaya*/
button.fb-button {
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #3b5998;
    border: #3b5998;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 10px 20px 10px;
}
button.fb-button:hover {
    background-color: #5983d9;
}
.fb-button img, .Li-button img, .twitter-button img{
    vertical-align: middle;
    margin-top: -3px;
}
button.Li-button {
    color: #fff;
        padding: 8px 12px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #1C87BD;
    border: 1px solid #1C87BD;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
button.Li-button:hover {
    background-color: #2faeef;
}
button.twitter-button {
    color: #fff;
    padding: 8px 17px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #33CCFF;
    border: 1px solid #33CCFF;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
button.twitter-button:hover {
    background-color: #5ad4fd;
}

.badgeButton_1 {
	margin-top: -16px !important;
    margin-left: -24px !important;
}

/*Akshaya*/
/*Social media share job*/
.social-share-head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    /*margin-top: -28px;*/
}

.social-share-full-wrapper {
    width: 57%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.social-share-wrapper {
    padding: 20px 7px 0px;
    min-height: 87px;
}

.social-share-content-head {
    font-size: 15px;
    font-weight: bold;
}

.social-share-img {
    width: 17%;
    float: left;
    margin-right: 15px;
    padding-right: 10px;
}

.social-share-img-twitter {
    width: 17%;
    float: left;
}

p.social-share-wrapper-content-body {
    font-size: 13px;
    line-height: 20px;
    margin-left: 115px;
}

p.social-share-wrapper-content-body-twitter {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.social-share-wrapper-content {
    padding-right: 30px;
}


.social-share-btn {
    text-align: right;
    padding: 20px 7px;
    background-color: #eeee;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.social-share-btn-twitter {
    text-align: right;
    padding: 20px 7px;
    background-color: #eeee;
}

.button_fb {
    padding: 7px 17px;
    background-color: #385a99;
    border: 1px solid #385a99;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
}

.button_linkedin {
    padding: 7px 17px;
    background-color: #1c87bd;
    border: 1px solid #1c87bd;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
}

.button_linkedin img {
    vertical-align: bottom;
}

.button_linkedin:hover {
    background-color: #1758d0;
}

#fbprofiledata {
    border-top: 1px solid #e2e2e2;
}

.social-share-buddy-full-wrapper {
    border: 1px solid #ccc;
    padding: 17px 0px 17px 5px;
    margin-left: 9px;
    width: 55%;
    border-radius: 4px;
    margin-bottom: 14px;
}

.share-logo {
    border: 1px solid #CCC;
    margin-left: 15px;
    width: 80px;
    height: 80px;
}

.social-share-buddy-full-wrapper-text {
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

span.social-share-friend-btn {
    /*margin-left: 60px;*/
    float: right;
}

.social-share-buddy-full-wrapper img {
    vertical-align: bottom;
}

.button_fb img {
    vertical-align: bottom;
}

.button_fb:hover {
    background-color: #1758d0;
}

.cstmReward li {
    list-style: none;
    font-size: 13px;
}

#buddy_tabs-1,#example1{
    position: relative;
}

#buddy_tabs-3{
    position: relative;
}

#buddy_tabs-2{
    position: relative;
}

#buddy_tabs-4{
    position: relative;
}

#buddy_tabs-5{
    position: relative;
}

.recordsProcessing {
    left:50%;

    width: 17px;
    height: 12px;
    padding-top: 0px;
    padding-left: 11px;
    padding-right: 20px;
    padding-bottom: 37px;
    top: 155px;

    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #FFFFFF url("/employee/empresource/images/Load_16.gif") no-repeat 13px 13px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.23);
}
