@charset "UTF-8";
/* CSS Document */
/*
Theme Colors:
	Main: #0866c6
	Hover: #07519c
	Active: #063d74
*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {  border-spacing:0;  border-collapse:collapse;  }

input, textarea, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
select {
	-moz-appearance: none;  text-indent: 0.01px;  text-overflow: '';
}
form, input, select, input[type=submit], input[type=text], input[type=textfield], textarea {
	-webkit-appearance: none;  outline: 0;  border-radius: none;
}

@font-face {
	font-family: "Gotham";
	src:	url('/fonts/Gotham-Light.otf'), /* IE9 */
	url('/fonts/Gotham-Light.otf'),
	url('/fonts/Gotham-Light.ttf');
	font-weight: 0;
}

@font-face {
	font-family: "Gotham";
	src:	url('/fonts/Gotham-Book.otf'), /* IE9 */
	url('/fonts/Gotham-Book.otf'),
	url('/fonts/Gotham-Book.ttf');
	font-weight: 300;
}

@font-face {
	font-family: "Gotham";
	src: url('/fonts/Gotham-Bold.eot'), /* IE9 */
  url('/fonts/Gotham-Bold.otf'),
  url('/fonts/Gotham-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: "Gotham";
	src: url('/fonts/Gotham-LightItalic.eot'), /* IE9 */
  url('/fonts/Gotham-LightItalic.otf'),
  url('/fonts/Gotham-LightItalic.ttf');
	font-style: italic;
	font-weight: 0;
}
@font-face {
	font-family: "Gotham";
	src: url('/fonts/Gotham-Medium.eot'), /* IE9 */
  url('/fonts/Gotham-Medium.otf'),
  url('/fonts/Gotham-Medium.ttf');
	font-weight: 500;
}

/*  Page Settings *
 ________________________________________________________________________________________________ */

body {
	font-family: "Gotham", "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
	background: #ccc;
	background-image: url(/assets/sergiu/background.jpg);
}

.maxwidth {  max-width: 100%;  }

/* Overflow is Set Here */

/* This is The Background for the Entire Page*/
.wrapper {
	width: 100%;
    overflow: visible;
	margin: 0 auto;
	text-align: left;
}

img {
	border: 0;  max-width: 100%;  height: auto;
}
#clear, .clear {  clear: both;  }
.div {  width: 1000px;  margin: 0 auto;  }
.right, .floatright {
  float: right !important;
}
.left, .floatleft {
  float: left !important;
}
.inline {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

ul {  display: block;  }
li {
	list-style-type: none;
	padding-left: 25px;
	margin: 5px 0 5px 25px;
	background: url(/assets/sergiu/bullet-arrow.png) no-repeat left center;
}
ul.backgroundtop li {
	background-position: left 5px;
}
p {  margin-bottom: 12px;  }
hr {
	height: 2px;  border: none;  background: #e1e1e1;
}
.center  {  margin: 0 auto;  }
.textcenter {  text-align: center;  }
.textright {  text-align: right;  }
.block {  display: block;  position: relative;  }
.backgroundWhite {  background: #FFF;  }
.strong, .bold {
	font-weight: bold;
}
.medium {  font-weight: 500;  }


/* Page Links *
 ________________________________________________________________________________________________ */

li.alink, a:link, .link, .alink, a.alink, a {
	color: #3387c8;  text-decoration: none;  cursor: pointer;
}
a:visited, .link {
	color: #3387c8;
	text-decoration: none;
}
a:hover, .link:hover, .alink:hover {
	text-decoration: none;
    color: #2678b7;
}
a:active, .link:active, .alink:active {
	text-decoration: none;  color: #165e96;
}

a.back {
	display: block;
	font-weight: 300;
	background: url(/images/icons/back.png) no-repeat 10px center;
	padding: 0 0 0 50px;
	line-height: 30px;
}

#white_link, .white_link, .white {
	text-decoration: none;  color: #FFF;
}



/*  =Common
 ________________________________________________________________________________________________ */
.small {  font-size: 14px;  }



/*  =Form  *
 ________________________________________________________________________________________________ */
.formsubmit {
	cursor: pointer;
}
.formsubmit.text {
	padding: 0 20px;
	color: #7D3D94;
}
.formsubmit.text:hover {
	color: #4b2558;
}
.formsubmit.text:focus, .formsubmit.text:active {
	color: #595759;
}

form input[type=submit],
form div.file,
a.button,
.bbtn {
	display: inline-block;
	border: none;
	padding: 7px 30px;
	font-size: 14px;
	font-family:"Gotham", "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	background: #3387c8;
	border: #165e96 1px solid;
	border-bottom: #165e96 4px solid;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
a.thin-button {
	display: inline-block;
	border: none;
	padding: 14px 12px 12px 12px;
	font-size: 12px;
	background: #3387c8;
	border: #165e96 1px solid;
	border-bottom: #165e96 4px solid;
	color: #FFF;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
a.thin-button:hover {
	background: #499bda;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.folder-show-button {
	display: inline-block;
	border: none;
	padding: 6px 12px 4px 12px;
	font-size: 12px;
	background: #3387c8;
	border: #165e96 1px solid;
	border-bottom: #165e96 4px solid;
	color: #FFF;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
a.folder-show-button:hover {
	background: #499bda;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
/*a.download-internet-resume-button*/
a.save-sfo-button, a.save-bet-button, a.send-test-bet-button, a.download-climber-resume-button, a.send-resume-request-button,
a.create-folder-from-search-results-button, a.add-search-results-to-folder-button, a.profile-url-submit-button, a.save-bgo-button {
	display: inline-block;
	height:18px;
	line-height:18px;
	font-weight:300;
	border: none;
	padding: 8px 12px 4px 12px;
	font-size: 14px;
	background: #3387c8;
	border: #165e96 1px solid;
	border-bottom: #165e96 4px solid;
	color: #FFF;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
/*a.download-internet-resume-button:hover, */
a.save-sfo-button:hover, a.save-bet-button:hover, a.send-test-bet-button:hover,
a.download-climber-resume-button:hover, a.send-resume-request-button:hover,
a.create-folder-from-search-results-button:hover, a.add-search-results-to-folder-button:hover, a.profile-url-submit-button:hover, a.save-bgo-button:hover {
	background: #499bda;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.send-broadcast-button {
	display: inline-block;
	border: none;
	padding: 0px 26px 0px 26px;
	font-size: 12px;
	font-weight:500;
	background: #D6E7F4;
	border: #165e96 1px solid;
/*	border-bottom: #165e96 4px solid;*/
	color: #2E7AB4;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	border-radius: 0px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;

	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
a.send-broadcast-button:hover {
	background: #C2DBEE;
	color: #245E8C;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.create-folder-from-results-button, a.add-results-to-folder-button {
	display: inline-block;
	border: none;
	padding: 6px 14px 2px 14px;
	font-size: 14px;
	font-weight:500;
	background: #D6E7F4;
	border: #165e96 1px solid;
/*	border-bottom: #165e96 4px solid;*/
	color: #2E7AB4;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.create-folder-from-results-button:hover, a.add-results-to-folder-button:hover {
	background: #C2DBEE;
	color: #245E8C;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.queue-bet-button {
	display: inline-block;
	border: none;
	padding: 8px 34px 4px 34px;
	font-size: 14px;
	background: #4ed34a;
	border: green 1px solid;
	border-bottom: green 4px solid;
	color: #FFF;
	cursor: pointer;
/*	overflow: hidden;*/
	/*position: relative;*/ /*Commenting out so that it hides on scroll*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.queue-bet-button:hover {
	background: #82D682;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

a.button.borderonly {
	background: none;
	border: 2px solid #165e96;
	color: #165e96;
	font-weight: 500;
}

h2 a.button {
	line-height: 20px;
}

form input[type=submit].grey, form div.file.grey, a.button.grey {
	background: #d0cece;
	border: #a8a6a6 1px solid;
	border-bottom: #a8a6a6 4px solid;
	color: #333;
}

a.button.borderonly.grey {
	background: none;
	border: 2px solid #666;
	color: #666;
	font-weight: 500;
}

form input[type=submit].green, form div.file.green, a.button.green {
	background: #43cf47;
	border: #1cad1f 1px solid;
	border-bottom: #1cad1f 4px solid;
	color: #FFF;
	font-weight: 300;
}



form input[type=submit]:hover, form div.file:hover, a.button:hover, .bbtn:hover {
	background: #499bda;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
form input[type=submit].grey:hover, form div.file.grey:hover, a.button.grey:hover {
	background: #e9e8e8;
	color: #333;
}

form input[type=submit].green:hover, form div.file.green:hover, a.button.green:hover {
	background: #85dd87;
}


a.button.large {
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 50px;
}
input[type=submit].small, a.button.small {
	padding: 2px 15px;
	font-size: 12px;
	font-weight: 0;
}
form input[type=submit]:active, form input[type=submit]:focus, form div.file:active,
form div.file:focus, a.button:active, a.button:focus {
	background: #165e96;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

form input[type=submit].grey:active, form input[type=submit].grey:focus, form div.file.grey:active,
form div.file.grey:focus, a.button.grey:active, a.button.grey:focus {
	background: #a8a6a6;
	color: #333;
}

form input[type=submit].green:active, form input[type=submit].green:focus, form div.file.green:active,
form div.file.green:focus, a.button.green:active, a.button.green:focus {
	background: #1a8f1e;
	border-color: #1a8f1e;
}

.add-additional-job-buttons {
    display: inline-block;
    border: none;
    padding: 7px 30px;
    font-size: 14px;
    font-family: "Gotham", "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: #165e96 1px solid;
    border-bottom: #165e96 4px solid;
    cursor: pointer;
    overflow: hidden;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

#add-additional-job-monthly, #add-additional-job-confirm, .upgrade-account-button, .upgrade-from-account-info, .confirm-delete-add-on-button {
    background: #3387c8;
    color: #FFF;
}

#add-additional-job-one-time {
    background: #FFF;
    color: #3387c8;
}


form div.file input {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

form input[type=text], form input[type=textfield], form input[type=password], form textarea  {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
    max-width: 100%;
}
form input[type=text]:hover, form input[type=textfield]:hover, form input[type=password]:hover, form textarea:hover {
	border: 1px solid #3387c8;
	box-shadow: none;
}
form input[type=text]:active, form input[type=textfield]:active, form input[type=password]:active, form textarea:active,
form input[type=text]:focus, form input[type=textfield]:focus, form input[type=password]:focus, form textarea:focus {
	outline: none;
	border: 1px solid #063d74;
	box-shadow: 0 0 5px rgba(50,135,200,1);
}

/*checkbox*/
form input[type=checkbox], input[type=checkbox] {
	border-radius: none;
	display: inline-block;
	border: 1px solid #0866c6;
	-webkit-appearance: none;
	padding: 8px;
	margin: 0;
	resize: none;
	cursor: pointer;
	vertical-align:middle;
}
input[type=checkbox]:checked {
    border: solid 1px #0866c6;
	padding: 3px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
	padding: 0;
    background: #0866c6;
    position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

/*radio*/
form input[type=radio],
input[type=radio] {
	border-radius: none;
	display: inline-block;
	border: 1px solid #0866c6;
	-webkit-appearance: none;
	padding: 8px;
	margin: 0;
	resize: none;
	cursor: pointer;
	vertical-align:middle;
}
input[type=radio]:checked {
    border: solid 1px #0866c6;
	padding: 3px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

input[type=radio]:checked:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
	padding: 0;
    background: #0866c6;
    position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

select {
	border: 1px solid #d2d1d1;
	color: #999;
	border-radius: none;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 30px 5px 12px;
	-webkit-border-radius: 0;
	background: #FFF url(/assets/sergiu/select-icon.png) no-repeat 97% center;
	cursor: pointer;
	width: auto;
	max-width: 100%;
	margin-bottom: 2px;
	vertical-align: middle;
}
select:focus,
select:active {
	box-shadow: 0 0 5px rgba(8,102,198,1);
}






/* =Header
 ________________________________________________________________________________________________ */

header {
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto 0;
	width: auto;
	min-width: 950px;
	z-index:999999;
}
header .wrapper {
	padding: 0;
	width: auto;
	max-width: 1100px;
	margin-bottom: 10px;
}
header a, header div.settings, header div.profile {
	color: #FFF;
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 55px;
	vertical-align:top;
	max-height: 67px;
}

header a:hover {
  text-decoration: none;
}
/*	background: url(/images/header/catalyst_five_true.png) no-repeat top left;*/

header a.logo,
header a.logo_large {
	margin: 0;
	padding: 0;
	background: url('/images/header/postingslogo.png') no-repeat top left;
	height: 67px;
	width: 300px;
	min-width: 275px;
	margin-right: 10px;
}
header .profile {
	background: url(/images/icons/header-profile.png) no-repeat center center;
	height: 50px;
	width: 50px;
	border-radius: 2px;
}
header div.settings {
	cursor: pointer;
	background: url(/images/icons/header-settings.png) no-repeat center center;
	height: 50px;
	width: 44px; /*50px*/
	margin: 0 20px 0 10px;
	border-radius: 2px;
}
header div.settings:hover {
	background-color: rgba( 255,255,255,.7 );
}
header .profile-image {
	max-width: 50px;
	max-height: 50px;
}
header .profile:hover {
	background-color: rgba( 255,255,255,.7 );
}

header a.faq {
	cursor: pointer;
	background: url(/images/icons/icon-faq.png) no-repeat center center;
	height: 50px;
	width: 50px;
	margin: 0 20px 0 10px;
	border-radius: 2px;
}
header a.faq:hover {
	background-color: rgba( 255,255,255,.7 );
}

/* Admin Icons */
header a.icons {
	display: block;
	height: 50px;
	width: 44px; /*50px*/
	display: inline-block;
	margin: 0 10px;
	border-radius: 2px;
}

header a.icons:hover {
	background-color: rgba( 255,255,255,.7 );
}

header a.icons span.number,
a span.number {
	background: #F00;
	color: #FFF;
	display: block;
	position: absolute;
	font-size: 11px;
	padding: 0;
	border-radius: 40px;
	font-weight: 500;
	margin-left: 35px;
	line-height: 23px;
	height: 22px;
	width: 22px;
	text-align: center;
}

header a.icons span.general-notifications-number,
a span.number {
	background: #F00;
	color: #FFF;
	display: block;
	position: absolute;
	font-size: 11px;
	padding: 0;
	border-radius: 40px;
	font-weight: 500;
	margin-left: 35px;
	line-height: 23px;
	height: 22px;
	width: 22px;
	text-align: center;
}

header a.icons span.general-notifications-number {
    margin-left: 25px;
}

header a.messages {
	background: url(/images/icons/header-envelope.png) no-repeat center center;
}
header a.alerts {
	background: url(/images/icons/header-bell.png) no-repeat center center;
}
header a.resumes {
	background: url(/images/icons/header-resumes.png) no-repeat center center;
}
header a.upload_contacts {
	display: inline-block;
	background: url(/images/header/upload-contacts.png) no-repeat center center;
	width: 152px;
	height: 50px;
	margin-left: 16px;
	opacity:0.5;
	filter:alpha(opacity=50);
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}

header a.upload_contacts:hover {
	opacity:1;
	filter:alpha(opacity=100);
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}


/* Settings for the icon dropdowns */
header div.settings.dropdown div.dropdown_content, header div.profile.dropdown div.dropdown_content {
	cursor: auto;
	display: none;
	border: 10px solid rgba(0,0,0,.3);
	position: absolute;
	z-index: 999999;
	top: 50px;
	margin: 0 0 0 -140px;
	color: #000;
	font-size: 13px;
}
header div.settings.dropdown div.dropdown_content .background, header div.profile.dropdown div.dropdown_content .background {
	background: #FFF;  padding: 5px 15px;
}
header div.settings.dropdown div.dropdown_content a, header div.profile.dropdown div.dropdown_content a {
	display: block;  width: auto;  color: #3387c8;
}
header div.settings.dropdown:hover > div.dropdown_content, header div.profile.dropdown:hover > div.dropdown_content {
	display: block;
}
header div.dropdown_content a.settings {
	background: url(/images/icons/header-settings-small.png) no-repeat left center;
	padding-left: 40px;
	font-weight: 500;
	line-height: 40px;
	font-size: 17px;
}
header div.dropdown_content a.profile {
    background: url(/images/icons/header-profile.png) no-repeat left center;
    background-size: 22px 22px;
    background-position-y: 10px;
    padding-left: 40px;
    font-weight: 500;
    line-height: 40px;
    font-size: 17px;
}
.profile-link {
    line-height: 18px;  margin-bottom: 12px;
    font-size: 14px;    font-weight: 300;
}
header div.dropdown_content div.usage {
	margin: 10px 0 10px 10px;
	line-height: 18px;
}
header div.dropdown_content a.logout {
	background: url(/images/icons/logout.png) no-repeat left center;
	padding-left: 40px;
	line-height: 35px;
	font-size: 16px;
	margin-left: 20px;
}

header .right {
	font-size: 18px;
}
header .right a.button {
	margin: 10px 0 0 40px;
}
header div.user {
	margin: 0 25px 0 0;
	padding: 0;
	float: right;
	line-heigth: 50px;
	min-width: 275px;
}

header div.user a {
	color: #FFF;
	float: left;
	display: block;
	vertical-align:middle;
	line-height: 35px;
	border-radius: 20px;
	transition: background .25s ease;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
}
header div.user a.settings {
	height: 35px;
	width: 20px;
	background: url(/media/get/74) no-repeat center;
	padding: 0 10px;
	margin: 0 5px 0 0;
}
header div.user a.logout {
	background: url(/media/get/73) no-repeat center;
	height: 35px;
	width: 60px;
	margin-left: 15px;
	padding: 0 10px;
}

header div.user a:hover {
	background-color: #07519c;
}
header div.user a:active,
header div.user a:focus {
	background-color: #063d74;
}

header div.user img.icon {
  float: left;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  border: 3px solid rgba( 255,255,255,.3 );
  margin-top: 2px;
}
header div.user a.icon:hover {
	background: none;
	border-radius: 0;
}
header div.user a.name {
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
  margin-left: 5px;
}

header .line_bottom {
  height: 2px;
  background: #ed1c24;
  z-index: 91;
}

header div.search {
	margin-top: -41px;
	margin-right: 10px;
	width: auto;
	max-width: 300px;
	position: absolute;
	right: 0;
}

header div.search form input[type=text] {
	padding-right: 35px;
	border: #3387c8 1px solid;
	font-size: 14px;
	height: 35px;
	vertical-align: middle;
}

header div.search input[type=submit], header div.search input[type=submit]:hover,
header div.search input[type=submit]:active, header div.search input[type=submit]:focus {
	background:none;
	border: none;
	padding: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	margin: 4px 0 20px -30px;
}

a span.info {
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}

a span.info {
	display: none;
}

a:hover > span.info {
	display: block;
	font-size: 15px;
	line-height: 15px;
	background: #9EB0C8;
	color: #FFF;
	margin: 0;
	position: absolute;
	padding: 6px 10px;
	margin-top: 55px;
	text-align: center;
	border-radius: 5px;
	width: 150px;
	margin-left: -60px;
	z-index: 999999999999;
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}

/*hover for folder name that appears on /folders*/
a span.folder_name_info {
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}

a span.folder_name_info {
	display: none;
}

a:hover > span.folder_name_info {
	display: block;
	font-size: 15px;
	line-height: 15px;
	background: #9EB0C8;
	color: #FFF;
	margin: 0;
	display: block;
	position: absolute;
	padding: 6px 10px;
	margin-top: 18px !important;
	text-align: left;
	border-radius: 5px;
/*	width: 150px;*/
	margin-left: 0px !important;
	z-index: 999999999999;
	transition: display .25s ease-in-out;
	-moz-transition: display .25s ease-in-out;
	-webkit-transition: display .25s ease-in-out;
}


/* =Navigation *
 ________________



/* =Navigation *
 ________________________________________________________________________________________________ */

/*PUBLIC PROFILE PAGE - RELATED*/
.ask-question-content-box{
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 6px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:120px;
	margin-bottom: 15px;
}

.ask-question-name-field, .ask-question-email-field, .ask-question-phone-field, {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 4px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:36px;
}

.ask-a-question-label{
	font-size:14px;
	line-height:16px;
}


div.sublinks {

}
div.sublinks ul,
div.sublinks li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.sublinks li {
	display: inline-block;
	background: none;
}
div.sublinks li a {
	display: block;
	color: #666;
	background: none;
	font-size: 12px;
	line-height: 26px;
	cursor: pointer;
	padding: 0 10px;
	margin: 8px 8px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
    text-transform: uppercase;
}
div.sublinks li a:hover {
	color: #333;
	background: #ccc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
div.sublinks li a:focus,
div.sublinks li a:active {
	color: #000;
    background: #eee;
}
div.sublinks li a.selected {
	background: #333;
	color: #FFF;
}
div.sublinks li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
}

div.page-nav {
	padding: 0;
	margin: 0;
	width: auto;
	background: #FFF;
/*	z-index:-1;*/
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div.page-nav ul,
div.page-nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
div.page-nav ul {
	max-width: 1100px;
	margin: 0 auto;
}
div.page-nav li {
	display: inline-block;
}
div.page-nav li a {
	display: block;
	font-size: 15px;
	cursor: pointer;
	padding: 0 30px;
	line-height: 45px;
	height: 45px;
	margin: 0;
	color: #000;
	vertical-align: middle;
}

div.page-nav li.home a {
	background: url(/images/icons/home.png) no-repeat center center;
	width: 35px;
	padding: 0;
	margin: 0;
}

div.page-nav li a:hover {
	color: #FFF;
	background-color: #3387c8;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
}
div.page-nav li.home a:hover {
	background-color: #FFF;
}
div.page-nav li a.selected {
	background: #333;
	color: #FFF;
}
div.page-nav li.separator {
	color: #bbc;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
}

div.page-nav .button, div.page-nav a.button, div.page-nav input[type=submit] {
	border: 1px solid #6db814;
	background: #86d628;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
div.page-nav .button:hover, div.page-nav a.button:hover, div.page-nav input[type=submit]:hover {
	background: #75c11c;
    border: 1px solid #5d9e10;
}
div.page-nav .button:active, div.page-nav a.button:active, div.page-nav input[type=submit]:active, div.page-nav .button:focus,
div.page-nav a.button:focus, div.page-nav input[type=submit]:focus {
	background: #62a612;
    border: 1px solid #47790c;
}

div.page-nav select {
    margin: 0;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 12px;
	background: #FFF url(/media/get/3) no-repeat right;
}
div.page-nav input[type=submit] {
    line-height: 28px;
    margin: 0 10px;
	padding: 0 35px;
    font-size: 14px;
}


/* =Content *
 ________________________________________________________________________________________________ */

.content{ /*ORIGINAL MODDED*/
	/*min-height:510px;*/ /*WAS REMOVED TO HELP DYNAMIC SIZES OF LIGHT WINDOWS*/
	min-height:120px; /*510 is for main content min-height*/
}

h1 {
	font-size: 24px;
	font-weight: 0;
	line-height: 24px;
	color: #FFF;
	background: #3387c8;
	padding: 20px 15px;
	border-radius: 2px 2px 0 0;
}
h1.grey {
	background: #ececec;
	color: #777;
	font-weight: 300;
}
/*h2 {
	font-size: 18px;
	font-weight: 300;
    color: #FFF;
	background: #999;
	padding: 12px 15px;
	margin-bottom:8px;
}*/
h2 {
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background: #b2b2b2;
	padding: 6px 15px;
	text-align: center;
	vertical-align: middle;
}

h2.color {
	background: #3387c8;
}

.container h2.nobackground {
	background: none;
	color: #999;
	font-size: 25px;
	line-height: 25px;
	font-weight: 0;
}

h2.text {
	background: none;
	font-size: 32px;
	color: #3387c8;
	font-weight: 500;
	padding: 0;
}

h3 {
	font-size: 24px;
	line-height: 24px;
    color: #3387c8;
    font-weight: 500;
}

h4 {
	font-size: 18px;
	color: #3387c8;
	font-weight: 500;
	padding-bottom: 4px;
}
h4.line {
	display: block;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px 0;
	margin-top: 40px;
}

h4.line:first-child {
	margin-top: 0;
}
h4.grey {
	color: #777;
}

.container h1.nobackground {
	font-size: 50px;
	line-height: 50px;
	color: #3387c8;
	padding: 0;
	margin: 0;
	background: none;
	font-weight: 500;
}

div.content-small-title {
	color:#3387c8;font-size:16px;font-weight:300;
}

div.content-small-title a {
	color:silver;font-size:16px;font-weight:300;
}

div.content-small-title a.csm_selected {
	color:#3387c8;
}

div.subtitle {
	background-color: rgba(245,245,245,1);
	padding: 10px 0px 10px 10px;
	font-size: 18px;
}

div.subtitle .color {
	color: rgba(50,135,200,1);
	font-weight: 500;
	padding-right: 20px;
	vertical-align: middle;
}

div.subtitle .close {
	background-image: url(/images/icons/content-x.png);
	height: 23px;
	width: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}


content {
	font-size: 15px;
	display: block;
	background: #FFF;
/*	margin: 4px auto 4px auto;*/
	margin: 25px auto 25px auto;
	width: auto;
	max-width: 1100px;
	min-width: 900px;
	overflow: hidden;
}

content.first {
/*	padding: 10px 0 0 0;*/
	padding: 0;
/*	margin-top: -25px;*/
	margin-top: 0;
}

content.nobackground,
.nobackground {
	background: none;
}

content a.small {
  font-size: 15px;
}

content wrapper {
	position: relative;
	display: block;
}

content div.page-title {
	background: #FFF;
	padding: 15px 40px;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top: 5px;
}
content div.page-title .small {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
}

/*content div.container {
	font-size: 16px;
	padding: 25px;
	overflow: hidden;
	width: auto;
}*/
content div.container {
	font-size: 16px;
	line-height: 25px;
	vertical-align: middle;
	padding: 25px;
	overflow: hidden;
	width: auto;
}
content div.container.first {
	margin-top: -25px;
}
content div.container.grey {
	background: #fbfbfb;
	padding: 30px;
}
content div.subcontainer {
	padding: 25px;
	color: #666;
	background-color: #FFF;
}
content div.subcontainer.grey {
	background-color: rgba(245,245,245,.30);
}
content div.subcontainer.first {
	margin-top: -25px;
}

content div.container.sidebar {
	margin-left: 350px;
}

content div.container-title {
	color: #FFF;
	background: #7D3D94;
	padding: 4px 20px 0;
	line-height: 60px;
	font-size: 24px;
}

content div.container.container20p {
    float: left;
    width: 25%;
    max-width: 100%;
    margin: 0;
}
content div.container.container50p {
    margin: 0;
    float: left;
    width: 45%;
    max-width: 47%;
}
content div.container.container70p {
    margin: 0;
    float: left;
    width: 75%;
    max-width: 100%;
}
content div.container.small {
	padding: 10px 20px;
}
content div.container div.contentRow a:hover,
content div.container div.contentRow a {
  color: #000;
  text-decoration: none;
}

content div.container div.contentRowNone {
  width: 96%;
  padding: 12px 2%;
  background: none;
}

content div.container div.titleRow {
}

content div.container div.contentRowDark {
  background: #dedede;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}
content div.container div.contentRowLight {
  background: #fafafa;
  border-bottom: #afafaf solid 1px;
  width: 96%;
  padding: 12px 2%;
}

content div.container div.contentRow {
  min-height: 15px;
}

content div.container div.contentRow:hover {
  background: #fdedee;
}

content div.container div.contentRow div {
  float: left;
  padding: 0 20px;
}

content div.container div.footer {
	background: #0866c6;
	padding: 12px 20px 8px;
	color: #FFF;
	font-size: 19px;
}
content div.container div.footer a {
	color: #FFF;
	font-size: 13px;
	padding: 5px 20px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: 1px dashed #FFF;
}
content div.container div.footer a:hover {
	background: #FFF;
	color: #0866c6;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


content div.container div.indent {
  margin: 20px 0 0 20px;
  font-size: 17px;
}

content div.error1 {
  width: 100%;
  border: #e2442d solid 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 15px;
  background: #fee2de;
  padding: 15px;
  width: 100%;
}
content div.error1 h1 {
  color: #e2442d;
  font-size: 24px;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 8px;
}

content div.error2 {
  width: 100%;
  border: #ffc867 solid 2px;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	-o-border-radius: 2px;
  	-khtml-border-radius: 2px;
  	border-radius: 2px;
   color: #000;
   font-size: 15px;
  background: #fcf6c7;
  display: none;
}
content div.error2 h1 {
  color: #e2442d;
  font-size: 24px;
}
div.message,
div.error {
	font-size: 15px;
	position: fixed;
    z-index: 999999999;
	bottom: 0;
	max-width: 100%;
    min-width: 200px;
	background: #3387c8;
	color: #FFF;
	line-height: 35px;
	padding: 0 25px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #FFF;
	margin-bottom: 20px;
	font-weight: 500;
}

div.error {
	background: #C00;
	right: 20px;
	left: none;
}

div.message {
	left: 20px;
}

content .message div {
	background: #FFF;
    margin-top: 10px;
	border: #0866c6 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #0866c6;
    display: none;
    line-height: 40px;
    border-radius: 10px;
}
content div.error div {
	font-size: 18px;
	background: #FFF;
    margin-top: 10px;
	border: #F00 solid 2px;
	padding: 0 30px;
    width: auto;
    max-width: 100%;
	color: #F00;
    display: none;
    line-height: 40px;
    border-radius: 10px;
}
content div.block {
	min-height: 110px;
	min-width: 110px;
	max-width: 120px;
	padding: 30px;
	margin: 20px;
	color: #FFF;
	background: #7D3D94;
	float: left;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
content div.block:hover {
	background: #8a519f;
}

content a:hover > span.info {
	margin: 35px 0 0 -72px;
}


/* =Titles *
 ________________________________________________________________________________________________ */


h1.charts {
	background-image: url(/images/icons/title-icons/h1-chart.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.charts2 {
	background-image: url(/images/icons/title-icons/h1-chart-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.charts2 {
	background-image: url(/images/icons/title-icons/h1-chart-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.messages {
	background-image: url(/images/icons/title-icons/h1-messages.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 75px;

}

h1.alerts {
	background-image: url(/images/icons/title-icons/h1-alerts.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.resumes {
	background-image: url(/images/icons/title-icons/h1-resumes.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.resumes.grey {
	background-image: url(/images/icons/title-icons/h1-resumes-grey.png);
}

h1.jobs {
/*	background-image: url(/images/icons/title-icons/h1-jobs.png);*/
	background-repeat: no-repeat;
	background-position: 20px center;
/*	padding-left: 65px;*/
}

h1.jobs.grey {
	background-image: url(/images/icons/title-icons/h1-jobs-grey.png);
}

h1.job_postings {
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;
}

h1.job_postings.grey {
	background-image: url(/images/icons/title-icons/h1-jobs-grey.png);
}

h1.analytics {
	background-image: url(/images/icons/title-icons/h1-analytics.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 65px;

}

h1.settings {
	background-image: url(/images/icons/title-icons/h1-settings.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 60px;

}

h1.password {
	background-image: url(/images/icons/title-icons/h1-password.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.profile {
	background-image: url(/images/icons/title-icons/h1-profile.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.archive {
	background-image: url(/images/icons/title-icons/h1-archive.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 55px;
}

h1.sent {
	background-image: url(/images/icons/title-icons/h1-sent.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 75px;
}

h1.linkedin {
	background-image: url(/images/icons/icon-linkedin-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.twitter {
	background-image: url(/images/icons/icon-twitter-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.facebook {
	background-image: url(/images/icons/icon-facebook-22.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.step1 {
	background-image: url(/images/icons/step-1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.step2 {
	background-image: url(/images/icons/step-2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.step3 {
	background-image: url(/images/icons/step-3.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.faq {
	background-image: url(/images/icons/icon-faq-white.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

h1.social-media {
	background-image: url(/images/icons/icon-social-media.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 65px;
}

/*AUTPOSTING.HTML START*/

.update-template-name-field, .update-template-subject-field, .update-template-phone-field, .update-digital-candidate-name-field, .update-digital-candidate-phone-field, .update-digital-candidate-email-field, .folder-name-from-results {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}

.create-stored-post-msg-box, .update-stored-post-msg-box, .update-template-msg-box{
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}

#text-msg-char-limit, #mass-text-msg-char-limit{
	font-size:12px;
	height:20px;
/*	border:1px solid red;*/
	text-align:right;
}

#text-msg-char-info, #mass-text-msg-char-info{
	font-size:12px;
	height:20px;
/*	border:1px solid red;	*/
}

.create-mobile-text-msg-box, .update-mobile-mass-text-msg-box{
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 2px;
}

/*diff from above, this has a taller text-area box*/
.update-template-msg-box{
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:160px;
	margin-bottom: 15px;
}

.alert-input {
    background-color: #FFDEDE;
}

/*AUTOPOSTING.HTML END*/

/* =Content Custom *
 ________________________________________________________________________________________________ */
content .home.signup .left {
	background: #3387c8;
	width: 42%;
	padding: 20px 4% 55px;
	color: #FFF;
}
content .home.signup .left div {
	width: 100%; /*ORIGINAL MODDED*/ /*50%*/
	float: left;
	margin: 2px 0;
}

content .home.signup .left div input {
	max-width: 96%; /*ORIGINAL MODDED*/ /*95%*/
	margin-right: 5%;
}

content .home.signup .left .small {
	font-size: 13px;
	width: 100%;
	float: none;
	line-height: 18px;
	margin: 0;
}

content .home.signup .left .title {
	font-size: 26px;
	line-height: 32px;
	width: 100%;
	float: none;
	margin: 0;
}

content .home.signup .left img {
	max-width: 42px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

content .home.signup .left form {
	margin-top: 10px;
}

content .home.signup .right {
	width: 30%;
	float: right;
	padding: 50px 10% 0;
	font-size: 18px;
}
content .home.signup .right div.bold {
	margin: 20px 0;
}
content a.free-trial {
	background: url(/images/home/free-trial.png) no-repeat top right;
	display: block;
	position: absolute;
	height: 46px;
	width: 100%;
	max-width: 1100px;
	margin: -60px 0 0 -47px;
	z-index: 98;
}

content .home.signup input[type=submit]  {
	padding-top: 0;
	border: 1px solid #FFF;
	position: absolute;
	z-index: 99;
	margin-top: 5px;
	line-height: 35px;
}
content .home.signup input[type=submit]:hover  {
	border: 1px solid #FFF;
	background: #165e96;
}

content .home.signup input[type=submit]:focus {
	background: #063d74;
}

content .home.login .left {
	background: #3387c8;
	width: 42%;
	padding: 20px 4%;
	color: #FFF;
}
content .home.login div a.left {
	padding: 0;
	color: #FFF;
	line-height: 50px;
	display: block;
}

content .home.login .left div {
	width: auto;
	margin: 5px 0;
	padding: 0;
}

content .home.login .left div input {
	max-width: 95%;
	margin-right: 5%;
}

content .home.login .left .small {
	font-size: 13px;
	width: 100%;
	float: none;
	line-height: 18px;
	margin: 0;
}

content .home.login .left .title {
	font-size: 26px;
	line-height: 32px;
	width: 100%;
	float: none;
	margin: 0;
}

content .home.login .left img,
content .home.login .right img {
	max-width: 42px;
	max-height: 48px;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	background: none;
	float: left;
}

content .home.login .left form {
	margin-top: 10px;
}
content .home.login input[type=submit]  {
	padding-top: 0;
	border: 1px solid #FFF;
	position: relative;
	margin-top: 5px;
	line-height: 35px;
	float: left;
	margin-right: 40px;
}


content .home.login .right {
	width: 30%;
	float: right;
	padding: 20px 10% 0;
	font-size: 18px;
}
content .home.login .right h2 {
	line-height: 55px;
}
content .home.login .right div.bold {
	margin: 20px 0;
}

content .container.listing {
	margin: 25px;
	margin-top: 0;
	display: inline-block;
	float: none;
}
content .listing div.title,
content .listing div.small {
	font-size: 28px;
	color: #000;
	font-weight: 300;
}
content .listing div.small {
	font-size: 13px;
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
content .listing a.information {
	background: #dbe8f2 url(/images/icons/information.png) 15px center no-repeat;
	color: #3387c8;
	font-size: 18px;
	line-height: 45px;
	padding: 0 20px 0 50px;
	margin-top: 20px;
}

content .listing div.categories {
	max-width: 100%;
	color: #3387c8;
	font-size: 13px;
	padding-left: 40px;
	background: url(/images/icons/categories.png) 15px top no-repeat;
	margin-top: 25px;
}

content .phone {
	background: #dddddd;
	color: #666;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	padding: 5px 0;
}

content .phone img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

content .slideshow {
	height: 350px;
	overflow: hidden;
}

content div.profile {
	padding-bottom: 16px;
}
content div.profile img {
	margin-right: 20px;
}
content div.profile h1 {
	color: #000;
	background: none;
	font-size: 30px;
	font-weight: 500;
	padding: 0;
}
content div.profile .small {
	padding: 0;
	margin: 0;
	line-height: 12px;
	margin-bottom: 8px;
	font-weight: 300;
}
content div.profile a {
	background: url(/images/icons/question.png) no-repeat center left;
	line-height: 18px;
	padding-left: 30px;
}

content li.price {
	background: url(/images/icons/dollar.png) no-repeat;
	margin-bottom: 8px;
	padding-left: 40px;
}
content li.categories {
	background: url(/images/icons/categories.png) no-repeat;
	padding-left: 40px;
}

content a.button.writing {
	background-image: url(/images/icons/apply.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 40px;
}
content a.button.grey.send {
	background-image: url(/images/icons/email-friend.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 40px;
}

content div.numbers {
	width: auto;
	max-width: 1100px;
	padding: 0 40px;
	font-size: 15px;
	overflow: hidden;
}
content div.numbers a {
	line-height: 35px;
	padding: 20px;
	margin-left: -5px;
}
content div.numbers a:hover {
	background: #dbe8f2;
}
content div.numbers a.selected,
content div.numbers a.current {
	line-height: 35px;
	margin: 0;
	color: #FFF;
	background: #3387c8;
}

content div.testimonial {
	background: url(/images/home/quotes.png) no-repeat 50px 25px;
	padding-left: 135px;
	color: #666;
	font-style: italic;
	line-height: 22px;
}
content div.testimonial div {
	min-height: 50px;
}
content div.testimonial .signature {
	line-height: 16px;
	min-height: 0;
	padding-top: 20px;
	font-style: normal;
	color: #999;
	font-size: 13px;
	font-weight: 300;
}
content div.testimonial .signature .company {
	line-height: 22px;
	color: #777;
	font-size: 16px;
}
content div.testimonial .signature .name {
	font-size: 16px;
}
content div.testimonial .signature div {
	min-height: 0;
}



h1.search-person {
	background-image: url(/images/icons/browse-jobs.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.people {
	background-image: url(/images/icons/recruiter-listings.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.search {
	background-image: url(/images/icons/browse.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}
h1.listings {
	background-image: url(/images/icons/listings.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}

content ul.fancy li {
	padding: 0;
	display: inline-block;
	width: 28%;
	margin-right: 2%;
	background-color: #e1edf7;
	margin-bottom: 10px;
	background-position: 15px center;
}
content ul.fancy li a {
	display: block;
	color: #3387c8;
	line-height: 30px;
	padding-left: 35px;
}
content ul.fancy li a:hover {
	color: #e1edf7;
	background-color: #3387c8;
}

content a span.number {
	font-size: 9px;
	margin: -5px 0 0 19px;
}

/* =Content Setup *
 ________________________________________________________________________________________________ */
content.setup upload {
	width: 100%;
	max-width: 100%;
}

/*body.login content.first {
	padding: 10px 0 0 0;
	margin-top: -25px;
}
*/

content.setup .upload-link {
	border: 1px solid #999;
	background: #efefef;
	color: #555;
	font-size: 12px;
	padding: 28px 15px;
	display: inline-block;
	max-width: 75px;
	text-align: center;
	line-height: 14px;
	cursor: pointer;
	margin-bottom: 15px;
}

content.setup .upload-link:hover {
	border: 1px solid #3387c8;
}

content.setup .upload {
	max-width: 100%;
}

content.setup .logo,
content.setup .profile-picture {
	max-width: 50%;
	width: 49%;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

content.setup .logo span,
content.setup .profile-picture span {
	display: block;
	width: 60%;
	max-width: 60%;
	margin: 0 auto;
}

content.setup .social-media-link {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

content.setup .social-media-link div {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	cursor: pointer;
	border: 1px solid #000;
	padding: 40px 20px;
	width: 150px;
	margin: 0 15px;
}

content.setup .social-media-link .incomplete {
	color: #999;
}

content.setup .social-media-link div.incomplete {
	border: 1px solid #999999;
	background-color: rgba(200,200,200,.03);
}


content.setup .social-media-link .complete {
	color: #00cc00;
}

content.setup .social-media-link div.complete {
	border: 1px solid #00cc00;
	background-color: rgba(0,255,0,.03);
}


content.setup .social-media-link .incomplete .complete,
content.setup .social-media-link .complete .incomplete {
	display: none;
}

content.setup .social-media-link .complete .complete,
content.setup .social-media-link .incomplete .incomplete {
	display: block;
}

content.setup .social-media-link .facebook .logo {
	background-image: url(/images/icons/setup-facebook.jpg);
}
content.setup .social-media-link .twitter .logo {
	background-image: url(/images/icons/setup-twitter.jpg);
}
content.setup .social-media-link .linkedin .logo {
	background-image: url(/images/icons/setup-linkedin.jpg);
}

content.setup .social-media-link .logo {
	background-repeat: no-repeat;
	background-position: top center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

content.setup .social-media-link .complete .logo,
content.setup .social-media-link div:hover .logo {
	background-position: bottom center;
}
content.setup .social-media-link div:hover {
	border-color: #3387c8;
}


/* =Content Custom Login *
 ________________________________________________________________________________________________ */

body.login header .wrapper {
	width: auto;
	max-width: 100%;
	padding: 0 25px;
}

body.login content {
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 25px 25px 25px 25px !important;
}

body.login content.first {
	padding: 10px 0 0 0;
	margin-top: -25px;
}

body.login header {
/*	margin-bottom: 50px;*/
		margin-bottom: 0px;
}

body.login footer {
	margin-top: 50px;
}

body.login form input[type=text], body.login form input[type=textfield], body.login form input[type=password], body.login form textarea  {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 8px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	width: 95%;*/
/*  max-width: 95%;*/
	margin-bottom: 4px;
}

body.login form input[type=text]:hover, body.login form input[type=textfield]:hover, body.login form input[type=password]:hover,
body.login form textarea:hover, body.login form select:hover {
	border: 1px solid #3387c8;
}


body.login form input[type=text]:focus, body.login form input[type=textfield]:focus, body.login form input[type=password]:focus,
body.login form textarea:focus, body.login form select:focus, body.login form input[type=text]:active, body.login form input[type=textfield]:active,
body.login form input[type=password]:active, body.login form textarea:active, body.login form select:active {
	border: 1px solid #3387c8;
}



body.login div.page-nav ul {
	width: auto;
	max-width: 100%;
	padding: 0 25px;
}

body.login a.button.green {
	margin: -25px 0 0 50px;
}

body.login content h4 {
/*	line-height: 35px;*/
	line-height: 20px;
	margin-top: 6x;
}

ul.links,
ul.links li {
	display: inline-block;
	background: #FFF;
	color: #3387c8;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
ul.links {
	width: 100%;
	min-width: 100%;
	margin-bottom: -6px;
	padding: 10px 0 0 0;
	background-color: rgba(50,135,200,.5);
}

ul.links li {
	padding: 0;
	margin-left: 8px;
	background-color: rgba(255,255,255,.20);
	overflow: hidden;
}

ul.links li a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 25px;
	color: #FFF;
}

ul.links li a:hover {
	background-color: rgba(255,255,255,.25);
}

ul.links li a.selected {
	background: #FFF;
	color: rgba(50,135,200,1);
}

ul.links.list,
ul.links.list li {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
ul.links.list li {
	float: none;  margin: 5px 0 0;  border-radius: none;
}

ul.links.list li a {
	text-align: left;
	background: #3387c8;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links.list li a:hover {
	background: #499bda;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links.list li a:focus,
ul.links.list li a:active {
	background: #165e96;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

ul.links a.button.green,
ul.links a.button.grey {
	margin: -4px 15px 0 20px;
	display: block;
	float: left;
	position: relative;
}

table {
	background: #FFF;  width: 100%;  margin: 0;
}
table.spacing tr {
	border: none;
	border-bottom: 10px solid rgba(245,245,245,.30);
}
table.spacing tr:last-child {
	border: none;
}
table.spacing td {
	font-size: 14px;
	color: #666;
	padding: 3px 10px;
}

table td, table th {
	padding: 8px 15px;
}
table td{
}

table tr th {
	background: #b2b2b2;  color: #FFF;  font-weight: 300;
}
table tr.headerfixed {
	background: #cdcdcd;position:relative;top:0;
}
table tr.header {
	background: #cdcdcd;
}
table tr.color {
	background: #fdfdfd;
}
table tr.bookmarked {
	background-image: url(/image/icons/bookmark.png);
	background-position: 10px top;

}
table tr.unread,
table tr.highlight,
table tr.highlighted {
	background: #fbfdff;
	font-weight: 500;
}
table tr.unread.color {
	background: #f2f6f9;
}
table.messages {
	cursor: pointer;
}

table tr td {
	color: #333;
	vertical-align: middle;
}
table tr td.title {
	color: #3387c8;
}

table tr td.bookmark {
	background-image: url(/images/icons/bookmark.png);
	background-position: 10px top;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table tr td a.email,
a.email {
	display: inline-block;
	background-image: url(/images/icons/content-envelope.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}
table tr td a.delete,
a.delete {
	display: inline-block;
	background-image: url(/images/icons/content-x.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.move-up,
a.move-up {
	display: inline-block;
	background-image: url(/images/icons/icon-up-25x25.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.move-down,
a.move-down {
	display: inline-block;
	background-image: url(/images/icons/icon-down-25x25.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.li_invite,
a.li_invite {
	display: inline-block;
	background-image: url(/images/icons/linkedin-16x16.png);
/*	background-position: center center;*/
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	margin: 0px;
/*	vertical-align: middle;*/
}

table tr td a.check,
a.check {
	display: inline-block;
	background-image: url(/images/icons/blue.png);
/*	background-position: center center;*/
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	margin: 0px;
/*	vertical-align: middle;*/
}

table tr td a.edit,
a.edit {
	display: inline-block;
	background-image: url(/images/icons/content-edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.forward,
a.forward {
	display: inline-block;
	background-image: url(/images/icons/content-edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.folder,
a.folder {
	display: inline-block;
	background-image: url(/images/icons/content-folder.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.no_folder,
a.no_folder {
	display: inline-block;
	background-image: url(/images/icons/content-no-folder.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.resume,
a.resume {
	display: inline-block;
	background-image: url(/images/icons/content-resume.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.no_resume,
a.no_resume {
	display: inline-block;
	background-image: url(/images/icons/content-no-resume.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.folder_name,
a.folder_name {
	display: inline-block;
	background-image: url(/images/icons/content-no-resume.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.note,
a.note {
	display: inline-block;
	background-image: url(/images/icons/content-note.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.refresh,
a.refresh {
	display: inline-block;
	background-image: url(/images/icons/content-refresh.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.alert,
a.alert {
	display: inline-block;
	background-image: url(/images/icons/content-alert.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.social_media,
a.social_media {
	display: inline-block;
	background-image: url(/images/icons/content-social-media.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}


table tr td a.save,
a.save {
	display: inline-block;
	background-image: url(/images/icons/content-paperclip.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

/*table tr td a.duplicate,*/
/*a.duplicate {*/
    /*display: inline-block;*/
    /*background-image: url(/images/icons/content-duplicate.png);*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*height: 30px;*/
    /*width: 25px;*/
    /*margin: 0 1px;*/
    /*vertical-align: middle;*/
/*}*/

table tr td a.autoboost-alert,
a.autoboost-alert {
    display: inline-block;
    background-image: url(/images/icons/boost.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 1px;
    vertical-align: middle;
}

table tr td a.social-media {
	display: inline-block;
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin: 0 1px;
	vertical-align: middle;
}

table tr td a.social-media.inactive {
	background-position: center bottom;
}

table tr td a.social-media.twitter-sp {
	background-image: url(/images/icons/icon-twitter-25x25.png);
}

table tr td a.social-media.linkedin-sp {
	background-image: url(/images/icons/icon-linkedin-25x25.png);
}

table tr td a.social-media.facebook-sp {
	background-image: url(/images/icons/icon-facebook-25x25.png);
}


content table tr:hover {
	background: #eef6fc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


span.star {
	background: url(/images/icons/star.png) no-repeat;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 2px;
}

span.star.half {
	background: url(/images/icons/star-half.png) no-repeat;
	width: 9px;
	height: 18px;
}

a.star {

}

a.star:hover {

}



content .container.admin {
	background: #FFF;
}
content .container.admin .title {
	color: #FFF;
	background: #3387c8;
}
content .container.admin .content  {
	padding: 10px;
	border: 1px solid #999;
	border-top: none;
}
content .container.admin .button {
	background: #3387c8;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
}

content alert {
	display: block;
	background: #C00 url(/images/icons/alert.png) no-repeat 15px center;
	color: #FFF;
	font-weight: 300;
	width: auto;
	font-size: 16px;
	padding: 15px 15px 15px 60px;
	border: 1px solid #FFF;
}





/* =Tabs for Tabbed Containers *
 ________________________________________________________________________________________________ */

ul.tabs,
ul.tabs li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.tabs {
	display: block;
	background: #FFF;
	float: none;
}
ul.tabs li {
	border: 5px solid #FFF;
	display: inline-block;
}
ul.tabs li a {
	background: #FFF;
	display: block;
	float: none;
	color: #FFF;
	padding: 0 30px;
	line-height: 55px;
}
ul.tabs li a:hover {
	background: #07519c;
	color: #FFF;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
ul.tabs li a.selected {
	background: #FFF;
	color: #0866c6;
}

/* =Options List *
 ________________________________________________________________________________________________ */
ul.options,
ul.options li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 14px;
}

ul.options {
	margin-bottom: 10px;
}

ul.options li {
	padding-left: 20px;
}

ul.options li a {
	color: #c6c6c6;
}

ul.options li a.selected {
	font-weight: 500;
	color: #5C9FD3;
}


/* =jQuery
 ________________________________________________________________________________________________ */
.jqueryPopup {
  z-index: 102;
  position: fixed;
}
.jqueryPopupBackground {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.jqueryPopupForm {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	background: #000;
	color: #FFF;
	padding: 5px;
}
.jqueryPopupForm div {
	margin: 25px 20px 0;
}
.jqueryPopupForm .submit {
	margin: 20px 0 0 20px;
}
.jqueryPopupClose {
  position: fixed;
  background: #2e2e2e;
  top: 20px;
  right: 20px;
  color: #FFF;
  z-index: 101;
  cursor: pointer;
  padding: 12px 40px 8px;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:hover {
  background: #3b3b3b;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:active {
  background: #4b4c4c;
  border: 3px solid #F00;
}
p.small {
  font-size: 13px;
}


#dropbox{
	position: relative;
	margin: 20px auto;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
	width: auto;
    max-width: 100%;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	border: 3px solid #0866c6;
	background: #FFF;


}
#dropbox .text{
	font-size: 40px;
    text-align: center;
    padding-top:160px;
    display: block;
	color: #0866c6;
}
#dropbox .text i{
	color:#ccc;
	font-size:15px;
}
#dropbox:before{
	border-radius:3px 3px 0 0;
}
#dropbox .preview{
	width:245px;
	height: 215px;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;

	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: auto;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}
#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;

	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;

	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}

div.search {
	width: 40%;
}
.search input[type=submit] {
	float: right;
	padding: 0 25px;
	margin: -38px 0 0 2px;
}



#map-google img {
    max-width: none !important;
}



/*  =Input Search  *
 ________________________________________________________________________________________________ */
div.inputsearch {
	border: 2px solid #0866c6;
	background: #FFF;
	margin-top: -2px;
	display: none;
	position: absolute;
}
div.inputsearch .result {
	color: #0866c6;
	font-weight: bold;
	padding: 5px 15px;
	cursor: pointer;
}
div.inputsearch .result:hover {
	background: #e0eefc;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}



/*  =Navigation  *
 ________________________________________________________________________________________________ */
div.sub-navigation {
	float: left;
	padding: 10px 0;
}
div.sub-navigation ul {
	list-style-type: none;
	margin-left: 60px;
}
div.sub-navigation ul li {
	margin: 0;
	padding: 10px 20px 2px;
	line-height: 25px;
	display: inline-block;
	color: #c57cdf;
}



/*  =Sidebar
 ________________________________________________________________________________________________ */
 sidebar {
	background: none;
	position: relative;
	float: left;
	max-width: 325px;
 }

 sidebar ul li {
	background-position: left 5px;
 }

 sidebar div.container {
	margin: 25px;
	background: #f6f5f5;
 }

 sidebar div.container.signup {
	background: #3387c8;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
 }

 sidebar div.container.signup div {
	padding-bottom: 8px;
 }

 sidebar div.container.signup input {
	padding: 5px;
 }

 sidebar div.container.signup .left.width50p input {
	max-width: 90%;
 }

 sidebar div.container.signup h2 {
	background: url(/images/icons/apply.png) no-repeat left center;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	font-size: 24px;
 }

 sidebar div.container.signup input[type=submit] {
	border: 2px solid #FFF;
	padding: 8px 25px;
	width: 100%;
	font-size: 16px;
 }

  sidebar div.container.signup div.file {
	padding: 0px 10px;
	background: #FFF;
	color: #3387c8;
	border: none;
	margin-left: 10px;
  }


/* =Messages *
 ________________________________________________________________________________________________ */

body.login content.messages_wrapper {
/*	margin-top: -25px;*/
	display: block;
}
body.login content.first.thread {
	padding: 0;
}
.thread div.container div.title {
	padding: 0;
	margin: 0;
}
.thread .sidebar {
	width: 275px;
/*	position: absolute;*/
	display: block;
	cursor: pointer;
	background: #fbfbfb;
}
.thread .sidebar div.search {
	width: 100%;
	background: #FFF;
	text-align: center;
}
.thread .sidebar .inputsearch {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-weight: 0;
	padding: 13px 8px;
	border: 1px solid #d2d1d1;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
    max-width: 100%;
	margin: 10px 0 10px;
	background: url(/images/icons/search.png) no-repeat 220px center;
}
.thread .sidebar ul,
.thread .sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.thread .sidebar ul {
	height: 500px;
	overflow: scroll;
}
.thread .sidebar li {
	cursor: pointer;
	background: #FFF;
	padding: 15px;
	border-bottom: solid #fbfbfb 1px;
	clear: both;
}
/*.thread .sidebar li img {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	margin-right: 15px;
}*/
.thread .sidebar li img {
	float: left;
/*	width: 40px;*/
/*	height: 40px;*/
/*	border: 1px solid #FFF;*/
	margin-right: 15px;
}
.thread .sidebar li div.left {
	color: #3387c8;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
}
.thread .sidebar li div.subject {
	color: #666666;
	font-size: 14px;
	padding-top: 5px;
}
.thread .sidebar li div.right {
	color: #a9a9a9;
	font-size: 10px;
	max-width: 60px;
	max-height: 12px;
	overflow: hidden;
}

.thread .sidebar li.highlight {
	background: #e9f2fa;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.thread .sidebar li.new {
	background: #eaeff5;
}

.thread .sidebar li.new div.left {
	background: url(/images/icons/new.png) no-repeat;
	padding-left: 40px;
	line-height: 12px;
}

.thread .sidebar li:hover {
	cursor: pointer;
	background: #d6e0eb;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.thread .sidebar li.selected {
	background: #3387c8;
}
.thread .sidebar li.selected a,
.thread .sidebar li.selected div {
	color: #EAEFF5;
}

.thread .thread {
	margin-left: 250px;
	border: 1px solid #EAEFF5;
	padding: 0;
	color: #333;
	height: 525px;
	width: auto;
	max-width: 100%;
	overflow: scroll;
}
.thread .thread ul,
.thread .thread li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.thread .thread div.header {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
/*	background: url(/images/icons/messages.png) no-repeat 35px center;*/
	background: url(/images/icons/email_icon.png) no-repeat 35px center;
}

.thread .thread div.header.archive {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/archive.png) no-repeat 35px center;
}

.thread .thread div.header.sent {
	padding: 20px 35px 20px 120px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/sent.png) no-repeat 35px center;
}

.thread .thread div.header .date {
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}

.thread .thread div.header .date.new {
	background: url(/images/icons/new.png) no-repeat left 5px;
	padding-left: 40px;
}

.thread .thread div.header .subject {
	font-size: 26px;
	line-height: 26px;
}

.thread .thread div.header a {
	display: inline-block;
	width: 25px;
	height: 15px;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin: 0 3px;
}

.thread .thread div.header a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}

.thread .thread div.header .buttons {
	margin: 25px 0 0 40px;
}

.thread .thread div.header a.reply {
	background: url(/images/icons/message-reply.png) no-repeat center center;
}

.thread .thread div.header a.archive {
	background: url(/images/icons/message-archive.png) no-repeat center center;
}

.thread .thread div.header a.delete {
	background: url(/images/icons/message-delete.png) no-repeat center center;
}


.thread .thread div.header .buttons div {
	float: left;
	margin: 0 5px;
}
.thread .thread div.header .buttons div.reply a {
	display: block;
	background: url(images/icons/ico-reply-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.reply a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.reply a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.forward a {
	display: block;
	background: url(images/icons/ico-forward-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.forward a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.forward a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.spam a {
	display: block;
	background: url(images/icons/ico-spam-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.spam a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.spam a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.folder a {
	display: block;
	background: url(images/icons/ico-folders-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.folder a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.folder a:active {
	background-position: bottom;
}

.thread .thread div.header .buttons div.trash a {
	display: block;
	background: url(images/icons/ico-trash-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.thread .thread div.header .buttons div.trash a:hover {
	background-position: middle;
}
.thread .thread div.header .buttons div.trash a:active {
	background-position: bottom;
}

.thread .thread div.header .actions {
	padding-left: 100px;
}


.thread .thread div.content div.header {
	padding: 20px;
	color: #a9a9a9;
	font-size: 13px;
}
.thread .thread div.content div.header img {
	height: 20px;
	width: 20px;
	float: left;
}
.thread .thread div.content div.header div.username {
	float: left;
	color: #666666;
	font-size: 15px;
}
.thread .thread div.content {
	font-size: 15px;
	color: #555;
	border-bottom:1px solid #0866c6 !important;
	padding: 20px 35px;
	overflow: scroll;
	max-height: 400px;
}

.thread .thread div.content li.header {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px;
}

.thread .thread div.content li.content {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px 15px 45px 15px;
}

.thread .thread div.footer {
	border-top: none;
	padding: 15px;
}
.thread .thread div.footer img {
	float: left;
	margin-right: 15px;
	height: 20px;
	width: 20px;
}
.thread .thread div.footer textarea {
	float: right;
}


.thread.faq .thread div.header {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/icon-faq-blue.png) no-repeat 35px center;
}

body.login content.first.messages_wrapper {
	padding: 0;
	margin-bottom: -25px;
}
.messages_wrapper div.container div.title {
	padding: 0;
	margin: 0;
}
/*messages sidebar width*/
.messages_wrapper .sidebar {
	width: 250px;
/*	position: absolute;*/
	display: block;
	cursor: pointer;
	background: #fbfbfb;
}
.messages_wrapper .sidebar div.search {
	width: 100%;
	background: #FFF;
	text-align: center;
}
.messages_wrapper .sidebar .inputsearch {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-weight: 0;
	padding: 13px 8px;
	border: 1px solid #d2d1d1;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
    max-width: 100%;
	margin: 0px 0 10px;
	background: url(/images/icons/search.png) no-repeat 220px center;
}
.messages_wrapper .sidebar ul,
.messages_wrapper .sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.messages_wrapper .sidebar ul {
/*	height: 450px;*/
	overflow-y: auto;
	overflow-x: hidden;
	margin-right:5px;
}
.messages_wrapper .sidebar li {
	cursor: pointer;
	background: #FFF;
	padding: 15px;
	border-bottom: solid #fbfbfb 1px;
	clear: both;
}
/*.messages_wrapper .sidebar li img {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #FFF;
	margin-right: 15px;
}
*/
.messages_wrapper .sidebar li img {
	float: left;
/*	width: 40px;*/
/*	height: 40px;*/
/*	border: 1px solid #FFF;*/
	margin-right: 15px;
/*	border:1px solid red;*/
	margin-top:-2px;
}
.messages_wrapper .sidebar li div.left {
	color: #3387c8;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
}
.current_folder_name, .current_folder_info, .current_folder_type, a.current_recipient_name {
	color: #fff;
}
.current_recipient_date, .current_folder_date {
	color: #fff;
}
.current_recipient_subject, .current_folder_subject {
	color: #fff;
}
.current_recipient_archive, .current_folder_archive {
	color: #fff;
}
.messages_wrapper .sidebar li div.subject {
	color: #666666;
	font-size: 14px;
	padding-top: 5px;
}

.messages_wrapper .sidebar li div.right {
	color: #a9a9a9;
	font-size: 10px;
	max-width: 60px;
	max-height: 12px;
	overflow: hidden;
}

.messages_wrapper .sidebar li.highlight {
	background: #e9f2fa;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.messages_wrapper .sidebar li.new {
	background: #eaeff5;
}

.messages_wrapper .sidebar li.new div.left {
	background: url(/images/icons/new.png) no-repeat;
	padding-left: 40px;
	line-height: 12px;
}

.messages_wrapper .sidebar li.current_message, .current_message{
/*	background: #d6e0eb;*/
	background:#6B9BC3;
}

.messages_wrapper .sidebar li.current_message div.left {
	line-height: 12px;
}

.messages_wrapper .sidebar li:hover {
	cursor: pointer;
	background: #D3D7DC; /*#969DA4;*/ /*orange;*/ /*#eaeff5*/
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.messages_wrapper .sidebar li.selected {
	background: #3387c8;
}
.messages_wrapper .sidebar li.selected a,
.messages_wrapper .sidebar li.selected div {
	color: #FFF;
}

/*messages sidebar width*/
.messages_wrapper .thread {
	padding: 0;
	color: #333;
	height: 525px;
	width: auto;
	max-width: 100%;
	overflow-y: auto;
}

.messages_wrapper .folders {
	padding: 0;
	color: #333;
	height: 525px;
	width: auto;
	max-width: 100%;
	overflow: none;
}

.messages_wrapper .thread ul,
.messages_wrapper .thread li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.messages_wrapper .thread div.header {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #efefef !important;
/*	background: url(/images/icons/messages.png) no-repeat 35px center;*/
	background: url(/images/icons/email_icon.png) no-repeat 35px center;
}
.messages_wrapper .thread div.reply_box {
	padding: 20px 35px 20px 34px;
	border-bottom: 1px solid #0866c6;
/*	background: url(/images/icons/messages.png) no-repeat 35px center;*/
}
.messages_wrapper .thread div.folder_item_box {
	padding: 8px 16px 10px 10px;
/*	background: url(/images/icons/resume_file.png) no-repeat 12px;*/
}
.messages_wrapper .thread div.folder_item_box .industry_name {
	width:260px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}
.messages_wrapper .thread div.folder_item_box .client_location {
	width:142px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}
.messages_wrapper .thread div.folder_item_box .submitted_text {
	width:116px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}
.messages_wrapper .sidebar li div.client_name {
	color: #666666;
	font-size: 10px;
	padding-top: 5px;
}
.messages_wrapper .sidebar li div.client_phone {
	color: #666666;
	font-size: 10px;
	padding-top: 5px;
}
.messages_wrapper .thread div.folder_item_box .location_contact {
	width:130px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 4px 6px 4px 8px;
}
.messages_wrapper .thread div.folder_item_box .submitted_date {
	width:230px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 4px 6px 4px 8px;
}
.messages_wrapper .thread div.folder_item_box .download {
	width:80px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 4px 6px 4px 8px;
}
.messages_wrapper .thread div.folder_item_box .rate {
	overflow:hidden;
	width:100px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 8px 6px 4px 4px;
}

.dashboard_rate {
	overflow:hidden;
	width:100px;
/*	font-size: 14px;*/
/*	line-height: 20px !important;*/
/*	color: #333;*/
	padding: 0px 2px 4px 4px !important;
/*	border:1px solid red;*/
}

.dashboard-module-see-all{
	float:right;font-size:14px;
}

div.dashboard_rate:hover {
/* background-color:#eef6fc !important;*/
	background-color:transparent !important;
}

.messages_wrapper .thread div.header.archive {
	padding: 20px 35px 20px 90px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/archive.png) no-repeat 35px center;
}

.messages_wrapper .thread div.header.sent {
	padding: 20px 35px 20px 120px;
	border-bottom: 1px solid #0866c6;
	background: url(/images/icons/sent.png) no-repeat 35px center;
}

.messages_wrapper .thread div.header .date {
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 4px 0;
}

.messages_wrapper .thread div.header .date.new {
	background: url(/images/icons/new.png) no-repeat left 5px;
	padding-left: 40px;
}

.messages_wrapper .thread div.header .subject {
	font-size: 26px;
	line-height: 26px;
}

.messages_wrapper .thread div.header a {
	display: inline-block;
	width: 25px;
	height: 15px;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin: 0 3px;
}

.messages_wrapper .thread div.header a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}

.messages_wrapper .thread div.header .buttons {
	margin: 25px 0 0 40px;
}

.messages_wrapper .thread div.header a.reply {
	background: url(/images/icons/message-reply.png) no-repeat center center;
}

.messages_wrapper .thread div.header a.archive {
	background: url(/images/icons/message-archive.png) no-repeat center center;
}

.messages_wrapper .thread div.header a.delete {
	background: url(/images/icons/message-delete.png) no-repeat center center;
}


.messages_wrapper .thread div.header .buttons div {
	float: left;
	margin: 0 5px;
}
.messages_wrapper .thread div.header .buttons div.reply a {
	display: block;
	background: url(images/icons/ico-reply-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages_wrapper .thread div.header .buttons div.reply a:hover {
	background-position: middle;
}
.messages_wrapper .thread div.header .buttons div.reply a:active {
	background-position: bottom;
}

.messages_wrapper .thread div.header .buttons div.forward a {
	display: block;
	background: url(images/icons/ico-forward-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages_wrapper .thread div.header .buttons div.forward a:hover {
	background-position: middle;
}
.messages_wrapper .thread div.header .buttons div.forward a:active {
	background-position: bottom;
}

.messages_wrapper .thread div.header .buttons div.spam a {
	display: block;
	background: url(images/icons/ico-spam-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages_wrapper .thread div.header .buttons div.spam a:hover {
	background-position: middle;
}
.messages_wrapper .thread div.header .buttons div.spam a:active {
	background-position: bottom;
}

.messages_wrapper .thread div.header .buttons div.folder a {
	display: block;
	background: url(images/icons/ico-folders-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages_wrapper .thread div.header .buttons div.folder a:hover {
	background-position: middle;
}
.messages_wrapper .thread div.header .buttons div.folder a:active {
	background-position: bottom;
}

.messages_wrapper .thread div.header .buttons div.trash a {
	display: block;
	background: url(images/icons/ico-trash-25x25.gif) no-repeat top;
	height: 25px;
	width: 25px;
}
.messages_wrapper .thread div.header .buttons div.trash a:hover {
	background-position: middle;
}
.messages_wrapper .thread div.header .buttons div.trash a:active {
	background-position: bottom;
}

.messages_wrapper .thread div.header .actions {
	padding-left: 100px;
}


.messages_wrapper .thread div.content div.header {
	padding: 20px;
	color: #a9a9a9;
	font-size: 13px;
}
.messages_wrapper .thread div.content div.header img {
	height: 20px;
	width: 20px;
	float: left;
}
.messages_wrapper .thread div.content div.header div.username {
	float: left;
	color: #666666;
	font-size: 15px;
}
.messages_wrapper .thread div.content {
	font-size: 15px;
	color: #555;
	border: 0;
	padding: 20px 35px;
	overflow: scroll;
	max-height: 400px;
}

.messages_wrapper .thread div.content li.header {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px;
}

.messages_wrapper .thread div.content li.content {
	border-bottom: 1px solid #a9a9a9;
	padding: 15px 15px 45px 15px;
}

.messages_wrapper .thread div.footer {
	border-top: none;
	padding: 15px;
}
.messages_wrapper .thread div.footer img {
	float: left;
	margin-right: 15px;
	height: 20px;
	width: 20px;
}
.messages_wrapper .thread div.footer textarea {
	float: right;
}


/* =Messages *
 ________________________________________________________________________________________________ */
content.dashboard {
	padding: 0;
	width: auto;
	background: 0;
	padding: 0;
}
content.dashboard div.container {
	max-width: 50%;
	width: 44%;
	float: left;
	margin: 0 0 50px;
	min-width: 0;
	padding: 0 3%;
}

content.dashboard div.container-wide {
	max-width: 50%;
	width: 44%;
	/*94% is full width*/
/*	width: 94%; */
	float: left;
	margin: 0 0 50px;
	min-width: 0;
	padding: 0 3%;
}


content.dashboard div.container div {
/*	padding: 20px;*/
	background: #FFF;
	width: auto;
	max-width: 100%;
}

content.dashboard div.container div.padding0 {
	padding: 0;
}


/*FOLDERS RELATED*/

.create-note-content-box{
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	padding: 6px;
	border: 1px solid #d2d1d1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:60px;
	margin-bottom: 15px;
}


/*  =Categories Box
 ________________________________________________________________________________________________ */
.categories {
	max-height: 300px;
	overflow: scroll;
}
.categories table tr:hover {
	background: none;
}
.categories table tr td {
	padding: 0;
	margin: 0;
}
.categories ul,
.categories li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.categories li a {
	display: block;
	line-height: 36px;
	padding: 0 10px 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	background: url(/media/get/42) no-repeat 5px;
    cursor: pointer;
}
.categories li li > a {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
    cursor: pointer;
}
.categories li a:hover {
	background: #e0eefc url(/media/get/42) no-repeat 5px;

}
.categories li a.selected {
	background: rgba( 75,200,30,0.1 ) url(/media/get/41) no-repeat 5px;
}
.categories li li a {
	padding-left: 55px;
}
.categories li li li a {
	padding-left: 75px;
}




/*  =Flexslider Components
 ________________________________________________________________________________________________ */


.flexslider#carousel {
	padding-bottom: 13px;
}
.flexslider#carousel li {
	text-align: center;
	color: #777;
	font-size: 13px;
	cursor: pointer;
}
.flexslider#carousel li:hover {
	color: #111;
}
.flexslider#carousel li img {
	max-width: 100px;
	height: auto;
	margin: 0 auto;
}

.flexslider-over {
	height: 190px;
	width: auto;
	max-width: 1100px;
	overflow: hidden;
	margin-top: -350px;
	padding-top: 160px;
}

.flexslider-over img {
	max-width: 50px;
	width: auto;
	height: auto;
	min-width: 0;
}

.flexslider-over a {
	display: inline-block;
}

.flexslider-over .icons a {
	margin-left: 30px;
	margin-right: 30px;
}

.flexslider-over a:hover > span.info {
	margin: 50px 0 0 -60px;
}

.flexslider-over .borderonly {
	font-size: 18px;
	padding: 9px 30px 5px;
}




/*  =Tags Box
 ________________________________________________________________________________________________ */
.tags {
	font-size: 12px;
}
.tags a {
	display: inline-block;
	margin-right: 20px;
	background: url(/media/get/75) no-repeat left center;
	line-height: 15px;
	padding-left: 20px;
}



/*  =Buttons
 ________________________________________________________________________________________________ */
a.alink.buttongreen {
	color: #FFF;
	background: #59B200;
	border: 2px solid #FFF;
	line-height: 26px;
	padding: 4px 10px;
	margin-left: 15px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
a.alink.buttongreen:hover {
	border: solid 2px #FFF;
	background: #07519c;
	color: #FFF;
}
a.alink.buttongreen:active,
a.alink.buttongreen:focus {
	background: #063d74;
	border: solid 2px #07519c;
	transition: border .5s ease-in-out;
	-moz-transition: border .5s ease-in-out;
	-webkit-transition: border .5s ease-in-out;
}



/*  =Popups
 ________________________________________________________________________________________________ */
.popup-standard-text {
	color:#666;
	font-weight:300;
	font-size:16px;
}
.popup-label-text {
	color:#666;
	font-weight:300;
	font-size:14px;
}
.popup-folder-options{
	color: #000;
	font-size: 13px;
	background:white;
	z-index:999999;
	border: 4px solid rgba(0,0,0,.3);
	display:none;
}

.popupBackground {
	display: none;
	top: 0;
	left: 0;
	background: url('/images/page/black-50p.png');
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999998;
}

.popupBackgroundNoFade {
	display: none;
	top: 0;
	left: 0;
	background: url('/images/page/black-50p.png');
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999998;
}

/*FOR NOTIFICATIONS*/
.popupBackgroundNotifications {
	display: none;
	top: 0;
	left: 0;

	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.show-notifications {
/*	display: none;*/
	overflow:hidden;
	background: #FFF;
/*	position: fixed;*/
/*	z-index: 999999999;*/
	position: absolute;
	z-index: 999999998;
/*	box-shadow: 0 0 0 2px rgba(72,61,139,.3);*/
/*	box-shadow: 0 0 0 2px #3387c8;*/
/*	left: 50%;*/
	top: 44px;
/*	margin-left: -350px;*/
	width: 500px;
	
/*	ADDITIONAL CSS*/
	background-color: rgba(255, 0, 0, 0.0);
}

.popup, .popup-authorize-and-begin, .popup-no-authorize, .popup-confirm-capture-and-begin, .popup-success-capture-and-begin, .popup-fail-capture-and-return, .popup-post-job-message, .popup-company-requirement, .popup-questions-requirement, .popup-add-stored-post, .popup-resume-to-folder, .popup-edit-stored-post, .popup-delete-stored-post, .popup-submit-resume-to-job, .popup-delete-candidate, .popup-delete-job, .popup-renew-job, .popup-invite-linkedin, .popup-upload-contacts, .popup-text-candidate, .popup-edit-template, .popup-edit-candidate, .popup-txt-msg-send-success, .popup-txt-msg-send-fail, .popup-mass-candidates-update-confirm, .popup-mass-candidates-text-confirm, .popup-mass-txt-msg-send-success, .popup-mass-txt-msg-send-fail, .popup-edit-folder, .popup-archive-folder, .popup-archive-msg-thread, .popup-ask-question-missing-info, .popup-sync-folder, .popup-mass-candidates-place-in-folder-confirm, .popup-create-note, .popup-create-note-success, .popup-forward-internet-resume, .popup-additional-broadcast-info-needed, .popup-times-missing-info, .popup-post-now, .popup-post-now-results, .popup-unarchive-folder, .popup-invite-to-linkedin-candidate, .popup-folder-note, .popup-archived-folder-note, .popup-download-internet-resume, .popup-download-climber-resume, .popup-request-resume, .popup-immediate-resume-request-result, .popup-open-confirm-folder-from-search-results, .popup-create-search-folder-result, .popup-mass-resume-request, .popup-immediate-mass-resume-request-result, .popup-open-confirm-add-results-to-folder, .popup-duplicate-job, .popup-selected-candidates-process, .popup-job-distributor-charge, .popup-form-result, .popup-eeoc-questions, .popup-add-coworker, .popup-send-res-to-coworker, .popup-choose-to-do-with-resume, .popup-edit-coworker, .popup-delete-coworker {
	display: none;
	overflow:hidden;
	background: #FFF;
	position: fixed;
	z-index: 999999999;
	box-shadow: 0 0 0 10px rgba(0,0,0,.3);
	left: 50%;
	top: 80px;
	margin-left: -350px;
	width: 700px;
}

.wide-popup, .popup-create-folder, .popup-edit-folder, .popup-searched-filter-options, .popup-broadcast-form, .popup-broadcast-group-options {
	display: none;
	overflow:hidden;
	background: #FFF;
	position: fixed;
	z-index: 999999999;
	box-shadow: 0 0 0 10px rgba(0,0,0,.3);
	left: 50%;
	top: 50px;
	margin-left: -420px;
	width: 840px;
}

.popup-ca-zipcode-set-country, .popup-billing-summary-datepicker, .popup-billing-summary-email-confirmation {
    display: none;
    overflow:hidden;
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 80px;
    margin-left: -300px;
    width: 600px;
}

.popup-apply-with-no-resume {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 20px;
    margin-left: -440px;
    width: 880px;
    max-height: 720px;
}

.popup-addedit-job-interview-question {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 40px;
    margin-left: -440px;
    width: 880px;
    max-height: 820px;
}

.popup-candidate-interview-questions {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 40px;
    margin-left: -410px;
    width: 820px;
    max-height: 720px;
}

.popup-add-autoboost {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 100px;
    margin-left: -410px;
    width: 820px;
    max-height: 800px;
}

.popup-add-sponsored {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 100px;
    margin-left: -410px;
    width: 820px;
    max-height: 800px;
}


.popup-share-job-email {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 20px;
    margin-left: -440px;
    width: 880px;
    max-height: 720px;
}

.popup-goodhire-status {
    display: none;
    overflow:hidden;
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 30px;
    margin-left: -370px;
    width: 740px;
}

.popup-apply-with-monster, .popup-apply-from-monster {
    display: none;
    overflow:fixed;
    background: #FFF;
    position: fixed;
    z-index: 1001;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 100px;
    margin-left: -320px;
    width: 640px;
}

/*.popup-admin-monster-post-result {*/
    /*display: none;*/
    /*overflow:fixed;*/
    /*background: #FFF;*/
    /*position: fixed;*/
    /*z-index: 999999999;*/
    /*box-shadow: 0 0 0 10px rgba(0,0,0,.3);*/
    /*left: 50%;*/
    /*top: 100px;*/
    /*margin-left: -320px;*/
    /*width: 640px;*/
/*}*/

.popup-goodhire-report-descriptions {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 32px;
    margin-left: -370px;
    width: 740px;
    height: 620px;
}

.popup-goodhire-purchase-flow {
	display: none;
/*	overflow:hidden;*/
	/*overflow-y:scroll;*/
	background: #FFF;
	position: fixed;
	z-index: 999999999;
	box-shadow: 0 0 0 10px rgba(0,0,0,.3);
	left: 50%;
	top: 20px;
	margin-left: -390px;
	width: 780px;
	height:680px;
}

.popup-goodhire-report-viewer {
    display: none;
    /*	overflow:hidden;*/
    /*overflow-y:scroll;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 20px;
    margin-left: -490px;
    width: 980px;
    height:720px;
}

.popup-li-company-share-authorization, .popup-li-company-share-choose-company {
    display: none;
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 140px;
    /*margin-left: -390px;*/
    /*width: 780px;*/
    margin-left: -350px;
    width: 700px;
}
.popup-interview-highlight-video, .popup-autoboost-highlight-video {
    display: none;
    /*	overflow:hidden;*/
    /*overflow-y:scroll;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 50px;
    margin-left: -390px;
    width: 780px;
    height: auto;
}

.popup-add-additional-job, .popup-account-information {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .3);
    left: 50%;
    top: 50px;
    margin-left: -390px;
    width: 780px;
    max-height: 720px;
}

.popup-add-message-type {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 220px;
    margin-left: -240px;
    width: 480px;
    max-height: 720px;
}

.popup-add-message-sub-type {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 220px;
    margin-left: -240px;
    width: 480px;
    max-height: 720px;
}

.popup-candidate-email-sender {
    display: none;
    /*	overflow:hidden;*/
    /*overflow-y:scroll;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 30px;
    margin-left: -440px;
    width: 880px !important;
    max-height: 800px !important;
}

.popup-account-message {
    display: none;
    /*overflow:hidden;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 220px;
    margin-left: -240px;
    width: 480px;
    max-height: 720px;
}

.popup-propose-chat-times {
    display: none;
    /*	overflow:hidden;*/
    /*overflow-y:scroll;*/
    background: #FFF;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0 0 0 10px rgba(0,0,0,.3);
    left: 50%;
    top: 30px;
    margin-left: -440px;
    width: 880px !important;
    max-height: 800px !important;
}

/*.popup h1, .popup-no-authorize h1, .popup-authorize-and-begin h1, .popup-confirm-capture-and-begin h1, .popup-success-capture-and-begin h1, .popup-fail-capture-and-return h1, .popup-post-job-message h1, .popup-company-requirement h1, .popup-questions-requirement h1, .popup-add-stored-post h1, .popup-create-folder h1, .popup-resume-to-folder h1, .popup-edit-stored-post h1, .popup-delete-stored-post h1, .popup-submit-resume-to-job h1, .popup-delete-candidate h1, .popup-delete-job h1, .popup-renew-job h1, .popup-renew-job h1, , .popup-invite-linkedin h1, .popup-upload-contacts h1, .popup-text-candidate h1, .popup-edit-template h1, .popup-edit-candidate h1, .popup-txt-msg-send-success h1, .popup-txt-msg-send-fail h1, .popup-mass-candidates-update-confirm h1, .popup-mass-candidates-text-confirm h1, .popup-mass-txt-msg-send-success h1, .popup-mass-txt-msg-send-fail h1, .popup-edit-folder h1, , .popup-archive-folder h1, .popup-archive-msg-thread h1, .popup-ask-question-missing-info h1, .popup-sync-folder h1, .popup-mass-candidates-place-in-folder-confirm h1, .popup-create-note h1, .popup-create-note-success h1, .popup-forward-internet-resume h1, .popup-additional-broadcast-info-needed h1, .popup-times-missing-info h1, .popup-post-now h1, .popup-post-now-results h1, .popup-unarchive-folder h1, .popup-invite-to-linkedin-candidate h1, .popup-searched-filter-options h1, .popup-broadcast-form h1 {
	text-align: left;
	font-size: 30px;
	margin: 0;
	background: #3387c8;
	color: #FFF;
	line-height: 30px;
	padding: 15px 25px;
	font-weight: 300;
}*/

.popup h1 img, .popup-no-authorize h1 img, .popup-authorize-and-begin h1 img, .popup-confirm-capture-and-begin h1 img, .popup-success-capture-and-begin h1 img, .popup-fail-capture-and-return h1 img, .popup-post-job-message h1 img, .popup-company-requirement h1 img, .popup-questions-requirement h1 img, .popup-add-stored-post h1 img, .popup-create-folder h1 img, .popup-resume-to-folder h1 img, .popup-edit-stored-post h1 img, .popup-delete-stored-post h1 img, .popup-submit-resume-to-job h1 img, .popup-delete-candidate h1 img, .popup-delete-job h1 img, .popup-renew-job h1 img, .popup-invite-linkedin h1 img, .popup-upload-contacts h1 img, .popup-text-candidate h1 img, .popup-edit-template h1 img, .popup-edit-candidate h1 img, .popup-txt-msg-send-success h1 img, .popup-txt-msg-send-fail h1 img, .popup-mass-candidates-update-confirm h1 img, .popup-mass-candidates-text-confirm h1 img, .popup-mass-txt-msg-send-success h1 img, .popup-mass-txt-msg-send-fail h1 img, .popup-edit-folder h1 img, .popup-archive-folder h1 img, .popup-archive-msg-thread h1 img, .popup-ask-question-missing-info h1 img, .popup-sync-folder h1 img, .popup-mass-candidates-place-in-folder-confirm h1 img, .popup-create-note h1 img, .popup-create-note-success h1 img, .popup-forward-internet-resume h1 img, .popup-additional-broadcast-info-needed h1 img, .popup-times-missing-info h1 img, .popup-post-now h1 img, .popup-post-now-results h1 img, .popup-unarchive-folder h1 img, .popup-invite-to-linkedin-candidate h1 img, .popup-searched-filter-options h1 img, .popup-broadcast-form h1 img, .popup-folder-note h1 img, .popup-archived-folder-note h1 img, .popup-download-internet-resume h1 img, .popup-download-climber-resume h1 img, .popup-request-resume h1 img, .popup-immediate-resume-request-result h1 img, .popup-mass-resume-request h1 img, .popup-immediate-mass-resume-request-result h1 img {
	margin: -3px 0 0 -7px;
	padding-right: 15px;
	max-width: 30px;
	height: auto;
}

.popup .content, .popup-no-authorize .content, .popup-authorize-and-begin .content, .popup-confirm-capture-and-begin .content, .popup-success-capture-and-begin .content, .popup-fail-capture-and-return .content, .popup-post-job-message .content, .popup-company-requirement .content, .popup-questions-requirement .content, .popup-add-stored-post .content, .popup-create-folder .content, .popup-resume-to-folder .content, .popup-edit-stored-post .content, .popup-delete-stored-post .content, .popup-submit-resume-to-job .content, .popup-delete-candidate .content, .popup-delete-job .content, .popup-renew-job .content, .popup-invite-linkedin .content, .popup-upload-contacts .content, .popup-text-candidate .content, .popup-edit-template .content, .popup-edit-candidate .content, .popup-txt-msg-send-success .content, .popup-txt-msg-send-fail .content, .popup-mass-candidates-update-confirm .content, .popup-mass-candidates-text-confirm .content, .popup-mass-txt-msg-send-success .content, .popup-mass-txt-msg-send-fail .content, .popup-edit-folder .content, .popup-archive-folder .content, .popup-archive-msg-thread .content, .popup-ask-question-missing-info .content, .popup-sync-folder .content, .popup-mass-candidates-place-in-folder-confirm .content, .popup-create-note .content, .popup-create-note-success .content, .popup-forward-internet-resume .content, .popup-additional-broadcast-info-needed .content, .popup-times-missing-info .content, .popup-post-now .content, .popup-post-now-results .content, .popup-unarchive-folder .content, .popup-invite-to-linkedin-candidate .content, .popup-searched-filter-options .content, .popup-broadcast-form .content, .popup-folder-note .content, .popup-archived-folder-note .content, .popup-download-internet-resume .content, .popup-download-climber-resume .content, .popup-request-resume .content, .popup-immediate-resume-request-result .content, .popup-open-confirm-folder-from-search-results .content, .popup-create-search-folder-result .content, .popup-mass-resume-request .content, .popup-immediate-mass-resume-request-result .content, .popup-open-confirm-add-results-to-folder .content, .popup-duplicate-job .content, .popup-broadcast-group-options .content, .popup-selected-candidates-process .content, .popup-job-distributor-charge .content, .popup-form-result .content, .popup-goodhire-status .content, .popup-goodhire-report-descriptions .content, .popup-apply-with-monster .content, .popup-apply-from-monster .content, .popup-eeoc-questions .content, .popup-add-coworker .content, .popup-send-res-to-coworker .content, .popup-choose-to-do-with-resume .content, .popup-edit-coworker .content, .popup-delete-coworker .content, .popup-admin-monster-post-result .content, .popup-apply-with-no-resume .content, .popup-ca-zipcode-set-country .content, .popup-billing-summary-datepicker .content, .popup-billing-summary-email-confirmation .content, .popup-share-job-email .content, .popup-li-company-share-authorization .content, .popup-li-company-share-choose-company .content, .popup-addedit-job-interview-question .content, .popup-candidate-interview-questions .content, .popup-interview-highlight-video .content, .popup-autoboost-highlight-video .content, .popup-add-additional-job .content, .popup-account-information .content, .popup-add-autoboost .content, .popup-add-message-type .content, .popup-add-message-sub-type .content, .popup-candidate-email-sender .content, .popup-account-message .content, .popup-propose-chat-times .content {
	text-align: left;
	padding: 35px;
	font-size: 18px;
	color: #333;
}

.popup .container, .popup-no-authorize .container, .popup-authorize-and-begin .container, .popup-confirm-capture-and-begin .container, .popup-success-capture-and-begin .container, .popup-fail-capture-and-return .container, .popup-post-job-message .container, .popup-company-requirement .container, .popup-questions-requirement .container, .popup-add-stored-post .container, .popup-create-folder .container, .popup-resume-to-folder .container, .popup-edit-stored-post .container, .popup-delete-stored-post .container, .popup-submit-resume-to-job .container, .popup-delete-candidate .container, .popup-delete-job .container, .popup-renew-job .container, .popup-invite-linkedin .container, .popup-upload-contacts .container, .popup-text-candidate .container, .popup-edit-template .container, .popup-edit-candidate .container, .popup-txt-msg-send-success .container, .popup-txt-msg-send-fail .container, .popup-mass-candidates-update-confirm .container, .popup-mass-candidates-text-confirm .container, .popup-mass-txt-msg-send-success .container, .popup-mass-txt-msg-send-fail .container, .popup-edit-folder .container, .popup-archive-folder .container, .popup-archive-msg-thread .container, .popup-ask-question-missing-info .container, .popup-sync-folder .container, .popup-mass-candidates-place-in-folder-confirm .container, .popup-create-note .container, .popup-create-note-success .container, .popup-forward-internet-resume .container, .popup-additional-broadcast-info-needed .container, .popup-times-missing-info .container, .popup-post-now .container, .popup-post-now-results .container, .popup-unarchive-folder .container, .popup-invite-to-linkedin-candidate .container, .popup-searched-filter-options .container, .popup-broadcast-form .container, .popup-folder-note .container, .popup-archived-folder-note .container, .popup-download-internet-resume .container, .popup-download-climber-resume .container, .popup-request-resume .container, .popup-immediate-resume-request-result .container, .popup-create-search-folder-result .container, .popup-mass-resume-request .container, .popup-immediate-mass-resume-request-result .container, .popup-open-confirm-add-results-to-folder .containerpopup-duplicate-job .container, .popup-broadcast-group-options .container, .popup-form-result .container, .popup-send-res-to-coworker .container {
	color: #666;
	font-weight: 300;
	font-size: 16px;
}

.popup .container.grey, .popup-no-authorize .container.grey, .popup-authorize-and-begin .container-grey, .popup-confirm-capture-and-begin .container-grey, .popup-success-capture-and-begin .container-grey, .popup-fail-capture-and-return .container-grey, .popup-post-job-message .container.grey, .popup-company-requirement .container.grey, .popup-questions-requirement .container.grey, .popup-add-stored-post .container.grey, .popup-create-folder .container.grey, .popup-resume-to-folder .container.grey, .popup-edit-stored-post .container.grey, .popup-delete-stored-post .container-grey, .popup-submit-resume-to-job .container-grey, .popup-delete-candidate .containter-grey, .popup-delete-job .container-grey, .popup-renew-job .container-grey, .popup-invite-linkedin .container-grey, .popup-upload-contacts .container-grey, .popup-text-candidate .container-grey, .popup-edit-template .container-grey, .popup-edit-candidate .container-grey, .popup-txt-msg-send-success .container-grey, .popup-txt-msg-send-fail .container-grey, .popup-mass-candidates-update-confirm .container-grey, .popup-mass-candidates-text-confirm .container-grey, .popup-mass-txt-msg-send-success .container-grey, .popup-mass-txt-msg-send-fail .container-grey, .popup-edit-folder .container-grey, .popup-archive-folder .container-grey, .popup-archive-msg-thread .containter-grey, .popup-ask-question-missing-info .container-grey, .popup-sync-folder .container-grey, .popup-mass-candidates-place-in-folder-confirm .container-grey, .popup-create-note .container-grey, .popup-create-note-success .container-grey, .popup-forward-internet-resume .container-grey, .popup-additional-broadcast-info-needed .container-grey, .popup-times-missing-info .container-grey, .popup-post-now .container-grey, .popup-post-now-results .container-grey, .popup-unarchive-folder .container-grey, .popup-invite-to-linkedin-candidate .container-grey, .popup-searched-filter-options .container-grey, .popup-broadcast-form .container-grey, .popup-folder-note .content-grey, .popup-archived-folder-note .content-grey, .popup-download-internet-resume .content-grey, .popup-download-climber-resume .container-grey, .popup-request-resume .container-grey {
	background: #f6f5f5;
	padding: 25px;
}

.popup span.small, .popup-no-authorize span.email, .popup-authorize-and-begin span.email, .popup-confirm-capture-and-begin span.email, .popup-success-capture-and-begin span.email, .popup-fail-capture-and-return span.email, .popup-post-job-message span.small, .popup-company-requirement span.small, .popup-questions-requirement span.small, .popup-add-stored-post span.email, .popup-create-folder span.email, .popup-resume-to-folder span.email, .popup-edit-stored-post span.email, .popup-delete-stored-post span.email, .popup-submit-resume-to-job span.email, .popup-delete-candidate span.email, .popup-delete-job span.email, .popup-renew-job span.email, .popup-invite-linkedin span.email, .popup-upload-contacts span.email, .popup-text-candidate span.email, .popup-edit-template span.email, .popup-edit-candidate span.email, .popup-txt-msg-send-success span.email, .popup-txt-msg-send-fail span.email, .popup-mass-candidates-update-confirm span.email, .popup-mass-candidates-text-confirm span.email, .popup-mass-txt-msg-send-success span.email, .popup-mass-txt-msg-send-fail span.email, .popup-edit-folder span.email, .popup-archive-folder span.email, .popup-archive-msg-thread span.email, .popup-ask-question-missing-info span.email, .popup-sync-folder span.email, .popup-mass-candidates-place-in-folder-confirm span.email, .popup-create-note span.email, .popup-create-note-success span.email, .popup-forward-internet-resume span.email, .popup-additional-broadcast-info-needed span.email, .popup-times-missing-info span.email, .popup-post-now span.email, .popup-unarchive-folder span.email, .popup-invite-to-linkedin-candidate span.email, .popup-searched-filter-options span.email, .popup-broadcast-form span.email, .popup-folder-note span.email, .popup-archived-folder-note span.email, .popup-request-resume span.email, .popup-broadcast-group-options span.email {
	display: block;
	line-height: 15px;
	width: 100%;
}
/*
.popup ul,
.popup li {
	display: block;
	margin: 0;
	padding: 0;
}
.popup ul {
	margin: 20px 0 30px;
}
.popup li {
	background: url(/images/icons/bullet-large.png) no-repeat left top;
	line-height: 35px;
	padding-left: 50px;
	margin: 5px 0 5px 25px;
}
.popup form {
}
*/
.popup form div, .popup-no-authorize form div, .popup-authorize-and-begin form div, .popup-success-capture-and-begin form div, .popup-fail-capture-and-return form div, .popup-post-job-message form div, .popup-questions-requirement form div, .popup-add-stored-post form div, .popup-create-folder form div, .popup-resume-to-folder form div, .popup-edit-stored-post form div, .popup-delete-stored-post form div, .popup-submit-resume-to-job form div, .popup-delete-candidate form div, .popup-delete-job form div, .popup-renew-job form div, .popup-edit-candidate form div, .popup-folder-note form div, .popup-archived-folder-note form div {
	margin-bottom: 10px;
}
.popup input[type=text], .popup-no-authorize input[type=text], .popup-authorize-and-begin input[type=text], .popup-success-capture-and-begin input[type=text], .popup-fail-capture-and-return input[type=text], .popup-post-job-message input[type=text], .popup-company-requirement input[type=text], .popup-questions-requirement input[type=text], .popup-add-stored-post input[type=text], .popup-create-folder input[type=text], .popup-resume-to-folder input[type=text], .popup-edit-stored-post input[type=text], .popup-delete-stored-post input[type=text], .popup-submit-resume-to-job input[type=text], .popup-delete-candidate input[type=text], .popup-delete-job input[type=text], .popup-renew-job input[type=text], .popup-invite-linkedin input[type=text], .popup-upload-contacts input[type=text], .popup-text-candidate input[type=text], .popup-edit-template input[type=text], .popup-edit-candidate input[type=text], .popup-mass-candidates-text-confirm input[type=text], .popup-mass-txt-msg-send-success input[type=text], .popup-mass-txt-msg-send-fail input[type=text], .popup-edit-folder input[type=text], .popup-archive-folder input[type=text], .popup-archive-msg-thread input[type=text], .popup-ask-question-missing-info input[type=text], .popup-sync-folder input[type=text], .popup-mass-candidates-place-in-folder-confirm input[type=text], .popup-create-note input[type=text], .popup-create-note-success input[type=text], .popup-forward-internet-resume input[type=text], .popup-additional-broadcast-info-needed input[type=text], .popup-times-missing-info input[type=text], .popup-post-now input[type=text], .popup-post-now-results input[type=text], .popup-unarchive-folder input[type=text], .popup-invite-to-linkedin-candidate input[type=text], .popup-searched-filter-options input[type=text], .popup-broadcast-form input[type=text], .popup-folder-note input[type=text], .popup-archived-folder-note input[type=text], .popup-download-internet-resume input[type=text], .popup-download-climber-resume input[type=text], .popup-request-resume input[type=text], .popup-open-confirm-folder-from-search-results input[type=text], .popup-create-search-folder-result input[type=text], .popup-mass-resume-request input[type=text], .popup-open-confirm-add-results-to-folder input[type=text], .popup-broadcast-group-options input[type=text], .popup-selected-candidates-process input[type=text] {
	border: 1px solid #d2d1d1;
	width: 95%;
	color: #000;
}
.popup input[type=submit], .popup-no-authorize input[type=submit], .popup-authorize-and-begin input[type=submit], .popup-success-capture-and-begin input[type=submit], .popup-fail-capture-and-return input[type=submit], .popup-post-job-message input[type=submit], .popup-company-requirement input[type=submit], .popup-questions-requirement input[type=submit], .popup-add-stored-post input[type=submit], .popup-create-folder input[type=submit], .popup-resume-to-folder input[type=submit], .popup-edit-stored-post input[type=submit], .popup-delete-stored-post input[type=submit], .popup-submit-resume-to-job input[type=submit], .popup-delete-candidate input[type=submit], .popup-delete-job input[type=submit], .popup-renew-job input[type=submit], .popup-invite-linkedin input[type=submit], .popup-upload-contacts input[type=submit], .popup-text-candidateinput [type=submit], .popup-edit-template [type=submit], .popup-edit-candidate [type=submit], .popup-mass-candidates-text-confirm [type=submit], .popup-mass-txt-msg-send-success input[type=submit], .popup-mass-txt-msg-send-fail input[typ=submit], .popup-edit-folder input[type=submit], .popup-archive-folder input[type=submit], .popup-archive-msg-thread input[type=submit], .popup-ask-question-missing-info input[type=submit], .popup-sync-folder input[type=submit], .popup-mass-candidates-place-in-folder-confirm input[type=submit], .popup-create-note input[type=submit], , .popup-create-note-success input[type=submit], .popup-forward-internet-resume input[type=submit], .popup-additional-broadcast-info-needed input[type=submit], .popup-times-missing-info input[type=submit], .popup-post-now input[type=submit], .popup-post-now-results input[type=submit], .popup-unarchive-folder input[type=submit], .popup-invite-to-linkedin-candidate input[type=submit], .popup-searched-filter-options input[type=submit], .popup-broadcast-form input[type=submit], .popup-folder-note input[type=submit], .popup-archived-folder-note input[type=submit], .popup-download-internet-resume input[type=submit], .popup-download-climber-resume input[type=submit], .popup-request-resume input[type=submit], .popup-open-confirm-folder-from-search-results input[type=submit], .popup-create-search-folder-result input[type=submit], .popup-mass-resume-request input[type=submit], .popup-open-confirm-add-results-to-folder input[type=submit], .popup-duplicate-job input[type=submit], .popup-broadcast-group-options input [type=submit], .popup-selected-candidates-process input [type=submit] {
	font-size: 16px;
/*	font-weight: bold;*/
	line-height: 34px;
	padding: 0 40px;
}

.popup-submit-button-update {
	margin-top:30px;
	text-align:center;
}

.popup-title{
	text-align:center;
	margin-bottom:12px;
}
.popup-title-left{
	text-align:left;
	margin-bottom:2px;
}
.popup-field-label{
/*	margin-bottom:12px;*/
	font-size:14px;
}
.popup-area-label{
/*	margin-bottom:12px;*/
	font-size:14px;
}
.popup-submit-button{
	width:160px;
	margin:0 auto;
}
.popup-submit-button-left{
	overflow:hidden;
/*	width:160px;*/
/*	margin:0 auto;*/
}

.popup-submit-button-right{
	overflow:hidden;
	float:right;
/*	width:160px;*/
/*	margin:0 auto;*/
}

.popup-password-form{
	width:230px;
	margin:0 auto;
}
.popup-upgrade-form{
	width:120px;
	margin:0 auto;
}



/*  =Charts
 ________________________________________________________________________________________________ */

.legend {
	text-align: center;
}

.legend .title {
    display: inline-block;
    margin: 0 25px 0 0;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0 0 10px;
}



/*  =Footer
 ________________________________________________________________________________________________ */

footer {
	background: #3387c8;
	margin-top: 25px;
	z-index: 98;
	font-size: 13px;
	clear: both;
	min-width: 950px;
}
footer .bottom .wrapper,
footer .top .wrapper {
	max-width: 1100px;
	width: auto;
	margin: 0 auto;
}

footer .top {
	padding: 30px 0;
	margin: 0;
	color: #FFF;
}
footer .top a {
	color: #FFF;
}
footer .bottom {
	background: #f9f9f9;
	color: #999;
	padding: 4px 0;
	margin: 0;
	font-size: 12px;
	vertical-align: middle;
	line-height: 24px;
}
footer .bottom a{
  color: #999;
}
footer .title {
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
footer .title span {
	color: #afd0e9;
}
footer hr {
	background: #afd0e9;
	height: 1px;
	border: none;
}
footer .top .left {
	float: left;
	width: 40%;
	padding: 0 5%;
}

footer .top ul,
footer .top li {
	list-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer .top li {
	width: auto;
	min-width: 50%;
	max-width: 50%;
	float: left;
}
footer .top li a {
	padding-left: 10px;
	display: block;
	width: auto;
	line-height: 25px;
}
footer .top li a:hover {
	background: #5097ce;
}


footer .bottom .left {
	margin: 0; padding: 0;
}
footer .bottom .logo {
/*	background: url( /images/home/climber-small.png );*/
	background: url( /images/header/catalyst_five_true_small.png );
	height: 24px;
	width: 126px;
	margin: 2px 0;
	float: left;
	margin-right: 20px;
}
footer .bottom .left a {
	padding: 0;
	position: relative;
	display: block;
	float: left;
	margin: 0 12px;
	line-height: 24px;
}
footer .bottom .left a:hover {
	color: #3387c8;
	text-decoration: underline;
}



/*  =Resized Home
 ________________________________________________________________________________________________ */

.mobilehide, .hidemobile, .mobile-hide {
	display: block;
}
td.mobilehide, td.hidemobile, td.mobile-hide, th.mobilehide, th.hidemobile, th.mobile-hide {
	display: table-cell;
}
.browserhide, .hidebrowser, .hide-browser {
	display: none;
}
td.browserhide, td.hidebrowser, td.hide-browser, th.browserhide, th.hidebrowser, th.hide-browser {
	display: none;
}

@media screen and (max-width: 1100px) {
    content div.container.container20p {
        float: none;    max-width: 100%;
        width: 100%;    margin: 0 0 40px;
    }
    content div.container.container70p {
        float: none;    margin: 0 0 40px;
        width: 100%;    max-width: 100%;
    }
}

/* Minimum width of 960 pixels. */
@media screen and (max-width: 1030px) {
	header {  width: auto;  }
	.tabs .tab {  float: none;  }
	.tabs .tabr {  float: none;  }
	.tabs .tab33 {  width: 100%;  }
	.tabs .tab66 {  width: 100%;  }
}

/* Minimum width of 960 pixels. */
@media screen and (max-width: 880px) {
	content div.container {  margin: 10px;  }
	sidebar ul.menubar li {  width: 160px;  }
	sidebar ul.menubar li a {  padding-left: 10px;  }
	sidebar div.menubar-current {  width: 200px;  background: #7e3386;  }
}

@media screen and (max-width: 750px) {
	.mobilehide, .hidemobile, .mobile-hide, th.mobilehide, th.hidemobile, th.hide-mobile, td.mobilehide, td.hidemobile, td.hide-mobile {
		display: none;
	}
	.browserhide, .hidebrowser, .hide-browser {
		display: block;
	}
	th.browserhide, th.hidebrowser, th.hide-browser, td.browserhide, td.hidebrowser, td.hide-browser {
		display: table-cell;
	}
	content div.page-title {
		background: #FFF;  padding: 5px;  display: block;
	}
	content div.page-title h1 {
		font-size: 21px;
	}
	content div.page-title .small, content .small {
		font-size: 11px;
	}
	div.sublinks li a {  padding: 0 6px;  margin: 0 4px;  }
}



/*  =Tablet
 ________________________________________________________________________________________________ */

@media screen and (max-width: 600px) {

}


/*  =Mobile Phone
 ________________________________________________________________________________________________ */
/* Minimum width of 425 pixels. */
@media screen and (max-width: 425px) {
	.content_wrapper {  padding: 0 20px;  }
	content table {  font-size: 12px;  }
}


/*  =Custom
 ________________________________________________________________________________________________ */

.block {  display: block;  }
.widthhalf, .coworkers-assigned-to-job {
	width: auto;    max-width: 50%;
	width: 49%;     padding: 0 !important;
	margin: 0;      float: left;
}
.width10p {  width: 10%;  }
.width15p {  width: 15%;  }
.width20p {  width: 20%;  }
.width25p {  width: 25%;  }
.width30p {  width: 30%;  }
.width35p {  width: 35%;  }

.width40p {  max-width: 40%;  width: 40%;  }
.width45p {
	width: 45%;  max-width: 45%;  min-width: 45%;
}
.width60p {  max-width: 60%;  width: 60%;  }
.width50p {  max-width: 50%;  width: 50%;  }
.width60p {  max-width: 60%;  width: 60%;  }
.width65p {  max-width: 65%;  width: 65%;  }
.width70p {  max-width: 70%;  width: 70%;  }
.width85p {  max-width: 85%;  width: 85%;  }
.width100p {  max-width: 100%;  width: 100%;  }
.width100p, div.width100p, input.width100p, input[type=text].width100p {
    width: 100%;  max-width: 100%;
}

.width10 {  max-width: 10px;  width: 10px;  }
.width60 {  max-width: 60px;  width: 60px;  }
.width100 {  max-width: 100px;  width: 100px;  }
.width140 {  max-width: 140px;  width: 140px;  }
.width180 {  max-width: 180px;  width: 180px;  }
.width250 {  max-width: 250px;  width: 250px;  }
.width275 {  max-width: 275px !important;  width: 275px !important;  }

.margin0 {  margin: 0 !important;  }
.padding0, .paddingnone {  padding: 0 !important;  }

.margintm10 {  margin-top: -10px;  }
.margintm20 {  margin-top: -20px;  }
.margintm70 {  margin-top: -70px;  }

.margintb20 {  margin-top: 20px;  margin-bottom: 20px;  }
.margintb25 {  margin-top: 25px;  margin-bottom: 25px;  }
.marginlr25 {  margin-left: 25px;  margin-right: 25px;  }

content.margint0, .margint0 {
	margin-top: 0;
}
.margint5 {  margin-top: 5px;  }
.margint10 {  margin-top: 10px;  }
.margint20 {  margin-top: 20px;  }
.margint40 {  margin-top: 40px;  }
.marginr15 {  margin-right: 15px;  }
.marginr20 {  margin-right: 20px;  }
.marginr40 {  margin-right: 40px;  }

.paddingtb15 {  padding-top: 14px;  padding-bottom: 14px;  }
.container.paddingtb60, .paddingtb60 {
	padding-top: 70px;  padding-bottom: 70px;
}
.margintm10 {  margin-top: -40px;  }
.marginr10p {  margin-right: 10%;  }
.marginr5p {  margin-right: 5%;  }
.margint0 {  margin-top: 0;  }
.margint15 {  margin-top: 15px;  }
.margint25 {  margin-top: 25px;  }

.marginb0 {  margin-bottom: 0;  }
.marginb10 {  margin-bottom: 10px;  }
.marginb15 {  margin-bottom: 15px;  }
.marginb20 {  margin-bottom: 20px;  }
.marginb50 {  margin-bottom: 50px;  }

.marginl20 {  margin-left: 20px;  }
.marginl30 {  margin-left: 30px;  }
.marginl40 {  margin-left: 40px;  }

.marginlr10 {  margin-left: 10px;  margin-right: 10px;  }
.marginlr25 {  margin-left: 25px;  margin-right: 25px;  }
.marginlr45 {  margin-left: 45px;  margin-right: 45px;  }

.margin0 {  margin: 0 !important;  }
.padding0, .paddingnone {  padding: 0 !important;  }

.padding10 {  padding: 10px !important;  }
.padding20 {  padding: 20px;  }
.padding25 {  padding: 25px;  }
.padding30 {  padding: 30px;  }
.padding35 {  padding: 35px;  }
.padding40 {  padding: 40px;  }
.padding45 {  padding: 45px;  }

.paddingtb10 {  padding-top: 10px;  padding-bottom: 10px;  }
.paddingtb20 {  padding-top: 20px;  padding-bottom: 20px;  }
.paddinglr20 {  padding-left: 20px;  padding-right: 20px;  }
.paddinglr25 {  padding-left: 25px;  padding-right: 25px;  }
.paddinglr30 {  padding-left: 30px;  padding-right: 30px;  }

.paddingt50 {  padding-top: 50px;  }
.paddingt60 {  padding-top: 60px;  }
.paddingt80 {  padding-top: 80px;  }
.paddingt5 {  padding-top: 5px;  }
.paddingt15 {  padding-top: 15px;  }
.paddingt20 {  padding-top: 20px;  }
.paddingr20 {  padding-right: 20px;  }
.paddingr40 {  padding-right: 40px;  }
.paddingl20 {  padding-left: 20px !important;  }
.paddingl40 {  padding-left: 40px;  }

.font-small {  font-size: 15px;  }
.hidden {  display: none;  }


/* Error Messages */
#errorExplanation {
	border: 2px solid #800508;
	padding: 7px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 26px;
	background-color: #F0F0F0;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#error_explanation {
	border: 2px solid #800508;
	padding: 0px 7px;
	margin-top: 0px;
	margin-bottom: 26px;
	background-color: #F0F0F0;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* top label that says "2 errors prohibited this user from being saved */
#errorExplanation h2{
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
	font-size: 11pt;
	margin: -7px;
	background-color: #c00;
	color:#ddd;
}
#error_explanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
	font-size: 11pt;
	margin: -7px -7px 7px -7px;
	background-color: #c00;
	color:#ddd;
/*	border:1px solid blue;*/
}

/* text that says "There were problems with the following fields */
#errorExplanation p, #error_explanation p {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	padding:14px 0px 6px 0px;
}

/* text for each explanation */
#errorExplanation ul li {
	font-size:  10pt;
	list-style: disc;
	color:#EF5225;
	margin:0px 0px 2px 18px;
}
#error_explanation ul {
	margin-top:10px;
	text-align:left;
	font-size:  10pt;
	list-style: disc;
	margin:0px 0px 2px 18px;
}
#error_explanation li {
	text-align:left;
	font-size:  10pt;
	list-style: disc;
	margin:0px 0px 2px 18px;
	color:#EF5225;
}

/* ERROR REPORTING STYLES */

/*input:focus{*/
/*input.fieldWithErrors*/

/*this will highlight those fields with errors */

/*input.fieldWithErrors:{*/

.fieldWithErrors input[type="text"], .fieldWithErrors input[type="text"]:hover, .fieldWithErrors input[type="text"]:focus {
	margin: 0px;
	padding: 8px;
	height:37px;
	background-color: #ddd;
	display: table;

	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
/*	width:600px;*/
	border:3px solid red;
}


.fieldWithErrors #user_company_type, .fieldWithErrors #user_industry_id {
	margin: 0px;
	padding: 0px 8px;
	height:37px;
	background-color: #ddd;
	display: table;

	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
/*	width:600px;*/
	border:3px solid red;
}



/*FLASHBOX RELATED*/

/*flash success*/
#flash-box {
	font-family: Verdana, Arial, sans-serif;
	font-size: 160%;
/*	font-weight: bold;*/
	color: #4981ce;
/*	background-color:#161616;*/
	height:auto; /*3.0em*/
	padding:0px 2.5em;
	margin-top:12px;


/*	font-size: 24px;*/
/*	font-weight: 0;*/
/*	line-height: 24px;*/
/*	color: #FFF;*/
/*	background: #3387c8;*/
/*	padding: 20px 15px;*/
/*	border-radius: 2px 2px 0 0;*/

/*	border:5px solid orange;*/

}

#flash-success-content {
	overflow:hidden;
	text-align:center;
	min-height:1.1em;
	max-width:800px;
	margin: 0em auto 10px auto;

	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background-color: #3387c8;
	padding: 12px 12px;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#flash-notice-content {
	overflow:hidden;
	text-align:center;
	min-height:1.1em;
	max-width:800px;
	margin: 0em auto 10px auto;

	font-size: 18px;
	line-height: 18px;
	color: #FFF;
/*	background-color: #C14E4E;*/
	background-color: #3387c8;
	padding: 12px 12px;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#flash-error-content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align:center;
	font-weight: bold;
	color:darkorange;
	padding:0.5em;
	margin: 0em auto 10px auto;
	border: 4px solid #161616;
	/* background: #bdc url(/images/header.jpg) repeat-x; */
	/*	background: #234567 url(/images/flash.jpg) repeat-x;*/
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.message-form-subject{
	height:30px;
}
.message-form-window{
	height:60px;
}



/*** RATING STARS RELATED ***/
.on {
background-position: 0 18px;
}

.rating{
float:left;
}

.rating_star {
background:url('/images/stars.png') 0 0;
width:18px;
height:18px;
display:block;
float:left;
}

/*** CANDIDATES RELATED ***/
.select-folder{
	width:140px;
}
.message-show-select-folder{
	width:140px;
/*	height:20px;*/
}

.select-job-for-mobile-text{
	width:260px;
}


/*PAGE - ANALYTICS*/
.job-analytics-fixed-duration{
	float:left;color:#3387c8;font-size:14px;margin-right:26px;
}
.job-analytics-fixed-duration-selected{
	float:left;color:#3387c8;font-weight:bold;font-size:14px;margin-right:26px;
}
.jobs-analytics-duration-box{
  overflow:hidden;margin-bottom:14px;padding:0 6px;
}

/*JOBS CONTROLLER VIEW ACTIONS RELATED*/

.search_results_li {
	width:600px;
	background:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}


/*SMART FOLDER RELATED*/

#smart-folder-create-table, #smart-folder-edit-table {

}
#smart-folder-create-table td, #smart-folder-edit-table td {
	padding:0px 0px 0px 0px !important;
/*	border:1px solid red;*/
	width:50% !important;
}

.smart-folder-attr-label {
	font-size:13px;
	color:#565656;
}

.added-industry-to-smart {
	font-size:14px;
	background-color:#efefef;
	margin-bottom:4px !important;
	padding:4px 6px 2px 6px;
	border:1px solid #a9a9a9;
	display:none;
}

.folder-create-or-update-notice-box,
.smart-folder-create-notice-box,
.broadcast-cand-cnt-notice-box,
.broadcast-create-notice-box,
.send-broadcast-test-fail-notice
{font-size:16px;color:red;text-align:center;background-color:#F0D3D3;margin-bottom:10px;border:1px solid darkred;height:auto;width:100%;padding:4px;display:none;} /*display:none;*/

.send-broadcast-test-success-notice
{font-size:16px;color:darkgreen;text-align:center;background-color:#99CC99;margin-bottom:10px;border:1px solid green;height:20px;width:96%;padding:4px;display:none;}


/*BILLING (CURRENTLY STEP 3 AFTER SETUP)*/


.step_3 .left_step{
	width:72.61%;
	float: left;
	margin-right: 2%;
	overflow:hidden;
}
.step_3 .left_step .start_step{
	overflow: hidden;
	padding-top: 6px;
}
.step_3 .left_step .start_step div{
	font-weight: 300;
	display: block;
}
.step_3 .left_step .start_step div:first-child{
	color: #3387c8;
	font-size: 39px;
	margin-bottom: 10px;
	line-height: 38px;
}
.step_3 .left_step .start_step div:first-child+span{
	margin-top: 5px;
}
.step_3 .left_step .box_step{
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 300;
}
.step_3 .left_step .box_step .title_step{
	font-size: 39px;
	margin-bottom: 50px;
	color: #3387c8;
}
.step_3 .left_step .box_step .title_step span:first-child{
	border-radius: 50%;
	background:#3387c8;
	color: #fff;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 24px;
	line-height: 39px;
}
.step_3 .left_step .box_step  form .top_form{
	background: #3387c8;
	color: #fff;
	width: 52.55%;
	text-align: center;
	padding: 10px;
	position: relative;
	margin: 0 auto;
}
.step_3 .left_step .box_step form div.top_center{
	background: url('/images/billing/satisfaction.png') no-repeat;
	padding-top: 37px;
	background-position: 94%;
	position: relative;
	margin-top: -27px;
}

.step_3 .left_step .box_step  form .bottom_form input[type=radio]{
	margin-top:-4px;
/*	padding-top:0px;*/
/*	border: 1px solid #151515;*/
}
.step_3 .left_step .box_step  form .top_form input[type=radio]{
	border: 1px solid #fff;
/*	margin-left: 30px;*/
}

.step_3 .left_step .box_step  form .top_form input[type=radio]:checked:after{
/*	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin-top: -1px;
	margin-left: -1px;*/
	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: #fff;
	position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


/*.step_3 .left_step .box_step  form input[type=radio]{
	border-radius: 50%;
	padding: 2px;
	width: 10px;
	height: 10px;
}
.step_3 .left_step .box_step  form .top_form input[type=radio]{
	border: 1px solid #fff;
	margin-left: 30px;
}
.step_3 .left_step .box_step  form .top_form input[type=radio]:first-child{
	margin-left: 0px;
}
.step_3 .left_step .box_step  form input[type=radio]:checked:after{
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin-top: -1px;
	margin-left: -1px;
}
.step_3 .left_step .box_step  form input[type=radio]:checked:after input[type=radio]{
	padding: 0;
}
.step_3 .left_step .box_step  form .top_form input[type=radio]:checked:after{
	background: #fff;
}
.step_3 .left_step .box_step  form .bottom_form input[type=radio]:checked:after{
	background: #151515;
}
*/
.step_3 .left_step .box_step  form .satisfaction_logo{
	float: left;  margin-top: -24px;  position: relative;
}
.step_3 .left_step .box_step  form .bottom_form div{
	float: left;
}
.step_3 .left_step .box_step  form .bottom_form div.input_right{
	float: right;           -webkit-box-sizing: border-box;
	padding-right: 30px;    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.step_3 .left_step .box_step  form .bottom_form .line_form{
	margin-bottom: 10px;    border-bottom: 1px solid #e5e5e5;
	width: 100%;            padding-bottom: 10px;
}
.step_3 .left_step .box_step  form .bottom_form .line_form:last-child{
	margin-bottom: 0;  padding-bottom: 0;  border-bottom: none;
}
.step_3 .left_step .box_step  form .bottom_form{
	padding: 50px 10px 30px 10px;
	margin-top: -25px;
	float: left;
	clear: both;
	width: 100%;
	background-color: #efefef;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.step_3 .left_step .box_step  form .bottom_form .input_middle {
    width: 65%;
}
.step_3 .left_step .box_step  form .bottom_form .input_middle span, .step_3 .left_step .box_step  form .bottom_form .input_right span:first-child+span{
	font-size: 18px;  font-weight: 600;
}
.step_3 .left_step .box_step  form .bottom_form .input_middle p, .step_3 .left_step .box_step  form .bottom_form .input_right span:first-child{
	font-size: 13px;  font-weight: 300;
}
.step_3 .left_step .box_step  form .bottom_form .input_right span{
	display: block;
}
.step_3 .left_step .box_step  form .bottom_form .input_left{
	padding: 8px;           -webkit-box-sizing: border-box;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.step_3 .left_step .box_step .card{
	margin-bottom: 30px;  overflow: hidden;
}
.step_3 .left_step .box_step .card a{
	width: 70px;        background-repeat: no-repeat;
	height: 42px;       margin-left: 10px;
	display: block;     float: left;
}
.step_3 .left_step .box_step .card a:first-child{
    background-image:url('/images/billing/bank_12.png');
}
.step_3 .left_step .box_step .card a:first-child:hover{
    background-image:url('/images/billing/bank_1.png');
}
.step_3 .left_step .box_step .card a:first-child+a{
    background-image:url('/images/billing/bank_2.png');
}
.step_3 .left_step .box_step .card a:first-child+a:hover{
    background-image:url('/images/billing/bank_22.png');
}
.step_3 .left_step .box_step .card a:first-child+a+a{
    background-image:url('/images/billing/bank_3.png');
}
.step_3 .left_step .box_step .card a:first-child+a+a:hover{
    background-image:url('/images/billing/bank_32.png');
}
.step_3 .left_step .box_step .card a:first-child+a+a+a{
    background-image:url('/images/billing/bank_4.png');
}
.step_3 .left_step .box_step .card a:first-child+a+a+a:hover{
    background-image:url('/images/billing/bank_42.png');
}
.step_3 .left_step .box_step .card_form, .step_3 .left_step .box_step .card_need{
	float: left;
}
.step_3 .left_step .box_step .card_form{
    width: 48.93%;  margin-right: 2%;
}
.step_3 .left_step .box_step .card_form form label{
	width: 25%;  float: left;  padding-top: 7px;
}
.step_3 .left_step .box_step .card_form form div.form label{
    margin-right: 5px;
}
.step_3 .left_step .box_step .card_form form input[type='text']{
	width: 75%;  font-weight: 300;
}
.step_3 .left_step .box_step .card_form form div.select_input{
	width: 45%;  float: left;
}
.step_3 .left_step .box_step .card_form form div.select_input  label.selector{
	position: relative;
	width: 112px;
	padding: 0;
	margin: 0;
	display: inline-block;
	border: 1px solid #d2d1d1;
	overflow: hidden;
}
.step_3 .left_step .box_step .card_form form div.select_input  label.selector select{
	width: 120%;
	border: none;
	outline: none;
	background: #fff;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    margin-bottom: 0;
    max-width: 200%;
}
.step_3 .left_step .box_step .card_form form div.select_input  label.second_select{
	margin-left: 10px;
}
.step_3 .left_step .box_step .card_form form div.select_input  label.selector span{
	display: inline-block;
	z-index: 3333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 29px;
	background-image: url('/images/billing/select.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events:none;
}
.step_3 .left_step .box_step .card_form form div.select_input select{
	height: 35px;
}
.step_3 .left_step .box_step .card_form form div.cvv{
	width: 30%;  float: left;  text-align: right;
}
.step_3 .left_step .box_step .card_form form div.cvv input[type='text']{
	width: 70%;  height: 35px;
}
.step_3 .left_step .box_step .card_form form input{
	margin-bottom: 10px;        -webkit-box-sizing: border-box;
	box-sizing: border-box;     -moz-box-sizing: border-box;
}
.step_3 .left_step .box_step .card_form form .checked_button{
	overflow: hidden;
}
.step_3 .left_step .box_step .card_form form .checked_button input{
/*float: left;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 3px;
padding: 2px;
width: 15px;
height: 15px;
background-color: #efefef;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(bottom, #ddd 0%, #f0f0f0 100%);
background-image: -o-linear-gradient(bottom, #ddd 0%, #f0f0f0 100%);
background-image: -webkit-linear-gradient(bottom, #ddd 0%, #f0f0f0 100%);
background-image: linear-gradient(bottom, #ddd 0%, #f0f0f0 100%);
*/
}
/*.step_3 .left_step .box_step .card_form form .checked_button input[type=checkbox]:checked:after{
	background: url('/images/billing/check.png') no-repeat center;
}
*/.step_3 .left_step .box_step .card_form form .checked_button label{
	width: 93%;         padding-top: 0;
	float: right;       color: #535353;
}
.step_3 .left_step .box_step .card_form form .btn_submit{
	margin-top: 30px;
}
.step_3 .left_step .box_step .card_form form .btn_submit input{
	font-size: 24px;        border: 1px solid #1cad1f;
	font-weight: 300;       border-bottom: 4px solid #1cad1f;
	background:#43cf47;
}
.step_3 .left_step .box_step .card_form form .btn_submit input:hover{
	background: #85dd87;
}
.step_3 .left_step .box_step .card_form form .btn_submit input:focus{
	background: #1cad1f;
}
.step_3 .left_step .box_step img{
	display: block;  margin-bottom: 22px;
}
.step_3 .left_step .box_step .card_need b{
	color: #151515;
}
.step_3 .left_step .box_step .card_need{
	background: #efefef;    -webkit-box-sizing: border-box;
	padding: 20px;          -moz-box-sizing: border-box;
	width: 44%;             box-sizing: border-box;
	color: #535353;
}
.step_3 .right_step{
    float: left;  width: 25%;  overflow: hidden;
}
.step_3 .right_step .call_box{
	background: #efefef;  padding: 20px;  text-align: center;
}
.step_3 .right_step .call_box span{
	display: block;     margin-bottom: 30px;
	font-size: 39px;    color: #5e5e5e;
	font-weight: 300;   line-height: 38px;
}
.step_3 .right_step span:first-child{
	font-weight: 600;
}
.step_3 .right_step .social_boxes{
	margin-top: 30px;  overflow: hidden;
}
.step_3 .right_step .social_boxes .social_links{
	font-weight: 300;
}
.step_3 .right_step .social_boxes .social_links a{
	float: left;  color: #151515;  margin-bottom: 15px;
}
.step_3 .right_step .social_boxes .social_links a:hover{
	color: #3387c8;
}
.step_3 .right_step .social_boxes .social_links .boo{
	overflow:hidden;
}
.step_3 .right_step .quotes .line_top{
    height: 40px;  background: url('/images/billing/quotes.png') no-repeat center;
}
.step_3 .right_step .quotes {  margin-top: 50px;  }
.step_3 .right_step .quotes .line{
	height: 1px;        margin-bottom: -20px;
	display: block;     background: #efefef;
}
.step_3 .right_step .quotes .quote_box{
	margin-top: 20px;       border-bottom: 1px solid #efefef;
    overflow: hidden;       margin-bottom: 20px;
	padding-bottom: 20px;
}
.step_3 .right_step .quotes .quote_box .image_left{
	width: 55px;  height: 55px;  float: left;
}
.step_3 .right_step .quotes .quote_box .image_left img{
	border-radius: 50%;  border: 2px solid #efefef;
}
.step_3 .right_step .quotes .quote_box .text_right{
	float: left;    margin-left: 3%;
	width: 79%;     font-weight: 300;
}
.step_3 .right_step .quotes .quote_box .text_right span{
	color: #535353;
}
.ro-edit-checkbox {
    margin-left: 30px !important;  margin-right: 5px !important;
}

@media only screen and (max-width:1600px) {
    .step_3 .left_step .box_step .card_form form div.cvv {
        width: 100%;    margin-top: 10px;
        float: left;    text-align: left;
    }
    .step_3 .left_step .box_step .card_form form div.cvv input[type='text'] {
        width: 20%;
    }
    .step_3 .left_step .box_step .card_form form div.select_input {
        width: 75%;
    }
}
@media only screen and (max-width:1350px){
    .step_3 .right_step .quotes .quote_box .image_left{
        float: none;  margin: 0 auto;
    }
    .step_3 .right_step .quotes .quote_box .text_right {
        margin-left: 0;     margin-top: 10px;
        width: 100%;        text-align: center;
    }
}
@media only screen and (max-width:1320px){
    .step_3 .left_step .box_step .card_form form label {
        width: 100%;  padding-bottom: 7px;  padding-top: 0;
    }
    .step_3 .left_step .box_step .card_form form input[type='text'] {
        width: 100%;
    }
    .step_3 .left_step .box_step .card_form form .btn_submit {
        margin-top: 20px;
    }
}
@media only screen and (max-width:1250px){
    .step_3 .left_step .box_step form .top_form{
        width: 70%;  margin: 0;  padding: 10px 10px 10px 20px;
    }
}
@media only screen and (max-width:1010px){
    .step_3 .left_step .box_step .card_form form div.select_input {
        width: 100%;
    }
}

/*NOTICE BOXES FOR SHORT_POSTINGS NEW AND EDIT VIEWS*/
.notice-box, .monster-not-complete-notice-box, .craigslist-not-complete-notice-box
{font-size:16px;color:red;text-align:center;background-color:#F0D3D3;margin:0 auto 10px auto;border:1px solid darkred;height:auto;width:80%;padding:8px;display:none;}

/* recruiting organization related */
.ro_template_preview_image {  width: 600px;  }

.dialog_overlay {
    width: 100%;        background-color: rgba(0, 0, 0, .4);
    height: 100%;       position: fixed;
    left: 0;            z-index: 999999;
    right: 0;           top: 0;
    bottom: 0;          display: none;
}
.ro_image_loading_div {
    height: 100%;       text-align: center;
    width: 100%;        padding-bottom: 10%;
    padding-top: 10%;
}
#ro_image_dialog {
    width: 70vw;        border: 1px solid black;
    margin: auto;       background-color: white;
    left: 0;            z-index: 9999999;
    right: 0;           position: fixed;
    top: 10%;           display: none;
}
.dialog_footer {  height: 50px;  border-top: 1px solid #727272;  width: 100%;  }
.dialog_footer button {  margin: 14px 50px;  }
.ro_image_display {  padding: 20px 50px 30px; text-align: center; max-height: 70vh; overflow-y: auto; }
.ro_image_select, .ro_image_display h3 {  margin-bottom: 20px;  }
.ro_image_select img {  border: 10px solid white; margin-left: -10px;  }
.selected_ro_image {  border-color: #3387c8 !important;  }
.faux_file_text_div {  display: inline-block; width: 160px; margin-left: 5px;  }
.image_option_inline {  display: inline-block;  }

@media (max-width: 968px) {
    #ro_image_dialog {  top: 2%;  width: 85vw;  }
    .ro_image_display {  padding: 20px 40px 30px;  }
}
@media (max-width: 660px) {
    #ro_image_dialog {  top: 1%;  width: 94vw;  }
    .ro_image_display {  padding: 20px 30px 30px;  }
    .dialog_footer button {  margin: 14px 30px;  }
}
