/* Minification failed. Returning unminified contents.
(5481,1): run-time error CSS1019: Unexpected token, found '@import'
(5481,9): run-time error CSS1019: Unexpected token, found 'url('/Content/css/main.css')'
(5482,1): run-time error CSS1019: Unexpected token, found '@import'
(5482,9): run-time error CSS1019: Unexpected token, found 'url('/Content/css/new-style.css')'
 */
/*! jQuery UI - v1.11.2 - 2015-01-02
* http://jqueryui.com
* Includes: core.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*padding:4px 12px 6px;
}
a.signin b{ font-weight:bold; margin-right:3px;}
#topnav a.signin:hover {
	background:#59B;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
	z-index:99999;
}
a.signin span {
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	color:#789;
}

.popupLogin, .popupBox {
	display:none;
	background-color:#fff;
	position:absolute;
	width:346px;
	z-index:99998;
	border:none;
	text-align:left;
	padding-top:26px;
	top: -15px; 
	right: -13px; 
	margin-right: 0px;
	*margin-right: -1px;
	color:#333;
	font-size:12px;
/*	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border:1px solid #ddd;
	box-shadow:5px 5px 10px #555;*/
	background:url("/Content/Images/BoxloginTop.png") left top no-repeat;
	overflow:hidden;
}
.popupLogin > div{background:url("/Content/Images/BoxloginBottom.png") left bottom no-repeat; padding-bottom:26px; display:block; width:346px;}
.popupLogin > div > div.clfix{background:url("/Content/Images/BoxloginMiddle.png") left center repeat-y; padding:10px 50px 5px 43px; display:block; width:374px; position:relative;}
.popupLogin > div > div.clfix div{ background:none; padding:0; margin:0; position:static;}
#jobsAlertID > div > div.clfix, #JobDetailID > div > div.clfix, #divDisplayJobPostTempInfo > div > div.clfix, #emailtoFriendID > div > div.clfix{position:static;}



.popupLogin .styleInput, .popupLogin .styleInput {
	width:230px;
}
.popupLogin p {
	padding:0 0 18px;
	position:relative;
}
.popupLogin p.forgot {
	margin:0;
}
.popupLogin p.forgot a 
{
	font-size:12px;
	padding:2px 0;
}
.popupLogin label {
	font-weight:normal;
	font-size:14px;
}
.popupLogin label.checkPass {
	font-weight:normal;
	font-size:12px;
	float:right;
	padding-top:5px;
}
.popupLogin p.remember label {
	font-weight:normal;
	font-size:12px;
}
.popupLogin p.remember {
	padding:0 0 15px;
	font-size:12px;
}
.popupLogin p.complete {
	clear:both;
	margin:5px 0;
}
.popupLogin p a {
	color:#333;
	font-size:12px;
	padding:0;
}

.popupLogin p .errortxt{ bottom:0;}

#signin_submit {
	background:url("/Content/Images/loginBtn.gif") no-repeat 0 0;
	border:none;
	width:71px; height:32px;
	cursor:pointer;
}
#signin_submit:hover, #signin_submit:focus {
	background:url("/Content/Images/loginBtn.gif") no-repeat;
	background-position:0 -32px;
}
.btnArea span {
	font-size:16px;
	padding:5px 10px;
}
.btnArea *{ float:left;}
/****************** Register ***********************/

.ContentRegister {
    overflow: hidden;
    background: #f1f1f1;
    padding: 25px;
}
.ContentRegister.LoginFacebook{ padding:10px 40px 50px 120px; overflow:hidden;}
.ContentRegister.LoginFacebook .tbh .req, .ContentRegister.LoginFacebook .tbhh .req{ display:inline;}
.ContentRegister h1.title{ font-size:21px; font-weight:normal; color:#0071BC; padding-bottom:15px;}
.ContentRegister .tb{ padding:3px 0; overflow:hidden; position:relative; zoom:1;}
.ContentRegister .tb.tbh{ padding:3px 0 25px;}
.ContentRegister .tb.tbh2{ padding:3px 0 35px;}
.ContentRegister .tb .styleInput{ width:92%;}
.ContentRegister .tb select.styleInput{width:92%;}
.ContentRegister .ip-form{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 0px;
    -moz-box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
 .ContentRegister .ip-form:hover{
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);   
 }
.ContentRegister .tb .errortxt{position:absolute; bottom:-2px; left:0; width:100%;  font-family: opensansregular;}
.ContentRegister .tbh2 .errortxt{ color:#f00; font-size:12px; position:absolute; bottom:25px; line-height:15px; left:0; width:100%;}
.ContentRegister .tb label.titleBl{ padding:2px; font-size:16px; display:block;}
.ContentRegister span.req{float:left;}
.rLoginFacebook span.req{float:left;}

.ContentRegister .tb.tbh.tbh2{ padding:3px 0 30px;}
.ContentRegister .tbh.tbh2 .errortxt{ bottom:0;}

.ContentRegister p span.req{float:none;}
.ContentRegister label.checkPass{ display:block; clear:both; padding-top:5px; position:absolute; bottom:5px; left:0;}

.LoginFacebook .tb.tbh p{ padding:8px 0; overflow:hidden; font-size:16px;}
.LoginFacebook .tb.tbh p.EmailOnFaceBook{ color:#1C75BC; padding:0 0 12px 12px;}
.LoginFacebook .tb.tbh p.EmailOnFaceBook span{font-weight:bold;} 
.LoginFacebook  span.req{ float:none;}

.rightContentRegister.rLoginFacebook{padding-top:10px;}
.rightContentRegister .ContentRegister{ padding:10px 10px 50px 0; overflow:hidden;}
.rightContentRegister .ContentRegister h1.title{padding:0 0 15px 53px;}
.rightContentRegister .ContentRegister .tb{ padding:25px; overflow:hidden;}
.rightContentRegister .ContentRegister .tb p{ padding-top:20px;}
.rLoginFacebook .ContentRegister .tb{ padding:3px 0 3px 53px;}
.rLoginFacebook .ContentRegister .tb p{ padding:3px 0 3px 16px;}
.rLoginFacebook .ContentRegister .tbh{ padding:3px 0 25px 53px; background:url(/Content/images/dots.png) left repeat-y; overflow:hidden;}

.rightContentRegister.rLoginFacebook .ContentRegister{ padding:0 10px 50px 0; overflow:hidden;background:url(/Content/Images/dots.png) left repeat-y; }
.rightContentRegister.rLoginFacebook .ContentRegister .errortxt{ padding-left:53px;}

.leftEmployerLogin{ background:#e2fbff; width:550px; float:left; display:inline; margin-right:53px; padding:20px 35px 40px 20px; font-size:14px; line-height:18px; min-height:284px; height:auto !important; height:284px; position:relative; zoom:1;}
.leftEmployerLogin p {font-size :13px; margin-top: 15px;}
.leftEmployerLogin h1.title {color: #00AEEF; font-size:24px; padding-bottom:10px; font-weight:bold; font-family: Segoe UI,Segoe,Tahoma,Arial,Verdana,sans-serif;}
.leftEmployerLogin .styleBtnGray{ position:absolute; right:45px; bottom:6px;}

.rightEmployerLogin h1.title{ font-size:21px; line-height:21px; padding-bottom:10px;}
.rightEmployerLogin{width:350px; float:left; display:inline; padding-top:20px;}
.rightEmployerLogin .tb label.titleBl{ font-size:14px;}
.rightEmployerLogin .tb .styleInput{width:320px;}

#dvVerifyBox{ clear:both; overflow:hidden; text-align:center; padding-bottom:10px;}
#dvVerifyBox.tb{ clear:both; overflow:hidden; text-align:left; padding-bottom:10px;}
#dvVerifyBox p{ color:Orange;}
#dvVerifyBox p a{ font-weight:bold;}
#dvVerifyBox span{color:Green;}
.rightContentRegister .ContentRegister .tb p {
  padding-top: 9px;
  clear: both;
}
.leftContentRegister{
    margin-top: 35px;
    padding-bottom: 40px;
    background: #f1f1f1;
    margin-left: -10px;
    margin-bottom: 35px;
}
.rightContentRegister{
    margin-top: 34px;
    background: #f1f1f1;
}
.ContentRegister .tb label.titleBl{
    position: relative;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}
.rightContentRegister .ContentRegister h1.title{
    padding: 0 0 0px 25px;
}
.ContentRegister h1.title{
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
.rightContentRegister .ContentRegister .tb p{
    position: relative;
    color: #333;
    font-size: 12px;
}
.ContentRegister .btn-pl{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.submitBtn.fr, .fr span.submitBtn{
    margin-left: 0px!important;
}
.lbl-note{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
}
.lbl-check{
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding-right: 20px;
    margin-bottom: 20px;
}
.lbl-check input{
    margin-right: 5px;
}
.rightContentRegister .ContentRegister .tb p span{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 14px;
}
#refreshCapchar{
    cursor: pointer;
    position: absolute;
    top: 16px;
}
#securityCodeImage{
    margin-right: 20px;
}
/*--------- Form -------------------------------------------------------- */


.styleInput {
    background: #DEDEDE;
    padding: 8px 10px;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    color: #212121;
}

select.styleInput {
    padding: 7px 10px;
}

.selectStyle {
    padding: 3px;
    font-size: 14px;
}

.styleInput.error, .tb.fckeditor div.error {
    border: 1px solid #f00;
}


.styleInput.inputError {
    border: 1px solid #f00;
}

a.linkBtn {
    background: url(/Content/Images/leftBtn.png) left top no-repeat;
    padding: 0 0 0 9px;
    border: none;
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

    a.linkBtn span {
        background: url(/Content/Images/rightBtn.png) right top no-repeat;
        padding: 0 9px 0 0;
        height: 32px;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        line-height: 32px;
    }

    a.linkBtn:hover {
        text-decoration: none;
        background-position: left -32px;
    }

        a.linkBtn:hover span {
            background-position: right -32px;
        }

.lkMore {
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin-top: 20px;
}

.deleteBtn {
    width: 65px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border: none;
}

    .deleteBtn:hover {
        background-position: left -24px;
    }

#wrcmdDelete {
    width: 345px;
    text-align: right;
}

a.socialBtn {
    width: 207px;
    height: 37px;
    display: block;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
    padding: 5px !important;
    margin-top:10px;
}

.fb-login-btn {
    background: url(/Content/social/fb_login_btn.png) left top no-repeat;
}

a.loginFacebook {
    width: 27px;
    height: 27px !important;
    display: block;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
}

.li-login-btn {
    background: url(/Content/social/li_login_btn.png) left top no-repeat;
}

a.loginSocial-32 {
    width: 32px !important;
    height: 32px !important;
    display: block;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
    padding: 2px !important;
    margin-right: 10px;
}

.fb-icon-32 {
    background: url(/Content/social/fb_32_icon.png) left top no-repeat;
}

.li-icon-32 {
    background: url(/Content/social/li_32_icon.png) left top no-repeat;
}

.LinkCancel {
    color: #777;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
}

    .LinkCancel:hover {
        color: #555;
    }

span.submitBtn {
    /*padding: 0 0 0 7px;*/
    /*padding: 0 0 0 10px;*/
    float: left;
    cursor: pointer;
}
.btnAddProfile {
    background:url(/Content/images/btn_Add.png);
}
.genralBtn {
    padding: 5px 5px 5px 5px;
      /* height: 32px; */
      float: left;
      display: block;
      font-size: 18px;
      /*font-weight: bold;*/
      color: #FFF;
      cursor: pointer;
      /* line-height: 30px; */
      border: none;
      overflow: visible;
      outline: none;
      background-color: #CE1126;
      /*border-radius: 10px;*/
}
    span.submitBtn input {
          /* background: url(/Content/Images/rightBtn.png) right top no-repeat; */
      padding: 7px 7px 7px 7px;
      /* height: 32px; */
      float: left;
      display: block;
      font-size: 18px;
      /*font-weight: bold;*/
      color: #FFF;
      cursor: pointer;
      /* line-height: 30px; */
      border: none;
      overflow: visible;
      outline: none;
      background-color: #CE1126;
      /*border-radius: 10px;*/
    }

    span.submitBtn:hover {
        text-decoration: none;
        background-image: url("/Content/Images/btn-hover.png");
    }

    span.submitBtn:hover input {
        background-position: right -32px;
    }

.submitBtn.fr, .fr span.submitBtn {
    margin: 0 0 0 10px;
}

span.styleBtn {
    background: url(/Content/Images/leftBtn.png) left top no-repeat;
    padding: 0 0 0 9px;
    float: left;
    cursor: pointer;
}

    span.styleBtn input {
        background: url(/Content/Images/rightBtn.png) right top no-repeat;
        padding: 0 9px 5px 0;
        height: 32px;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        line-height: 30px;
        border: none;
        overflow: visible;
        outline: none;
    }

    span.styleBtn:hover {
        text-decoration: none;
        background-position: left -32px;
    }

        span.styleBtn:hover input {
            background-position: right -32px;
        }

    span.styleBtn input.cart, span.submitBtn input.cart {
        background-position: right -64px;
        padding-right: 42px;
    }

    span.styleBtn:hover input.cart, span.submitBtn:hover input.cart {
        background-position: right -96px;
    }

.styleBtn.fr {
    margin-left: 10px;
}

span.styleBtnGray {
    padding: 0 0 0 9px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

    span.styleBtnGray input {
        padding: 0 9px 5px 0;
        height: 32px;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        line-height: 30px;
        border: none;
        overflow: visible;
        outline: none;
    }

    span.styleBtnGray:hover {
        text-decoration: none;
        background-position: left -32px;
    }

        span.styleBtnGray:hover input {
            background-position: right -32px;
        }

.styleBtnGray.fr {
    margin-left: 10px;
}

span.smallBtn {
    padding: 0 0 0 8px;
    float: left;
    cursor: pointer;
}

    span.smallBtn input {
        padding: 0 8px 1px 0;
        height: 24px;
        float: left;
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
        line-height: 23px;
        border: none;
        overflow: visible;
        outline: none;
    }

    span.smallBtn:hover {
        text-decoration: none;
        background-position: left -24px;
    }

        span.smallBtn:hover input {
            background-position: right -24px;
        }

    span.smallBtn input.cart {
        background-position: right -48px;
        padding-right: 35px;
    }

    span.smallBtn:hover input.cart {
        background-position: right -72px;
    }

.smallBtn.fr {
    margin-left: 10px;
}

.formWr {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background-color: #efefef;
    padding: 25px;
    margin-bottom: 40px;
}

    .formWr.pd110 {
        margin: 0 0 0 235px;
    }

        .formWr.pd110 .smallBtn {
            margin: 5px 0 0 5px;
        }

    .formWr .checkPass {
        bottom: 18px;
    }
    .formWr .checkPass input{
        margin-right: 10px;
    }
    .formWr .tbh a, .formWr .tb select {
        font-size: 16px;
    }

    .formWr .tb select {
        color: #333;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
    }

.tb {
    padding: 3px 0;
    overflow: hidden;
    position: relative;
    zoom: 1;
    clear: both;
}

.pd110 .tb {
    padding: 5px 0;
}

.tb.tbhh {
    padding: 3px 0 15px;
}

.tb.tbh {
    padding: 3px 0 25px;
}

.tb.tbh1 {
    padding: 3px 0 35px;
}

.tb.tbh2 {
    padding: 3px 0 45px;
}

.tb.fckeditor div, .tb.fckeditorJobApply div {
    width: 484px;
    float: left;
    background: #DEDEDE;
    border: 1px solid #DEDEDE;
}

    .tb.fckeditor div div {
        width: auto;
        float: none;
        background: transparent;
    }

.tb.fckeditorJobApply div {
    width: 328px;
}

.tb .styleInput {
    width: 308px;
    float: left;
}

*:first-child + html .tb .styleInput {
    float: none;
}

*:first-child + html .tb.tbh .styleInput {
    float: left;
}

*:first-child + html .tb.tbhh .styleInput {
    float: left;
}


.tb .errortxt, .popupLogin p .errortxt, .boxPostaNewJob .errortxt {
    position: absolute;
    left: 0;
    width: 100%;
}

.tb .errortxt {
    bottom: 5px;
}

.tb.tbhh .errortxt {
    bottom: 0;
}

.wrForgotPassword .tb .errortxt {
    position: absolute;
    left: 530px;
    width: auto;
    bottom: 15px;
}

.leftJobCart .tb .errortxt {
    left: 60px;
}

.tbh2 .errortxt, abs.successtxt {
    color: #f00;
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.tb label.titleBl {
    display: block;
    position: relative;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.tb label.titleIl {
    padding: 2px;
    font-size: 16px;
    display: inline;
}

.tb label.titleIl125 {
    padding: 9px 17px 2px 0;
    font-size: 16px;
    display: inline;
    float: left;
    width: 108px;
    text-align: right;
}

.tb label.titleIl126 {
    padding: 9px 17px 2px 0;
    font-size: 16px;
    display: inline;
    float: left;
    width: 80px;
    text-align: right;
}

label.checkPass {
    display: block;
    clear: both;
    padding-top: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

span.req {
    float: left;
    padding: 8px 3px 0;
    display: inline-block;
    font-size: 14px;
    color: #f00;
    font-family: Tahoma;
    font-weight: bold;
}
.req {
    padding: 8px 3px 0;
    display: inline-block;
    font-size: 14px;
    color: #f00;
    font-family: Tahoma;
    font-weight: bold;
}
.field-validation-error {float: left;padding: 4px 3px 0;}
.tb.curFocus {
    background: #eee;
}

.formWr.registerEmployer {
    width: 80%;
}

    .formWr.registerEmployer span.req {
        float: left;
        margin-left: 10px;
    }

    .formWr.registerEmployer .styleInput {
        width: 464px;
        /*border: 1px solid #BABABA;
        background-color: rgba(255, 255, 255, 0.8);*/
        font-size: 100%;
        color: #504F4F;
    }

    .formWr.registerEmployer p span.req {
        padding: 8px 3px 0;
        float: none;
    }

    .formWr.registerEmployer .tb.tbh {
        padding-bottom: 35px;
    }

        .formWr.registerEmployer .tb.tbh .checkPass {
            bottom: 15px;
        }

        .formWr.registerEmployer .tb.tbh .errortxt {
            bottom: 0;
        }

/**/
.formWr.employerSetting {
    width: 80%;
}

.formWr.employerSetting span.req {
    float: left;
    margin-left: 10px;
}

.formWr.employerSetting .styleInput {
    width: 464px;
    padding: 4px 8px!important;
    /*border: 1px solid #BABABA!important;
    background-color: rgba(255, 255, 255, 0.8);*/
    font-size: 100%;
    color: #504F4F;
}

.formWr.employerSetting p span.req {
    padding: 8px 3px 0;
    float: none;
}

.formWr.employerSetting .tb.tbh {
    padding-bottom: 35px;
}

.formWr.employerSetting .tb.tbh .checkPass {
    bottom: 15px;
}

.formWr.employerSetting .tb.tbh .errortxt {
    bottom: 0;
}

.rightEmployerLogin .tb .errortxt {
    bottom: 0;
}

.abs.successtxt {
    position: absolute;
    left: 530px;
    width: auto;
    bottom: 15px;
}

.successtxt {
    color: #458312;
    font-size: 12px;
}

.errortxt, #lblMessage, #spErrorMessage, .errorInline {
    color: #f00;
    font-size: 12px !important;
    width: 100%;
}

.errorInline {
    width: auto;
    padding-left: 10px;
    position: relative;
    top: 8px;
}

#lblMessage {
    position: relative;
    width: auto;
    padding-right: 26px;
    font-size: 14px;
    font-family: opensansregular;
    /*top: -20px;*/
}

#signin_menu #lblMessage {
    top: 0;
}

#spErrorMessage {
}

.wrGridSubpage span.smallBtn {
    margin-left: 5px;
}


.JobPostTempInfo div div.clfix {
    padding-left: 20px;
    padding-right: 15px;
    width: 311px;
}

.emailtoFriend div div.clfix {
    padding-left: 30px;
    padding-right: 35px;
    width: 281px;
}

.JobPostTempInfo div div.clfix .ContentTempInfo {
    max-height: 300px;
    width: 311px;
    overflow: auto;
    background: none;
}

.emailtoFriend .tb {
    background-image: none;
    padding: 3px 0 !important;
}

    .emailtoFriend .tb .styleInput {
        background-image: none;
        width: 280px;
    }

.emailtoFriend p {
    padding: 3px 0;
}

.JobApplyStyle {
    padding-left: 100px;
}

    .JobApplyStyle h2.titleJ {
        padding: 0 0 0 40px;
    }

    .JobApplyStyle h3 {
        padding: 5px 0 20px 40px;
    }

    .JobApplyStyle .tb label.titleIl125 {
        width: 130px;
    }

    .JobApplyStyle .tb.note {
        padding: 5px 0 10px;
        padding-left: 110px;
    }

        .JobApplyStyle .tb.note strong {
            color: #f00;
            font-size: 14px;
        }

.tb.FileUpload1 .customfile {
    width: 454px;
}

#emailtoFriendID div div.clfix {
    width: 353px;
    padding: 10px 20px 5px 23px;
}


.TermConditions {
    padding: 3px 0 0 !important;
}

.TermConditionsCt {
    padding: 5px;
    max-height: 200px;
    font-size: 10px;
    height: expression(this.scrollHeight>200?"200px":"auto");
    overflow: auto;
}

.TermConditionsCt {
    border: 1px solid #eee;
    background: #f9f9f9;
}

.TermConditions h1 {
    padding: 3px 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.TermConditions ul, .TermConditions ol {
    padding: 0 0 20px 20px;
}

    .TermConditions ul li {
        padding-bottom: 5px;
    }

.TermConditionsCt span.title {
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.TermConditions .chkTerm {
    padding: 10px 0 20px;
}

    .TermConditions .chkTerm label {
        font-weight: bold;
    }


.wrForgotPassword .tb .errortxt {
    position: absolute;
    left: 530px;
    width: auto;
    bottom: 15px;
}

.leftJobCart .tb .errortxt {
    left: 60px;
}

.tbh2 .errortxt, abs.successtxt {
    color: #f00;
    font-size: 12px;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.abs.successtxt {
    position: absolute;
    left: 530px;
    width: auto;
    bottom: 15px;
}

.successtxt {
    color: #458312;
    font-size: 12px;
}
.btn-md-rt{ background: url(/Content/images/bg-btn-medium.png) left top no-repeat; padding: 0 0 0 20px; display:block; float:left;}
.btn-md-rt-line{ background: url(/Content/images/bg-btn-medium-line.png) left top repeat-x; padding: 0 20px; height:32px; font-size:18px; color:#fff; border:none; cursor:pointer; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.btn-md-rt-line:hover { background-position:0% -32px;
}
.btn-md-rt span{ background: url(/Content/images/bg-btn-medium.png) right top  no-repeat; padding: 5px 20px 5px 0; font-size:18px; line-height:22px; display:block; color:#fff; font-weight:bold;}
.btn-md-rt:hover{background-position:left -32px; text-decoration:none;}
.btn-md-rt:hover span{background-position:right -32px;}
button.btn-md-rt{border:none; cursor:pointer; height:32px; float:none;}
button.btn-md-rt span{ padding:0 20px 0 0; height:32px; line-height:32px;}
#hplkApplyBottom{ float:right}

.form-acc .ip-form{
    width: 100%;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 0px;
    -moz-box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
#dvVerifyBox p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.checkPass{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
.form-acc .btn-pl{
    margin-right: 10px;
}
.wrJobCart{ padding:10px 0 0; overflow:hidden; position:relative;}
.upgradeBtn{ width:329px; height:111px; border:none; cursor:pointer; margin:0 auto; display:block; margin-bottom:20px;}
.leftJobCart{background:url(/Content/images/dots.png) right repeat-y; padding:0 30px; width:430px; float:left; display:inline;}
.leftJobCart .tb{ padding-left:60px; padding-right:17px;}

.leftJobCartOl{ padding-left:175px; width:auto; display:block; background:none;}

.rightJobcart{ padding:0 0 0 17px; float:left; width:430px;}
.WrTableOrder{ width:405px; margin-left:25px;}
/*.rightJobcart .tb{margin-left:25px; background:url(../images/dotsHl.png) bottom repeat-x; line-height:21px; padding:10px 0 20px;}
.rightJobcart .tb  a{ font-size:14px; font-weight:normal; color:#808080;}
.rightJobcart .tb h3.title a{ font-size:14px; font-weight:bold; color:#0071BC;}
.rightJobcart .tb span.categoryJob{ font-size:14px; color:#29ABE2; font-style:italic; display:block;}*/

.rightJobcart .smallBtn.edit{ position:absolute; bottom:10px; left:0;}
.rightJobcart .smallBtn.del{ position:absolute; bottom:10px; left:55px;}

.leftJobCart .tb.tbhh div{ width:330px; float:left; background:#DEDEDE; border:1px solid #DEDEDE;}
.leftJobCart .tb.tbhh div div{ width:auto; float:none; background:transparent}

/*.rightJobcart ul{ list-style:none;}
.rightJobcart table{ width:396px; overflow:hidden;}
.rightJobcart div.wrOrder{ width:396px; background:url(../images/dotsHl.png) bottom repeat-x; overflow:hidden; list-style:none; line-height:21px; padding:10px 0; margin-left:25px;}
.rightJobcart div.wrOrder .wrOrderDes{ width:200px; float:left; position:relative; zoom:1; padding:10px 0 40px;}
.rightJobcart div.wrOrder  a{ font-size:14px; font-weight:normal; color:#808080;}
.rightJobcart div.wrOrder h3.title{ padding:0; margin:0; display:block; overflow:hidden;}
.rightJobcart div.wrOrder h3.title a{ font-size:14px; font-weight:bold; color:#0071BC;}
.rightJobcart div.wrOrder span.categoryJob{ font-size:14px; color:#29ABE2; font-style:italic; display:block;}
.wrOrder{ width:396px; background:url(../images/dotsHl.png) bottom repeat-x; overflow:hidden; list-style:none;}
.PriceOfJob{ overflow:hidden; width:196px; float:left;}
.PriceOfJob ul{ list-style:none;}
.PriceOfJob ul li{ display:block; text-align:right; font-size:14px; padding:5px 0;}
.PriceOfJob ul li label{ font-weight:bold; padding-right:10px; color:#0071BC; font-weight:bold;}
.PriceOfJob ul li span.priceSp{ display:inline-block;}*/

.wrOrder ul{ list-style:none;}
.wrOrder{ width:396px; overflow:hidden; font-size:14px; line-height:21px; padding:10px 0;}
.wrOrder th{ padding-left:10px; text-align:right; font-size:14px; font-weight:bold; color:#0071BC;}
.wrOrder .priceSp{ vertical-align:bottom; text-align:right; font-size:12px; padding-bottom:40px; font-weight:bold; color:#808080; padding-left:10px;}

.wrOrder .wrOrderDes{ width:200px; float:left; position:relative; zoom:1; padding:10px 0 40px;}
.wrOrder  a{ font-size:14px; font-weight:normal; color:#808080;}
.wrOrder h3.title{ padding:0; margin:0; display:block; overflow:hidden;}
.wrOrder h3.title a{ font-size:14px; font-weight:bold; color:#0071BC;}
.wrOrder span.categoryJob{ font-size:14px; color:#29ABE2; font-style:italic; display:block;}



.rightJobcart .TotalPrice, .TotalPriceAll{ padding:20px 0; font-weight:bold; color:#555; text-align:right; font-size:14px; display:block; }
.TotalPriceAll{ font-size:16px; color:#000;}

/*.LinkCancel{ color:#777; font-size:20px; font-weight:bold; display:inline-block; margin-left:20px; line-height:30px;}*/
#JobcartInfo .clfix{ position:static;}
.wrJobcartContent{ max-height:400px; height:auto !important; height:400px; overflow-x:hidden; overflow-y:auto;}

.Published, .Expired, .Pending{ font-size:14px;}
.Published{ color:#006837;}
.Expired{ color:#F15A24;}
.Pending{ color:#662D91;}

.WrSeeJobs{ padding:10px; overflow:hidden;}
.WrSeeJobs h1.titlePage{ padding-bottom:10px;}
.WrSeeJobs .tb.tbh{ border-bottom:1px dotted #C4C6C7; padding:10px 0 10px 10px; overflow:hidden; font-size:14px;}
.WrSeeJobs .tb.tbh.numberJobs{ color:green; font-size:16px; text-align:center; padding:15px 0;}
.nolink a{ cursor:text;}
.nolink a:hover{ text-decoration:none;}
.WrSeeJobs .tb.tbh.numberJobs span{ font-weight:bold;}
.WrSeeJobs .tb.tbh h2.title{ color:#0071BC; font-size:16px; font-weight:bold; text-align:right;}
.WrSeeJobs .tb.tbh h2.titleJob{ color:#4D4D4D; font-size:18px; font-weight:bold; text-align:center;}
.WrDesJob{ padding:50px 0 0 0; overflow:hidden;}
label.labelInfo{ font-size:14px; font-weight:bold; padding-right:5px;}
.PostFrom{ padding:45px 0 0; overflow:hidden; clear:both; float:right; font-size:14px;}
.PostFrom p{ padding:3px 0; overflow:hidden;}
.PostFrom .titlePost{ padding-right:10px;float:left; font-size:14px; font-weight:bold; width:100px;}
.PostFrom .txtInfoPost{ white-space:normal; float:left;}

.JobPostTempInfo p{ padding:3px 0; font-size:14px;}
.JobPostTempInfo p p{ padding:0; font-size:14px;}
.JobPostTempInfo p .titleJob{ font-size:14px; font-weight:bold;}
.JobPostTempInfo p .CategoryJob{ font-size:14px; font-weight:normal; color:#808080;}
.JobPostTempInfo p .LocationJob{ font-size:14px; font-weight:normal; color:#29ABE2; font-style:italic;}

.imgEmployer{ max-width:350px; width:expression(document.body.clientWidth > 350? "350px" : true); margin-top:10px;display: none;}
*:first-child+html .imgEmployer{ width:auto !important; width:350px;}

/*custom upload elements*/
.customfile-input { position: absolute; height: 33px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999; top:0 !important; left:0;  }

.customfile { width: 100%; cursor: pointer; height:33px; padding:0; float:left; background:#DEDEDE; position:relative; overflow:hidden; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 3px 1px 1px 0; padding: .3em .6em;color: #333; font-size:14px;  position:absolute; left:0; top:3px; }
.customfile-feedback-populated { color: #333; font-style: normal; width:302px; font-weight: bold; padding:5px 0 0 10px; overflow:hidden;}
/*.customfile-feedback-populated { color: #333; font-style: normal; width:302px; font-weight: bold; padding:5px 0 0 10px; height:18px; overflow:hidden;}*/
.customfile-button {background: url(/Content/images/uploadBtn.png) center top no-repeat;  color: #fff; font-weight: bold; float: right; width: 99px; height:33px;  text-align: center; text-decoration: none;  font-size: 20px; line-height:33px; position:absolute; right:0; top:0;}
.customfile-hover .customfile-button, .customfile-focus .customfile-button  { background-position:center -33px;}
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { }
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v {}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { }

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:22px;
	height:22px;
	border:none;
	text-indent:-999px;
	background:url(/Content/images/scroll-top.png) no-repeat left top;
}

#toTopHover {
	background:url(/Content/images/scroll-top.png) no-repeat left -51px;
	width:22px;
	height:22px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/*
Author: Citigo
Author URI: http://citigo.net/

 * ----------------------------------------------------------------------------
 */
.field-validation-error {
    color: #F5231F;
}
.PageNotFound{ width:300px; background:url(../../Content/images/errorLoad.png) left top no-repeat; padding:7px 5px 5px 35px; font-size:16px; font-weight:normal; color:#f00; margin:50px auto 20px;}
.field-validation-valid {
    display: none;
    /*border: 1px solid #b94a48;*/
}

input.input-validation-error {
    border: 1px solid #F5231F !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #F5231F;
}

.validation-summary-valid {
    display: none;
}

.paging {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .paging ul {
        list-style: none;
        display: inline;
    }

    .paging li {
        padding-left: 10px;
        display: inline;
    }

        .paging li a {
        }

        .paging li span {
            font-weight: bold;
        }

.list-jobs {
}

    .list-jobs > ul {
        list-style: none;
    }

        .list-jobs > ul > li {
            display: block;
            margin-bottom: 30px;
        }

            .list-jobs > ul > li h4.title {
                display: block;
                margin: 5px 0 10px;
            }

            .list-jobs > ul > li span.author {
                font-weight: 600;
                display: block;
                margin-top: 10px;
            }

            .list-jobs > ul > li em.date {
                font-size: 12px;
                color: #c0b8b8;
                font-style: italic;
            }

.spaceFooter {
    height: 93px;
    clear: both;
    display: block;
}

.headerSt {
    clear: both;
    display: block;
    position: relative;
    z-index: 99998;
    zoom: 1;
    margin-bottom: 50px;
    display:none;
}

.headerDetail {
    clear: both;
    display: block;
    position: relative;
    z-index: 99998;
    zoom: 1;
    background:url(../../Content/images/dotsHl.png) bottom repeat-x; height:auto; padding-bottom:10px;
}

#WrJobsubtype .LoadingStyleSelect,
#WrJobstate .LoadingStyleSelect {
    margin-top: -10px;
    left: 290px;
    margin-left: 0;
}

.BlurDiv {
    background: #FFF !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#WrJobsubtype .BlurDiv {
    width: 328px;
    height: 35px;
    left: 126px;
    top: 6px;
}

.LoadingStyle, .LoadingStyleSelect {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    z-index: 999999;
}

.LoadingStyleSelect {
    margin-top: -20px;
    background: none !important;
    margin-left: -22px;
    cursor: default !important;
}

.LoadingStyleSelect.loadingStyle_city {
    position: relative;
    left: 130px;
    top: 3px;
}


.controlGrid {
    overflow: hidden;
    text-align: right;
}

    .controlGrid .wrSorting {
        overflow: hidden;
        float: left;
        width: 550px;
    }

        .controlGrid .wrSorting .sortBtn:hover {
            background: #777;
        }

        .controlGrid .wrSorting .sortBtn {
            margin-left: 5px;
            padding: 3px 10px;
            overflow: visible;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            background: #999;
            border: none;
            cursor: pointer;
        }

.pagingSt {
    float: right;
    overflow: hidden;
    text-align: right;
}

.CompanyName {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #575757;
}

.wrGridSubpage table td h4.titleJob a {
    font-weight: bold;
    text-decoration: none;
    color: #CF1127;
}

    .wrGridSubpage table td h4.titleJob a:hover {
        text-decoration: underline;
    }

.wrGridSubpage table {
    border-collapse: collapse;
}

    .wrGridSubpage table td {
        display: block;
        margin-bottom: 30px;
    }

.postedDate, .postedDate * {
    font-size: 12px;
    color: #808080;
    font-style: italic;
}


.pnlDesc, .divShowLogo {
    overflow: hidden;
    clear: both;
    color: #2C697E;
}

    .pnlDesc img.imgLogo, .divShowLogo img.imgLogo {
        float: left;
        margin-right: 20px;
        max-width: 155px;
        width: expression(document.body.clientWidth > 155? "155px": "auto" );
        height: 50px;
        border: 0;
    }

    .pnlDesc .lblDescription, .listul {
        float: left;
        display: inline;
        width: auto;
    }

    .pnlDesc ul, .pnlDesc ol, .divShowLogo ul, .divShowLogo ol {
        padding-left: 20px;
    }

.imgEmployer {
    max-width: 350px;
    width: expression(document.body.clientWidth > 350? "350px" : true);
    margin-top: 10px;
    display:none;
}

label.labelInfo {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

.WrSeeJobs .tb.tbh.numberJobs span {
    font-weight: bold;
}

.WrSeeJobs .tb.tbh h2.title {
    color: #0071BC;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.WrSeeJobs .tb.tbh h2.titleJob {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.WrDesJob {
    padding: 50px 0 0 0;
    overflow: hidden;
}

label.labelInfo {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

.PostFrom {
    padding: 45px 0 0;
    overflow: hidden;
    clear: both;
    float: right;
    font-size: 14px;
}

    .PostFrom p {
        padding: 3px 0;
        overflow: hidden;
    }

    .PostFrom .titlePost {
        padding-right: 10px;
        float: left;
        font-size: 14px;
        font-weight: bold;
        width: 100px;
    }

    .PostFrom .txtInfoPost {
        white-space: normal;
        float: left;
    }

.applyBtn {
    background: url(../../Content/images/applyBtn.png) center top no-repeat;
    border: none;
    width: 137px;
    height: 33px;
    padding: 2px 0 5px;
    float: right;
    margin-top: 5px;
    color: #900007;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}


.adBtn {
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
    line-height: 30px;
    border: none;
    overflow: visible;
    outline: none;
    background-color: #0C71E1;
    color: #FFF;
    font-family: 'Segoe UI Semi Bold';
    font-size: 12pt;
    min-height: 30px;
    width: 150px;
}

    .adBtn:hover {
        background-color: #003593;
    }

.adBtn2 {
    height: 25px;
    float: left;
    display: block;
    cursor: pointer;
    border: none;
    overflow: visible;
    outline: none;
    background-color: #0C71E1;
    color: #FFF;
    font-family: 'Segoe UI Semi Bold';
    font-size: 12pt;
    padding: 5px 5px;
}

    .adBtn2:hover {
        background-color: #003593;
    }

.adBtnDisable {
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
    line-height: 30px;
    border: none;
    overflow: visible;
    outline: none;
    background-color: #A3C8F1;
    color: #FFF;
    font-family: 'Segoe UI Semi Bold';
    font-size: 12pt;
    min-height: 30px;
    width: 150px;
}

/************add by CuongVD*****************/

.FooterSt {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    height: 300px;
    /*width: 980px;*/
}

    .FooterSt ul {
        list-style: none;
        text-align: center;
    }

    .FooterSt li {
        display: inline;
        padding: 2px 3px;
        color: #4D5A6B;
        font-size: 14px;
    }

    .FooterSt p {
        text-align: center;
        padding: 2px 3px;
        color: #4D5A6B;
        font-size: 12px;
    }

.spaceFooter {
    height: 70px;
    clear: both;
    display: block;
}

h1.titlePage {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 30px;
}

.pdlr15 {
    overflow: hidden;
    padding: 3px 15px;
}

.lineFooter {
    height: 16px;
    background: #00ABE8;
    display: block;
}

.pagingSt {
    float: right;
    overflow: hidden;
    text-align: right;
}

*:first-child + html .pagingSt {
    margin-right: 0;
    overflow: visible;
}

    .pagingSt select {
        text-align: right;
    }

        .pagingSt select option {
            padding: 0 3px;
        }

    .pagingSt span.labelSummary {
        font-size: 14px;
        color: #333;
        margin: 2px 5px 0 0;
        line-height: 21px;
    }

    .pagingSt select {
        padding: 3px;
        font-size: 14px;
    }

    .pagingSt .actionBtn {
        width: 16px;
        height: 16px;
        background: url(../../Content/images/actionBtn.gif) top no-repeat;
        border: none;
        cursor: pointer;
        margin-top: 3px;
        text-indent: -99999px;
        font-size: 0;
        line-height: 0;
    }

        .pagingSt .actionBtn:hover {
            background-position: inherit -16px;
        }

    .pagingSt .firstBtn {
        background-position: 0 1px;
    }

    .pagingSt .prevBtn {
        background-position: -14px 1px;
    }

    .pagingSt .nextBtn {
        background-position: -30px 1px;
    }

    .pagingSt .lastBtn {
        background-position: -46px 1px;
    }

    .pagingSt .firstBtn:hover {
        background-position: 0 -15px;
    }

    .pagingSt .prevBtn:hover {
        background-position: -14px -15px;
    }

    .pagingSt .nextBtn:hover {
        background-position: -30px -15px;
    }

    .pagingSt .lastBtn:hover {
        background-position: -46px -15px;
    }

    .pagingSt .firstBtn-disabled {
        background-position: 0 -31px;
        cursor: default;
    }

    .pagingSt .prevBtn-disabled {
        background-position: -14px -31px;
        cursor: default;
    }

    .pagingSt .nextBtn-disabled {
        background-position: -30px -31px;
        cursor: default;
    }

    .pagingSt .lastBtn-disabled {
        background-position: -46px -31px;
        cursor: default;
    }

/**add by hungviet **/
.wrGridSubpage .controlGrid {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 0;
}

.subWrSelectBox .LoadingStyleSelect{margin-top:0; background:none !important; margin-left:2px; cursor:default !important;}
.socialSharing {
    position: absolute; right: 4%;
}
.socialSharing label {
    font-weight: normal !important;
    font-style: normal;
}
.pagination {
  display: inline-block !important;
  padding-left: 0 !important;
  margin: 0 !important;
  border-radius: 4px !important;
}

.pagination > li {
  display: inline !important;
}

.pagination > li > a,
.pagination > li > span {
  position: relative !important;
  float: left !important;
  padding: 1px 3px 1px 3px!important;
  margin-left: -1px !important;
  line-height: 1.428571429 !important;
  text-decoration: none !important;
 /* background-color: #ffffff;
  border: 1px solid #dddddd;*/
}

.pager li > a, .pager li > span {
  background-color:#FFFFFF;
  border:1px solid #DDDDDD;
  border-radius:0;
  display:inline-block;
  padding:5px 14px;
}

#put_pagingdata{
    display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px; 
}

.pager li > a:hover{ 
  cursor: pointer;
}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2 !important;
  color: #ffffff !important;
  cursor: default !important;
  background-color: #428bca !important;
  border-color: #428bca !important;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999 !important;
  cursor: not-allowed !important;
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  margin-left: 5px !important;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px !important;
  font-size: 18px !important;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.pager {
  padding-left: 0 !important;
  margin: 20px 0 !important;
  text-align: center !important;
  list-style: none !important;
}

.pager:before,
.pager:after {
  display: table !important;
  content: " " !important;
}

.pager:after {
  clear: both !important;
}

.pager:before,
.pager:after {
  display: table !important;
  content: " " !important;
}

.pager:after {
  clear: both !important;
}

.pager li {
  display: inline !important;
}

.pager li > a,
.pager li > span {
  display: inline-block !important;
  padding: 5px 14px !important;
  background-color: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 0px !important;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none !important;
  background-color: #eeeeee !important;
}

.pager .next > a,
.pager .next > span {
  float: right !important;
}

.pager .previous > a,
.pager .previous > span {
  float: left !important;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999 !important;
  cursor: not-allowed !important;
  background-color: #ffffff !important;
}

.pagination > li > select {
    float: left !important;
}

.pagination select {
    font-size: 14px !important;
    padding: 0px !important;
    margin-top: 2px;
}

.pagination .actionBtn {
     width:16px !important; 
     height:16px !important; 
     background:url(../../Content/images/actionBtn.gif) top no-repeat !important; 
     border:none !important; 
     cursor:pointer !important;
     padding: 0 !important; margin-top:3px !important; 
     text-indent:-99999px !important; 
     font-size:0 !important; 
     line-height:0;
}
.pagination .actionBtn:hover{ background-position:inherit -16px !important;}

.pagination .firstBtn{ background-position:0 1px !important;}
.pagination .prevBtn{ background-position:-14px 1px !important;}
.pagination .nextBtn{ background-position:-30px 1px !important;margin-left: 5px !important;}
.pagination .lastBtn{ background-position:-46px 1px !important;}

.pagination .firstBtn:hover{ background-position:0 -15px !important;}
.pagination .prevBtn:hover{ background-position:-14px -15px !important;}
.pagination .nextBtn:hover{ background-position:-30px -15px !important;}
.pagination .lastBtn:hover{ background-position:-46px -15px !important;}

.pagination .firstBtn-disabled{ background-position:0 -31px !important; cursor:default !important;}
.pagination .prevBtn-disabled{ background-position:-14px -31px !important; cursor:default !important;}
.pagination .nextBtn-disabled{ background-position:-30px -31px !important; cursor:default;}
.pagination .lastBtn-disabled{ background-position:-46px -31px !important; cursor:default;}

.pagination .labelSummary {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 2px 10px 0 0 !important; 
}
.controlGrid *{ vertical-align: middle !important;}

/*padding: 6px 12px;*/



form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	margin-bottom: 10px;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }




/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}




/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	height: 37px;
	z-index:99997;
}
.jqTransformSelectWrapper ul {
	z-index:99997;
}
.subWrSelectBox .jqTransformSelectWrapper {
	z-index:99996;
}


.WrSelectBox div span {
	
	font-size:14px; color:#000;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 37px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	

}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 37px;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	top: 32px;
	left: 0px;
	list-style: none;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: auto;
	overflow-y: auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: solid 1px #CCC;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#000;
	background-color: #FFF;
	font-size: 14px;
	border-bottom: solid 1px #CCC;
	
}
/*.jqTransformSelectWrapper ul li:first-child a{-moz-border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0; border-radius:6px 6px 0 0;}
.jqTransformSelectWrapper ul li:last-child a{-moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px;}*/

.jqTransformSelectWrapper ul a.selected {
	background: #ddd;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover, .jqTransformSelectWrapper ul a.itemhover {
	background:#333;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none; width:187px;}
.subWrSelectBox .jqTransformHidden {display: none; width:157px;}



#fade, .ModalJobPostContent { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .70;
	z-index: 99999;
}
.ModalJobPostContent{ display:block;}

.jobsAlertSt, .popupBox, .JobPostTempInfo, .emailtoFriend,.jobsAlertSt {
	display: none;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	text-align:left;
}

.jobsAlertSt, .popupBox, .JobPostTempInfo, .emailtoFriend, .jobsAlertSt{
    float: left;
    left: 50%;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 999999;
}
*:first-child+html .jobsAlertSt div.clfix{ position:relative; zoom:1;}
.popupLogin span.title{color:#CF1127; font-size:16px; font-weight:bold; position:relative; zoom:1; top:-10px; left:-20px;} 
.emailtoFriend span.title{ left:0;}
.jobsAlertSt p{
	text-align:left !important;
}
a.closePopup{ width:22px; height:22px; display:block; float:right; position:relative; right: 25px;
    text-indent: -99999px;
    top: -10px;
    width: 22px;}
*:first-child+html a.closePopup{ position:absolute; top:15px; right:25px; z-index:999999;}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
.jobsAlertSt p.wrRegister{background:url(../images/dotsHl.png) left top repeat-x; padding:15px 0 0; margin-top:20px;}
.jobsAlertSt p.wrRegister span{ display:block; color:#333; padding-bottom:10px;}
.jobsAlertSt p.wrRegister a{color:#0071BC; font-size:16px; font-weight:normal;}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.accStyle{padding:15px 0 10px 0; right:10px; top:0; z-index:99999;}
.accStyle ul{ float:right; margin-right:-2px; padding:0;}
.accStyle ul li{ float:left; background:url(/Content/images/dots.png) right repeat-y; padding:0 2px; position:relative; zoom:1; z-index:99998; display:inline;}
.accStyle ul a.employerLogin{background:url(/Content/images/btn-employers.png) no-repeat left -1px; width:100px; vertical-align:middle;display:inline-block;height: 22px; margin-top:2px;}
.accStyle ul li.bgNone{ background:none;}
.accStyle ul li a{ color:#4D4D4D; font-size:16px; font-weight:normal; padding:2px 5px; height:25px;margin-left:5px;}
.accStyle ul li a.iconDown{padding:2px 12px 2px 5px; margin-right:5px;}
.accStyle ul li a.nameUser{ color:#0071BC;}
.accStyle ul li span{ font-size:16px;}
.accStyle ul li.nameUser{ padding:0 7px; font-size:16px;}
.accStyle ul li.nameUser span{ font-weight:bold;}

.accStyle ul li ul{ width:180px; position:absolute; top:20px; left:0; border:1px solid #bebebe; padding:1px; overflow:hidden; display:none;}
.accStyle ul li:hover ul{display:block;}
.accStyle ul li ul li{ width:176px; display:block; background:none;}
.accStyle ul li ul li a{display:block; background:#eee;}
.accStyle ul li ul li a:hover{display:block; background:#333; text-decoration:none; color:#fff;}

#logoutForm{ float:left;}

.btnRadioAd, .radioPlayed{cursor: pointer;display: block; height: 32px; position:absolute; bottom:10px; right:10px;margin-top: 76px;padding: 0 92px 0 0;}
.radioPlayed{background-position:-26px -55px;}

.navTop{padding:40px 0 10px 0; overflow:hidden; margin-right:10px;}
.navTop ul{ float:right; overflow:hidden; margin-right:-2px; padding:0;}
.navTop ul li{ float:left; background:url(/Content/images/dots.png) right repeat-y; padding:0 5px;}
.navTop ul li a{ color:#0071BC; font-size:16px; font-weight:normal; padding:2px 5px;}

.actionLink{ padding:10px; overflow:hidden; background:#CF1127;}
.actionLink ul{ list-style:none; padding:0;}
.actionLink ul li{ display:inline; float:left;}
.actionLink ul li a, .actionLink ul li span{ display:block; float:left; padding:3px 3px 5px 30px; font-size:18px; font-weight:bold; color:#fff; line-height:18px;}
.actionLink ul li.applyLk, .actionLink ul li.printLk, .actionLink ul li.emailLk{ padding-right:95px;}
.actionLink ul li.findLk{ padding-right:0px;}

*:first-child+html .actionLink ul li a{ padding-left:28px;}
*:first-child+html .actionLink ul li span{ padding-left:28px;}

.actionLink ul li.applyLk a, .actionLink ul li.applyLk span{ background-position:0 3px;}
.actionLink ul li.printLk a, .actionLink ul li.printLk span{ background-position:0 -35px;}
.actionLink ul li.emailLk a.poplight, .actionLink ul li.emailLk span{ background-position:0 -74px;}
.actionLink ul li.findLk a, .actionLink ul li.findLk span{ background-position:0 -118px;}
.actionLink ul li.emailLk a.LinkCancel{ padding:0; float:none; background:none; color:#777; font-size:20px; font-weight:normal; display:inline-block; margin-left:20px; line-height:30px; text-decoration:underline;}
.actionLink ul li.emailLk a.LinkCancel:hover{ color:#555;}
.actionLink ul li.emailLk span.submitBtn{ background:url(/Content/images/leftBtn.png) left top no-repeat; padding:0 0 0 9px; float:left; margin:0 10px 0 0; cursor:pointer;}
.actionLink ul li.emailLk span.submitBtn input{ background:url(/Content/images/rightBtn.png) right top no-repeat; padding:0 9px 5px 0; height:32px; float:left; display:block; font-size:20px; font-weight:bold; color:#fff; cursor:pointer; line-height:30px; border:none; overflow:visible; outline:none;}
.actionLink ul li.emailLk span.submitBtn:hover{ text-decoration:none; background-position:left -32px;}
.actionLink ul li.emailLk span.submitBtn:hover input{background-position:right -32px;}

#nav {
    height: 42px;
    font: 12px Geneva, Arial, Helvetica, sans-serif;
    background: #C81323;
    border: 1px solid #B0101F;
    border-radius: 3px;
    margin: 25px 16px 20px 16px;
    padding-left: 0px;
}

#nav li {
    list-style: none;
    display: block;
    float: left;
    height: 40px;
    position: relative;
    border-right: 1px solid #D51626;
}

#nav li a {
    padding: 0px 10px 0px 30px;
    margin: 0px 0;
    line-height: 40px;
    text-decoration: none;
    border-right: 1px solid #A50F1D;
    height: 40px;
    color: #FFF;
    text-shadow: 1px 1px 1px #66696B;
}

#nav ul {
    background: #f2f5f6;
    padding: 0px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 2px 2px 3px #ECECEC;
    -webkit-box-shadow: 2px 2px 3px #ECECEC;
    -moz-box-shadow: 2px 2px 3px #ECECEC;
    width: 172px;
}

#nav li:hover {
    background: #B0101F;
}

#nav li a {
    display: block;
}

#nav ul li {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
    width: 170px;
    height: 39px;
}

#nav ul li a {
    border-right: none;
    color: #6791AD;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid #FFFFFF;
}

#nav ul li:hover {
    background: #DFEEF0;
}

#nav ul li:last-child {
    border-bottom: none;
}

#nav ul li:last-child a {
    border-bottom: none;
}
/* Sub menus */
#nav ul {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 40px;
}
/* Third-level menus */
#nav ul ul {
    top: 0px;
    left: 170px;
    display: none;
    visibility: hidden;
    border: 1px solid #DDDDDD;
}
/* Fourth-level menus */
#nav ul ul ul {
    top: 0px;
    left: 170px;
    display: none;
    visibility: hidden;
    border: 1px solid #DDDDDD;
}

#nav ul li {
    display: block;
    visibility: visible;
}

#nav li:hover > ul {
    display: block;
    visibility: visible;
    z-index: 100;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/fonts/fontawesome-webfont.eot?v=4.5.0'); /* IE9 Compat Modes */
  src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), /* IE6-IE8 */
       url('/Content/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), /* Super Modern Browsers */
       url('/Content/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), /* Pretty Modern Browsers */
       url('/Content/fonts/fontawesome-webfont.ttf?v=4.5.0')  format('truetype'), /* Safari, Android, iOS */
       url('/Content/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

#dvscroller{
    border-top: 1px rgb(204, 204, 204) dotted;
}
.simply-scroll-container {
position:relative;
}

.simply-scroll-clip {
position:relative;
overflow:hidden;
z-index:2;
}

.simply-scroll-list {
position:absolute;
top:0;
left:0;
z-index:1;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
}

.simply-scroll-list li {
list-style:none;
margin:0;
padding:0;
}
.simply-scroll-list li a{ display:table-cell; vertical-align:middle; height:60px;}

.simply-scroll-list li img {
border:none;
display:block;
/*max-height:60px;
height:expression(this.scrollHeight>60?"60px":"auto");
max-width:155px; width:expression(document.body.clientWidth > 155? "155px" : "auto");
width:155px;*/
}

.simply-scroll-btn {
position:absolute;
width:42px;
height:44px;
z-index:3;
cursor:pointer;
}

.simply-scroll-btn-left {
left:6px;
bottom:6px;
background-position:0 -44px;
}

.simply-scroll-btn-left.disabled {
background-position:0 0!important;
}

.simply-scroll-btn-left:hover {
background-position:0 -88px;
}

.simply-scroll-btn-right {
right:6px;
bottom:6px;
background-position:84px -44px;
}

.simply-scroll-btn-right.disabled {
background-position:84px 0!important;
}

.simply-scroll-btn-right:hover {
background-position:84px -88px;
}

.simply-scroll-btn-up {
right:6px;
top:6px;
background-position:-126px -44px;
}

.simply-scroll-btn-up.disabled {
background-position:-126px 0!important;
}

.simply-scroll-btn-up:hover {
background-position:-126px -88px;
}

.simply-scroll-btn-down {
right:6px;
bottom:6px;
background-position:-42px -44px;
}

.simply-scroll-btn-down.disabled {
background-position:-42px 0!important;
}

.simply-scroll-btn-down:hover {
background-position:-42px -88px;
}

.simply-scroll {
width:980px;
height:80px;
margin:1em auto;
}

.simply-scroll .simply-scroll-clip {
width:980px;
height:80px;
}

.simply-scroll .simply-scroll-list li {
float:left;
height:60px;
padding-right:10px;
margin:10px 0 20px;
}

.vert {
width:340px;
height:400px;
margin-bottom:1.5em;
}

.vert .simply-scroll-clip {
width:290px;
height:400px;
}

.vert .simply-scroll-list li {
width:290px;
height:200px;
}

.vert .simply-scroll-btn-up {
right:0;
top:0;
}

.vert .simply-scroll-btn-down {
right:0;
top:52px;
}

.flickr {
width:576px;
height:180px;
margin-bottom:1.5em;
}

.flickr .simply-scroll-clip {
width:576px;
height:180px;
}

.flickr .simply-scroll-list img {
float:left;
border:none;
display:block;
}

.gradient-left {
display:block;
height:140px;
left:10px;
position:absolute;
top:0;
width:150px;
z-index:999;
}

.gradient-right {
display:block;
height:140px;
position:absolute;
right:10px;
top:0;
width:150px;
z-index:999;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
    width:100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
    height:283px !important;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Content/Images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 1px solid #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C91524;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Content/Images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Content/Images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 800;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Content/Images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Content/Images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*******Add by CuongVD*******/
.bx-wrapper .meta{
    padding: 50px 0px 22px 33px;
    position: absolute;
    width: 100%;
    /*top: 140px;*/
    top: 85px;
    height: 198px;
}
.bx-wrapper .meta h3{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
    text-shadow: 1px 2px 4px #333;
}
.bx-wrapper .meta p{
	color: #fff; /* text color */
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
    text-shadow: 1px 2px 4px #333;
}
.bx-pager.bx-default-pager{position:absolute; top:255px; right:20px; padding:0; width:auto}
/* RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
    font-family: 'Open Sans','Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url('/Content/css/main.css');
@import url('/Content/css/new-style.css');

/********CONTROL********/
.wrapper-page, .slider, footer, .nav-jobs, .feature, .menu-search, .filter-panel-title, .panel-body-left, .panel-body-right, .filter-panel, .filter-content3, 
.filter-content2, .wrap-btn-done, .content-side-bar, .top-sidebar, .modal-content, .ContentRegister, .rightContentRegister, .content .news-top-right,.content .news-top-right .activeSlide, .more-btn, .wraper-jobalert,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.wp-create-profile, .formWr, .location-bottom, .wp-category .viewmore-category, .infomation .other-way, .campaign, .wp-resource, .breakout, .footer-bt, .job-result, .tab-job-result,
.wp-location-top-length, .wp-blog-view p, .wp-blog-view h4, .wp-photo-jacqueline, .whyworkfor, .content-applying, .login-application, .content-graduate, .box-content-graduate, .wrap-jobdetail, .job-detail-menu li a.applyLink
{  
    background-color: #000!important;
    background: #000!important;
}
.navbar-jobs ul li a, .sec .title h3, .feature h3.title, .sec1 h4, .sec1 h4 span, .menu-search ul li i, .sec2 .top-sec2 h4, .tag-search ul li, .box-sec2 .box-sec2-left h4 a, .box-sec2 .box-sec2-left p, .box-sec2 .box-sec2-right p,.box-sec2 .box-sec2-left span, .box-sec2 .box-sec2-right h5,
.pana ul li a, .pana ul li a i, .sec2 .top-sec2 h4 i, .clear-tag a, .box-sec2 .box-sec2-right ul li, .job-detail-share ul li, .wraper-sc li, .content-side-bar span, .job-detail-menu li a, .lbl-relative-job,.job-detail-title,
.job-detail-des, #exampleModal .title, #exampleModal .control-label, .catpcha-text, .ContentRegister h1.title, .ContentRegister .tb label.titleBl, .lbl-check, a, p, .wraper-jobalert dt
,.wraper-jobalert dd, .lbl-jobalert, .wp-create-profile label.titleBl, .text-danger, .thumbTitle span, header .header-right ul li a.btn-pl, .tb label.titleBl, .formWr .checkPass, .tb.tbhh, .wp-resource .wp-blog-view .blog-content ul li, .share-search li span, .controlGrid-right .pagingSt2 span.labelSummary,
.infomation i, .sec1 #TotalJob, .tab-job-result #BreadCrumb ul li span i, .title-results, .clear-tag i, .tcl .content-tcl .page-content ul li, .content-graduate ul li
{
    color: #FFF!important;
    font-size: 16px;
}

h1, h2, h3, h4,h5, h6, .wp-resource .wp-blog-view .blog-content ul li:before, .share-search li i, header .header-top ul li a i, .location-bottom .tree ul li a span,
.blog-content div, .sec1 #TotalJob span, .table-bordered, .job-listing .share-job-listing ul li, .job-detail-share a i, .tcl ul li ul li a i
{
    color: #FFF!important;
}
.navbar-jobs ul li a:hover, .navbar-jobs ul li a.nav-active, .box-sec2, .tag-search, .job-detail-menu, .wp-job-info tr, .wp-job-info td, .wp-job-info th{
    background-color: #000!important;
    color: #fff!important;
}
.sec-box ul li a, .sec-box ul li span, .content-side-bar .title a{
    color: #96DAFF;
}
.tags{
    background-color: #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
header .header-right ul li a{
    color: #000!important;
}

@media (max-width: 600px) {
    .navbar-nav {
        background-color: #000;
        position: relative;
        z-index: 999;
        top: 0;
        top: 0px;
        margin-top: 0px;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
}

.wp-container-page{
    background: #000;
}

.pana ul li.active a{
    border: 1px solid #fff;
}

header .header-top {
    background: #000;
}
.sec2{
    background: #000;
}
.box-sec2 .box-sec2-right{
    background: #000;
}

.wraper-sc li a i{
    color: #FFF;
}

.wp-ourpeople{
    background: #000;
}

.wp-ourpeople-executives .ourpeople-executives{
    background: #000;
}

.job-listing{
    background: #000!important;
}

.wp-box-job-listing{
    background: #000!important;
}

.job-listing .box-job-listing-right{
    background: #000;
}

.app-profile .wp-img-app-profile-right{
    width: 100%;
    margin-left: 0;
}

.graduate-profile .wp-img-app-profile img {
    height: 352.5px;
}

/*.infomation .wp-looking p, .infomation .wp-looking h4, .infomation .wp-looking h1{
    color: #000!important;
}*/

.infomation .wp-looking{
    background: #000!important;
}
.campaign .linkedin h4{
    color: #000!important;
}

.campaign .linkedin h5{
    color: #000!important;
}

.content-graduate .wp-box-content-graduate .box-content-graduate a.btn-default-nsw{
    color: #000!important;
}

.graduate-profile .left-graduate-profile .content-left-graduate-profile p, .graduate-profile .left-graduate-profile .content-left-graduate-profile h2{
    color: #000!important;
}

.box-sec2-reference{
    color: #FFF;
}
