article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{
display:block;
}
audio,
canvas,
video{
display:inline-block;
}
audio:not([controls]){
display:none;
height:0;
}
[hidden],
template{
display:none;
}
html{
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body{
margin:0;
}
a{
background:transparent;
}
a:focus{
outline:thin dotted;
}
a:active,
a:hover{
outline:0;
}
h1{
font-size:2em;
margin:0.67em 0;
}
abbr[title]{
border-bottom:1px dotted;
}
b,
strong{
font-weight:700;
}
dfn{
font-style:italic;
}
hr{
-moz-box-sizing:content-box;
box-sizing:content-box;
height:0;
}
mark{
background:#ff0;
color:#000;
}
code,
kbd,
pre,
samp{
font-family:monospace,serif;
font-size:1em;
}
pre{
white-space:pre-wrap;
}
q{
quotes:"\201C" "\201D" "\2018" "\2019";
}
small{
font-size:80%;
}
sub,
sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup{
top:-0.5em;
}
sub{
bottom:-0.25em;
}
img{
border:0;
}
svg:not(:root){
overflow:hidden;
}
figure{
margin:0;
}
fieldset{
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend{
border:0;
padding:0;
}
button,
input,
select,
textarea{
font-family:inherit;
font-size:100%;
margin:0;
}
button,
input{
line-height:normal;
}
button,
select{
text-transform:none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
-webkit-appearance:button;
cursor:pointer;
}
button[disabled],
html input[disabled]{
cursor:default;
}
input[type="checkbox"],
input[type="radio"]{
box-sizing:border-box;
padding:0;
}
input[type="search"]{
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
border:0;
padding:0;
}
textarea{
overflow:auto;
vertical-align:top;
}
table{
border-collapse:collapse;
border-spacing:0;
}
@keyframes placeHolderShimmer{
0%{
background-position:-468px 0;
}
100%{
background-position:468px 0;
}
}
@-webkit-keyframes fadeIn{
from{
opacity:0;
}
to{
opacity:1;
}
}
@-moz-keyframes fadeIn{
from{
opacity:0;
}
to{
opacity:1;
}
}
@keyframes fadeIn{
from{
opacity:0;
}
to{
opacity:1;
}
}
@keyframes bounceIn{
0%{
-webkit-transform:scale(0.1);
ms-transform:scale(0.1);
transform:scale(0.1);
opacity:0;
}
100%{
-webkit-transform:scale(1);
transform:scale(1);
}
}
@-webkit-keyframes bounceIn{
0%{
-webkit-transform:scale(0.1);
transform:scale(0.1);
opacity:0;
}
100%{
-webkit-transform:scale(1);
transform:scale(1);
}
}
@-webkit-keyframes fadeInDown{
0%{
opacity:0;
-webkit-transform:translateY(-10px);
transform:translateY(-10px);
}
100%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes fadeInDown{
0%{
opacity:0;
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);
}
100%{
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}
}
@keyframes blinkGrey{
0%{
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
50%{
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
background-color:#717478;
opacity:1;
}
100%{
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
}
@-webkit-keyframes blinkGrey{
0%{
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
50%{
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
background-color:#717478;
opacity:1;
}
100%{
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
}
.arrowed{
position:relative;
margin:0 auto;
}
.arrowed div{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}
.arrow-1{
height:8px;
width:8px;
border:1px solid tomato;
border-width:2px 2px 0 0;
transform:rotate(45deg);
}
.up .arrow-1{
transform:rotate(-45deg);
}
.down .arrow-1{
transform:rotate(135deg);
}
.round-dot{
border-radius:50%;
width:8px;
height:8px;
position:absolute;
left:0;
border:1px solid transparent;
}
.red.round-dot{
background-color:#ea3636 !important;
border-color:#ea3636;
}
.right.round-dot{
left:auto;
right:0;
}
.width6.round-dot{
width:6px;
height:6px;
}
.width4.round-dot{
width:4px;
height:4px;
}
.round-image{
height:70px;
width:70px;
background-color:#e9e9e9;
border-radius:50%;
overflow:hidden;
}
.disable-selection{
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
outline:0;
}
.left{
float:left !important;
}
.right{
float:right !important;
}
.float-none{
float:none !important;
}
.no-margin{
margin:0 !important;
}
.no-margin-right{
margin-right:0 !important;
}
.no-margin-left{
margin-left:0 !important;
}
.no-margin-top{
margin-top:0 !important;
}
.no-margin-bottom{
margin-bottom:0 !important;
}
.no-padding{
padding:0 !important;
}
.no-padding-top{
padding-top:0 !important;
}
.no-padding-left{
padding-left:0 !important;
}
.base-color{
color:#3a3c3d !important;
}
.dark-color{
color:#2c2d2e;
}
.grey-out{
color:#96999d;
}
.disabled .grey-out{
color:#96999d !important;
}
.red-text{
color:#d0202a;
}
.white-text{
color:#fff;
}
.bg-grey-out{
background-color:#999999 !important;
}
.bg-light-grey{
background-color:#c7c5c5;
}
.lowlight{
font-weight:400;
font-size:11px;
}
.lowlight span.count{
color:#c3c3c3;
}
.highlight{
font-weight:700;
overflow-wrap:break-word;
}
.highlight a{
color:#d0202a;
}
.highlight a:hover{
color:#a60000;
}
.thin-weight{
font-weight:300;
}
.normal-weight{
font-weight:400;
}
.semi-bold{
font-weight:500 !important;
}
.bold{
font-weight:700 !important;
}
.underline{
text-decoration:underline;
}
.lowercase{
text-transform:lowercase;
}
.uppercase{
text-transform:uppercase;
}
.capitalize{
text-transform:capitalize;
}
.capitalize-first-letter:first-letter{
text-transform:uppercase;
}
.ellipsis-text{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.wrap-text{
white-space:normal;
word-break:break-word;
}
.with-fix,
.with-fix.h2,
.with-fix.h4{
padding-left:25px;
}
.with-fix-margin{
margin-left:25px;
}
.center-wrapper{
width:700px;
height:400px;
position:absolute;
top:20%;
margin:0 auto;
left:0;
right:0;
}
.center-wrapper-relative{
width:700px;
height:500px;
position:relative;
top:15%;
margin:0 auto;
}
.border-top{
border-top:1px solid #dbdbdb;
}
.border-bottom{
border-bottom:1px solid #dbdbdb;
}
.border-full{
border:1px solid #dbdbdb;
}
.left-nm{
margin-left:0;
}
.left-vsm{
margin-left:4px;
}
.left-sm{
margin-left:8px;
}
.left-mm{
margin-left:16px;
}
.left-lm{
margin-left:18px !important;
}
.left-mlm{
margin-left:24px !important;
}
.left-xlm{
margin-left:32px !important;
}
.right-vsm{
margin-right:2px;
}
.right-sm{
margin-right:5px;
}
.right-mm{
margin-right:16px !important;
}
.right-lm{
margin-right:18px !important;
}
.right-xlm{
margin-right:32px !important;
}
.right-m-3p{
margin-right:3%;
}
.bottom-vsm{
margin-bottom:2px !important;
}
.bottom-sm{
margin-bottom:8px;
}
.bottom-mm{
margin-bottom:8px !important;
}
.bottom-2mm{
margin-bottom:12px !important;
}
.bottom-mlm{
margin-bottom:14px !important;
}
.bottom-lm{
margin-bottom:18px !important;
}
.bottom-xlm{
margin-bottom:36px;
}
.bottom-2xlm{
margin-bottom:72px !important;
}
.top-2vsm{
margin-top:2px !important;
}
.top-vsm{
margin-top:4px !important;
}
.top-sm{
margin-top:6px;
}
.top-mm{
margin-top:8px !important;
}
.top-2mm{
margin-top:12px !important;
}
.top-lm{
margin-top:18px !important;
}
.top-xlm{
margin-top:36px;
}
.top-5m{
margin-top:5px;
}
.top-1m{
margin-top:1px;
}
.top-vvsp{
padding-top:3px;
}
.top-vsp{
padding-top:4px;
}
.top-sp{
padding-top:6px !important;
}
.top-mp{
padding-top:8px !important;
}
.top-2mp{
padding-top:12px !important;
}
.top-lp{
padding-top:18px !important;
}
.top-xlp{
padding-top:36px !important;
}
.top-13p{
padding-top:13px !important;
}
.top-14p{
padding-top:14px !important;
}
.top-20p{
padding-top:20px !important;
}
.top-24p{
padding-top:24px !important;
}
.top-30p{
padding-top:30px !important;
}
.bottom-vvsp{
padding-bottom:3px !important;
}
.bottom-vsp{
padding-bottom:4px !important;
}
.bottom-sp{
padding-bottom:6px !important;
}
.bottom-mp{
padding-bottom:8px !important;
}
.bottom-2mp{
padding-bottom:12px !important;
}
.bottom-lmp{
padding-bottom:15px !important;
}
.bottom-lp{
padding-bottom:18px !important;
}
.bottom-xlp{
padding-bottom:36px;
}
.bottom-2xlp{
padding-bottom:72px;
}
.bottom-24p{
padding-bottom:24px !important;
}
.right-vsp{
padding-right:4px;
}
.right-sp{
padding-right:6px !important;
}
.right-mp{
padding-right:8px !important;
}
.right-lp{
padding-right:18px !important;
}
.right-xlp{
padding-right:36px;
}
.right-24p{
padding-right:24px;
}
.left-2vsp{
padding-left:2px !important;
}
.left-vsp{
padding-left:4px !important;
}
.left-sp{
padding-left:6px;
}
.left-mp{
padding-left:8px !important;
}
.left-lp{
padding-left:18px !important;
}
.left-xlp{
padding-left:36px;
}
.left-24p{
padding-left:24px;
}
.text-center{
text-align:center !important;
}
.text-right{
text-align:right !important;
}
.x-small-text{
font-size:10px;
}
.small-text{
font-size:11px;
}
.medium-text{
font-size:12px !important;
}
.normal-text{
font-size:13px !important;
}
.medium-large-text{
font-size:14px !important;
}
.large-text{
font-size:16px !important;
}
.x-large-text{
font-size:18px;
}
.vx-large-text{
font-size:22px;
}
.vx2-large-text{
font-size:32px;
}
.title-text{
font-size:14px !important;
}
.large-type{
font-size:60px;
}
.d-flex{
display:flex;
}
.d-inline-flex{
display:inline-flex;
}
.d-inline-block{
display:inline-block;
}
.d-block{
display:block !important;
}
.no-borders{
border:none;
}
.no-top-border{
border-top:none !important;
}
.fieldset-for-disabling-inputs{
border:none;
margin:0;
padding:0;
}
.p-relative{
position:relative;
}
.p-absolute{
position:absolute !important;
}
.p-top{
top:0;
}
.p-top-27{
top:27px !important;
}
.p-right{
right:0;
}
.left-20-absolute{
left:20px;
}
.max-w-100{
max-width:100%;
}
.h-auto{
height:auto !important;
}
.height-100pr{
height:100%;
}
.height-0{
height:0;
}
.height-20{
height:20px;
}
.height-30{
height:30px;
}
.height-40{
height:40px;
}
.height-70{
height:70px;
}
.height-150{
height:150px;
}
.min-height-20{
min-height:20px;
}
.min-height-150{
min-height:150px;
}
.min-height-200{
min-height:200px;
}
.responsive-img{
max-width:100%;
height:auto;
}
.border-box{
box-sizing:border-box;
}
.cursor-pointer{
cursor:pointer;
}
.no-top-image-border{
background-image:none !important;
padding-top:0 !important;
}
.short-description-hidden,
.short-description-hidden *,
.seo-visible,
.seo-visible *{
position:absolute !important;
text-indent:-20000em !important;
display:inline !important;
margin:0 !important;
padding:0 !important;
float:none !important;
width:auto !important;
top:-20000em !important;
left:-20000em !important;
}
.width12{
width:12px;
}
.width230{
width:230px;
}
.height12{
height:12px;
}
.line-height-18{
line-height:18px;
}
.vertical-align-sub{
vertical-align:sub;
}
.vertical-align-middle{
vertical-align:middle;
}
textarea.no-resize{
resize:none;
}
.overflow-hidden{
overflow:hidden;
}
.overflow-visible{
overflow:visible;
}
.clearfix:before,
.clearfix:after{
display:table;
content:" ";
}
.clearfix:after{
clear:both;
}
.clear-float{
float:none !important;
}
.hidden{
display:none !important;
visibility:hidden !important;
}
.soft-hidden{
display:none;
}
.line-separator{
border-top:1px solid #dbdbdb;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff;
-moz-box-shadow:inset 0px 1px 0px 0px #fff;
box-shadow:inset 0px 1px 0px 0px #fff;
}
.link-cover{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}
body{
font-family:'Roboto',sans-serif;
}
@media only screen and (max-width:450px){
body{
font-family:'Roboto',sans-serif;
}
}
.icon-block-15{
display:inline-block;
width:15px;
height:15px;
}
.icon-block-20{
display:inline-block;
width:20px;
height:20px;
}
.icon-error{
background-image:url(../images/common/error-icon.png);
}
.icon-red-round{
background:url(../images/common/svg/failure-flow.svg) no-repeat 0 0;
background-size:24px;
}
.icon-success:before{
}
.icon-success{
background-image:url(../images/common/success-icon.png);
}
.icon-info-growl{
background-image:url(../images/common/info-icon.png);
}
.icon-info{
background:url(../images/common/svg/icon-info-circle-dark.svg) no-repeat left 12px;
background-size:20px 20px;
}
.icon-mail,
.icon-alerts{
background:url(../images/platform/mail-white.svg) no-repeat;
background-size:20px 20px;
}
.icon-contact::after{
width:26px;
height:26px;
background:url(../images/platform/mail-white.svg) no-repeat;
background-size:26px 26px;
}
.icon-notifications-active{
background:url(../images/platform/svg/icon-default-notifications-active.svg) no-repeat;
background-size:15px 15px;
}
.icon-notifications-add{
background:url(../images/platform/svg/icon-default-notifications-add.svg) no-repeat;
background-size:15px 15px;
}
.icon-notifications-none{
background:url(../images/platform/svg/icon-default-notifications-none.svg) no-repeat;
background-size:15px 15px;
}
.icon-notifications-off{
background:url(../images/platform/svg/icon-default-notifications-off.svg) no-repeat;
background-size:15px 15px;
}
.icon-notifications-paused{
background:url(../images/platform/svg/icon-default-notifications-paused.svg) no-repeat;
background-size:15px 15px;
}
.icon-notifications{
background:url(../images/platform/svg/icon-default-notifications.svg) no-repeat;
background-size:15px 15px;
}
.icon-arrow-right{
background:url(../images/platform/dp_arrows.png) no-repeat -20px 0;
width:20px;
height:20px;
display:block;
}
.icon-arrow-right:before{
background:url(../images/platform/dp_arrows.png) no-repeat -20px 0;
width:20px;
height:20px;
display:block;
}
.icon-arrow-left{
background:url(../images/platform/dp_arrows.png) no-repeat 0 0;
width:20px;
height:20px;
display:block;
}
.icon-arrow-left:before{
background:url(../images/platform/dp_arrows.png) no-repeat 0 0;
width:20px;
height:20px;
display:block;
}
.account-state-section .icon-company,
.icon-person-plus,
.icon-person-x,
.icon-person-check{
min-height:22px;
padding-top:6px;
padding-left:48px;
background-size:32px 32px;
background-repeat:no-repeat;
background-position:0 center;
}
.icon-person-plus{
background-image:url(../images/platform/icon-person-plus.svg);
}
.icon-person-x{
background-image:url(../images/platform/icon-person-x.svg);
}
.icon-person-check{
background-image:url(../images/platform/icon-person-check.svg);
}
.icon-warning.icon-info{
background-position:0px center;
}
.icon-application{
background-image:url(../images/platform/svg/icon-application.svg);
}
.icon-company{
background-image:url(../images/platform/svg/icon-company.svg);
}
.icon-notification{
background-image:url(../images/platform/svg/icon-notification.svg);
}
.icon-profile{
background-image:url(../images/platform/svg/icon-profile.svg);
}
.icon-desktop-mobile{
background-image:url(../images/platform/svg/icon-computer.svg);
}
.icon-candidate{
background-image:url(../images/platform/svg/icon-candidates.svg);
background-repeat:no-repeat;
}
.icon-industry{
background-image:url(../images/platform/svg/icon-industry.svg);
}
.icon-country{
background-image:url(../images/platform/svg/icon-country.svg);
}
.icon-person,
.icon-single{
background-image:url(../images/platform/svg/icon-person.svg);
}
.icon-people,
.icon-multiple{
background-image:url(../images/platform/svg/icon-people.svg);
}
.icon-suit-person,
.icon-headhunt{
background-image:url(../images/platform/svg/icon-suit-person.svg);
}
.icon-suit-people,
.icon-enterprise{
background-image:url(../images/platform/svg/icon-suit-people.svg);
}
.icon-favorite-person{
background-image:url(../images/platform/svg/icon-favorite-person.svg);
}
.icon-candidate-manager{
background-image:url(../images/platform/svg/icon-candidate-manager.svg);
}
.icon-bachelor-person{
background-image:url(../images/platform/svg/icon-bachelor-person.svg);
}
.icon-logo{
background-image:url(../images/platform/logo_signin.png);
background-repeat:no-repeat;
background-size:100% 100%;
width:45px;
height:8px;
}
.icon-go::after{
background-image:url(../images/platform/button_go.png);
}
.icon-go-platform{
background-image:url(../images/platform/button_go_back.png);
transform:rotate(180deg);
}
.icon-go-platform,
.icon-go::after{
background-repeat:no-repeat;
background-position:center center !important;
display:inline-block !important;
height:5px;
width:6px;
}
.desktop-mobile-icon{
background-repeat:no-repeat;
fill:#0b3e6f;
height:50px;
background-position:center;
background-size:50px 50px;
background-color:black;
}
.feature-icon,
.statistic-icon{
background-repeat:no-repeat;
width:80px;
min-height:80px;
background-position:center;
background-size:100% 100%;
}
.header-statistic-icon{
background-repeat:no-repeat;
flex-shrink:0;
width:30px;
min-height:30px;
background-position:center;
margin-right:10px;
background-size:100% 100%;
}
.icon-wifi-off{
background-image:url(../images/platform/wifi-off.svg);
width:50px;
height:50px;
background-repeat:no-repeat;
background-size:50px 50px;
opacity:0.8;
margin:16px auto;
}
.icon{
background-repeat:no-repeat;
}
.icon-note{
background-image:url(../images/common/button_download_icon.png);
background-repeat:no-repeat;
background-position-y:bottom;
display:inline-block;
width:15px;
height:15px;
}
.icon-candidate-small{
width:15px;
height:15px;
background-size:contain;
background-position:center;
display:inline-block;
}
.slider-social-media-icon{
background-repeat:no-repeat;
background-size:contain;
background-position:center;
height:32px;
width:32px;
display:inline-block;
background-color:#0d9b00;
}
.icon-facebook{
background-image:url(../images/common/svg/icon-facebook-white.svg);
}
.icon-twitter{
background-image:url(../images/common/svg/icon-twitter-white.svg);
}
.icon-linkedin{
background-image:url(../images/common/svg/icon-linkedin-white.svg);
}
.icon-instagram{
background-image:url(../images/common/svg/icon-instagram-white.svg);
background-size:18px;
}
.icon-help-circle{
background-image:url(../images/common/svg/icon-help-circle.svg);
background-repeat:no-repeat;
}
.icon-round-total-dark{
background-image:url(../images/common/svg/icon-round-total-dark.svg);
}
.icon-round-facebook-dark{
background-image:url(../images/common/svg/icon-round-facebook-dark.svg);
}
.icon-round-linkedin-dark{
background-image:url(../images/common/svg/icon-round-linkedin-dark.svg);
}
.icon-round-google-dark{
background-image:url(../images/common/svg/icon-round-google-dark.svg);
}
.icon-round-whatsapp-dark{
background-image:url(../images/common/svg/icon-round-whatsapp-dark.svg);
}
.icon-round-other-dark{
background-image:url(../images/common/svg/icon-round-other-dark.svg);
}
.icon-round-link-dark{
background-image:url(../images/common/svg/icon-round-link-dark.svg);
}
.icon-round-download-cv-dark{
background-image:url(../images/common/svg/icon-round-download-cv-dark.svg);
}
.icon-round-view-dark{
background-image:url(../images/common/svg/icon-round-view-dark.svg);
}
.icon-download-dark{
background-image:url(../images/common/svg/icon-download-dark.svg);
}
.icon-round-total-grey{
background-image:url(../images/common/svg/icon-round-total-grey.svg);
}
.icon-round-facebook-grey{
background-image:url(../images/common/svg/icon-round-facebook-grey.svg);
}
.icon-round-linkedin-grey{
background-image:url(../images/common/svg/icon-round-linkedin-grey.svg);
}
.icon-round-google-grey{
background-image:url(../images/common/svg/icon-round-google-grey.svg);
}
.icon-round-whatsapp-grey{
background-image:url(../images/common/svg/icon-round-whatsapp-grey.svg);
}
.icon-round-other-grey{
background-image:url(../images/common/svg/icon-round-other-grey.svg);
}
.icon-round-link-grey{
background-image:url(../images/common/svg/icon-round-link-grey.svg);
}
.icon-round-download-cv-grey{
background-image:url(../images/common/svg/icon-round-download-cv-grey.svg);
}
.icon-round-view-grey{
background-image:url(../images/common/svg/icon-round-view-grey.svg);
}
.icon-round-total-grey:hover{
background-image:url(../images/common/svg/icon-round-total-white.svg);
}
.icon-round-facebook-grey:hover{
background-image:url(../images/common/svg/icon-round-facebook-white.svg);
}
.icon-round-linkedin-grey:hover{
background-image:url(../images/common/svg/icon-round-linkedin-white.svg);
}
.icon-round-google-grey:hover{
background-image:url(../images/common/svg/icon-round-google-white.svg);
}
.icon-round-whatsapp-grey:hover{
background-image:url(../images/common/svg/icon-round-whatsapp-white.svg);
}
.icon-round-other-grey:hover{
background-image:url(../images/common/svg/icon-round-other-white.svg);
}
.icon-round-link-grey:hover{
background-image:url(../images/common/svg/icon-round-link-white.svg);
}
.icon-round-download-cv-grey:hover{
background-image:url(../images/common/svg/icon-round-download-cv-white.svg);
}
.icon-round-view-grey:hover{
background-image:url(../images/common/svg/icon-round-view-white.svg);
}
.icon-round-total-white{
background-image:url(../images/common/svg/icon-round-total-white.svg);
}
.icon-round-facebook-white{
background-image:url(../images/common/svg/icon-round-facebook-white.svg);
}
.icon-round-linkedin-white{
background-image:url(../images/common/svg/icon-round-linkedin-white.svg);
}
.icon-round-google-white{
background-image:url(../images/common/svg/icon-round-google-white.svg);
}
.icon-round-whatsapp-white{
background-image:url(../images/common/svg/icon-round-whatsapp-white.svg);
}
.icon-round-other-white{
background-image:url(../images/common/svg/icon-round-other-white.svg);
}
.icon-round-link-white{
background-image:url(../images/common/svg/icon-round-link-white.svg);
}
.icon-round-download-cv-white{
background-image:url(../images/common/svg/icon-round-download-cv-white.svg);
}
.icon-round-view-white{
background-image:url(../images/common/svg/icon-round-view-white.svg);
}
.icon-check-circle{
background-repeat:no-repeat;
background-image:url(../images/platform/svg/icon-check-circle.svg);
}
.icon-check-circle-white{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-check-circle-white.svg);
}
.icon-check-circle-grey{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-check-circle-grey.svg);
}
.icon-check-circle-dark{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-check-circle-dark.svg);
}
.icon-up-right-from-square-solid-white{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-up-right-from-square-solid-white.svg);
}
.icon-up-right-from-square-solid-grey{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-up-right-from-square-solid-grey.svg);
}
.icon-up-right-from-square-solid-dark{
background-repeat:no-repeat;
background-image:url(../images/common/svg/icon-up-right-from-square-solid-dark.svg);
}
.icon-up-right-from-square-solid-colored{
background-repeat:no-repeat;
background-image:url(../images/platform/svg/icon-up-right-from-square-solid-colored.svg);
}
.icon-up-right-from-square-solid-colored:hover{
background-repeat:no-repeat;
background-image:url(../images/platform/svg/icon-up-right-from-square-solid-colored-hover.svg);
}
.icon-info-circle-solid-grey{
background:url(../images/common/svg/icon-info-circle-solid-grey.svg) no-repeat 0 0;
}
.icon-info-circle-solid-dark{
background:url(../images/common/svg/icon-info-circle-solid-dark.svg) no-repeat 0 0;
}
.icon-envelope-solid-colored{
background:url(../images/platform/svg/icon-envelope-solid-colored.svg) no-repeat 0 0;
}
.icon-envelope-solid-colored:hover{
background:url(../images/platform/svg/icon-envelope-solid-colored-hover.svg) no-repeat 0 0;
}
.icon-envelope-solid-colored{
background:url(../images/platform/svg/icon-envelope-solid-colored.svg) no-repeat 0 0;
}
.icon-envelope-solid-colored:hover{
background:url(../images/platform/svg/icon-envelope-solid-colored-hover.svg) no-repeat 0 0;
}
.icon-contact-solid-colored{
background:url(../images/platform/svg/icon-contact-solid-colored.svg) no-repeat 0 0;
}
.icon-contact-solid-colored:hover{
background:url(../images/platform/svg/icon-contact-colored.svg) no-repeat 0 0;
}
.icon-favorite-solid-colored{
background:url(../images/platform/svg/icon-favorite-solid-colored.svg) no-repeat 0 0;
}
.icon-favorite-solid-colored:hover{
background:url(../images/platform/svg/icon-favorite-colored.svg) no-repeat 0 0;
}
.icon-favorite-remove-solid-colored{
background:url(../images/platform/svg/icon-remove-solid-colored.svg) no-repeat 0 0;
}
.icon-favorite-remove-solid-colored:hover{
background:url(../images/platform/svg/icon-remove-colored.svg) no-repeat 0 0;
}
.share-icon-grey{
background:url(../images/platform/svg/icon-share-grey.svg) no-repeat center center;
background-size:20px;
}
.share-icon-grey:hover{
background-image:url(../images/platform/svg/icon-share-dark.svg);
}
.share-icon-grey:after{
position:absolute;
width:0;
height:0;
overflow:hidden;
z-index:-1;
content:url(../images/platform/svg/icon-share-dark.svg);
}
.faq-icon-grey{
background:url(../images/platform/svg/icon-faq-grey.svg) no-repeat center center;
background-size:20px;
}
.faq-icon-grey:hover{
background-image:url(../images/platform/svg/icon-faq-dark.svg);
}
.faq-icon-grey:after{
position:absolute;
width:0;
height:0;
overflow:hidden;
z-index:-1;
content:url(../images/platform/svg/icon-faq-dark.svg);
}
.badge-icon-grey{
background:url(../images/platform/svg/icon-badge-grey.svg) no-repeat 0 center;
background-size:16px;
width:16px;
height:16px;
}
.icon-play-grey{
background:url(../images/platform/svg/icon-play-grey.svg) no-repeat center center;
}
.icon-play-dark{
background:url(../images/platform/svg/icon-play-dark.svg) no-repeat center center;
}
.icon-play-white{
background:url(../images/platform/svg/icon-play-white.svg) no-repeat center center;
}
.icon-flag-grey{
background:url(../images/platform/svg/icon-flag-grey.svg) no-repeat center center;
}
.icon-flag-dark{
background:url(../images/platform/svg/icon-flag-dark.svg) no-repeat center center;
}
.icon-flag-white{
background:url(../images/platform/svg/icon-flag-white.svg) no-repeat center center;
}
html,body{
width:100%;
height:100%;
}
body{
font-weight:400;
color:#3a3c3d;
margin:0;
letter-spacing:0.02em;
}
.vacancy-apply-status-page{
background-color:#53595c;
}
a{
text-decoration:none;
color:#3a3c3d;
}
a:hover{
color:#d0202a;
}
ul{
padding:0;
margin:0;
list-style-type:none;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
margin:0;
padding:0;
display:block;
}
a.logo,
h1.logo{
width:211px;
height:33px;
float:left;
text-indent:-9999px;
background:url(../images/platform/logo.png) no-repeat left 0 transparent;
background:url(../images/platform/logo.svg) no-repeat left 0 transparent;
background-size:211px 33px;
background-repeat:no-repeat;
display:inline-block;
}
a.logo:focus{
outline:none;
}
h2,.h2{
font-size:11px;
font-weight:700;
}
h2.page-small-title,
.h2.page-small-title,
h3.page-small-title,
.h3.page-small-title{
margin-bottom:50px;
}
.vacancy-application-container .page-small-title{
margin-bottom:35px;
}
.h2.applied-to{
margin-bottom:4px;
}
.other-article h2.page-small-title,
.other-article .h2.page-small-title{
margin-bottom:0;
}
.page-small-title .lowlight{
font-weight:normal;
}
h3,.h3{
font-size:20px;
font-weight:700;
}
h4,.h4{
font-size:13px;
color:#96999d;
font-weight:inherit;
}
h6,.h6{
font-size:16px;
color:#dadada;
font-weight:700;
}
.centering-parent{
text-align:center;
min-height:600px;
min-width:300px;
width:100%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
height:100%;
}
.loading-message{
font-size:0.8em;
color:#96999d;
text-align:center;
margin-top:4px;
}
.centering-parent > div{
text-align:center;
display:inline-block;
}
.centering-parent:before{
content:' ';
display:inline-block;
height:100%;
vertical-align:middle;
position:relative;
}
.wait-message{
background-color:#fff;
position:fixed;
z-index:99999;
}
.wait-message > div{
display:inline-block;
top:-10%;
position:relative;
}
.wait .wait-message{
display:block;
}
.disable-wrapper{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
display:none;
}
button:focus{outline:0;}
.lower-case{
text-transform:lowercase;
}
.responsive-faq p{
background:url(../images/platform/icon_faq.png) center left no-repeat;
font-size:12px;
font-weight:700;
margin:0 0 10px 0;
padding:0 0 0 20px;
}
.responsive-faq p + p{
background:none;
font-size:12px;
font-weight:400;
padding:0;
margin:0;
}
.responsive-faq a{
font-size:12px;
font-weight:700;
width:164px;
color:#d0202a;
}
.responsive-faq a:hover{
color:#a60000;
}
.icon-info.disclaimer{
padding-left:34px;
min-height:20px;
color:#666;
}
.cv-section-apply-buttons .icon-info.disclaimer{
margin-bottom:24px;
background-position:left center;
padding-top:4px;
}
.icon-forward::before{
content:'\00BB';
}
.growl-link{
color:white;
}
.feedback-button{
display:inline-block;
color:#0d9b00;
cursor:pointer;
}
.warning-on-expired-vacancy{
color:#d0202a !important;
font-weight:bold;
font-size:11px;
padding-top:8px;
}
.cv-section-apply-buttons .warning-on-expired-vacancy{
padding-top:0;
}
.navigation-links{
display:inline-flex;
flex-grow:2;
flex-direction:row;
align-self:center;
}
.navigation-link{
display:inline-block;
}
.company-logo{
margin-left:auto;
vertical-align:baseline;
overflow:hidden;
position:relative;
background:url(../images/platform/default-company-logo.png) no-repeat scroll center center transparent;
}
.company-logo:after{
opacity:0.5;
background-color:#fafafa;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
content:'';
}
.statistic-description,
.feature-description,
.description{
font-size:13px;
}
.candidates-section,
.features,
.header-statistics,
.header-statistic,
.header-statistic-description,
.statistics{
display:flex;
}
.header-statistic-description{
flex-direction:column;
}
.features,
.statistics,
.header-statistic{
flex-direction:row;
justify-content:space-between;
}
.statistics{
justify-content:space-between;
}
.statistic-icon,
.feature-icon{
display:inline-block;
}
.feature-title,
.statistic-title{
font-weight:900;
}
.statistic-title{
font-size:20px;
margin-top:15px;
}
.feature-title{
margin-bottom:15px;
margin-top:15px;
font-size:16px;
}
.feature,
.statistic{
flex-basis:20%;
font-size:12px;
flex-shrink:0;
}
.grid-display.job-posts{
margin-left:-25px;
overflow-x:hidden;
}
.navigation-section{
width:165px;
margin-right:25px;
flex-shrink:0;
}
.page-section-header{
padding:20px 0 10px 0;
font-size:11px;
text-transform:lowercase;
}
.header-statistic-text{
margin-bottom:0;
margin-top:0;
margin-right:0;
font-size:12px;
white-space:nowrap;
}
.header-statistic-number{
font-weight:900;
margin-bottom:0;
margin-right:0;
margin-top:0;
font-size:12px;
}
.header-statistic{
align-items:center;
margin-right:20px;
}
.manual-title{
margin-bottom:18px;
}
.step-header{
font-weight:900;
margin:4px 0;
font-size:16px;
}
.new-label{
color:#fff;
font-size:9px;
line-height:13px;
padding:0 5px;
position:absolute;
right:0;
text-align:center;
text-transform:capitalize;
top:0;
}
.vacancy-apply-header p{
color:#fff;
font-size:25px;
font-weight:700;
margin:0 0 7px;
}
.vacancy-apply-header p + p{
color:#96999d;
font-size:12px;
font-weight:400;
margin:0;
}
.vacancy-apply-status .disclaimer{
width:50%;
color:#fefefe;
margin:16px auto 32px;
text-align:center;
font-weight:300;
}
.content-browser{
font-size:12px;
padding-left:1px;
position:relative;
overflow:hidden;
}
.content-browser .result-grid{
min-height:75px;
}
.content-browser.grid .list-col-55-10,
.content-browser.grid .list-col-50-10,
.content-browser.grid .list-col-45-10,
.content-browser.grid .list-col-35-10,
.content-browser.grid .list-col-30-10,
.content-browser.grid .list-col-27-10,
.content-browser.grid .list-col-25-10,
.content-browser.grid .list-col-20-10,
.content-browser.grid .list-col-15-10,
.content-browser.grid .list-col-12-10,
.content-browser.grid .list-col-10-10{
float:left;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
padding-left:20px;
}
.content-browser.grid .toolbar .list-col-55-10,
.content-browser.grid .toolbar .list-col-50-10,
.content-browser.grid .toolbar .list-col-45-10,
.content-browser.grid .toolbar .list-col-35-10,
.content-browser.grid .toolbar .list-col-30-10,
.content-browser.grid .toolbar .list-col-27-10,
.content-browser.grid .toolbar .list-col-25-10,
.content-browser.grid .toolbar .list-col-20-10,
.content-browser.grid .toolbar .list-col-15-10,
.content-browser.grid .toolbar .list-col-12-10,
.content-browser.grid .toolbar .list-col-10-10{
padding-left:16px;
}
.content-browser.grid .list-col-55-10:first-child,
.content-browser.grid .list-col-50-10:first-child,
.content-browser.grid .list-col-45-10:first-child,
.content-browser.grid .list-col-35-10:first-child,
.content-browser.grid .list-col-30-10:first-child,
.content-browser.grid .list-col-27-10:first-child,
.content-browser.grid .list-col-25-10:first-child,
.content-browser.grid .list-col-20-10:first-child,
.content-browser.grid .list-col-15-10:first-child,
.content-browser.grid .list-col-12-10:first-child,
.content-browser.grid .list-col-10-10:first-child{
padding-left:20px;
}
.content-browser.grid .list-col-55-10:last-child,
.content-browser.grid .list-col-50-10:last-child,
.content-browser.grid .list-col-45-10:last-child,
.content-browser.grid .list-col-35-10:last-child,
.content-browser.grid .list-col-30-10:last-child,
.content-browser.grid .list-col-27-10:last-child,
.content-browser.grid .list-col-25-10:last-child,
.content-browser.grid .list-col-20-10:last-child,
.content-browser.grid .list-col-15-10:last-child,
.content-browser.grid .list-col-12-10:last-child,
.content-browser.grid .list-col-10-10:last-child{
padding-right:0;
}
.content-browser.grid .toolbar .list-col-55-10:first-child,
.content-browser.grid .toolbar .list-col-50-10:first-child,
.content-browser.grid .toolbar .list-col-45-10:first-child,
.content-browser.grid .toolbar .list-col-35-10:first-child,
.content-browser.grid .toolbar .list-col-30-10:first-child,
.content-browser.grid .toolbar .list-col-27-10:first-child,
.content-browser.grid .toolbar .list-col-25-10:first-child,
.content-browser.grid .toolbar .list-col-20-10:first-child,
.content-browser.grid .toolbar .list-col-15-10:first-child,
.content-browser.grid .toolbar .list-col-12-10:first-child,
.content-browser.grid .toolbar .list-col-10-10:first-child{
margin-left:5px;
}
.content-browser.grid a.result .list-col-55-10,
.content-browser.grid a.result .list-col-50-10,
.content-browser.grid a.result .list-col-45-10,
.content-browser.grid a.result .list-col-35-10,
.content-browser.grid a.result .list-col-30-10,
.content-browser.grid a.result .list-col-27-10,
.content-browser.grid a.result .list-col-25-10,
.content-browser.grid a.result .list-col-20-10,
.content-browser.grid a.result .list-col-15-10,
.content-browser.grid a.result .list-col-12-10,
.content-browser.grid a.result .list-col-10-10{
cursor:pointer;
}
.content-browser .result.expired .list-col-55-10,
.content-browser .result.expired .list-col-50-10,
.content-browser .result.expired .list-col-45-10,
.content-browser .result.expired .list-col-35-10,
.content-browser .result.expired .list-col-30-10,
.content-browser .result.expired .list-col-27-10,
.content-browser .result.expired .list-col-25-10,
.content-browser .result.expired .list-col-20-10,
.content-browser .result.expired .list-col-15-10,
.content-browser .result.expired .list-col-12-10,
.content-browser .result.expired .list-col-10-10{
opacity:0.5;
}
.content-browser.grid .list-col-55-10{
width:55%;
}
.content-browser.grid .list-col-50-10{
width:50%;
}
.content-browser.grid .list-col-45-10{
width:45%;
}
.content-browser.grid .list-col-35-10{
width:35%;
}
.content-browser.grid .list-col-30-10{
width:30%;
}
.content-browser.grid .list-col-27-10{
width:27%;
}
.content-browser.grid .list-col-25-10{
width:25%;
}
.content-browser.grid .list-col-20-10{
width:20%;
}
.content-browser.grid .list-col-15-10{
width:15%;
}
.content-browser.grid .list-col-12-10{
width:12%;
}
.content-browser.grid .list-col-10-10{
width:10%;
}
.content-browser.grid a.result .list-col-30-10 span,
.content-browser.grid a.result .list-col-27-10 span{
text-transform:capitalize;
}
.content-browser .toolbar{
font-weight:700;
font-size:10px;
text-transform:uppercase;
height:25px;
background-color:#fff;
line-height:inherit;
position:relative;
z-index:1;
-webkit-box-shadow:0 2px 2px 0 #D3D3D3;
-moz-box-shadow:0 2px 2px 0 #D3D3D3;
box-shadow:0 2px 2px 0 #D3D3D3;
}
.content-browser .toolbar > div{
padding-left:20px;
}
.content-browser .toolbar .sort{
background:url(../images/platform/toolbar_sort.png) no-repeat 5px 5px;
cursor:pointer;
}
.content-browser .toolbar .sort:hover{
background-position:5px -7px;
}
.content-browser .toolbar .sort.up{
background-position:5px -19px;
}
.content-browser .toolbar .sort.up:hover{
background-position:5px -31px;
}
.content-browser .toolbar .sort.down{
background-position:5px 5px;
}
.content-browser .toolbar .sort.down:hover{
background-position:5px -7px;
}
.content-browser .result{
background-color:#fefefe;
font-size:13px;
height:50px;
border-bottom:1px solid #dfdfdf;
border-top:1px solid #fcfcfc;
line-height:50px;
display:block;
overflow:hidden;
cursor:pointer;
position:relative;
}
.favorites-page .content-browser .result{
background-color:#fafafa;
}
.content-browser a.result{
cursor:pointer;
border-left:3px solid #60d26d;
}
.content-page.loading .content-browser a.result{
border-left-color:transparent;
}
.content-browser a.result.viewed{
cursor:pointer;
border-left:none;
background-color:#f5f5f5;
}
.content-browser a.result:hover,
.content-browser .result > a:hover{
cursor:pointer;
color:#3a3c3d;
}
.content-browser a.result.viewed:hover{
background-color:#f5f5f5;
}
#favorites-page .content-browser .result a{
width:800px;
height:50px;
display:block;
}
#favorites-page .content-browser .result{
cursor:pointer;
color:#3a3c3d;
}
#favorites-page .content-browser.grid .list-col-30-10,
#favorites-page .content-browser.grid .list-col-27-10{
color:#3a3c3d;
}
#favorites-page .content-browser.grid .sort.list-col-30-10,
#favorites-page .content-browser.grid .sort.list-col-27-10{
cursor:pointer;
}
.content-browser .result.disable-hover{
cursor:default;
}
.content-browser .result:hover{
background-color:#f1f1f1;
border-bottom:1px solid #e9e9e9;
border-top:1px solid #dadada;
margin-top:-1px;
height:51px;
line-height:52px;
-webkit-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
-moz-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
box-shadow:inset 0px 3px 2px -2px #e9e9e9;
}
.content-browser .result.disable-hover:hover{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
line-height:50px;
height:50px;
margin-top:0;
border-bottom:1px solid #f2f2f2;
border-top:1px solid #fff;
background-color:#f7f7f7;
}
.content-browser .result.empty{
cursor:default;
}
.content-browser .result.empty:hover{
background-color:#fbfbfb;
border-bottom:1px solid #f2f2f2;
border-top:1px solid #fff;
}
.content-browser .result .pending-ind{
background-color:#ff7900;
color:#fff;
font-size:11px;
font-weight:300;
line-height:14px;
padding:1px 6px;
text-align:center;
vertical-align:text-bottom;
margin-right:6px;
display:none;
}
.content-browser .result.pending .pending-ind{
display:inline-block;
}
.content-browser .result.expired{
background-color:#f5f5f5;
height:50px;
border-bottom:1px solid #dfdfdf;
border-top:1px solid #fcfcfc;
}
.content-browser .result.expired:hover{
background-color:#f5f5f5;
border-bottom:1px solid #e9e9e9;
border-top:1px solid #dadada;
margin-top:-1px;
height:51px;
line-height:52px;
-webkit-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
-moz-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
box-shadow:inset 0px 3px 2px -2px #e9e9e9;
}
.content-browser .result.expired.disable-hover:hover{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
line-height:50px;
height:50px;
margin-top:0;
border-bottom:1px solid #f2f2f2;
border-top:1px solid #fff;
background-color:#fbfbfb;
}
.favorite{
background:url(../images/platform/favorite.png) no-repeat center bottom;
width:10px;
height:15px;
margin-right:8px;
display:none;
}
.notes-icon{
display:none;
}
.favorited .favorite,
.has_notes .notes-icon{
display:inline-block;
}
.content-browser .expand-results{
height:50px;
border-top:1px solid #c3c3c3;
line-height:50px;
margin:-1px 0 0 -1px;
padding-left:16px;
color:#6d7275;
font-weight:700;
font-size:11px;
position:relative;
background:url(../images/platform/browser_expand.png) no-repeat 22px -22px #e9e9e9;
-webkit-box-shadow:inset 0px 4px 3px -3px #d3d3d3;
-moz-box-shadow:inset 0px 4px 3px -3px #d3d3d3;
box-shadow:inset 0px 4px 3px -3px #d3d3d3;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}
.content-browser .expand-results:hover{
background:url(../images/platform/browser_expand.png) no-repeat 22px 21px #e2e2e2;
-webkit-box-shadow:inset 0px 2px 2px -1px #cfcfcf;
-moz-box-shadow:inset 0px 2px 2px -1px #cfcfcf;
box-shadow:inset 0px 2px 1px -1px #cfcfcf;
}
.content-browser .expand-results.disabled{
background-image:none;
}
.content-browser .expand-results.disabled:hover{
background-image:none;
background-color:#e9e9e9;
-webkit-box-shadow:inset 0px 4px 3px -3px #d3d3d3;
-moz-box-shadow:inset 0px 4px 3px -3px #d3d3d3;
box-shadow:inset 0px 4px 3px -3px #d3d3d3;
}
.content-browser .expand-results.disabled .disable-wrapper{
display:block;
}
.content-browser .expand-results .list-col-55-10,
.content-browser .expand-results .list-col-50-10,
.content-browser .expand-results .list-col-45-10{
padding-left:20px;
cursor:pointer;
}
.content-browser .expand-results .list-col-30-10{
text-align:right;
font-weight:400;
padding-right:40px !important;
}
.content-browser .expand-results .list-col-20-10{
width:20%;
padding:0 0 0 25px;
}
.content-browser .expand-results.disabled .list-col-55-10,
.content-browser .expand-results.disabled .list-col-50-10,
.content-browser .expand-results.disabled .list-col-45-10{
text-indent:-800em;
}
.feedback{
position:absolute;
top:25px;
left:0;
width:740px;
padding:0 0 0 50px;
color:#fff;
font-size:13px;
height:50px;
border-bottom:1px solid #53595c;
border-top:1px solid #fff;
line-height:50px;
cursor:default;
background:url(../images/platform/feedback_icon.png) no-repeat 25px center #53595c;
-webkit-box-shadow:inset 0px 3px 2px -2px rgba(50,50,50,1);
-moz-box-shadow:inset 0px 3px 2px -2px rgba(50,50,50,1);
box-shadow:inset 0px 3px 2px -2px rgba(50,50,50,1);
display:none;
z-index:2;
}
.compatibility-bar{
border:1px solid #EFEFEF;
display:inline-block;
height:10px;
position:relative;
width:70px;
margin-right:10px;
top:1px;
}
.compatibility-bar-fill{
background-color:#C8CACC;
display:inline-block;
height:10px;
position:absolute;
}
.compatibility-level{
float:right;
}
.content-browser .result:hover .compatibility-bar{
border:1px solid #e4e4e4;
}
.content-browser .result:hover .compatibility-bar-fill{
background-color:#96999d;
}
.result.selected{
background-color:#f1f1f1!important;
border-bottom:1px solid #e9e9e9!important;
border-top:1px solid #dadada!important;
margin-top:-1px!important;
height:51px!important;
line-height:52px!important;
-webkit-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
-moz-box-shadow:inset 0px 3px 2px -2px #e9e9e9;
box-shadow:inset 0px 3px 2px -2px #e9e9e9;
}
.result .badge-icon-grey{
width:auto;
padding-left:18px;
height:100%;
}
.result .icon-play-grey{
width:16px;
height:100%;
background-size:16px;
}
.button-default{
border-left:none;
border-right:none;
line-height:28px;
padding:2px 10px 2px 10px;
cursor:pointer;
-webkit-box-shadow:0 1px 0 0 rgba(214,214,214,0.5);
-moz-box-shadow:0 1px 0 0 rgba(214,214,214,0.5);
box-shadow:0 1px 0 0 rgba(214,214,214,0.5);
text-align:left;
font-size:11px;
font-weight:700;
color:#fff;
background-color:#212121;
position:relative;
}
.white-box-page-content .button-default{
width:100%;
}
.loading.button-default::after{
background:url(../images/platform/default_loader.gif) no-repeat center center;
background-size:contain;
display:inline-block;
width:6px;
top:40%;
right:12px;
}
a.button-default{
box-sizing:border-box;
}
.padding-label .button-default{
margin-left:0;
}
.button-default::after{
content:' ';
padding-left:15px;
padding-right:15px;
position:absolute;
right:0;
top:42%;
display:none;
}
.no-icon-button{
padding-right:12px;
}
.clear-button{
border:none;
padding:0;
background-color:transparent;
}
.disabled.button-loader:after{
background:url(../images/platform/default_loader.gif) no-repeat center center !important;
width:100%;
height:7px;
display:inline-block;
padding:0;
}
.lightbox .button-default,
.dark-bg .button-default,
.app-login-page .button-default{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
#block-user .button-feedback,
.old-browser .button-feedback{
display:inline-block;
margin:0 auto;
padding-right:10px;
}
.button-default:hover{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
color:#fff;
}
button[disabled],
button[disabled]:hover,
button.disabled,
button.disabled:hover,
.button-default[disabled],
.button-default[disabled]:hover,
.disabled.button-default,
.disabled.button-default:hover{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
cursor:default;
background-image:none;
}
.button-close{
position:absolute;
top:30px;
right:30px;
font-weight:700;
font-size:11px;
padding-left:18px;
color:#fff;
background:url(../images/platform/button_go_back_v2.png) no-repeat left center;
cursor:pointer;
z-index:9993;
}
.button-add-favorites::after,
.button-publish::after,
.button-browse::after,
.button-browse-profile-video::after,
.button-add-favorite::after,
.button-add::after{
background:url(../images/platform/svg/icon-white-plus.svg) no-repeat center center;
display:inline-block;
height:18px;
width:6px;
top:24%;
background-size:15px;
}
.button-benefits::after,
.button-publish-free::after,
.button-go-register::after,
.feedback-wrapper .button-feedback::after,
.button-go::after,
.button-next::after,
.button-use-email-authentication::after{
background:url(../images/platform/button_go.png) no-repeat center center;
display:inline-block;
height:5px;
width:6px;
}
.button-notify-candidate-completeness::after,
.button-invite-candidate-to-vacancy::after{
background:url(../images/platform/svg/icon-white-notifications-active.svg) no-repeat center center;
display:inline-block;
height:16px;
width:6px;
top:24%;
background-size:15px;
}
.button-go-next::after{
background:url(../images/platform/button_dropdown.png) no-repeat 16px -30px;
display:inline-block;
height:5px;
width:6px;
}
.button-save::after,
.button-accept-cookies::after,
.button-vacancy-apply::after,
.button-sign-in::after,
.button-vote::after,
.button-register::after,
.button-apply::after{
background:url(../images/platform/button_save.png) no-repeat center center;
display:inline-block;
height:5px;
width:7px;
}
.button-with-logo:after{
background:url(../images/platform/button_logo.png) no-repeat 0 center;
display:inline-block;
height:5px;
width:7px;
}
.button-go{
width:220px;
display:inline-block;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
background-color:#d0202a;
}
.button-go.col-full{
width:100%;
}
.button-go:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-mpesa-maintenance{
background-color:#5c5c5c !important;
border-color:#e0e0e0 !important;
color:#fdfdfd !important;
}
.button-go.button-growl{
background-position:182px center;
box-shadow:none;
width:200px;
}
.notification .button-growl{
margin-top:10px;
}
.old-browser .button-go.button-growl{
margin-left:auto;
margin-right:auto;
margin-top:24px;
}
a.button-go.button-growl{
display:block;
width:190px;
}
.button-start-trial-account{
width:235px;
}
.button-delete-candidate-tag,
.button-delete-tag{
background-color:#96999d;
border:2px solid #f6ed92;
height:25px;
background-image:url(../images/platform/button_cancel.png);
background-position:center;
padding:0 10px;
background-size:5px;
background-repeat:no-repeat;
}
.button-delete-candidate-tag:hover,
.button-delete-tag:hover{
background-color:#7e8084;
}
.button-delete-candidate-tag:active,
.button-delete-tag:active{
background-size:3px;
}
.button-add-tag-to-candidate{
border-top:none;
border-bottom-color:whitesmoke;
}
.button-add-tag-to-candidate::after{
display:inline-block;
width:5px;
height:5px;
content:' ';
padding-left:5px;
background-repeat:no-repeat;
}
.button-add-tag-to-candidate::after{
background-size:6px;
background-image:url(../images/platform/button_add.png);
background-position:center right;
height:6px;
width:6px;
}
.tag-filter-btn,
.listing-tag{
margin-right:6px;
margin-bottom:4px;
max-width:60px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
display:inline-block;
outline:none;
border:2px solid #f6ed92;
}
.tag-filter-btn{
border-right:1px;
}
.tag-filter-btn:hover{
background-color:#717478;
}
.active.listing-tag,
.active.button-tags-filter .tags-filter-checkbox-label{
background-color:#f6ed92;
color:#3a3c3d;
}
.button-confirm-delete-all-notes,
.button-delete-all-notes{
position:absolute;
}
.button-add-favorites,
.button-notify-candidate-completeness,
.button-invite-candidate-to-vacancy{
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
background-color:#d0202a;
}
.button-add-favorites:hover,
.button-notify-candidate-completeness:hover,
.button-invite-candidate-to-vacancy:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-delete-notes,
.button-delete-all-notes,
.button-remove-favorites,
.button-edit-tags{
border-bottom:1px solid #96999d;
border-top:1px solid #96999d;
background-color:#96999d;
}
.button-remove-favorites::after{
background:url(../images/platform/button_remove.png) no-repeat center center;
display:inline-block;
height:5px;
width:5px;
}
.button-remove-favorites:hover,
.button-edit-tags:hover{
background-color:#717478;
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
}
.button-edit-tags:hover{
color:#f6ed92;
}
.button-edit-tags{
min-width:230px;
line-height:26px;
padding-top:0px;
top:0;
position:absolute;
right:0;
color:#f6ed92;
}
.button-edit-tags::after{
background:url(../images/platform/arrow-down.png) no-repeat center center;
display:inline-block;
height:5px;
width:5px;
}
.button-publish{
width:220px;
float:left;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
background-color:#d0202a;
}
.button-publish:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-apply{
width:230px;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
background-color:#d0202a;
}
.content-col-2-2 .button-apply{
float:none;
}
.button-apply:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-apply.adjust{
width:175px;
float:right;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
}
.button-apply.adjust:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-accept-cookies{
margin:0 0 0 10px;
width:105px;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
display:inline-block;
background-color:#d0202a;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.button-save{
margin:0 0 0 10px;
padding-right:25px;
width:185px;
float:left;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
background:#d0202a;
}
.automatic-application-section-edit-row .button-save{
width:230px;
}
.button-save:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-save.adjust{
width:285px;
margin:0 0 0 10px;
background-color:#d0202a;
}
.button-save.adjust:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-add{
margin:0 0 0 10px;
padding-right:25px;
width:185px;
float:left;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
text-align:left;
background:#d0202a;
}
.button-add:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-vacancy-apply,
.button-upgrade-account{
width:230px;
border-bottom:1px solid #474c4e;
border-top:1px solid #d0202a;
border-right:0;
background-color:#d0202a;
display:block;
}
.button-vacancy-apply:hover,
.button-upgrade-account:hover{
border-bottom-color:transparent;
border-top:1px solid #890000;
background-color:#a60000;
}
.loader.button-vacancy-apply:after{
background:url(../images/platform/default_loader.gif) no-repeat center center !important;
right:18px !important;
}
.button-go-up,
.button-go-down{
width:75px;
font-weight:700;
font-size:11px;
padding-left:18px;
color:#d0202a;
cursor:pointer;
text-transform:lowercase;
}
.button-go-up{
background:url(../images/platform/button_go_up.png) no-repeat left center;
}
.button-go-down{
background:url(../images/platform/button_go_down.png) no-repeat left center;
}
.button-go-up:hover,
.button-go-down:hover{
color:#a60000;
}
.button-cancel,
.button-browse,
.button-browse-profile-video{
height:28px;
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
.button-cancel{
line-height:18px;
padding-top:1px;
height:34px;
width:100px;
float:left;
}
.button-save-note,
.button-cancel-add-note-element{
width:100%;
margin-left:0;
}
.modal-form .button-cancel{
width:115px;
}
.modal-cancel-button{
background:none;
border:none;
}
.button-browse,
.button-browse-profile-video{
position:relative;
display:block;
height:32px;
}
.button-delete-notes::after,
.button-delete-all-notes::after,
.button-confirm-delete-all-notes::after,
.button-cancel::after{
background:url(../images/platform/button_cancel.png) no-repeat center center;
display:inline-block;
height:5px;
width:5px;
}
.button-delete-notes:hover,
.button-delete-all-notes:hover,
.button-cancel:hover,
.button-browse:hover,
.button-browse-profile-video:hover{
background-color:#717478;
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
}
.button-sign-in,
.button-vote,
.button-with-logo{
width:100%;
float:left;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
background-color:#d0202a;
}
.button-sign-in:hover,
.button-vote:hover,
.button-with-logo:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-benefits{
width:260px;
border-bottom:1px solid #474c4e;
border-top:1px solid #d0202a;
border-right:0;
background-color:#d0202a;
margin:0 auto 0 auto;
display:block;
padding-bottom:2px;
}
.button-benefits:hover{
padding-bottom:3px;
border-bottom:0;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-publish-free{
width:220px;
border-bottom:1px solid #474c4e;
border-top:1px solid #d0202a;
border-right:0;
background-color:#d0202a;
margin:64px auto 0 auto;
display:block;
padding-bottom:2px;
}
.button-publish-free:hover{
padding-bottom:3px;
border-bottom:0;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-go-register,
.button-go-next{
width:270px;
border-bottom:1px solid #474c4e;
border-top:1px solid #d0202a;
border-right:0;
background-color:#d0202a;
margin:0 auto 0 auto;
display:block;
}
.button-use-email-authentication{
background-position:12px center;
padding-left:40px;
padding-bottom:2px;
display:block;
border-bottom-width:1px;
}
.button-go-next{
background-color:#ececec;
border-color:#e3e3e3;
}
.button-go-next:hover{
color:#fff !important;
}
.benefits-page .button-go-register{
margin-top:64px;
}
.button-go-register{
padding-bottom:2px;
}
.button-go-register:hover{
padding-bottom:3px;
border-bottom:0;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-register{
width:100%;
float:left;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
background-color:#d0202a;
}
.button-register:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #a60000;
background-color:#a60000;
}
.feedback-wrapper .button-feedback{
width:auto;
padding-right:40px;
border-bottom:1px solid #474c4e !important;
border-top:1px solid #d0202a;
border-right:0;
background-color:#d0202a;
margin:50px auto 0;
display:block;
}
.feedback-wrapper .button-feedback:hover{
border-top:1px solid #890000;
border-bottom:1px solid transparent;
background-color:#a60000;
}
.feedback-wrapper a.button-feedback{
width:220px;
color:#fff;
}
.button-go-back{
width:36px;
height:28px;
float:right;
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background:url(../images/platform/button_go_back_v2.png) no-repeat center center #96999d;
}
.button-go-back:hover{
background-color:#717478;
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
}
.button-go-back.with-label{
width:110px;
height:auto;
background-position:12px center;
padding-left:32px;
}
.button-go-back-secondary{
background:url(../images/platform/button_go_back.png) no-repeat left 5px;
color:#d0202a;
display:block;
padding-left:18px;
width:77px;
}
.button-go-forward-secondary{
background:url(../images/platform/button_go_forward.png) no-repeat right 5px;
color:#d0202a;
display:inline-block;
padding-right:18px;
}
.button-go-forward,
.button-go-back-secondary,
.button-go-forward-secondary{
font-weight:700;
font-size:11px;
cursor:pointer;
text-transform:lowercase;
border:none;
}
.form-action .button-go-back-secondary,
.form-action .button-go-forward-secondary{
margin-top:10px;
width:auto;
}
.button-go-back-secondary:hover,
.button-go-forward-secondary:hover{
color:#a60000;
}
.button-confirm-delete-all-notes,
.cv-section-edit-row .button-delete,
.alert-section-edit-row .button-delete,
.automatic-application-section-edit-row .button-delete,
.button-delete-account{
background-color:#d0202a;
border-bottom-color:#ff6666;
line-height:18px;
padding-top:1px;
height:35px;
border-top-color:transparent;
}
.button-confirm-delete-all-notes:hover,
.cv-section-edit-row .button-delete:hover,
.alert-section-edit-row .button-delete:hover,
.automatic-application-section-edit-row .button-delete:hover,
.button-delete-account:hover{
background-color:#a60000;
border-bottom-color:#991f1f;
border-top-color:#991f1f;
}
.clear-icon{
position:absolute;
top:20px;
left:136px;
width:13px;
height:13px;
background:url(../images/platform/button_delete.png) no-repeat 0 0;
display:none;
cursor:pointer;
}
.clear-icon:hover{
background-position:0 -17px;
}
.button-deactivate-filter{
display:block;
left:auto;
right:-18px;
top:0;
}
.button-add-favorite{
width:190px;
height:28px;
float:right;
border-bottom:1px solid #cd000c;
border-top:1px solid #d0202a;
background-color:#d0202a;
}
.button-add-favorite:hover{
border-bottom:1px solid #a60000;
border-top:1px solid #890000;
background-color:#a60000;
}
.button-register-newsletter{
width:220px;
}
.button-register-newsletter span{
vertical-align:unset;
}
.button-register-newsletter.will-redirect span{
display:none;
}
.cv-section .button-edit,
.public-profile-settings .button-edit{
opacity:0.4;
padding:0 10px 0 10px;
height:24px;
line-height:normal;
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
text-align:center;
}
.public-profile-settings .button-edit{
margin-top:0 !important;
}
.public-profile-settings a.button-edit{
padding-top:4px
}
.button-add-industry{
opacity:0.4;
padding:0 10px 0 10px;
height:22px;
line-height:20px;
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
}
.cv-section:hover .button-edit,
.public-profile-settings:hover .button-edit,
.button-add-industry{
opacity:1;
}
.cv-section:hover .button-edit:hover,
.public-profile-settings:hover .button-edit:hover,
.button-add-industry:hover{
background-color:#717478;
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
}
.cv-section.multiple.edit .button-edit{
display:none;
}
.cv-section .button-feedback{
display:none;
padding:0 0 0 20px;
height:20px;
position:absolute;
right:0;
top:30px;
line-height:21px;
font-size:11px;
font-weight:700;
background-color:transparent !important;
text-align:right;
color:#212121;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:none;
}
.cv-section .button-feedback::before{
content:"";
background:url(../images/platform/form_validate_yes.png) no-repeat left center;
display:inline-block;
width:13px;
height:13px;
margin-right:5px;
top:2px;
position:relative;
}
.cv-view-name-description .button-feedback{
top:0;
}
.cv-section .button-feedback.error{
color:#d0202a;
}
.cv-section .button-feedback.error::before{
background-image:url(../images/platform/notifier_icon.png);
color:#d0202a;
}
.content-browser .result .button{
width:160px;
float:right;
margin:14px 14px 0 0;
padding:0 10px;
height:24px;
line-height:20px;
border-bottom:1px solid #7e8084;
border-top:1px solid #96999d;
background-color:#96999d;
display:none;
}
.content-browser .result:hover>.button{
display:block;
}
.content-browser .result>.button:hover{
background-color:#717478;
border-bottom:1px solid #7e8084;
border-top:1px solid #606266;
}
.content-browser .result .button.button-remove-favorites{
padding:0 18px 0 10px;
position:absolute;
right:0;
top:-3px;
height:27px;
box-shadow:0px 0px 1px 0px rgba(0,0,0,0.35);
}
.download-icon{
background:url(../images/platform/button_download.png) no-repeat center right;
padding-right:10px;
font-size:11px;
}
.file-input-wrapper input[type='file']{
cursor:pointer;
display:block;
opacity:0;
outline:0 none;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
height:100%;
width:100%;
z-index:99;
padding:0;
}
.file-input-name{
display:none;
}
.document-file .file-input-name,
.video-file .file-input-name{
display:block;
line-height:15px;
overflow:hidden;
text-overflow:ellipsis;
width:100%;
margin-top:5px;
font-size:11px;
font-weight:700;
}
.uploading .document-file .file-input-name,
.uploading .video-file .file-input-name{
display:none;
}
.uploading .file-input-wrapper input[type='file']{
display:none;
}
.button-delete-note-element,
.button-edit-cv-element,
.button-delete-cv-element,
.button-delete-application,
.button-edit-alert-element,
.button-edit-automatic-application-element{
padding-left:18px;
padding-right:0;
color:#cacbce;
position:relative;
max-width:20%;
width:auto;
border:none;
background:none;
top:1px;
}
.button-clear-alert-element,
.button-clear-automatic-application-element{
color:#cacbce;
position:relative;
border:none;
background:none;
width:14px;
height:14px;
padding:0;
top:1px;
}
.button-edit-cv-element:before,
.button-delete-note-element:before,
.button-delete-cv-element:before,
.button-delete-application:before,
.button-clear-alert-element:before,
.button-edit-alert-element:before,
.button-clear-automatic-application-element:before,
.button-edit-automatic-application-element:before{
background-repeat:no-repeat;
background-position:center center;
background-size:10px;
border-radius:50%;
width:14px;
content:"";
height:14px;
position:absolute;
left:0;
top:0;
bottom:0;
}
.button-delete-note-element:before,
.button-delete-cv-element:before,
.button-delete-application:before,
.button-clear-alert-element:before,
.button-clear-automatic-application-element:before{
background-color:#cacbce;
}
.button-delete-note-element:before{
background-color:#d0202a;
}
.button-edit-cv-element:hover,
.button-delete-cv-element:hover,
.button-delete-application:hover,
.button-clear-alert-element:hover,
.button-edit-alert-element:hover,
.button-clear-automatic-application-element:hover,
.button-edit-automatic-application-element:hover{
font-weight:700;
}
.button-edit-cv-element:before,
.button-edit-alert-element:before,
.button-edit-automatic-application-element:before{
background-image:url(../images/platform/edit-2.svg);
}
.button-delete-note-element:before,
.button-delete-cv-element:before,
.button-delete-application:before,
.button-clear-alert-element:before,
.button-clear-automatic-application-element:before{
background-image:url(../images/platform/svg/x-white.svg);
}
.button-delete-cv-element:hover,
.button-delete-application:hover,
.button-clear-alert-element:hover,
.button-clear-automatic-application-element:hover{
color:#d0202a;
}
.button-delete-cv-element:hover:before,
.button-delete-application:hover:before,
.button-clear-alert-element:hover:before,
.button-clear-automatic-application-element:hover:before{
background-color:#d0202a;
}
.button-small-default{
padding:0 8px 0 8px;
text-align:center;
height:20px;
line-height:20px;
font-size:10px;
font-weight:700;
color:#fff;
border-bottom:1px solid #3e4245;
background-color:#d0202a;
margin:10px 10px 0 0;
display:none;
position:absolute;
right:0;
top:0;
cursor:pointer;
}
.button-small-default:hover{
border-bottom:1px solid #474c4f;
}
.delete.button-small-default{
border-bottom:1px solid #3e4245;
background-color:#f61c24;
}
.delete.button-small-default:hover{
background-color:#ba0e13;
border-bottom:1px solid #474c4f;
}
[disabled],
[disabled]:hover,
.disabled,
.disabled:hover{
cursor:default;
}
.button-default[disabled],
.button-default[disabled]:hover,
.disabled.button-default,
.disabled.button-default:hover,
.button-save[disabled],
.button-save[disabled]:hover,
.disabled.button-save,
.disabled.button-save:hover,
.button-add[disabled],
.button-add[disabled]:hover,
.disabled.button-add,
.disabled.button-add:hover,
.button-notify-candidate-completeness[disabled],
.button-notify-candidate-completeness[disabled]:hover,
.disabled.button-notify-candidate-completeness,
.disabled.button-notify-candidate-completeness:hover,
.button-invite-candidate-to-vacancy[disabled],
.button-invite-candidate-to-vacancy[disabled]:hover,
.disabled.button-invite-candidate-to-vacancy,
.disabled.button-invite-candidate-to-vacancy:hover,
.button-sign-in[disabled],
.button-sign-in[disabled]:hover,
.disabled.button-sign-in,
.disabled.button-sign-in:hover,
.button-with-logo[disabled],
.button-with-logo[disabled]:hover,
.disabled.button-with-logo,
.disabled.button-with-logo:hover,
.button-vote[disabled],
.button-vote[disabled]:hover,
.disabled.button-vote,
.disabled.button-vote:hover,
.button-apply[disabled],
.button-apply[disabled]:hover,
.disabled.button-apply,
.disabled.button-apply:hover,
.lightbox .button-default[disabled]{
background-color:#ececec !important;
border-color:#e3e3e3 !important;
color:#aeb5b8 !important;
border-bottom-style:solid;
border-bottom-width:1px;
}
.button-loader[disabled],
.button-loader[disabled]:hover,
.disabled.button-loader,
.disabled.button-loader:hover{
color:#ececec !important;
height:32px;
}
input.disabled,
input.disabled:hover{
pointer-events:none;
opacity:0.8;
cursor:not-allowed;
}
#fancybox-content .button-default[disabled],
#fancybox-content .button-default[disabled]:hover,
#fancybox-content .disabled.button-default,
#fancybox-content .disabled.button-default:hover,
.modal-window .button-default[disabled],
.modal-window .button-default[disabled]:hover,
.modal-window .disabled.button-default,
.modal-window .disabled.button-default:hover{
background-color:#dadada !important;
border-color:#d3d3d3 !important;
}
.multi-step-next-button{
font-weight:900;
}
.multi-step-next-button:disabled,
.multi-step-next-button:disabled:hover,
.multi-step-submit-button:disabled,
.multi-step-submit-button:disabled:hover{
border-bottom:1px solid #7e8084 !important;
border-top:1px solid #96999d !important;
background-color:#96999d !important;
}
.multi-step-submit-button.loading::after{
background:url(../images/platform/default_loader.gif) no-repeat center center;
background-size:contain;
display:inline-block;
width:25px;
}
.expand-toggle{
cursor:pointer;
font-weight:700;
}
.company-details-info .apply-to-company-btn{
margin-bottom:0;
margin-top:16px;
}
.button-alert-status,
.button-automatic-application-status{
width:100%;
height:24px;
border:none;
background:none;
padding:0;
margin:0;
}
.button-alert-status span,
.button-automatic-application-status span{
top:-7px;
right:0;
width:40px;
display:inline-block;
position:relative;
padding-left:12px;
}
.button-alert-status:before,
.button-automatic-application-status:before{
content:"";
background-size:24px 24px;
background-repeat:no-repeat;
display:inline-block;
width:24px;
height:24px;
}
.button-enabled-alert:before,
.button-enabled-automatic-application:before{
background-image:url(../images/platform/icon-notifications-active.svg);
}
.button-disabled-alert:before,
.button-disabled-automatic-application:before{
background-image:url(../images/platform/svg/icon-default-notifications-none.svg);
}
.button-remove-alert:before,
.button-remove-automatic-application:before{
background-image:url(../images/platform/svg/x-grey.svg);
}
.button-edit-public-profile-path,
.button-edit-public-profile-path-free{
position:relative !important;
right:auto !important;
top:auto !important;
}
.clear-button{
border:none;
padding:0;
background-color:transparent;
}
.button-delete-account{
width:170px;
background-image:url(../images/platform/button_cancel.png);
background-position:150px center;
padding:5px 10px;
background-size:5px;
background-repeat:no-repeat;
}
.button-sidebar{
border-right:none;
border-left:none;
display:inline-block;
width:100% !important;
padding:8px 12px;
position:relative;
background-size:36px 36px;
background-repeat:no-repeat;
background-position:8px center;
padding-left:56px;
box-sizing:border-box;
text-align:left;
}
.button-sidebar::after{
content:' ';
padding-left:15px;
padding-right:15px;
position:absolute;
right:0;
top:42%;
}
.button-sidebar.icon-check-circle-white{
background-size:30px;
color:#ffffff;
}
.new-automatic-applications .button-sidebar.icon-check-circle-white{
animation:blinkMainColor normal 1.5s infinite ease-in-out;
}
.copy-success{
position:absolute;
top:1px;
background-color:#ececec;
bottom:1px;
right:1px;
left:56px;
padding:13px 0 0;
}
.copy-item:hover .copy-success{
color:#fff;
}
.button-square-main-header-nav{
overflow:hidden;
text-indent:-800em;
border:1px solid #d6d6d6;
height:34px;
background-color:transparent;
width:34px;
}
a.button-square-main-header-nav{
height:32px;
}
.cv-section-row .button-go-to-upgrade{
color:#fff !important;
width:220px;
}
.button-public-profile-contact{
padding-top:6px !important;
padding-bottom:6px !important;
border:none;
background-color:#bcbcbc;
}
.button-public-profile-contact:hover{
background-color:#212121;
}
.button-public-profile-contact::after{
padding:0 !important;
top:7px !important;
right:10px !important;
display:inline-block !important;
}
.button-report-video{
background-position:left center;
background-size:12px;
padding-left:14px;
padding-top:1px;
}
.button-report-video:hover{
color:#212121;
background-image:url(../images/platform/svg/icon-flag-dark.svg);
}
.public-profile-sections .button-report-video:hover{
color:#fff;
background-image:url(../images/platform/svg/icon-flag-white.svg);
}
input[type='text']{
height:32px;
margin:0;
-webkit-appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button{
-webkit-appearance:none;
margin:0;
}
input[type='number']{
-moz-appearance:textfield;
}
textarea:focus,
input:focus{
outline:0;
}
input:hover::placeholder,
input:focus::placeholder{
color:#96989b;
}
.password-field-with-eye{
padding-right:25px !important;
width:223px !important;
}
.btn-password-eye{
background:url(../images/common/eye-large.png) no-repeat scroll center center transparent;
background-size:14px 14px;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter:alpha(opacity=40);
opacity:0.4;
position:absolute;
right:8px;
top:1px;
border:none;
padding:0;
width:14px;
height:30px;
}
.btn-password-eye.eye-off{
background-image:url(../images/common/eye-off-large.png);
}
.btn-password-eye:hover{
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter:alpha(opacity=80);
opacity:0.8;
}
.search-form-container{
position:relative;
width:230px;
height:32px;
}
.main-search-form{
width:auto;
height:34px;
}
.search-form-container:hover{
color:#3a3c3d;
}
.search-form-container input{
box-sizing:border-box;
width:100%;
height:32px;
border:1px solid #d6d6d6;
font-size:11px;
color:#96999d;
padding:2px 34px 2px 10px;
font-family:inherit;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
}
.main-search-form input{
width:0;
height:34px;
padding:2px 20px 2px 10px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-transition:width 0.4s ease-in-out,padding-right 0.4s ease-out;
-moz-transition:width 0.4s ease-in-out,padding-right 0.4s ease-out;
transition:width 0.4s ease-in-out,padding-right 0.4s ease-out;
}
.main-search-form.expanded input{
padding-right:34px;
width:230px;
}
.search-form-container input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.search-form-container input[type='submit']{
width:34px;
height:32px;
cursor:pointer;
background:url(../images/platform/svg/icon-search-grey.svg) no-repeat center center;
background-size:14px;
position:absolute;
right:0;
top:0;
border:none !important;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}
.search-form-container:after{
position:absolute;
width:0;
height:0;
overflow:hidden;
z-index:-1;
content:url(../images/platform/svg/icon-search-dark.svg);
}
.main-search-form input[type='submit']{
height:34px;
background-size:20px;
}
.search-form-container input[type='submit']:hover{
background-image:url(../images/platform/svg/icon-search-dark.svg);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:none;
}
.search-clear,
.autocomplete-clear{
left:auto;
right:9px;
top:9px;
}
.filter-section .search-clear{
right:20px;
top:6px;
}
.search-large{
height:36px;
width:400px;
}
.search-large input{
font-size:14px;
height:36px;
}
.search-large input[type='submit']{
background-position:12px 4px;
}
.search-large input[type='submit']:hover{
background-position:12px -24px;
}
.search-small{
width:136px;
}
.search-small input{
font-size:11px;
padding:4px 20px 4px 4px;
height:24px;
}
.search-small input[type='submit']{
height:24px;
background-position:2px center;
background-image:url(../images/platform/svg/icon-search-grey.svg);
background-repeat:no-repeat;
background-size:13px;
}
.search-small input[type='submit']:hover{
background-image:url(../images/platform/svg/icon-search-dark.svg);
}
.textfield-small.adjust{
padding-right:5px;
}
.textfield-small input{
width:100%;
height:30px;
float:left;
padding:0 6px 0 10px;
color:#96999d;
border:1px solid #d6d6d6;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
}
.textfield-small input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-small input:hover{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-medium.adjust{
padding-right:5px;
}
.textfield-medium input{
width:100%;
height:30px;
padding:0 6px 0 10px;
color:#96999d;
border:1px solid #d6d6d6;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
}
.textfield-medium input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-medium input:hover{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-large input{
width:100%;
height:30px;
padding:0 10px 0 10px;
color:#96999d;
border:1px solid #d6d6d6;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
}
.textfield-large input.has-clear-button{
padding-right:28px;
}
.note-textfield{
margin:5px 0;
}
.note-input{
box-sizing:border-box;
}
.textfield-large input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-large input:hover{
color:#3a3c3d;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
border:1px solid #96989b;
}
.textfield-xlarge input{
width:100%;
height:30px;
padding:0 10px 0 10px;
color:#96999d;
border:1px solid #d6d6d6;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
}
.textfield-xlarge input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-xlarge input:hover{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 #efefef;
-moz-box-shadow:inset 0 1px 0 0 #efefef;
box-shadow:inset 0 1px 0 0 #efefef;
border:1px solid #96989b;
}
.textfield-xlarge.adjust input{
background:url(../images/platform/dp_calendar_icon.png) no-repeat 10px 7px;
padding-left:32px;
}
.textfield-xlarge.adjust input:hover{
background:url(../images/platform/dp_calendar_icon.png) no-repeat 10px -40px;
}
.textfield-xlarge.adjust input:focus{
background:url(../images/platform/dp_calendar_icon.png) no-repeat 10px -40px;
}
.hidden-validation-sign .validation-sign{
display:none;
}
.validation-yes,
.validation-yes-large,
.validation-no,
.validation-no-large{
width:15px;
height:30px;
float:right;
}
.automatic-application-section .validation-yes,
.automatic-application-section .validation-no{
padding-right:8px;
padding-top:10px;
height:22px;
}
.validation-yes,
.validation-yes-large{
background:url(../images/platform/form_validate_yes.png) no-repeat center center;
}
.validation-no,
.validation-no-large{
background:url(../images/platform/notifier_icon.png) no-repeat center center;
}
.email-verification-error{
width:12px;
height:13px;
background:url(../images/platform/notifier_icon.png) no-repeat center center;
position:absolute;
top:0;
right:0;
}
.email-suggestion{
font-size:12px;
}
.email-suggestion a{
color:#3a3c3d !important;
font-weight:bold;
}
.email-suggestion a:hover{
color:#d0202a !important;
}
.dropdown{
padding-left:0;
padding-right:0;
background:#ececec url(../images/platform/dropdown-selector.png) right 0 no-repeat;
cursor:pointer;
position:relative;
height:32px;
border-top:1px solid #ececec;
border-bottom:1px solid #c6c6c6;
-webkit-box-shadow:0 1px 0 0 #f1f1f1;
-moz-box-shadow:0 1px 0 0 #f1f1f1;
box-shadow:0 1px 0 0 #f1f1f1;
}
.modal-window .dropdown{
background-color:#fefefe;
border:1px solid #d6d6d6;
}
.cv-section-edit-row .dropdown{
height:30px;
}
.dropdown.adjust{
margin-right:5px;
}
.dropdown:hover{
background:#dedede url(../images/platform/dropdown-selector.png) no-repeat right 0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border-top:1px solid #d6d6d6;
border-bottom:1px solid #dedede;
}
.modal-window .dropdown:hover{
background-color:#f9f9f9;
border:1px solid #d9d9d9;
}
.dropdown.disabled{
background:#ececec url(../images/platform/dropdown-selector.png) right 0 no-repeat;
border-bottom:1px solid #c6c6c6;
-webkit-box-shadow:0 1px 0 0 #f1f1f1;
-moz-box-shadow:0 1px 0 0 #f1f1f1;
box-shadow:0 1px 0 0 #f1f1f1;
}
select,
option{
color:inherit;
border:0 none;
background:0 none;
width:100%;
appearance:normal;
-moz-appearance:normal;
-webkit-appearance:none;
border-radius:0;
}
select{
padding:0 29px 0 0;
}
.dropdown select{
width:100%;
cursor:pointer;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter:alpha(opacity=0);
opacity:0;
height:32px;
margin:0;
min-width:30px;
padding:0 10px 0 0;
position:relative;
z-index:4;
border:0;
}
.cv-section-edit-row .dropdown select{
height:30px;
}
.dropdown.disabled,
.dropdown.disabled select,
.dropdown.disabled span{
cursor:default;
color:#9a9b9b;
}
.dropdown span{
cursor:pointer;
height:32px;
left:10px;
overflow:hidden;
position:absolute;
right:50px;
text-align:left;
width:71%;
z-index:2;
font-weight:normal;
font-size:13px;
text-overflow:ellipsis;
white-space:nowrap;
display:flex;
align-items:center;
}
.cv-section-edit-row .dropdown span{
height:29px;
font-size:12px;
}
.dropdown option{
padding:6px 5px;
cursor:pointer;
}
.radio-button{
height:25px;
margin-right:10px;
}
.centered-label.radio-button{
text-align:center;
height:auto;
line-height:16px;
}
.radio-button > span{
float:left;
font-size:12px;
height:28px;
cursor:pointer;
}
.active.radio-button{
color:#222324;
}
.radio-button-icon{
margin-top:4px;
margin-right:2px;
background:url(../images/platform/radio-button.png) 0 0 no-repeat;
}
.centered-label .radio-button-icon{
background-position:center 0;
}
.active .radio-button-icon{
background-position:0 -84px;
}
.centered-label.active .radio-button-icon{
background-position:center -84px;
}
.radio-button:hover .radio-button-icon{
background-position:0 -42px;
}
.centered-label.radio-button:hover .radio-button-icon{
background-position:center -42px;
}
.active.radio-button:hover .radio-button-icon{
background-position:0 -126px;
}
.centered-label.active.radio-button:hover .radio-button-icon{
background-position:center -126px;
}
.checked.radio-button .radio-button-icon{
background-position:0 -168px;
}
.centered-label.checked.radio-button .radio-button-icon{
background-position:center -168px;
}
.active.checked.radio-button .radio-button-icon{
background-position:0 -252px;
}
.centered-label.active.checked.radio-button .radio-button-icon{
background-position:center -252px;
}
.checked.radio-button:hover .radio-button-icon{
background-position:0 -210px;
}
.centered-label.checked.radio-button:hover .radio-button-icon{
background-position:center -210px;
}
.active.radio-button:hover .radio-button-icon{
background-position:0 -294px;
}
.centered-label.active.radio-button:hover .radio-button-icon{
background-position:center -294px;
}
.radio-button-icon input{
cursor:pointer;
opacity:0;
height:21px;
margin:0;
position:relative;
z-index:4;
border:0;
width:26px;
}
.checkbox-button{
height:25px;
margin-right:10px;
}
.normal-size.checkbox-button{
height:auto;
}
.checkbox-button span{
font-size:12px;
height:30px;
cursor:pointer;
line-height:normal;
display:inline-block;
}
.normal-size.checkbox-button .text{
font-size:14px;
height:auto;
padding-left:4px;
}
.active.checkbox-button{
color:#222324;
}
.checkbox-button-icon{
margin-top:4px;
background:url(../images/platform/checkbox-button.png) 0 0 no-repeat;
float:left;
}
.active .checkbox-button-icon{
background-position:0 -84px;
}
.checkbox-button:hover .checkbox-button-icon{
background-position:0 -42px;
}
.checkbox-button:hover .checkbox-button-icon{
background-position:0 -126px;
}
.checked.checkbox-button .checkbox-button-icon{
background-position:0 -168px;
}
.active.checked.checkbox-button .checkbox-button-icon{
background-position:0 -252px;
}
.checked.checkbox-button:hover .checkbox-button-icon{
background-position:0 -210px;
}
.checked.active.checkbox-button:hover .checkbox-button-icon{
background-position:0 -294px;
}
.checkbox-button-icon input{
cursor:pointer;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter:alpha(opacity=0);
opacity:0;
height:21px;
margin:0;
position:relative;
width:100%;
z-index:4;
border:0;
width:26px;
}
.upload{
width:138px;
float:left;
}
.upload-error{
color:#d0202a;
font-size:12px;
line-height:normal;
}
textarea{
width:263px;
min-height:160px;
float:left;
color:#96999d;
border:1px solid #d6d6d6;
padding:10px 10px 10px 10px;
-webkit-box-shadow:0 1px 0 0 #f5f5f5;
-moz-box-shadow:0 1px 0 0 #f5f5f5;
box-shadow:0 1px 0 0 #f5f5f5;
resize:vertical;
}
.textfield-large textarea{
width:100%;
}
textarea.no-resize{
resize:none;
}
textarea:hover{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
-moz-box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
border:1px solid #96989b;
}
textarea:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
-moz-box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
box-shadow:inset 0 1px 0 0 rgba(239,239,239,1);
border:1px solid #96989b;
}
.form-curtain{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:100;
}
.vacancy-apply-curtain{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:100;
}
.register-newsletter-form{
min-width:400px;
width:400px;
}
.disclaimer{
font-size:13px;
color:#666;
}
.icon-help-circle.disclaimer{
background-size:16px 16px;
padding-left:24px;
background-position:left 7px;
line-height:normal;
}
.q-error-message,
.parsley-error-list{
color:red;
font-size:small;
}
.form-group{
margin-bottom:10px;
}
.form-label{
cursor:pointer;
color:#9a9b9b;
}
.form-action{
position:absolute;
bottom:0px;
left:0;
right:0;
}
.multi-step-form{
position:relative;
display:block;
height:100%;
}
.multi-step-fieldset{
box-sizing:border-box;
padding:0;
border:none;
visibility:hidden;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.multi-step-fieldset p{
margin-bottom:10px;
}
.recruiter-feedback-modal-window,
.survey-modal-window{
-webkit-animation:bounceIn 0.3s;
animation:bounceIn 0.3s;
}
.multi-step-fieldset.active{
visibility:visible;
}
.fieldset-content{
width:100%;
line-height:30px;
font-size:14px;
}
.multi-step-form .feedback-external-source{
margin-top:5px;
width:100%;
box-sizing:border-box;
}
input.has-suffix-label{
padding-right:32px;
}
.infield-suffix-label{
position:absolute;
right:8px;
}
.note-form{
background-color:#fafafa;
padding:12px;
}
.form-items-save-note{
margin-top:10px;
}
.circle-sign{
border-radius:50%;
width:5px;
height:5px;
margin-top:3px;
border:1px solid transparent;
}
.circle-sign.red{
background-color:#ea3636;
border-color:#ea3636;
}
.circle-sign.green{
background-color:#329624;
border-color:#329624;
display:none;
}
.circle-sign.yellow{
background-color:#ffc35a;
border-color:#ffc35a;
display:none;
}
#cv-view-settings .circle-sign{
left:0px;
top:2px;
}
.selected .circle-sign.green,
.correct .circle-sign.green{
display:block;
}
.selected .circle-sign.red,
.correct .circle-sign.red{
display:none;
}
.semi-selected .circle-sign.yellow,
.semi-correct .circle-sign.yellow{
display:block;
}
.semi-selected .circle-sign.red,
.semi-correct .circle-sign.red{
display:none;
}
.underlined-input{
padding:3px 5px 8px;
border:1px solid #dbdbdb;
font-family:monospace;
width:calc(9*(1ch + 5px));
font-size:30px;
letter-spacing:5px;
background:
repeating-linear-gradient(to right,dimgrey 0 1ch,transparent 1ch calc(1ch + 5px))
bottom/100% 2px content-box no-repeat;
}
.underlined-input:focus{
outline:none;
}
.recover-pass-element,
.login-element,
.sign-up-element,
.sign-up-email-element,
.reset-pass-element,
.expired-account-element,
.activation-success-element,
.social-logins{
display:none;
}
.is-candidate.login-page .social-logins,
.is-candidate.sign-up-page .social-logins,
.is-candidate.login-page .login-separator,
.is-candidate.sign-up-page .login-separator{
display:block;
}
.recover-pass-page .recover-pass-element{
display:block;
}
.login-page .login-element{
display:block;
}
.sign-up-page .sign-up-element{
display:block;
}
.sign-up-email-page .sign-up-email-element{
display:block;
}
.reset-pass-page .reset-pass-element{
display:block;
}
.expired-account-page .expired-account-element{
display:block;
}
.activation-success-page .activation-success-element{
display:block;
}
.sign-up-page .goto-login-form.sign-up-element,
.sign-up-page .link-benefits.sign-up-element{
display:inline-block;
}
.app-login-page{
width:100%;
height:100%;
}
#app-login{
margin:0 auto;
top:15%;
position:relative;
padding-bottom:40px;
}
.lightbox{
background-color:#53595c;
bottom:0;
left:0;
min-height:100%;
position:absolute;
right:0;
top:0;
z-index:9991;
}
.app-login-lightbox{
position:fixed;
z-index:0;
}
.login-separator{
text-align:center;
height:0.7em;
border-bottom:1px solid #dbdbdb;
margin:4px 20px 28px;
word-spacing:5px;
}
.login-separator:first-line{
background-color:white;
}
.social-logins{
width:100%;
}
.social-logins a{
padding:4px 0 4px 40px;
display:block;
width:100%;
margin-bottom:15px;
margin-right:8px;
box-sizing:border-box;
background-size:16px 16px;
font-size:12px;
text-align:left;
background-position:12px center;
background-repeat:no-repeat;
-webkit-box-shadow:0px 1px 1px rgba(207,207,207,1);
-moz-box-shadow:0px 1px 1px rgba(207,207,207,1);
box-shadow:0px 1px 1px rgba(207,207,207,0.4);
}
.oauth-button{
line-height:28px;
cursor:pointer;
color:#fff;
position:relative;
border:1px solid #d6d6d6;
border-radius:3px;
}
.social-logins a:last-child{
margin-bottom:5px;
}
.fb-oauth{
background-image:url(../images/platform/facebook-icon.png);
background-color:#385499;
border-color:transparent;
}
.fb-oauth:hover,.linkedin-oauth:hover{
color:white;
-webkit-box-shadow:inset 0px 0px 2px 0px #131c33;
-moz-box-shadow:inset 0px 0px 2px 0px #131c33;
box-shadow:inset 0px 0px 2px 0px #131c33;
}
.google-oauth{
background-image:url(../images/platform/google-icon.png);
background-color:#FFFFFF;
color:#989ba0;
}
.google-oauth:hover{
color:#989ba0;
-webkit-box-shadow:inset 0px 0px 2px 0px rgba(207,207,207,1);
-moz-box-shadow:inset 0px 0px 2px 0px rgba(207,207,207,1);
box-shadow:inset 0px 0px 2px 0px rgba(207,207,207,1);
}
.linkedin-oauth{
background-image:url(../images/platform/linkedin-icon.png);
background-color:#0077b5;
border-color:transparent;
-webkit-box-shadow:inset 0px 0px 2px 0px #00324d;
-moz-box-shadow:inset 0px 0px 2px 0px #00324d;
box-shadow:inset 0px 0px 2px 0px #00324d;
}
.github-oauth{
background-image:url(../images/platform/github-icon.png);
}
.github-oauth:hover{
background-color:#171515;
}
.instagram-oauth{
background-image:url(../images/platform/instagram-icon.png);
}
.instagram-oauth:hover{
background-color:#d93175;
}
.sign-in-wrapper{
width:260px;
padding:20px;
background-color:#fff;
border-bottom:1px solid #474c4e;
position:relative;
margin:0 auto;
}
.sign-in-title,
.sign-up-title{
font-size:16px;
font-weight:700;
background:url(../images/platform/logo_signin.png) no-repeat right 10px;
line-height:25px;
margin-bottom:32px;
}
.sign-in-title h1,
.sign-up-title h1{
font-size:16px;
font-weight:700;
}
.apply-to-vacancy-disclaimer{
font-size:11px;
line-height:12px;
margin-top:10px;
}
.sign-in-textfield input{
position:relative;
width:238px;
height:28px;
float:left;
color:#96999d;
border:1px solid #d6d6d6;
padding:0 10px 0 10px;
-webkit-box-shadow:0px 1px 0 0 #f5f5f5;
-moz-box-shadow:0px 1px 0 0 #f5f5f5;
box-shadow:0px 1px 0 0 #f5f5f5;
margin-bottom:20px;
font-size:13px;
}
.sign-in-textfield input:hover{
border:1px solid #c1c1c1;
}
.sign-in-textfield input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0px 1px 0px 0px #f5f5f5;
-moz-box-shadow:inset 0px 1px 0px 0px #f5f5f5;
box-shadow:inset 0px 1px 0px 0px #f5f5f5;
border:1px solid #96989b;
}
.sign-in-support,
.action-buttons{
width:260px;
line-height:15px;
float:left;
font-size:11px;
}
.action-buttons{
margin-top:20px;
}
.register-callout{
height:30px;
line-height:30px;
color:#fff;
padding:0;
margin:25px 0 15px;
text-align:center;
font-size:1.2em;
font-weight:100;
position:relative;
}
.benefits-header{
width:100%;
height:120px;
float:left;
}
.benefits-header p{
color:#fff;
font-size:25px;
font-weight:700;
margin:0 0 7px;
text-align:center;
}
.benefits-header p + p{
color:#96999d;
font-size:16px;
font-weight:300;
margin:0;
text-align:center;
}
.benefits-icon-one{
width:28%;
background:url(../images/platform/signup_icon_one.png) no-repeat center top;
padding:160px 0 0 0;
float:left;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-icon-two{
width:28%;
background:url(../images/platform/signup_icon_two.png) no-repeat center top;
padding:160px 0 0 0;
margin:0 8% 0 8%;
float:left;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-icon-three{
width:28%;
background:url(../images/platform/signup_icon_three.png) no-repeat center
top;
padding:160px 0 0 0;
float:right;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-icon-four{
width:28%;
background:url(../images/platform/signup_icon_five.png) no-repeat center
top;
padding:160px 0 0 0;
float:left;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-icon-five{
width:28%;
background:url(../images/platform/signup_icon_four.png) no-repeat center
top;
padding:160px 0 0 0;
margin:0 8% 0 8%;
float:left;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-icon-six{
width:28%;
background:url(../images/platform/signup_icon_six.png) no-repeat center top;
padding:160px 0 0 0;
float:right;
color:#fff;
font-weight:400;
font-size:13px;
text-align:center;
}
.benefits-free-icon{
font-size:11px;
font-weight:normal;
padding:1px 4px;
position:relative;
text-transform:lowercase;
top:-10px;
}
.register-wrapper{
width:260px;
margin:43px 215px 43px 215px;
padding:20px;
background-color:#fff;
border-bottom:1px solid #474c4e;
}
.sign-in-textfield-half input{
position:relative;
width:90px;
height:28px;
float:left;
color:#96999d;
border:1px solid #d6d6d6;
padding:0 10px 0 10px;
-webkit-box-shadow:0px 1px 0 0 #f5f5f5;
-moz-box-shadow:0px 1px 0 0 #f5f5f5;
box-shadow:0px 1px 0 0 #f5f5f5;
margin-bottom:20px;
font-size:13px;
}
.sign-in-textfield-spacer{
width:6px;
height:30px;
float:left;
}
.sign-in-textfield-half input:hover{
border:1px solid #c1c1c1;
}
.sign-in-textfield-half input:focus{
color:#3a3c3d;
-webkit-box-shadow:inset 0px 1px 0px 0px #f5f5f5;
-moz-box-shadow:inset 0px 1px 0px 0px #f5f5f5;
box-shadow:inset 0px 1px 0px 0px #f5f5f5;
border:1px solid #96989b;
}
.sign-up-description{
font-size:13px;
margin:-35px 0 40px 0;
color:#96999d;
}
.email-activation-warning{
position:relative;
padding:12px 0px 10px 30px;
display:block;
margin:12px 8px 12px 0;
box-sizing:border-box;
font-size:12px;
text-align:left;
background-color:#FFFFFF;
}
.email-activation-warning-pull-right{
margin-left:10px;
}
.feedback-wrapper{
margin:87px 50px 0 50px;
background:url(../images/common/svg/success-flow.svg) no-repeat top center;
background-size:52px 52px;
padding-top:70px;
}
.feedback-wrapper--failure,
.expired-account-page .feedback-wrapper{
background-image:url(../images/common/svg/failure-flow.svg);
background-size:52px 52px;
}
.feedback-wrapper--redirect{
background:url(../images/common/svg/redirect-flow.svg) no-repeat top center;
background-size:52px 52px;
}
.feedback-wrapper p a{
color:#fff;
}
.feedback-wrapper p{
color:#fff;
font-size:25px;
font-weight:700;
margin:10px 0;
text-align:center;
}
.feedback-wrapper p + p{
color:#fefefe;
font-size:16px;
font-weight:300;
margin:0;
text-align:center;
}
.error{
display:none;
}
.sign-in-tooltip-container{
position:absolute;
left:260px;
width:260px;
}
.sign-in-tooltip-container .left{
float:left;
width:3px;
height:30px;
background:url(../images/platform/tooltip.png) no-repeat 0 12px;
overflow:hidden;
}
.sign-in-tooltip-container .text{
float:left;
max-width:207px;
font-size:12px;
border-bottom:1px solid #474c4e;
border-top:1px solid #3a3c3d;
background-color:#3a3c3d;
padding:5px 10px 5px 10px;
margin:0;
color:#fff;
line-height:1.5em;
}
.inline-tooltip-container{
font-size:12px;
position:relative;
text-align:right;
top:-20px;
width:238px;
}
.inline-tooltip-container a{
color:#009b1a;
}
.inline-tooltip-container a:hover{
color:#a60000;
}
#captcha-section{
position:relative;
}
#refresh-captcha{
background:url(../images/platform/captcha-refresh.png) no-repeat 0 0;
display:block;
height:14px;
left:6px;
position:absolute;
top:40px;
width:14px;
z-index:1;
}
#captcha-image{
border:1px solid #d6d6d6;
height:60px;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.recover-pass-element,
.sign-up-element{
display:none;
}
#sign-up-benefit{
left:0;
right:0;
margin:0 auto;
}
#success-section{
top:15%;
}
.oauth-login-error-container{
font-size:11px;
color:#f61c24;
margin-bottom:12px;
line-height:16px;
}
.cookies-disabled{
border-bottom:1px solid #dbdbdb;
padding-bottom:4px;
font-size:11px;
color:#f61c24;
margin-bottom:12px;
}
#block-user,
.old-browser{
color:#c9ccd1;
font-weight:300;
text-align:center;
}
#block-user p,
.old-browser p{
color:#fff;
font-size:25px;
font-weight:700;
margin:10px 0;
text-align:center;
}
.old-browser > div{
margin-top:24px;
}
.old-browser .chrome,
.old-browser .firefox,
.old-browser .safari,
.old-browser .opera,
.old-browser .edge{
width:50px;
height:50px;
display:inline-block;
margin:0 16px;
}
.old-browser .chrome{
background:url(../images/platform/chrome.svg) no-repeat center center;
}
.old-browser .firefox{
background:url(../images/platform/firefox.svg) no-repeat center center;
}
.old-browser .opera{
background:url(../images/platform/opera.svg) no-repeat center center;
}
.redirect{
width:400px;
text-align:center;
color:#96999d;
font-size:11px;
font-weight:400;
z-index:9999;
margin:0 auto;
display:block;
padding:30px 0 20px;
position:relative;
}
.redirect > span{
color:#f1f1f1;
font-weight:bold;
}
.center-wrapper.fade-in{
opacity:1;
}
#carousel{
display:none;
}
.terms-conditions-accept{
margin-bottom:12px;
}
.link{
color:#009b1a;
}
.center-info-text{
text-align:center;
max-width:260px;
margin:8px auto 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.center-wrapper.fade-in{
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:.2s;
-moz-animation-duration:.2s;
animation-duration:.2s;
}
}
#carousel{
width:255px;
height:290px;
margin:0 auto;
}
#slides{
padding-top:32px;
overflow:hidden;
position:relative;
width:250px;
height:250px;
}
#slides ul{
position:relative;
left:0;
top:0;
list-style:none;
margin:0;
padding:0;
width:750px;
}
#slides li{
width:250px;
height:250px;
float:left;
}
#slides li img{
padding:5px;
}
#slides .benefits-icon{
width:100%;
margin:0;
}
@media only screen and (max-width:1259px){
.wrapper{
width:930px;
margin:0 auto;
padding:95px 0 0;
transition:width 0.45s;
-webkit-transition:width 0.45s ease-in-out;
-moz-transition:width 0.45s ease-in-out;
}
.top-header-banner-container{
width:930px;
}
.vacancy-apply-page .wrapper{
padding:45px 0 0;
}
.content-container-main{
width:930px;
}
.candidates-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.vacancies-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.pro-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.pro-page.is-recruiter.update-account .content-container-main.adjust{
background:none;
}
.favorites-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.content-container-2-3{
width:760px;
min-height:600px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.content-container-2-3-no-left-border{
width:800px;
min-height:600px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.my-vacancies-page .content-container-2-3-no-left-border{
width:740px;
}
.candidate-cv-page .content-container-2-3-no-left-border{
width:760px;
}
.is-candidate .cv-section,
.is-candidate .cv-sections-container,
.is-candidate .avatar-cv-section{
width:640px;
}
.is-recruiter .cv-section,
.is-recruiter .cv-sections-container,
.is-recruiter .avatar-cv-section{
width:510px;
}
.is-partner .content-container-2-3-no-left-border{
border-top:none;
}
.content-container-3-3{
display:none !important;
}
.partner-main-banner img{
width:930px !important;
height:314px !important;
}
.partner-row-images{
display:none;
}
.content-container-3-3{
float:right;
width:164px;
margin:0;
}
.test{
background-color:#f5f5f5;
}
.content-container-7-12{
float:left;
width:526px;
margin-right:25px;
margin-bottom:25px;
min-height:325px;
}
.content-container-2h-12{
float:left;
width:177px;
margin-right:25px;
margin-bottom:25px;
min-height:150px;
}
.content-container-row-12{
margin-right:-25px;
position:relative;
overflow:hidden;
margin-bottom:82px;
}
.content-container-row-5{
text-align:center;
margin-bottom:120px;
}
.content-container-1-5{
width:153px;
padding:15px;
display:inline-block;
vertical-align:top;
}
.content-container-3-3-no-left-border{
width:741px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
margin-left:25px;
}
.footer-container{
float:left;
width:100%;
margin:0;
font-size:12px;
font-weight:400;
padding:0px 0 50px 0;
line-height:1.5em;
background:white;
}
.footer-section-5-5{
display:none;
}
.content-container-4-4{
width:760px;
float:right;
margin-bottom:37px;
}
.content-container-full{
width:760px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.content-container-full ul.last{
display:none;
}
.grid-display li{
margin-left:23px !important;
}
.hidemeplz{
display:none;
}
.footer-section-4-5{
float:left;
width:230px;
margin-right:0;
}
#aw-footer{
padding:0 0 75px 0;
width:930px;
}
#aw-footer .adplacer.block{
float:left;
margin:0 0 0 25px;
width:740px;
border-top:none;
padding-top:0;
}
.right-sidebar{
display:none;
}
#candidate-cv-page:not(.hidden) ~ .right-sidebar{
display:block;
}
.candidate-page-left-sidebar{
position:absolute;
top:-60px;
background-image:none;
}
.with-fix,.with-fix.h4{
padding-left:0;
}
.fix{
display:none;
}
.notes-container,.right-sidebar{
width:150px;
}
.sidebar-164x164{
width:150px;
height:150px;
}
.partner-embed-video-code iframe{
min-height:400px !important;
}
.professional-candidates .grid-display li{
margin-left:20px !important;
}
.top-header-banner-logo-wrapper{
margin-right:4px;
margin-left:-30px;
width:18%;
}
.top-header-banner-logo-wrapper .logo{
background-size:126px 20px !important;
width:126px !important;
height:22px !important;
margin-top:46px;
}
.labour-day-banner-wrapper .top-header-banner-logo-wrapper{
margin-left:0;
margin-right:12px;
width:260px;
}
.logo-labour-day{
background-size:240px;
width:240px;
margin-top:34px;
}
.top-banner-stats-year.large-type{
font-size:52px;
}
.featured-banner-text{
margin-right:36px;
font-size:13px !important;
}
.featured-banner-action{
font-size:14px !important;
}
.content-container-2-3-no-left-border{
width:930px !important;
}
.languages-selection{
padding:0 10px !important;
}
}
@media only screen and (min-width:1260px){
.wrapper{
width:1185px;
margin:0 auto;
padding:95px 0 0;
-webkit-transition:width 0.45s ease-in-out;
-moz-transition:width 0.45s ease-in-out;
-o-transition:width 0.45s ease-in-out;
transition:width 0.45s ease-in-out;
}
.top-header-banner-container{
width:1185px;
}
.vacancy-apply-page .wrapper{
padding:45px 0 0;
}
.content-container-main{
width:1185px;
}
.candidates-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.vacancies-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.pro-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.pro-page.is-recruiter.update-account
.content-container-main.adjust{
background:none;
}
.favorites-page.is-recruiter .content-container-main.adjust{
background:url(../images/platform/faux_border.png) repeat-y 0 0;
}
.content-container-2-3{
width:760px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.is-recruiter .content-container-2-3{
width:830px;
}
.content-container-2-3-no-left-border{
width:790px;
min-height:600px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.my-vacancies-page .content-container-2-3-no-left-border{
width:760px;
}
.candidate-cv-page .content-container-2-3-no-left-border{
width:770px;
}
.is-partner .content-container-2-3-no-left-border{
border-top:none;
}
.content-container-3-3-no-left-border{
border-top:1px solid #d6d6d6;
float:left;
margin-left:25px;
padding:20px 0 0;
position:relative;
width:996px;
}
.content-container-3-3{
float:right;
width:195px;
margin:0;
}
.content-container-7-12{
float:left;
width:674px;
margin-right:25px;
margin-bottom:25px;
min-height:325px;
}
.content-container-2h-12{
float:left;
width:230px;
margin-right:25px;
margin-bottom:25px;
min-height:150px;
}
.content-container-row-12{
margin-right:-25px;
position:relative;
overflow:hidden;
margin-bottom:82px;
}
.content-container-row-5{
text-align:center;
margin-bottom:120px;
}
.content-container-1-5{
width:185px;
padding:15px;
display:inline-block;
vertical-align:top;
}
.footer-container{
float:left;
width:100%;
margin:0;
font-size:12px;
font-weight:400;
padding:0px 0 50px 0;
line-height:1.5em;
background:white;
}
.footer-section-4-5{
float:left;
width:230px;
}
.footer-section-5-5{
float:left;
width:230px;
}
.content-container-4-4{
width:1020px;
float:right;
margin-bottom:37px;
}
.content-container-full{
width:1021px;
border-top:1px solid #d6d6d6;
float:left;
padding:20px 0 0 0;
position:relative;
}
.footer-page-navigation{
margin-right:25px;
}
#aw-footer{
padding:0 0 75px 0;
width:1185px;
}
#aw-footer .adplacer.block{
float:left;
margin:0 25px 0 25px;
width:740px;
border-top:none;
padding-top:0;
}
}
@media only screen and (max-width:900px){
.top-header-banner-logo-wrapper{
margin-right:4px;
margin-left:0;
width:14%;
}
.top-header-banner-logo-wrapper .logo{
background-size:98px 14px !important;
width:98px !important;
height:17px !important;
margin-top:50px;
}
.top-banner-stats-year{
width:98px;
}
.featured-banner-text{
width:50% !important;
margin-right:12px;
font-size:12px !important;
}
.featured-banner-action{
font-size:13px !important;
}
.featured-banner-text .vx2-large-text{
font-size:20px;
}
.top-banner-stats-year.large-type{
font-size:43px;
}
.featured-banner-text .medium-text{
font-size:11px;
}
}
@media only screen and (max-width:675px){
#carousel{
display:block;
}
.sign-in-tooltip-container{
left:0;
bottom:55px;
}
#last-name-error{
left:51%;
}
.sign-in-tooltip-container .left{
background:url(../images/platform/tooltip-bottom.png) no-repeat 0 0;
float:none;
position:absolute;
bottom:-3px;
left:12px;
top:auto;
width:5px;
height:3px;
}
.register-callout{
height:auto;
}
.center-wrapper{
top:20%;
}
.benefits-header{
height:auto;
}
.benefits-icon-container{
display:none;
}
#sign-up-benefit,
#success-section,
#block-user,
.old-browser{
width:94%;
padding:0 3%;
}
#success-section{
top:8%;
}
.redirect{
width:100%;
left:0;
right:0;
margin:0;
}
.content-display.adjust ul{
margin-left:0;
}
}
@media only screen and (max-width:450px){
.modal-window{
width:auto !important;
padding:12px !important;
}
.button-contact-public-profile{
width:180px !important
}
}
@media only screen and (max-width:320px){
#app-login,
#sign-up-benefit,
#success-section,
#block-user,
.old-browser{
top:15%;
}
#success-section{
top:3%;
}
}
