@font-face {
    font-family: 'ubuntu-light';
    src: url('fonts/Ubuntu-Light.woff');
    src: url('fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Light.woff') format('woff'),
         url('fonts/Ubuntu-Light.ttf') format('truetype'),
         url('fonts/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-regular';
    src: url('fonts/Ubuntu-Regular.woff');
    src: url('fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Regular.woff') format('woff'),
         url('fonts/Ubuntu-Regular.ttf') format('truetype'),
         url('fonts/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-bold';
    src: url('fonts/Ubuntu-Bold.woff');
    src: url('fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-Bold.woff') format('woff'),
         url('fonts/Ubuntu-Bold.ttf') format('truetype'),
         url('fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body
{
	height: 100%;
	width: 100%;
	background: #FFF;
}

table, tr, td, th
{
	background: transparent;
}

/*pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #006650;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #006650;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #006650;
		
		font-weight: bold;
		background-color: #006650;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
body
{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5
{
	padding: 0;
	margin: 0;
}

strong
{
}

a
{
	color: #006650;
}

.clear
{
	clear: both;
}

hr
{
	border: none;
	border-bottom: 1px solid #ccc;
}

img
{
	border: none;
	vertical-align: middle;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.headerItem
{
	padding: 0 8px;
	border-left: 1px solid #2F8647;
	line-height: 50px;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	margin-top: -10px;
	height: 50px;
}

.headerItem > a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.noteText
{
	font-size: 12px;
	color: #f77;
	font-family: 'roboto-light', Arial;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 80%;
}

.hintText
{
	font-size: 12px;
	color: #999;
	font-family: 'roboto-light', Arial;
	display: inline-block;
	vertical-align: middle;
}



.notification_bubble
{
	background: #f00;
    height: 16px;
    width: 16px;
	padding: 2px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    font-size: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}


/* Login */

.loginContainer
{
	width: 480px;
	margin: 0 auto;
	background: url('../images/transBg.png');
	border-radius: 25px;
	padding: 10px;
	box-shadow: 1px 1px 1px #ccc;
}

.loginBox
{
	color: #fff;
	padding: 30px;
	background: url('../images/loginBg.jpg') #333;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	float: left;
	height: 250px;
	width: 246px;
	
}

.loginInput
{
	padding: 10px;
	font-size: 12px;
	border-radius: 6px;
	height: 20px;
	border: none;
	background: #666;
	width: 222px;
	box-shadow: 1px 1px 5px #333;
	color: #fff;
	
}

.loginText
{
	font-size: 11px;
	color: #ccc;
}

.loginText placeholder
{
	color: #fff;
}


.loginButton
{
	float: right;	
	height: 310px;
	width: 174px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	vertical-align: middle;
}

.loginButton img
{
	vertical-align: middle;
	
}

.loginFooter
{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	color: #333;
}

.action_link
{
	color: #006650;
	text-decoration: underline;
	cursor: pointer;
}

.action_link:hover
{
	color: #E00000;
}

.action_button
{
	background: #006650;
	color: #fff !important;
	padding: 10px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}

/* Admin */

.header {
		height: 40px;
		background: #006650;
		background: #7ccfff;
background: -moz-linear-gradient(top, #006650 0%, #006650 8%, #025846 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
background: -webkit-linear-gradient(top, #14895F 0%,#14895F 8%,#025846 100%);
background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006650', endColorstr='#025846',GradientType=0 );
		color:#55585d;
		width:auto;
		overflow:hidden;
		width: 100%;
		z-index:1;
		position: fixed;
		border-bottom:1px solid #0061a9;
		height: 50px;
	}
	
	.logo
	{
		float: left;
		padding-top: 10px;
		padding-left: 20px;
	}
	
	.headerRight
	{
		float: right;
		padding-right: 20px;
		padding-top: 10px;
		color: #fff;
		font-size: 14px;
	}
	
	.topSpace
	{
		height: 50px;
	}

.leftNav
{
	width: 20%;
	float: left;
	background: #f1f1f1;
	height: 100%;
	position: fixed;
}

.leftNav a
{
	color: #333;
}

.centralNav
{
	width: 98%;
	float: right;
	padding: 1%;
}


.adminTable tr:hover
{
	background: #f1f1f1;
}


.adminTable th
{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background: #f1f1f1;
}

.column_header:hover
{
	cursor: pointer;
}

.column_header[data-state="1"]
{
	background: #1ff11f;
}
.column_header[data-state="0"]
{
	background: #f1f1f1;
}
.column_header[data-state="-1"]
{
	background: #1aa11a;
	color: #fff;
}

.adminTable td
{
	font-size: 14px;
	border-bottom: 1px solid #eee;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.altRow
{
	background: #fafafa;
}

.leftNav ul
{
	padding: 0px;
	margin-top: 10px;
}

.leftNav li
{
	list-style: none;
	padding: 10px;
	padding-left: 20px;
	font-weight: 300;
}

.leftNav a
{
	text-decoration: none;
}

.leftNav li:hover
{
	background: #e1e1e1;
	font-weight: 700;
}

.leftNavActive
{
	background: #fff;
	font-weight: 700;

}

.navHeader
{	
	color: #006650;
	font-size: 14px;
	list-style: none;
	font-weight: 400;
	margin-top: 10px;
}

.navHeader:hover
{
	background: #f1f1f1 !important;
}

.leftNavSearch
{
	padding: 20px;
	padding-bottom: 5px;
}

.leftNavSearch input
{
	width: 100% !important;
}

.ui-widget-header {
	border: 1px solid #025846;
	background: #7ccfff;
	background: -moz-linear-gradient(top, #006650 0%, #006650 8%, #025846 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
	background: -webkit-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ccfff', endColorstr='#117dcf',GradientType=0 );
	color: #fff;
	font-weight: bold;
	}

.popUpTable td
{
	font-size:  12px;
}

.formHeader
	{
		padding: 10px;
		text-align: center;
		background: #006650 ;
		color: #fff;
		font-size: 16px;
		font-family: 'ubuntu-bold', sans-serif;
		border-radius: 4px;
	}
	
	.backButton
	{
		background: #fefefe; /* Old browsers */
		background: -moz-linear-gradient(top, #fefefe 0%, #dee1e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dee1e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* IE10+ */
		background: linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dee1e7',GradientType=0 ); /* IE6-9 */
		padding: 8px;
		color: #333 !important;
		border: 1px solid #aaa;
		font-size: 12px;
		cursor: pointer;
		border-radius: 4px;
	}
	
	.divButton
	{
		background: #fefefe; /* Old browsers */
		background: -moz-linear-gradient(top, #fefefe 0%, #dee1e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dee1e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* IE10+ */
		background: linear-gradient(top, #fefefe 0%,#dee1e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dee1e7',GradientType=0 ); /* IE6-9 */
		padding: 8px;
		color: #333 !important;
		border: 1px solid #aaa;
		font-size: 12px;
		cursor: pointer;
		border-radius: 4px;
		display: inline-block;
		width: auto;
	}
	
	.formPad
	{
		padding: 20px;
		background: #fafafa;
	}
	
	.form label
	{
		font-size: 14px;
		font-weight: normal;
	}
	
	.form .subText
	{
		font-size: 11px;
		color: #999;
	}
	
	.formLeft
	{
		float: left;
		width: 40%;
	}
	
	.formRight
	{
		float: left;
		width: 40%;
	}
	
	input[type="date"],input[type="number"],input[type="text"],input[type="email"],input[type="password"], select {
		border:1px solid #dadada;
		height:28px;
		font-family: 'ubuntu-regular', Arial, sans-serif;
		padding-left:10px;
		padding-right:10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color:#555555;
		background-color:#FFF;
		width: 80%;
		font-size: 12px;
	}
	
	textarea
	{
		border:1px solid #dadada;
		font-family: 'ubuntu-regular', Arial, sans-serif;
		padding-left:10px;
		padding-right:10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color:#555555;
		background-color:#FFF;
		width: 80%;
		font-size: 12px;
		min-height: 100px;
	}
	
	.submitButton
	{
		display: inline-block;
		background: #006650;
		background: -moz-linear-gradient(top, #006650 0%, #006650 8%, #025846 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
		background: -webkit-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		padding: 10px;
		color: #fff !important;
		border: 1px solid #025846;
		font-size: 11px;
		cursor: pointer;
		border-radius: 4px;
		margin-right: 10px;
		text-decoration: none;
	}
	
	.submitButton[disabled]
	{
		opacity: 0.65; 
		cursor: not-allowed;
	}
	
	.headerText
	{
		font-size: 22px;
		font-family: 'ubuntu-bold', sans-serif;
	}
	
	.formLabel, .smalltext
	{
		font-size: 14px;
		font-weight: 700;
	}
	
	.blueButton, .redButton, .blueButton2
	{
		font-size: 11px;
		text-decoration: none;
	}
	
	.blueButton2
	{
		display: inline-block;
		background: #c00 ;
		background: -moz-linear-gradient(top, #7ccfff 0%, #4ebcfc 8%, #117dcf 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
		background: -webkit-linear-gradient(top, #7ccfff 0%,#4ebcfc 8%,#117dcf 100%);
		background: -o-linear-gradient(top, #7ccfff 0%,#4ebcfc 8%,#117dcf 100%);
		background: -ms-linear-gradient(top, #7ccfff 0%,#4ebcfc 8%,#117dcf 100%);
		background: linear-gradient(top, #7ccfff 0%,#4ebcfc 8%,#117dcf 100%);
		border: 1px solid #4ebcfc;
		padding: 10px;
		border-radius: 4px;
		color: #fff;
		margin-right: 5px;
	}
	
	.blueButton
	{
		display: inline-block;
		background: #006650 ;
		background: -moz-linear-gradient(top, #006650 0%, #006650 8%, #025846 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
		background: -webkit-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		border: 1px solid #025846;
		padding: 10px;
		border-radius: 4px;
		color: #fff;
		margin-right: 5px;
	}
	
	.redButton
	{
		display: inline-block;
		background: #c00;
		background: -moz-linear-gradient(top, #c00 0%, #c00 8%, #800 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00), color-stop(8%,#900), color-stop(100%,#800));
		background: -webkit-linear-gradient(top, #c00 0%,#c00 8%,#800 100%);
		background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
		border: 1px solid #800;
		padding: 10px;
		border-radius: 4px;
		color: #fff;
	}
	
	

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }



.jobListingCategory
{
	float: left;
	width: 30%;
}

.jobListingCategory ul
{
	list-style: none;
}

.jobListingCategory li
{
	padding: 10px;
}

.jobListingListings
{
	float: left;
	width: 60%;
}

.leftJobListing
{
	float: left;
	width: 48%;
}

.rightJobListing
{
	float: right;
	width: 48%;
}

.jobListingsTable
{
	font-size: 12px;
}

.greyAsterix
{
	color: #ccc;
	font-size: 24px;
}

.salary, .contact
{
	width: 335px !important;
}

.contact
{
	width: 405px !important;
}

.contact2
{
	width: 205px !important;
}

.error{
	color: #FF0000;
	font-size:18px;
}

.success{
	color: #33CC00; 
	background-color:white;
	font-size:18px;
}


/* New KF Dashboard */

.admin_left
{
	background: #222;
	height: 100%;
	width: 5%;
	float: left;
	position: fixed;
	z-index: 999;
}

.admin_right
{
	width: 95%;
	float: right;
}

.admin_left_menu_item
{
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	border-left: 3px solid #222;
	border-right: 3px solid #222;
	position: relative;
}

.admin_left_menu_item2
{
	background: #2D2D2D;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	border-left: 3px solid #2D2D2D;
	border-right: 3px solid #2D2D2D;
}

.admin_left_menu_item:hover, .admin_left_menu_item2:hover
{
	border-left: 3px solid #1FCB8E;
	cursor: pointer;
}

.admin_left_menu_item_active
{
	border-left: 3px solid #1FCB8E;
}

.admin_left_menu_item img, .admin_left_menu_item2 img
{
	margin-bottom: 2px;
}

.admin_left_menu_others
{
	background: #222222;
	border-radius: 4px;
	position: fixed;
	left: 5%;
	top: 62px;
	color: #fff;
	z-index: 999;
	margin-left: 10px;
	display: none;
	min-width: 210px;
}

.leftNavActive
{
	background: #13855E;
}

.admin_left_menu_others ul
{
	margin-left: -40px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.admin_left_menu_others ul li
{
	text-align: left;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	padding-left: 30px;
}

.admin_left_menu_others ul a
{
	text-decoration: none;
	font-weight: normal;
}

.admin_left_menu_others_header
{
	color: #13855E !important;
	font-size: 16px;
	padding-left: 10px !important;
	font-weight: bold;
}





.admin_left_menu_marketing
{
	background: #222222;
	border-radius: 4px;
	position: fixed;
	left: 5%;
	top: 147px;
	color: #fff;
	z-index: 999;
	margin-left: 10px;
	display: none;
	min-width: 210px;
}

.admin_left_menu_marketing ul
{
	margin-left: -40px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.admin_left_menu_marketing ul li
{
	text-align: left;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	padding-left: 30px;
}

.admin_left_menu_marketingul a
{
	text-decoration: none;
	font-weight: normal;
}

.admin_left_menu_marketing_header
{
	color: #13855E !important;
	font-size: 16px;
	padding-left: 10px !important;
	font-weight: bold;
}



.admin_left_top
{
	font-size: 9px;
	color: #666;
	padding-top: 5px;
	text-align: center;
	height: 50px;
	background: #333;
}

.admin_left_top img
{
	width: 100%;
}

.admin_right_header
{
	height: 55px;
	background: #006650;
	background: #006650;
	background: -moz-linear-gradient(top, #006650 0%, #006650 8%, #025846 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccfff), color-stop(8%,#4ebcfc), color-stop(100%,#117dcf));
	background: -webkit-linear-gradient(top, #14895F 0%,#14895F 8%,#025846 100%);
	background: -o-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	background: -ms-linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	background: linear-gradient(top, #006650 0%,#006650 8%,#025846 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006650', endColorstr='#025846',GradientType=0 );
	color:#55585d;
	width:auto;
	overflow:hidden;
	width: 100%;
	z-index:1;
	position: fixed;
	border-bottom:1px solid #0061a9;
	height: 55px;
}

.admin_right_header_item_1
{
	float: left;
	border-right: 1px solid #13855D;
	color: #fff;
	font-size: 10px;
	min-width: 150px;
	padding-left: 10px;
	padding-top: 5px;
	height: 50px;
}

.admin_right_header_item_1 img
{
	border-radius: 50%;
}

.admin_right_header_item_1_username
{
	font-size: 12px;
	font-weight: bold;
}

.admin_right_header_item_2
{
	float: left;
	border-left: 1px solid #035B47;
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 11px;
	height: 50px;
	font-weight: bold;
}

.admin_right_header_item_2 img
{
	vertical-align: middle;
	margin-right: 5px;
}



@media only screen and (min-width: 1440px) and (max-width: 2560px)
{
	.leftNav
	{
		width: 11%;
		float: left;
	}
	
	.centralNav
	{
		width: 98%;
		float: right;
		padding: 1%;
	}
}

body#cke_pastebin\ {
    position: inherit !important;
    top: 0px !important;
    width: 100% !important;
    height: 629px !important;
    overflow: scroll !important;
    margin: 0px !important;
    padding: 0px !important;
    left: 1000px !important;

}

