﻿/*  Css Written for Autocomplete in PostNewResume.aspx page Desired Jobtitle*/

#jobtitle-keyword { position: relative; }
#jobtitle-keyword { position: absolute; z-index: 100; background: #fff; padding: 0; width: 362px; margin-top: -18px;
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px;}
#jobtitle-keyword  ul {  border: solid 1px #fff; box-shadow: 1px 1px 2px #666; }

#jobtitle-keyword ul li.selected { color: #000; background: #ccc;    cursor: pointer; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px;
    line-height: 12px; }

#jobtitle-keyword ul li { color: #000;background: #fff;cursor: pointer;margin: 0;padding: 0.5em 1em ;padding-left: 0px;list-style-type:none}

#jobtitle-keyword ul li label.suggest {font-weight: bold;}


/*  Css Written for Autocomplete in RegiterResumePosting.aspx page Desired Jobtitle*/
 /*#divjobTitle-Keyword {
            position: relative;
        }
        #divjobTitle-Keyword { position: absolute; z-index: 1000; background: #fff; padding: 0; width: 214px; margin-top: -1px;
                font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px;}
        #divjobTitle-Keyword  ul {  border: solid 1px #fff; box-shadow: 1px 1px 1px #666; list-style-type:none;padding-left: 5px;}

        #divjobTitle-Keyword ul li.selected { color: #000; background: #ccc; cursor: pointer; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px;
             }

        #divjobTitle-Keyword ul li { color: #000;background: #fff;cursor: pointer;margin: 0px;}

        #divjobTitle-Keyword ul li label.suggest {display: inline;font-weight: bold; line-height:20px;}*/



