﻿.container { width: auto; }

.list-unstyled,
.list-unstyled ul { min-width: 120px }

@media ( min-width: 767px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown { position: static; }
.yamm .container { position: relative; }
.yamm .dropdown-menu { left: auto; }
.yamm .nav.navbar-right .dropdown-menu { left: auto; right: 0; }
.yamm .yamm-content { padding: 20px 30px; font-family:Calibri, Arial; }
.yamm .dropdown.yamm-fw .dropdown-menu { left: 0; right: 0; }

ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }

.WebHRMenu_Title { font-family:Calibri, Arial; font-size:26px; margin-left:6px; color:#0084b4; }
.WebHRLeftNav { display:none; }

.navSelected { margin-top:26px; border-bottom:3px solid #0084b4; width:36px; height:40px; }
.navDefault { margin-top:26px; border-bottom:1px solid #b9b9b9; width:36px; height:40px; }

.WebHRReportIcon_Selected { padding: 6px 6px 6px 6px; border:1px solid #d9d9d9; border-radius:4px; height:33px; }
.WebHRReportIcon { padding: 6px 6px 6px 6px; height:33px; }

hr.WebHRFadedLine { clear: both; float: none; width: 100%; height: 1px; margin: 1.4em 0; border: none; background: #ddd; background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(255,255,255)), color-stop(0.1, rgb(221,221,221)), color-stop(0.9, rgb(221,221,221)), color-stop(1, rgb(255,255,255)) ); background-image: -moz-linear-gradient( left center, rgb(255,255,255) 0%, rgb(221,221,221) 10%, rgb(221,221,221) 90%, rgb(255,255,255) 100% ); }

.WebHRBox1 { background-color:#fff; width:500px; border-top:1px solid #e1e1e1; border-radius: 2px 2px 2px 2px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-box-shadow: 0 1px 2px #777; -moz-box-shadow: 0 2px 1px #777; box-shadow: 0 2px 1px #777; } 
.WebHRBox1_FieldTitle { float:left; margin-left:20px; margin-top:12px; width:120px; font-family:Calibri, Arial; font-size:12px; color:#7d7d7d; text-align:left; }
.WebHRBox1_FieldValue { float:left; margin-top:12px; font-family:Calibri, Arial; font-size:12px; color:#000000; }

.WebHRLeftMenu { cursor: pointer; height:36px; border-radius:4px; background-color:#fff; color:#000; padding:10px 2px 0px 10px; text-decoration:none; margin-top:2px; font-size:13px; }
.WebHRLeftMenu:hover { cursor: pointer; height:36px; border-radius:4px; background-color:#eeeeee; color:#000; padding:10px 0px 0px 10px; text-decoration:none; margin-top:2px; font-size:13px; }

.WebHRLeftMenu_1 { cursor: pointer; height:36px; border-radius:4px; background-color:#428bca; color:#fff; padding:10px 0px 0px 10px; text-decoration:none; margin-top:2px; font-size:13px; }
.WebHRLeftMenu_1:hover { cursor: pointer; height:36px; border-radius:4px; background-color:#428bca; color:#fff; padding:10px 0px 0px 10px; text-decoration:none; margin-top:2px; font-size:13px; }


.WebHRSearch { position:relative; width:150px; }

/* Button */
.WebHRSolidButton_Blue { background-color:#428bca; color:#fff; width:130px; height:34px; border:0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px rgba(0, 0, 0, 0.3); font-size:13px; font-family:Calibri, Arial; }

.WebHRButton {
  font-family: Trebuchet MS, Arial;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 3px 10px 5px;
  margin: .5em .5em .5em 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.WebHRButton { border-radius: 2px; box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0; }
.WebHRButton:active { box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px; }

.WebHRButtons_Blue {
  background: rgb(130,207,241);
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
  border: 1px solid #3cafcf;
}

.WebHRButtons_Blue:hover
{
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
}


.orange {
  background: rgb(255,183,0);
  background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
  background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
  border: 1px solid #e59500;
}

.orange:hover {
  background: rgb(255,203,72);
  background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
  background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
}

.magenta {
  background: rgb(255,130,172);
  background: -moz-linear-gradient(top,  rgba(255,130,172,1) 0%, rgba(247,37,129,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,130,172,1)), color-stop(100%,rgba(247,37,129,1)));
  background: -webkit-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac', endColorstr='#f72581',GradientType=0 );
  border: 1px solid #c60a56;
}

  .magenta:hover {
    background: rgb(255,155,189);
    background: -moz-linear-gradient(top,  rgba(255,155,189,1) 0%, rgba(248,62,143,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,189,1)), color-stop(100%,rgba(248,62,143,1)));
    background: -webkit-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd', endColorstr='#f83e8f',GradientType=0 );
  }

.cyan {
  background: rgb(130,207,241);
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
  border: 1px solid #3cafcf;
}

  .cyan:hover {
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
  }
  
.red {
  background: #e25b53;
  background: -moz-linear-gradient(top,  #e25b53 0%, #dd2011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25b53), color-stop(100%,#dd2011));
  background: -webkit-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: -o-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: -ms-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
  background: linear-gradient(to bottom,  #e25b53 0%,#dd2011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 );
  border: 1px solid #c42222;
}

  .red:hover {
    background: #dd7671;
    background: -moz-linear-gradient(top,  #dd7671 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7671), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #dd7671 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 );
  }

.black {
  background: #444444;
  background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
  background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
  border: 1px solid #2a2a2a;
}

  .black:hover {
    background: #686868;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 );
  }

.green {
  background: #82cc5d;
  background: -moz-linear-gradient(top,  #82cc5d 0%, #53b73c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
  background: -webkit-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -o-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: -ms-linear-gradient(top,  #82cc5d 0%,#53b73c 100%);
  background: linear-gradient(to bottom,  #82cc5d 0%,#53b73c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
  border: 1px solid #429E34;
}

  .green:hover {
    background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 );
  }



/* Icons */  
.siclouderror, .silargecross, .silargetick, .silargefail, .silargesuccess, 
.silargewarning, .silargedelete, .siannouncement, .sifail, .siinfo3, 
.siinfo4, .siinfo5, .siinfo6, .silock3, .simail2, 
.siquestion2, .siquestion3, .sisuccess, .sichecklist, .sichecklist2, 
.sicross1, .sidatasync, .siinfo, .siminus1, .sisearch7, 
.sitick8, .siwarning, .menucalendar, .menucalendar2, .menuchat, 
.menuchat2, .menudirectory, .menudirectory2, .menuemployees, .menuemployees2, 
.menufiles, .menufiles2, .menuhelp, .menuhelp2, .menuhome, 
.menuhome2, .menuinbox, .menuinbox2, .menumore, .menunotifications, 
.menunotifications2, .menuorganization, .menuorganization2, .menupayroll, .menupayroll2, 
.menurecruitment, .menurecruitment2, .menureports, .menureports2, .menusearch, 
.menutrainings, .menutrainings2, .siminus2, .siplus2, .siplus3, 
.siplus4, .sisearch, .siinfo2, .sichat5, .sidataexport, 
.sidataimport, .sifavorite, .sifavorite2, .sihelp, .sisettings2, 
.sifilters, .siachievements, .siadjustments, .siadvancesalary, .sianalysis, 
.siannouncements, .siassignments, .siattendance, .sibenefits, .sibilling, 
.sibirthday, .siboard, .sibonuses, .sibook, .sicalendar1, 
.sicalendar2, .sicalendar3, .sicalendar4, .sicalendar5, .sichat1, 
.sichat2, .sichat3, .sichat4, .sichat6, .sichat7, 
.siclip, .siclock, .sicommissions, .sicomplaints, .sicontactus, 
.sicontactus2, .sicontents, .sicontracts, .sicopytonext, .sicross2, 
.sideductions, .sidelete, .sidelete2, .sidelete3, .sidelete4, 
.sidepartments, .sidetails, .sidiscussions, .sidisk, .sidisk2, 
.sidisk3, .sidisk4, .sidisk5, .sidocuments, .siedit, 
.siedit2, .siemail2, .siemail3, .siemployee, .siemployeeforms, 
.siemployees, .siemployees3, .siemployeesdirectory, .siemployeesexit, .siemployeesjoining, 
.siemployeesreports, .siemployeetrainings, .sievents, .siexport, .sifacebook, 
.sifaqs, .sifilters2, .sifind, .sifingerprint, .siglobe, 
.siglobe2, .sigoogleapps, .sigooglemap, .sigraph1, .sigraph10, 
.sigraph11, .sigraph12, .sigraph2, .sigraph3, .sigraph4, 
.sigraph5, .sigraph6, .sigraph7, .sigraph8, .sigraph9, 
.sigraphs, .sihelptopics, .siholidays, .sihourlywages, .sihrreports, 
.siimages, .siimages2, .siimages3, .siimport, .siimport2, 
.siinsurance, .sijobcandidates, .sijobinterviews, .sijobportal, .sijobpostrequisitions, 
.sijobposts, .sijobtests, .sikey, .sileaves, .sileft, 
.sileft2, .silinkedin, .silivesupport, .silivesupport2, .siloans, 
.silock, .silock2, .simail, .simeetings, .simemos, 
.simultiple, .sinotes, .siopen, .siorganizationnews, .siorganizationpolicies, 
.siorganizationprofile, .siorganogram, .siovertimes, .sipayroll, .sipayrollreports, 
.sipayrollstructure, .sipayslip, .siperformanceevaluation, .siphone, .sipinterest, 
.siplus, .sipolls, .sipreview, .siprint, .siprint2, 
.siprint3, .siprint4, .siprint5, .siprojects, .sipromotions, 
.siprovidentfund, .siquestion, .sirecruitment, .sirecruitmentreports, .sirefresh, 
.sirefresh2, .sirefresh3, .sirefresh4, .sireimbursements, .sireport, 
.sireportsgenerator, .sirequestacallback, .sirequisitions, .siresignations, .siresume, 
.siright, .siright2, .sisalary, .sisalarypayslips, .sisearch2, 
.sisearch3, .sisearch4, .sisearch5, .sisearch6, .sisecure, 
.sisettings, .sisettings3, .sishortlistcandidates, .sisignin, .sisignout, 
.sispacer, .sistations,.silocations, .sisupporttickets, .sisupporttickets2, .sisystemlogs, 
.sisystemsettings, .sitasks, .siterminations, .sitick, .sitick2, 
.sitick3, .sitick6, .sitick7, .sitimeline, .sitop, 
.sitrainers, .sitrainingevaluations, .sitrainingevents, .sitrainingneedsassessment, .sitrainingsreports, 
.sitransfers, .sitravels, .siturnover, .sitwitter, .siupgradeaccount, 
.siuser, .siuser2, .siuser3, .siuserreply, .siusers, 
.siwarning2, .siwarnings, .siworkschedule, .siworksheet, .sihelp2, 
.sitick4, .sitick5, .siclose
{ display: inline-block; background: url('../../../system/Assets/WebHR_Images/WebHRResponsive.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.siclouderror { background-position: -0px -0px; width: 128px; height: 128px; }
.silargecross { background-position: -0px -128px; width: 128px; height: 128px; }
.silargetick { background-position: -0px -256px; width: 128px; height: 128px; }
.silargefail { background-position: -0px -384px; width: 75px; height: 75px; }
.silargesuccess { background-position: -0px -459px; width: 75px; height: 75px; }
.silargewarning { background-position: -0px -534px; width: 75px; height: 75px; }
.silargedelete { background-position: -0px -609px; width: 64px; height: 64px; }
.siannouncement { background-position: -75px -384px; width: 48px; height: 48px; }
.sifail { background-position: -75px -432px; width: 48px; height: 48px; }
.siinfo3 { background-position: -75px -480px; width: 48px; height: 48px; }
.siinfo4 { background-position: -75px -528px; width: 48px; height: 48px; }
.siinfo5 { background-position: -75px -576px; width: 48px; height: 48px; }
.siinfo6 { background-position: -64px -624px; width: 48px; height: 48px; }
.silock3 { background-position: -64px -672px; width: 48px; height: 48px; }
.simail2 { background-position: -0px -673px; width: 48px; height: 48px; }
.siquestion2 { background-position: -48px -720px; width: 48px; height: 48px; }
.siquestion3 { background-position: -0px -721px; width: 48px; height: 48px; }
.sisuccess { background-position: -48px -768px; width: 48px; height: 48px; }
.sichecklist { background-position: -96px -720px; width: 32px; height: 32px; }
.sichecklist2 { background-position: -96px -752px; width: 32px; height: 32px; }
.sicross1 { background-position: -0px -769px; width: 32px; height: 32px; }
.sidatasync { background-position: -96px -784px; width: 32px; height: 32px; }
.siinfo { background-position: -0px -801px; width: 32px; height: 32px; }
.siminus1 { background-position: -32px -816px; width: 32px; height: 32px; }
.sisearch7 { background-position: -64px -816px; width: 32px; height: 32px; }
.sitick8 { background-position: -96px -816px; width: 32px; height: 32px; }
.siwarning { background-position: -0px -833px; width: 32px; height: 32px; }
.menucalendar { background-position: -32px -848px; width: 24px; height: 24px; }
.menucalendar2 { background-position: -56px -848px; width: 24px; height: 24px; }
.menuchat { background-position: -80px -848px; width: 24px; height: 24px; }
.menuchat2 { background-position: -104px -848px; width: 24px; height: 24px; }
.menudirectory { background-position: -0px -865px; width: 24px; height: 24px; }
.menudirectory2 { background-position: -24px -872px; width: 24px; height: 24px; }
.menuemployees { background-position: -48px -872px; width: 24px; height: 24px; }
.menuemployees2 { background-position: -72px -872px; width: 24px; height: 24px; }
.menufiles { background-position: -96px -872px; width: 24px; height: 24px; }
.menufiles2 { background-position: -0px -889px; width: 24px; height: 24px; }
.menuhelp { background-position: -24px -896px; width: 24px; height: 24px; }
.menuhelp2 { background-position: -48px -896px; width: 24px; height: 24px; }
.menuhome { background-position: -72px -896px; width: 24px; height: 24px; }
.menuhome2 { background-position: -96px -896px; width: 24px; height: 24px; }
.menuinbox { background-position: -0px -913px; width: 24px; height: 24px; }
.menuinbox2 { background-position: -24px -920px; width: 24px; height: 24px; }
.menumore { background-position: -48px -920px; width: 24px; height: 24px; }
.menunotifications { background-position: -72px -920px; width: 24px; height: 24px; }
.menunotifications2 { background-position: -96px -920px; width: 24px; height: 24px; }
.menuorganization { background-position: -0px -937px; width: 24px; height: 24px; }
.menuorganization2 { background-position: -24px -944px; width: 24px; height: 24px; }
.menupayroll { background-position: -48px -944px; width: 24px; height: 24px; }
.menupayroll2 { background-position: -72px -944px; width: 24px; height: 24px; }
.menurecruitment { background-position: -96px -944px; width: 24px; height: 24px; }
.menurecruitment2 { background-position: -0px -961px; width: 24px; height: 24px; }
.menureports { background-position: -24px -968px; width: 24px; height: 24px; }
.menureports2 { background-position: -48px -968px; width: 24px; height: 24px; }
.menusearch { background-position: -72px -968px; width: 24px; height: 24px; }
.menutrainings { background-position: -96px -968px; width: 24px; height: 24px; }
.menutrainings2 { background-position: -0px -985px; width: 24px; height: 24px; }
.siminus2 { background-position: -24px -992px; width: 24px; height: 24px; }
.siplus2 { background-position: -48px -992px; width: 24px; height: 24px; }
.siplus3 { background-position: -72px -992px; width: 24px; height: 24px; }
.siplus4 { background-position: -96px -992px; width: 24px; height: 24px; }
.sisearch { background-position: -0px -1009px; width: 24px; height: 24px; }
.siinfo2 { background-position: -24px -1016px; width: 20px; height: 20px; }
.sichat5 { background-position: -44px -1016px; width: 18px; height: 18px; }
.sidataexport { background-position: -62px -1016px; width: 18px; height: 18px; }
.sidataimport { background-position: -80px -1016px; width: 18px; height: 18px; }
.sifavorite { background-position: -98px -1016px; width: 18px; height: 18px; }
.sifavorite2 { background-position: -0px -1033px; width: 18px; height: 18px; }
.sihelp { background-position: -44px -1034px; width: 18px; height: 18px; }
.sisettings2 { background-position: -62px -1034px; width: 18px; height: 18px; }
.sifilters { background-position: -80px -1034px; width: 17px; height: 16px; }
.siachievements { background-position: -112px -624px; width: 16px; height: 16px; }
.siadjustments { background-position: -112px -640px; width: 16px; height: 16px; }
.siadvancesalary { background-position: -112px -656px; width: 16px; height: 16px; }
.sianalysis { background-position: -112px -672px; width: 16px; height: 16px; }
.siannouncements { background-position: -48px -673px; width: 16px; height: 16px; }
.siassignments { background-position: -112px -688px; width: 16px; height: 16px; }
.siattendance { background-position: -48px -689px; width: 16px; height: 16px; }
.sibenefits { background-position: -32px -769px; width: 16px; height: 16px; }
.sibilling { background-position: -32px -785px; width: 16px; height: 16px; }
.sibirthday { background-position: -97px -1034px; width: 16px; height: 16px; }
.siboard { background-position: -18px -1036px; width: 16px; height: 16px; }
.sibonuses { background-position: -80px -1050px; width: 16px; height: 16px; }
.sibook { background-position: -96px -1050px; width: 16px; height: 16px; }
.sicalendar1 { background-position: -112px -1050px; width: 16px; height: 16px; }
.sicalendar2 { background-position: -0px -1051px; width: 16px; height: 16px; }
.sicalendar3 { background-position: -16px -1052px; width: 16px; height: 16px; }
.sicalendar4 { background-position: -32px -1052px; width: 16px; height: 16px; }
.sicalendar5 { background-position: -48px -1052px; width: 16px; height: 16px; }
.sichat1 { background-position: -64px -1052px; width: 16px; height: 16px; }
.sichat2 { background-position: -80px -1066px; width: 16px; height: 16px; }
.sichat3 { background-position: -96px -1066px; width: 16px; height: 16px; }
.sichat4 { background-position: -112px -1066px; width: 16px; height: 16px; }
.sichat6 { background-position: -0px -1067px; width: 16px; height: 16px; }
.sichat7 { background-position: -16px -1068px; width: 16px; height: 16px; }
.siclip { background-position: -32px -1068px; width: 16px; height: 16px; }
.siclock { background-position: -48px -1068px; width: 16px; height: 16px; }
.sicommissions { background-position: -64px -1068px; width: 16px; height: 16px; }
.sicomplaints { background-position: -80px -1082px; width: 16px; height: 16px; }
.sicontactus { background-position: -96px -1082px; width: 16px; height: 16px; }
.sicontactus2 { background-position: -112px -1082px; width: 16px; height: 16px; }
.sicontents { background-position: -0px -1083px; width: 16px; height: 16px; }
.sicontracts { background-position: -16px -1084px; width: 16px; height: 16px; }
.sicopytonext { background-position: -32px -1084px; width: 16px; height: 16px; }
.sicross2 { background-position: -48px -1084px; width: 16px; height: 16px; }
.sideductions { background-position: -64px -1084px; width: 16px; height: 16px; }
.sidelete { background-position: -80px -1098px; width: 16px; height: 16px; }
.sidelete2 { background-position: -96px -1098px; width: 16px; height: 16px; }
.sidelete3 { background-position: -112px -1098px; width: 16px; height: 16px; }
.sidelete4 { background-position: -0px -1099px; width: 16px; height: 16px; }
.sidepartments { background-position: -16px -1100px; width: 16px; height: 16px; }
.sidetails { background-position: -32px -1100px; width: 16px; height: 16px; }
.sidiscussions { background-position: -48px -1100px; width: 16px; height: 16px; }
.sidisk { background-position: -64px -1100px; width: 16px; height: 16px; }
.sidisk2 { background-position: -80px -1114px; width: 16px; height: 16px; }
.sidisk3 { background-position: -96px -1114px; width: 16px; height: 16px; }
.sidisk4 { background-position: -112px -1114px; width: 16px; height: 16px; }
.sidisk5 { background-position: -0px -1115px; width: 16px; height: 16px; }
.sidocuments { background-position: -16px -1116px; width: 16px; height: 16px; }
.siedit { background-position: -32px -1116px; width: 16px; height: 16px; }
.siedit2 { background-position: -48px -1116px; width: 16px; height: 16px; }
.siemail2 { background-position: -64px -1116px; width: 16px; height: 16px; }
.siemail3 { background-position: -80px -1130px; width: 16px; height: 16px; }
.siemployee { background-position: -96px -1130px; width: 16px; height: 16px; }
.siemployeeforms { background-position: -112px -1130px; width: 16px; height: 16px; }
.siemployees { background-position: -0px -1131px; width: 16px; height: 16px; }
.siemployees3 { background-position: -16px -1132px; width: 16px; height: 16px; }
.siemployeesdirectory { background-position: -32px -1132px; width: 16px; height: 16px; }
.siemployeesexit { background-position: -48px -1132px; width: 16px; height: 16px; }
.siemployeesjoining { background-position: -64px -1132px; width: 16px; height: 16px; }
.siemployeesreports { background-position: -80px -1146px; width: 16px; height: 16px; }
.siemployeetrainings { background-position: -96px -1146px; width: 16px; height: 16px; }
.sievents { background-position: -112px -1146px; width: 16px; height: 16px; }
.siexport { background-position: -0px -1147px; width: 16px; height: 16px; }
.sifacebook { background-position: -16px -1148px; width: 16px; height: 16px; }
.sifaqs { background-position: -32px -1148px; width: 16px; height: 16px; }
.sifilters2 { background-position: -48px -1148px; width: 16px; height: 16px; }
.sifind { background-position: -64px -1148px; width: 16px; height: 16px; }
.sifingerprint { background-position: -80px -1162px; width: 16px; height: 16px; }
.siglobe { background-position: -96px -1162px; width: 16px; height: 16px; }
.siglobe2 { background-position: -112px -1162px; width: 16px; height: 16px; }
.sigoogleapps { background-position: -0px -1163px; width: 16px; height: 16px; }
.sigooglemap { background-position: -16px -1164px; width: 16px; height: 16px; }
.sigraph1 { background-position: -32px -1164px; width: 16px; height: 16px; }
.sigraph10 { background-position: -48px -1164px; width: 16px; height: 16px; }
.sigraph11 { background-position: -64px -1164px; width: 16px; height: 16px; }
.sigraph12 { background-position: -80px -1178px; width: 16px; height: 16px; }
.sigraph2 { background-position: -96px -1178px; width: 16px; height: 16px; }
.sigraph3 { background-position: -112px -1178px; width: 16px; height: 16px; }
.sigraph4 { background-position: -0px -1179px; width: 16px; height: 16px; }
.sigraph5 { background-position: -16px -1180px; width: 16px; height: 16px; }
.sigraph6 { background-position: -32px -1180px; width: 16px; height: 16px; }
.sigraph7 { background-position: -48px -1180px; width: 16px; height: 16px; }
.sigraph8 { background-position: -64px -1180px; width: 16px; height: 16px; }
.sigraph9 { background-position: -80px -1194px; width: 16px; height: 16px; }
.sigraphs { background-position: -96px -1194px; width: 16px; height: 16px; }
.sihelptopics { background-position: -112px -1194px; width: 16px; height: 16px; }
.siholidays { background-position: -0px -1195px; width: 16px; height: 16px; }
.sihourlywages { background-position: -16px -1196px; width: 16px; height: 16px; }
.sihrreports { background-position: -32px -1196px; width: 16px; height: 16px; }
.siimages { background-position: -48px -1196px; width: 16px; height: 16px; }
.siimages2 { background-position: -64px -1196px; width: 16px; height: 16px; }
.siimages3 { background-position: -80px -1210px; width: 16px; height: 16px; }
.siimport { background-position: -96px -1210px; width: 16px; height: 16px; }
.siimport2 { background-position: -112px -1210px; width: 16px; height: 16px; }
.siinsurance { background-position: -0px -1211px; width: 16px; height: 16px; }
.sijobcandidates { background-position: -16px -1212px; width: 16px; height: 16px; }
.sijobinterviews { background-position: -32px -1212px; width: 16px; height: 16px; }
.sijobportal { background-position: -48px -1212px; width: 16px; height: 16px; }
.sijobpostrequisitions { background-position: -64px -1212px; width: 16px; height: 16px; }
.sijobposts { background-position: -80px -1226px; width: 16px; height: 16px; }
.sijobtests { background-position: -96px -1226px; width: 16px; height: 16px; }
.sikey { background-position: -112px -1226px; width: 16px; height: 16px; }
.sileaves { background-position: -0px -1227px; width: 16px; height: 16px; }
.sileft { background-position: -16px -1228px; width: 16px; height: 16px; }
.sileft2 { background-position: -32px -1228px; width: 16px; height: 16px; }
.silinkedin { background-position: -48px -1228px; width: 16px; height: 16px; }
.silivesupport { background-position: -64px -1228px; width: 16px; height: 16px; }
.silivesupport2 { background-position: -80px -1242px; width: 16px; height: 16px; }
.siloans { background-position: -96px -1242px; width: 16px; height: 16px; }
.silock { background-position: -112px -1242px; width: 16px; height: 16px; }
.silock2 { background-position: -0px -1243px; width: 16px; height: 16px; }
.simail { background-position: -16px -1244px; width: 16px; height: 16px; }
.simeetings { background-position: -32px -1244px; width: 16px; height: 16px; }
.simemos { background-position: -48px -1244px; width: 16px; height: 16px; }
.simultiple { background-position: -64px -1244px; width: 16px; height: 16px; }
.sinotes { background-position: -80px -1258px; width: 16px; height: 16px; }
.siopen { background-position: -96px -1258px; width: 16px; height: 16px; }
.siorganizationnews { background-position: -112px -1258px; width: 16px; height: 16px; }
.siorganizationpolicies { background-position: -0px -1259px; width: 16px; height: 16px; }
.siorganizationprofile { background-position: -16px -1260px; width: 16px; height: 16px; }
.siorganogram { background-position: -32px -1260px; width: 16px; height: 16px; }
.siovertimes { background-position: -48px -1260px; width: 16px; height: 16px; }
.sipayroll { background-position: -64px -1260px; width: 16px; height: 16px; }
.sipayrollreports { background-position: -80px -1274px; width: 16px; height: 16px; }
.sipayrollstructure { background-position: -96px -1274px; width: 16px; height: 16px; }
.sipayslip { background-position: -112px -1274px; width: 16px; height: 16px; }
.siperformanceevaluation { background-position: -0px -1275px; width: 16px; height: 16px; }
.siphone { background-position: -16px -1276px; width: 16px; height: 16px; }
.sipinterest { background-position: -32px -1276px; width: 16px; height: 16px; }
.siplus { background-position: -48px -1276px; width: 16px; height: 16px; }
.sipolls { background-position: -64px -1276px; width: 16px; height: 16px; }
.sipreview { background-position: -80px -1290px; width: 16px; height: 16px; }
.siprint { background-position: -96px -1290px; width: 16px; height: 16px; }
.siprint2 { background-position: -112px -1290px; width: 16px; height: 16px; }
.siprint3 { background-position: -0px -1291px; width: 16px; height: 16px; }
.siprint4 { background-position: -16px -1292px; width: 16px; height: 16px; }
.siprint5 { background-position: -32px -1292px; width: 16px; height: 16px; }
.siprojects { background-position: -48px -1292px; width: 16px; height: 16px; }
.sipromotions { background-position: -64px -1292px; width: 16px; height: 16px; }
.siprovidentfund { background-position: -80px -1306px; width: 16px; height: 16px; }
.siquestion { background-position: -96px -1306px; width: 16px; height: 16px; }
.sirecruitment { background-position: -112px -1306px; width: 16px; height: 16px; }
.sirecruitmentreports { background-position: -0px -1307px; width: 16px; height: 16px; }
.sirefresh { background-position: -16px -1308px; width: 16px; height: 16px; }
.sirefresh2 { background-position: -32px -1308px; width: 16px; height: 16px; }
.sirefresh3 { background-position: -48px -1308px; width: 16px; height: 16px; }
.sirefresh4 { background-position: -64px -1308px; width: 16px; height: 16px; }
.sireimbursements { background-position: -80px -1322px; width: 16px; height: 16px; }
.sireport { background-position: -96px -1322px; width: 16px; height: 16px; }
.sireportsgenerator { background-position: -112px -1322px; width: 16px; height: 16px; }
.sirequestacallback { background-position: -0px -1323px; width: 16px; height: 16px; }
.sirequisitions { background-position: -16px -1324px; width: 16px; height: 16px; }
.siresignations { background-position: -32px -1324px; width: 16px; height: 16px; }
.siresume { background-position: -48px -1324px; width: 16px; height: 16px; }
.siright { background-position: -64px -1324px; width: 16px; height: 16px; }
.siright2 { background-position: -80px -1338px; width: 16px; height: 16px; }
.sisalary { background-position: -96px -1338px; width: 16px; height: 16px; }
.sisalarypayslips { background-position: -112px -1338px; width: 16px; height: 16px; }
.sisearch2 { background-position: -0px -1339px; width: 16px; height: 16px; }
.sisearch3 { background-position: -16px -1340px; width: 16px; height: 16px; }
.sisearch4 { background-position: -32px -1340px; width: 16px; height: 16px; }
.sisearch5 { background-position: -48px -1340px; width: 16px; height: 16px; }
.sisearch6 { background-position: -64px -1340px; width: 16px; height: 16px; }
.sisecure { background-position: -80px -1354px; width: 16px; height: 16px; }
.sisettings { background-position: -96px -1354px; width: 16px; height: 16px; }
.sisettings3 { background-position: -112px -1354px; width: 16px; height: 16px; }
.sishortlistcandidates { background-position: -0px -1355px; width: 16px; height: 16px; }
.sisignin { background-position: -16px -1356px; width: 16px; height: 16px; }
.sisignout { background-position: -32px -1356px; width: 16px; height: 16px; }
.sispacer { background-position: -48px -1356px; width: 16px; height: 16px; }
.sistations { background-position: -64px -1356px; width: 16px; height: 16px; }
.silocations { background-position: -64px -1356px; width: 16px; height: 16px; }
.sisupporttickets { background-position: -80px -1370px; width: 16px; height: 16px; }
.sisupporttickets2 { background-position: -96px -1370px; width: 16px; height: 16px; }
.sisystemlogs { background-position: -112px -1370px; width: 16px; height: 16px; }
.sisystemsettings { background-position: -0px -1371px; width: 16px; height: 16px; }
.sitasks { background-position: -16px -1372px; width: 16px; height: 16px; }
.siterminations { background-position: -32px -1372px; width: 16px; height: 16px; }
.sitick { background-position: -48px -1372px; width: 16px; height: 16px; }
.sitick2 { background-position: -64px -1372px; width: 16px; height: 16px; }
.sitick3 { background-position: -80px -1386px; width: 16px; height: 16px; }
.sitick6 { background-position: -96px -1386px; width: 16px; height: 16px; }
.sitick7 { background-position: -112px -1386px; width: 16px; height: 16px; }
.sitimeline { background-position: -0px -1387px; width: 16px; height: 16px; }
.sitop { background-position: -16px -1388px; width: 16px; height: 16px; }
.sitrainers { background-position: -32px -1388px; width: 16px; height: 16px; }
.sitrainingevaluations { background-position: -48px -1388px; width: 16px; height: 16px; }
.sitrainingevents { background-position: -64px -1388px; width: 16px; height: 16px; }
.sitrainingneedsassessment { background-position: -80px -1402px; width: 16px; height: 16px; }
.sitrainingsreports { background-position: -96px -1402px; width: 16px; height: 16px; }
.sitransfers { background-position: -112px -1402px; width: 16px; height: 16px; }
.sitravels { background-position: -0px -1403px; width: 16px; height: 16px; }
.siturnover { background-position: -16px -1404px; width: 16px; height: 16px; }
.sitwitter { background-position: -32px -1404px; width: 16px; height: 16px; }
.siupgradeaccount { background-position: -48px -1404px; width: 16px; height: 16px; }
.siuser { background-position: -64px -1404px; width: 16px; height: 16px; }
.siuser2 { background-position: -80px -1418px; width: 16px; height: 16px; }
.siuser3 { background-position: -96px -1418px; width: 16px; height: 16px; }
.siuserreply { background-position: -112px -1418px; width: 16px; height: 16px; }
.siusers { background-position: -0px -1419px; width: 16px; height: 16px; }
.siwarning2 { background-position: -16px -1420px; width: 16px; height: 16px; }
.siwarnings { background-position: -32px -1420px; width: 16px; height: 16px; }
.siworkschedule { background-position: -48px -1420px; width: 16px; height: 16px; }
.siworksheet { background-position: -64px -1420px; width: 16px; height: 16px; }
.sihelp2 { background-position: -112px -704px; width: 13px; height: 13px; }
.sitick4 { background-position: -116px -1016px; width: 12px; height: 16px; }
.sitick5 { background-position: -64px -609px; width: 10px; height: 7px; }
.siclose { background-position: -64px -616px; width: 7px; height: 7px; }