.jobSrch2 {
    float: right;
    width: 30%;
	margin: 19px 8px 0 0;
}
.jobSrch2 input {
    border: 1px solid #ddd;
    font: 14px open sans;
    padding: 8px 35px 9px 12px;
    transition: all 0.5s ease 0s;
}
.jobSrch2 textarea:focus, input:focus {
    outline: medium none;
}
.jobSrch2 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 311px -528px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: right;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.jobSrch2 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 311px -564px !important;
    border: 1px solid #c8daff;
    box-shadow: 0 0 9px #98aad6;
}
.jobSrch1 {
    float: right;
    width: 35%;
}
.jobSrch1 input {
    border: 1px solid #ddd;
    padding:10px 36px 10px 14px;
    transition: all 0.5s ease 0s;
	font: 14px open sans;
}
.jobSrch1 textarea:focus, input:focus{
    outline: none;
}
.jobSrch1 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 369px -526px !important;
    border: 1px solid #ddd;
    float: right;
    width: 100%;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	transition:all 0.5s ease 0s;
}
.jobSrch1 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 369px -562px !important;
	border: 1px solid #c8daff;
    
	box-shadow: 0 0 5px #98aad6;
	-webkit-box-shadow: 0 0 9px #98aad6;
	-moz-box-shadow: 0 0 5px #98aad6;
	-o-box-shadow: 0 0 5px #98aad6;
	-ms-box-shadow: 0 0 5px #98aad6;
}
.suggestBx {
	float: right;
	position: absolute;
	right: 24.3%;
	top: 58.8%;
	width: 51.3%;
}
.listDgn {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    max-height: 356px;
	min-height:150px;
    margin: 0;
    overflow-y: scroll;
    padding: 0 12px 10px;
    position: absolute;
    top: 41px;
    width: 100%;
    z-index: 999999999;
	box-shadow: 0 3px 4px -2px #606060;
}
.listDgn li:first-child .listDgnTrk {
    border-top: medium none;
}
.listDgnTrk {
    border-top: 1px solid #ddd;
    float: left;
    padding: 10px 0;
    width: 100%;
	cursor:pointer;
	text-decoration: none;
}
.listDgnTrk:hover {
	background:#f6f6f6;
}
.listDgnRTrk:hover {
	background:#f6f6f6;
}
.listDgnTrk:focus {
	color:#000;
}
.listDgnTrk .listImDiv {
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}
.listDgnTrk .listImDiv .listImDivBdr {
    border: 1px solid #EEE;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	position: absolute;
}
.listDgnTrk .listImDiv .listImInnr {
    border-radius: 50px;
	height: 42px;
	left: 4px;
	overflow: hidden;
	position: static;
	top: 4px;
	width: 42px;
	margin: 4px 0 0 4px;
}
.listDgnTrk .listImDiv .listImInnr img {
    height: auto;
    width: 100%;
}
.listDgnTrk .listCntDiv {
    float: left;
    width: 85%;
	margin: 4px 0 0;
}
.listDgnTrk .listCntDiv .listCntTop {
    float: left;
    margin: 0 0 2px;
    width: 100%;
}
.listDgnTrk .listCntDiv .listCntTop .listCntH {
    color: #3a56b2;
    float: left;
    font: 600 15px/20px open sans;
    padding: 0 3px 0 0;
}
.listDgnTrk:hover .listCntDiv .listCntH {
    color: #0061ff;
	text-decoration:underline;
}
.listDgnTrk:hover .listCntDiv .listCntSts {
    color: #0061ff !important;
	text-decoration:underline;
}
.listDgnTrk:hover .listCntDiv .listLblTxt {
    color: #0061ff;
	text-decoration:underline;
}
.listDgnRTrk:hover .listCntDiv .listCntH {
    color: #0061ff !important;
	text-decoration:underline;
}
.listDgnRTrk:hover .listCntDiv .listCntSts {
    color: #0061ff !important;
	text-decoration:underline;
}
.listDgnRTrk:hover .listCntDiv .listLblTxt {
    color: #0061ff;
	text-decoration:underline;
}
.listDgnTrk .listCntDiv .listCntTop .listCntDot {
    color: #909090;
    float: left;
    font: 28px/7px open sans;
    margin: 0 3px 0 0;
}
.listDgnTrk .listCntDiv .listCntTop .listCntSts {
    color: #606060;
    float: left;
    font: 14px/20px open sans;
}
.listDgnRTrk .listCntDiv .listCntTop .listCntSts {
    color: #606060;
    float: left;
    font: 14px/20px open sans;
}
.listDgnTrk .listCntDiv .listCntBott {
    float: left;
    width: 100%;
}
.listDgnTrk .listCntDiv .listCntBott .listCntJob {
    float: left;
    font: 400 13px/17px open sans;
    width: 100%;
}
.listDgn li {
    list-style: outside none none;
    margin: 1px 0;
	width:100%;
}
.listDgnR {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    position: static;
    top: 41px;
    width: 100%;
    z-index: 999999999;
}
.listDgnR li:first-child .listDgnRTrk {
    border-top: medium none;
}
.listDgnRTrk {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 10px 0;
    width: 100%;
	text-decoration: none;
}
.listDgnRTrk .listImDiv {
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}
.listDgnRTrk .listImDiv .listImDivBdr {
    border: 1px solid #EEE;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	position: absolute;
}
.listDgnRTrk .listImDiv .listImInnr {
    border-radius: 50px;
	height: 42px;
	left: 4px;
	overflow: hidden;
	position: static;
	top: 4px;
	width: 42px;
	margin: 4px 0 0 4px;
}
.listDgnRTrk .listImDiv .listImInnr img {
    height: auto;
    width: 100%;
}
.listDgnRTrk .listCntDiv {
    float: left;
    width: 85%;
	margin: 4px 0 0;
}
.listDgnRTrk .listCntDiv .listCntTop {
    float: left;
    margin: 0;
    width: 100%;
}
.listDgnRTrk .listCntDiv .listCntTop .listCntH {
    color: #3a56b2;
    float: left;
    font: 600 15px/20px open sans;
    padding: 0 3px 0 0;
}
.listDgnRTrk .listCntDiv .listCntTop .listCntH:hover {
	text-decoration: underline;
}
.listDgnRTrk .listCntDiv .listCntTop .listCntDot {
    color: #909090;
    float: left;
    font: 28px/7px open sans;
    margin: 0 3px 0 0;
}
.listDgnRTrk .listCntDiv .listCntBott {
    float: left;
    width: 100%;
}
.listDgnRTrk .listCntDiv .listCntBott .listCntJob {
    color: #505050;
    float: left;
    font: 14px/18px open sans;
    width: 100%;
}
.listDgnR li {
    list-style: outside none none;
    margin: 1px 0;
}
.titleLoc {
    float: left;
    width: 100%;
	margin: 0 0 3px;
}
.titleLoc .locTxt {
    color: #a0a0a0;
    font: 13px/13px open sans;
}
.srchResultDv {
    float: left;
    width: 100%;
}
.srchRsltTxtDiv {
    border-bottom: 1px solid #ddd;
    color: #404040;
    font: 600 16px open sans;
    margin: 20px 0 0;
    padding: 0 0 10px;
}
.srchRsltTxtDiv span {
    color: #9c9c9c;
    font: 15px open sans;
}

/*tabs*/
ul#tabs {
	border-bottom: 1px solid #ddd;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
	position: relative;
}
ul#tabs li {
	border-bottom: 4px solid #fff;
    color: #606060;
    cursor: pointer;
    display: inline-block;
    font: 600 16px open sans;
    margin: 0 35px 0 0;
    padding: 10px 3px;
}
ul#tabs li:hover {
    color: #0c74c9;
}
ul#tabs li.active {
	border-bottom: 4px solid #0c74c9;
    color: #0c74c9;
}
ul#tab {
	float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#tab li {
	display: none;
}
ul#tab li.active {
	display: block;
}
.srchBxDiv-ofResult {
    position: relative;
    right: 0;
    top: -60px;
}
.listDgnRTrk .listCntDiv .srcName {
    color: #505050;
    float: left;
    font: 600 13px/16px open sans;
    margin: 2px 0 6px;
    width: 100%;
}
.listDgnRTrk .listCntDiv .srcName .srcNameH {
    color: #b0b0b0;
    float: left;
    font: 13px/14px open sans;
    margin: 0 5px 0 0;
}
.listDgnTrk .listCntDiv .srcName {
    color: #505050;
    float: left;
    font: 600 13px/16px open sans;
    margin: 2px 0 6px;
    width: 100%;
}
.listDgnTrk .listCntDiv .srcName .srcNameH {
    color: #b0b0b0;
    float: left;
    font: 13px/14px open sans;
    margin: 0 5px 0 0;
}
.listCntDot2 {
    float: left;
    font: 600 23px/6px open sans;
    height: 17px;
    padding: 0 3px;
	color:#909090;
}
.listCntJob .listLblTxt {
    float: left;
	color:#606060;
}
.listCntJob .listLblTxt:first-child {
    color: #303030;
    font: 600 13px/17px open sans;
}
@media (max-width:1024px) {
.jobSrch2 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 258px -528px !important;
}
.jobSrch2 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 258px -564px !important;
}
}

@media (max-width:768px) {
.jobSrch2 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 175px -528px !important;
}
.jobSrch2 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 175px -564px !important;
}
.listDgnTrk .listCntDiv {
    width: 79% !important;
}
.listDgnRTrk .listCntDiv {
    width: 79% !important;
}
}
@media (max-width:480px) {
.jobSrch2 {
    margin: 20px 8px 25px 0 !important;
    width: 98% !important;
}
.jobSrch2 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 400px -528px !important;
}
.jobSrch2 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 400px -564px !important;
}
.suggestBx {
    right: auto !important;
    top: 100px !important;
    width: 98% !important;
}
ul#tabs li {
    font: 600 15px open sans !important;
    margin: 0 7px 0 0 !important;
}
}
@media (max-width:360px) {
.suggestBx {
    top: 82px !important;
}
.jobSrch2 input {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 286px -528px !important;
}
.jobSrch2 input:focus {
    background: rgba(0, 0, 0, 0) url("../images/miniIcons.png") no-repeat scroll 286px -564px !important;
}
ul#tabs li {
    font: 600 13px open sans !important;
    margin: 0 6px 0 0 !important;
}
}
.listDgnRTrkOutr {
    position: relative;
}
.listLblTxt-sts {
    float: right;
    margin: -61px 0 0;
    position: relative;
    width: 100px;
    z-index: 99999;
}
.listLblTxt-sts .stsH {
    color: #707070;
    float: right;
    font: 12.5px open sans;
    padding: 0 0 2px;
}
.listLblTxt-sts .stslbl {
    float: right;
}
.listLblTxt-sts .stslbl select {
    float: left;
    padding: 3px 8px;
}