﻿
/* Job Details header background */
.CandidatePortal .JobDetailsHeader { background: url("../images/CandidatePortal_bar.png") repeat-x 0px -26px; }

/* Icons */
.CanPortalIcon_Twitter,
.CanPortalIcon_Facebook,
.CanPortalIcon_FacebookWhite,
.CanPortalIcon_LinkedIn,
.CanPortalIcon_Mail,
.CanPortalIcon_Apply,
.CanPortalIcon_Login,
.CanPortalIcon_Register,
.CanPortalIcon_Divider,
.CanPortalIcon_Back,
.CanPortalIcon_Logout,
.CanPortalIcon_Divider_White,
.CanPortalIcon_Upload,
.CanPortalIcon_Editor,
.CanPortalIcon_Delete,
.CanPortalIcon_Add,
.CanPortalIcon_FileProcess1,
.CanPortalIcon_FileProcess2,
.CanPortalIcon_Select_File,
.CanPortalIcon_Information,
.CanPortalIcon_ApplyWithLinkedIn .dijitButtonNode
{
    background: url("../images/CandidatePortal_sprites.png") no-repeat;
}

.CanPortalIcon_Twitter { width:26px; height:26px; background-position:-4px 0; }
.CanPortalIcon_Facebook { width:26px; height:26px; background-position:-34px 0; }
.CanPortalIcon_FacebookWhite { width:19px; height:19px; background-position:-409px 0; }
.CanPortalIcon_LinkedIn { width:26px; height:26px; background-position:-63px 0; }
.CanPortalIcon_Mail { width:26px; height:26px; background-position:-93px 0; }
.CanPortalIcon_Apply { width:16px; height:16px; background-position:-119px 0; }
.CanPortalIcon_Login:hover { width:16px; height:16px; background-position:-151px 0; }
.CanPortalIcon_Login { width:16px; height:16px; background-position:-135px 0; }
.CanPortalIcon_Register:hover { width:16px; height:16px; background-position:-183px 0; }
.CanPortalIcon_Register { width:16px; height:16px; background-position:-167px 0; }
.CanPortalIcon_Divider { width:10px; height:16px; background-position:-199px 0; }
.CanPortalIcon_Back:hover { width:16px; height:16px; background-position:-224px 0; }
.CanPortalIcon_Back { width:16px; height:16px; background-position:-208px 0; }
.CanPortalIcon_Logout:hover { width:16px; height:16px; background-position:-256px -0px; }
.CanPortalIcon_Logout { width:16px; height:16px; background-position:-240px 0; }
.CanPortalIcon_Divider_White { width:8px; height:16px; background-position:-272px 0; }
.CanPortalIcon_Upload { width:24px; height:22px; background-position:-280px -2px; }
.CanPortalIcon_Editor { width:23px; height:23px; background-position:-304px -1px; }
.CanPortalIcon_Delete, html.dj_android .CanPortalIcon_Delete:hover, html.dj_ios .CanPortalIcon_Delete:hover { width:20px; height:20px; background-position: -329px 0; }
.CanPortalIcon_Delete:hover, .CanPortalIcon_Delete:active { width:20px; height:20px; background-position: -348px 0; }
.CanPortalIcon_Add, html.dj_android .CanPortalIcon_Add:hover, html.dj_ios .CanPortalIcon_Add:hover { width:20px; height:20px; background-position: -368px 0;  }
.CanPortalIcon_Add:hover, .CanPortalIcon_Add:active { width:20px; height:20px; background-position: -387px 0; }

.CanPortalIcon_FileProcess1 { width:184px; height:163px; background-position:0 -26px; }
.CanPortalIcon_FileProcess2 { width:172px; height:163px; background-position:-184px -26px; }
.CanPortalIcon_Select_File { width:39px; height:34px; background-position:-356px -26px; }
.CanPortalIcon_Information {width:60px; height:55px; background-position:-360px -65px;}

.CanPortalIcon_ApplyWithLinkedIn.dijitButton .dijitButtonNode
{
    width:135px; height:24px; background-position: -402px -27px;
    background-color: transparent;
    width: 125px;
    height: 100%;
}

.CanPortalIcon_RecommendedBrowserLogo {
    background: url('../images/recommended-browsers-logo.png') no-repeat;
    background-size: cover;
    display: inline-flex;
    height: 26px;
    width: 105px;
    margin-top: 5px;
    margin-right: 8px;
}