body {
 background: none repeat scroll 0 0 #fff;
 color: #666;
 font-family: Verdana, Geneva, sans-serif !important;
 font-size: 13.7px !important;
}
.inputs {
 max-width: 280px;
}
.text-orange {
 color: #f90;
}
.btn-warning {
 color: #fff;
 background-color: #f90;
 border-color: #ddd;
}
.btn-warning:hover {
 color: #fff;
 background-color: #ff8900;
 border-color: #ddd;
}
.fw-bold {
 font-weight: 700;
}
.lead {
 font-size: 1.25rem!important;
 font-weight: 300;
}
.float-left {
 float: left;
}
.float-right {
 float: right;
}
.mb-0 {
 margin-bottom: 0;
}
.mb-1 {
 margin-bottom: 0.25rem!important;
}
.mb-2 {
 margin-bottom: 0.5rem!important;
}
.mb-3 {
 margin-bottom: 1rem!important;
}
.mb-4 {
 margin-bottom: 1.5rem!important;
}
.mb-5 {
 margin-bottom: 3rem!important;
}
.mt-0 {
 margin-top: 0;
}
.mt-1 {
 margin-top: 0.25rem!important;
}
.mt-2 {
 margin-top: 0.5rem!important;
}
.mt-3 {
 margin-top: 1rem!important;
}
.mt-4 {
 margin-top: 1.5rem!important;
}
.mt-5 {
 margin-top: 3rem!important;
}
.pb-0 {
 padding-bottom: 0;
}
.w-100 {
 width: 100%;
}
.w-auto {
 width: auto !important;
}
.grad {
 border: 1px solid #d9dedf;
 width: 100%;
 padding: 10px;
 overflow: hidden;
}
.LightGrayGradient {
 background: url("/assets/img/sprite3.png") repeat-x;
 background-position: 0 -154px;
}
ul.accessibility {
 position: absolute;
 top: -100%;
}
ul {
 list-style: none outside none;
}
.ja-wrapper {
 clear: both;
 height: auto;
 margin: 0 auto;
 width: 1010px;
}
@media only screen and ( max-width:768px ) {
	.ja-wrapper-width-auto {
		max-width: 1010px!important;
		width: auto;
	}
}

#ja-headerwrap {
 position: relative;
 z-index: 999;
 margin-top: 8px;
}

a {
 color: #16a9cd;
 text-decoration: none;
}
a:hover {
 color: #16a9cd;
 text-decoration: underline;
}
.hand {
 cursor: pointer;
}
.inputbox {
 font-size: 13px;
 font-weight: normal;
 color: #1d68a9;
 border: solid 1px #cccccc;
 background-color: #eff6fd;
 margin: 3px;
}
.button {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 background-color: #f90;
 border-color: #ddd #ddd #ccc;
 border-image: none;
 border-style: solid;
 border-width: 1px;
 color: #fff;
 padding: 4px 8px;
 font-size: 11px;
 width: 85px;
 cursor: pointer;
 font-weight: bold;
}
.icon {
 float: left;
 width: 100%;
 margin-left: 12px;
}
.paging {
 text-align: center;
 padding-top: 20px;
 border-top: 1px solid #cdcdcd;
 width: 80%;
 margin-top: 20px;
}
.paging.display {
 text-align: right;
}
.paging a,
.paging span {
 padding: 2px 8px;
 font-weight: 400;
}
.paging span {
 text-decoration: none;
 background-color: #f56114;
 color: #fff;
 border-color: #f56114;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.paging span2 {
 font-weight: 400;
 color: #f56114;
}
.paging a,
.paging a:visited {
 color: #f56114;
 text-decoration: none;
 border: 1px solid #f56114;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.paging a:hover {
 text-decoration: none;
 background-color: #f56114;
 color: #fff;
 border-color: #f56114;
}
.paging span.prn {
 font-size: 13px;
 font-weight: 400;
 color: #f56114;
}
.paging a.prn,
.paging a.prn:visited {
 border: 2px solid #f56114;
}
.paging a.prn:hover {
 border-color: #f56114;
}
.paging p#total_count {
 color: #f56114;
 font-size: 12px;
 font-weight: 700;
 padding-top: 8px;
 padding-left: 18px;
}
.paging p#total_display {
 color: #f56114;
 font-size: 12px;
 padding-top: 10px;
}
.tag {
 border-bottom: 1px solid #dedede;
 float: left;
 margin-bottom: 12px;
 margin-top: 10px;
 width: 78%;
}
/*Map Canvas*/
.map {
  height: 280px;
}
.map-head {
  background: #f1f9ff;
  box-shadow: 0 1px 10px 0 #b1dbee inset;
  font-size: 18px;
}

#map_canvas {
  float: left;
  height: 225px;
  width: 536px;
  margin: 5px;
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*Map Canvas*/
#category {
 position: relative;
 z-index: 10;
 width: 950px;
 height: 195px;
}
#category ul {
 margin: 0;
 padding: 0;
}
#category ul li {
 float: left;
 width: 180px;
 display: inline;
 margin: 5px 0 5px 4px;
 cursor: pointer;
 padding: 0;
}
#search {
 position: relative;
 z-index: 10;
 width: 950px;
 height: 85px;
 margin-top: 10px;
}
.search_box {
 float: left;
 width: 300px;
 margin-left: 60px;
}
.search_box_last {
 float: left;
 width: 300px;
 margin-top: 17px;
 margin-left: -13px;
}
.trsti {
 float: left;
 width: 152px;
}
.clear {
 clear: both;
}
#footer {
 background: none repeat scroll 0 0 #f3f3f3;
 border-top: 1px solid #ccc;
 clear: both;
 padding: 8px 0;
 position: relative;
 height: 80px;
 width: 100%;
}
.copy {
 margin: 10px 0;
}
.copy1 {
 float: left;
 width: 360px;
 font-size: 11px;
}
.copy2 {
 float: right;
 font-size: 11px;
 margin-right: 18px;
}
.footer_bottom {
 float: left;
}
.footer_bottom1 {
 float: right;
 margin-right: 5px;
}
.footer_bottom ul {
 margin: 0;
 padding: 0;
}
.footer_bottom ul li {
 float: left;
 display: inline;
 font-size: 13px;
 font-weight: 400;
 padding: 0 5px;
 border-right: 1px solid #16a9cd;
}
.footer_bottom ul li a {
 float: left;
 cursor: pointer;
}
.footer_bottom ul li:last-child {
 border-right: none;
}
.trsti {
 float: right;
 width: 152px;
}
.scrol_right {
 float: left;
 width: 160px;
}
.main_content {
 float: left;
 width: 950px;
}
.inner_box {
 width: 750px;
 float: left;
 margin-right: 20px;
}
.search_add {
 width: 750px;
}
.jobcontainer,
.jobcontainer_sam {
 padding: 5px;
 border-bottom: 1px solid #eee;
}
.jobcontainer {
 background-color: #ffffea;
 margin: 1px 0 5px;
}
.jobcontainer_sam {
 border-bottom: 1px solid #eee;
 padding: 5px;
}
.jobcontainer1 h3 {
 font-size: 15px;
 font-weight: 400;
 margin: 0;
 color: #16a9cd;
}
.jobcontainer2 {
 font-size: 13px;
 margin: 8px 0;
 font-weight: normal;
}
.jobcontainer3 {
 font-size: 13px;
 margin: 0 0 2px;
 line-height: 19px;
 font-weight: normal;
}
.jobcontainer4 {
 font-size: 13px;
 margin: 0 0 5px;
 color: #f36011;
 font-weight: normal;
}
.bott_right {
 width: 750px;
 float: left;
}
.bott_right .add {
 width: 100%;
 float: left;
 text-align: center;
 margin-bottom: 10px;
}
.bott_right .add1 {
 float: right;
 margin-bottom: 10px;
}
.btn_find {
 float: left;
 margin-top: 4px;
}
.create_cont {
 float: left;
}
.bggladd1 {
 height: 620px;
}
.bggladd2 {
 position: absolute;
}
.jtag {
  box-shadow: 0 3rem 2rem rgba(0, 0, 0, .175) !important;
}
.jtag h2 {
  font-size: 14px;
  margin-left: 0.7rem;
  font-style: italic;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.suggest_srh {
 margin-left: 0.7rem;
}
.suggest_srh h5 {
 font-size: 1.20rem;
}
.footer-sr {
 margin-top: 30px;
}
.keywd {
 margin-bottom: 10px;
 width: 100%;
}
.keywd h1 {
 font-size: 22px;
 margin-left: 0.7rem;
}
.clearfix:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
#ja-container {
 padding: 5px;
 position: relative;
 width: 100%;
 z-index: 10;
}
#search-by {
 font-weight: 700;
 text-align: right;
 width: 750px;
 margin-bottom: 4px;
 border-bottom: 1px solid #eee;
}
.job_alert2 {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 background: #f90 none repeat-x scroll center center;
 border-color: #ddd #ddd #ccc;
 border-image: none;
 border-style: solid;
 border-width: 1px;
 color: #fff;
 cursor: pointer;
 font-weight: 700;
 padding: 6px;
}
.ui-autocomplete {
 cursor: default;
 left: 0;
 position: absolute;
 top: 0;
}
.ui-menu {
 display: block;
 list-style: outside none none;
 margin: 0;
 outline: 0 none;
 padding: 0;
 z-index: 10;
}
.ui-menu .ui-menu {
 position: absolute;
}
.ui-menu .ui-menu-item {
 background-image: none;
 cursor: pointer;
 list-style-image: none;
 margin: 0;
 min-height: 0;
 padding: 3px 1em 3px 0.4em;
 position: relative;
 z-index: 10;
}
.ui-menu .ui-menu-item:hover {
 background-color: #f90;
 color: #fff;
}
.ui-menu .ui-menu-divider {
 border-width: 1px 0 0;
 font-size: 0;
 height: 0;
 line-height: 0;
 margin: 5px 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
 margin: -1px;
 color: #fff;
 background-color: #f90;
}
.ui-menu-icons {
 position: relative;
}
.ui-menu-icons .ui-menu-item {
 padding-left: 2em;
}
.ui-menu .ui-icon {
 bottom: 0;
 left: 0.2em;
 margin: auto 0;
 position: absolute;
 top: 0;
}
.ui-menu .ui-menu-icon {
 left: auto;
 right: 0;
}
.ui-widget {
 font-size: 1.1em;
}
.ui-widget .ui-widget {
 font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
 font-size: 1em;
}
.ui-widget-content {
 background: #fff none repeat-x scroll 50% 50%;
 border: 1px solid #aaa;
 color: #222;
}

.ui-widget-content a {
 color: #222;
}
.ui-widget-header {
 background: #ccc none repeat-x scroll 50% 50%;
 border: 1px solid #aaa;
 color: #222;
 font-weight: 700;
}
.ui-helper-hidden {
 display: none;
}
.ui-helper-hidden-accessible {
 border: 0 none;
 clip: rect(0px, 0px, 0px, 0px);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
.ui-helper-reset {
 border: 0 none;
 font-size: 100%;
 line-height: 1.3;
 list-style: outside none none;
 margin: 0;
 outline: 0 none;
 padding: 0;
 text-decoration: none;
}
.ui-helper-clearfix::after,
.ui-helper-clearfix::before {
 border-collapse: collapse;
 content: "";
 display: table;
}
.ui-helper-clearfix::after {
 clear: both;
}
.ui-helper-clearfix {
 min-height: 0;
}
.ui-helper-zfix {
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
li {
 background: none;
}
.add {
 float: left;
 margin-bottom: 10px;
 text-align: center;
 width: 47%;
}
.add1 {
 float: right;
 margin-bottom: 10px;
}
.search_box1 {
 float: left;
 width: 300px;
}
.hrline {
 background: rgba(0, 0, 0, 0) url("/assets/img/sprite3.png") repeat-x 0 -139px;
 color: #545454;
 font-size: 18px;
 font-weight: 700;
 margin-bottom: 10px;
 padding: 0 0 1px;
 height: 3px;
}
.sun-beta {
 background: rgba(0, 0, 0, 0) url("/assets/img/sprite3.png") no-repeat 0 -99px;
 width: 40px;
 height: 38px;
}
.moon-beta {
 background: rgba(0, 0, 0, 0) url("/assets/img/sprite3.png") no-repeat 0 -59px;
 width: 32px;
 height: 38px;
}
.api_logo {
 float: right;
 margin-right: 200px;
 margin-top: -28px;
}
#overlay {
 height: 317px;
}
div.contentWrap {
}
.apple_overlay {
 display: none;
 width: 479px;
 font-size: 12px;
 border: 2px solid #666;
 border-radius: 5px;
 background-color: #fff;
 z-index: 999;
}
.apple_overlay .close {
 background-image: url("/assets/img/close.png");
 position: absolute;
 right: -11px;
 top: -14px;
 cursor: pointer;
 height: 35px;
 width: 35px;
}
#tab1 {
 margin-top: 7px;
}
.cp-allow-prompt {
 background-position: 30px 85% !important;
}
.exception {
 border: 3px solid orangered;
 min-height: 90px;
 margin-left: 0px;
 margin-bottom: 11px;
 background-color: floralwhite;
 padding: 5px;
}

/**
* @version 1.0
* @package Joomla
* @copyright Copyright (C) 2007 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Leonard Solutions
* 
* Bu modul Leonard Solutions tarafindan yapilmistir. Tum Haklari OS olarak korunmaktadir.
*
* Web: http://www.leonardsolutions.com | E-Mail: info@leonardsolutions.com | Msn: leonardsolutions@hotmail.com
*
* Tesekkurler.
*/
#splitmenutab {
 float: left;
 margin: 0;
 padding: 0;
}
#splitmenutab ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#splitmenutab li {
 margin: 0;
 padding: 0;
 display: inline;
}
#splitmenutab a {
 float: left;
 margin: 0;
 padding: 0 0 0 10px;
 color: #ffffff;
 background: url(/assets/img/topnav_n_left.jpg) repeat-x top left;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}
#splitmenutab a:hover,
#splitmenutab a:active,
#splitmenutab a:focus {
}
#splitmenutab a span {
 margin: 0;
 float: left;
 padding: 3px 7px 2px 0;
 display: block;
 background: url(/assets/img/topnav_n_right.jpg) no-repeat top right;
 color: #ffffff;
 font-size: 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#splitmenutab a span {
 float: none;
}
/* End IE5-Mac hack */
#splitmenutab a:hover span {
 color: #000000;
}
#splitmenutab a:hover {
 background: url(/assets/img/top_nav_left.jpg) repeat-x top left;
}
#splitmenutab a:hover span {
 background: url(/assets/img/top_nav_right.jpg) no-repeat top right;
}
#splitmenutab li.active_menu a,
#splitmenutab li.active_menu a:hover,
#splitmenutab li.active_menu a:active,
#splitmenutab li.active_menu a:focus {
 background: url(/assets/img/top_nav_left.jpg) repeat-x top left;
}
#splitmenutab li.active_menu a span,
#splitmenutab li.active_menu a:hover span,
#splitmenutab li.active_menu a:active span,
#splitmenutab li.active_menu a:focus span {
 padding: 3px 17px 2px 0;
 background: url(/assets/img/top_nav_right.jpg) no-repeat top right;
 color: #000000;
 font-size: 12px;
}
/* SUB NAVIGATION
--------------------------------------------------------- */
#ja-subnav {
 font-size: 1em;
}
#ja-subnav ul {
 margin: 0;
 padding: 0;
 float: right;
}
#ja-subnav li {
 margin: 0;
 padding: 0;
 display: inline;
 background: none;
}
#ja-subnav a {
 padding: 0px 40px 0px 0px;
 margin: 0 1px 0 0;
 float: left;
 display: block;
 color: #333333;
 text-decoration: none;
}
#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
 color: #ffffff;
 text-decoration: none;
}
#ja-subnav li.active_menu a,
#ja-subnav li.active_menu a:hover,
#ja-subnav li.active_menu a:active,
#ja-subnav li.active_menu a:focus {
 color: #ffffff;
 text-decoration: none;
}

/* logo variations
----------------------------------*/
.inner_box a {
 color: inherit;
}
.inner_box a:hover {
 text-decoration: none;
}
.jobcontainer1 h3:hover {
 text-decoration: underline;
}
.job-listing-left {
 width: 75px;
 display: table-cell;
 vertical-align: middle;
}
.job-listing-left:hover {
 cursor: pointer;
}
.job-listing-right {
 margin-left: 20px;
}
.job-listing {
 padding: 10px;
 display: table;
}
.btn-circle.btn-xl {
 width: 60px;
 height: 60px;
 font-size: 24px;
 line-height: 1.33;
 border-radius: 50%;
 border: 1px solid transparent;
}
.btn-circle {
 background: #fff;
 transition: ease 0.2s all;
 box-shadow: 1px 2px 3px #ccc;
 cursor: pointer;
}
.cat-icon {
 font-size: 36px;
 display: inline-block;
 transition: ease 0.2s all;
 text-align: center;
 color: #f90;
}
.orange-bg {
 background: #ff761a;
}
@font-face {
 font-family: "category-icons";
/* src: url("/assets/logo/category-icons.eot?3z4elt");*/
 src: url("/assets/logo/category-icons.eot?3z4elt#iefix") format("embedded-opentype"),
  url("/assets/logo/category-icons.ttf?3z4elt") format("truetype"),
  url("/assets/logo/category-icons.woff?3z4elt") format("woff"),
  url("/assets/logo/category-icons.svg?3z4elt#category-icons") format("svg");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
[class^="jod-"],
[class*=" jod-"] {
 font-family: "category-icons";
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 /* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/* Marketing logo (1) =========== */
.jod-marketing1-icon:before {
 content: "\e989";
}
.jod-marketing2-icon:before {
 content: "\e98b";
}
.jod-marketing3-icon:before {
 content: "\e98f";
}
.jod-marketing4-icon:before {
 content: "\e990";
}

/* Human Resources logo (2) =========== */
.jod-human_resource1-icon:before {
 content: "\e957";
}
.jod-human_resource2-icon:before {
 content: "\e958";
}
.jod-human_resource3-icon:before {
 content: "\e959";
}
.jod-human_resource4-icon:before {
 content: "\e95a";
}
.jod-human_resource5-icon:before {
 content: "\e95b";
}
.jod-human_resource6-icon:before {
 content: "\e95c";
}
.jod-human_resource7-icon:before {
 content: "\e95d";
}
.jod-human_resource8-icon:before {
 content: "\e95e";
}

/* Health Care logo (3) =========== */
.jod-healthcare1-icon:before {
 content: "\e94f";
}
.jod-healthcare2-icon:before {
 content: "\e950";
}
.jod-healthcare3-icon:before {
 content: "\e952";
}
.jod-healthcare4-icon:before {
 content: "\e955";
}
.jod-healthcare5-icon:before {
 content: "\e956";
}

/* IT & Software logo (4) =========== */
.jod-software1-icon:before {
 content: "\e9cb";
}
.jod-software2-icon:before {
 content: "\e9c8";
}
.jod-software3-icon:before {
 content: "\e9c9";
}
.jod-software4-icon:before {
 content: "\e9ca";
}
.jod-software5-icon:before {
 content: "\e9cb";
}
.jod-software6-icon:before {

 content: "\e9cc";
}

/* Real Estate logo (6) =========== */
.jod-real_estate1-icon:before {
 content: "\e99e";
}
.jod-real_estate2-icon:before {
 content: "\e99f";
}
.jod-real_estate3-icon:before {
 content: "\e9a0";
}
.jod-real_estate4-icon:before {
 content: "\e9a1";
}
.jod-real_estate5-icon:before {
 content: "\e9a2";
}
.jod-real_estate6-icon:before {
 content: "\e9a3";
}
.jod-real_estate7-icon:before {
 content: "\e9a4";
}
.jod-real_estate8-icon:before {
 content: "\e9a5";
}

/* Legal / Law (7) =========== */
.jod-law1-icon:before {
 content: "\e96f";
}
.jod-law2-icon:before {
 content: "\e970";
}
.jod-law3-icon:before {
 content: "\e971";
}
.jod-law4-icon:before {
 content: "\e972";
}
.jod-law5-icon:before {
 content: "\e973";
}
.jod-law6-icon:before {
 content: "\e974";
}
.jod-law7-icon:before {
 content: "\e975";
}
.jod-law8-icon:before {
 content: "\e976";
}

/* Engineering (8) =========== */
.jod-engineering1-icon:before {
 content: "\e937";
}
.jod-engineering2-icon:before {
 content: "\e938";
}
.jod-engineering3-icon:before {
 content: "\e939";
}
.jod-engineering4-icon:before {
 content: "\e93a";
}
.jod-engineering5-icon:before {
 content: "\e93b";
}
.jod-engineering6-icon:before {
 content: "\e93c";
}
.jod-engineering7-icon:before {
 content: "\e93d";
}
.jod-engineering8-icon:before {
 content: "\e93e";
}

/* Education & Teaching logo (9) =========== */
.jod-education1-icon:before {
 content: "\e92f";
}
.jod-education2-icon:before {
 content: "\e930";
}
.jod-education3-icon:before {
 content: "\e931";
}
.jod-education4-icon:before {
 content: "\e932";
}
.jod-education5-icon:before {
 content: "\e936";
}
.jod-education6-icon:before {
 content: "\e934";
}
.jod-education7-icon:before {
 content: "\e92f";
}
.jod-education8-icon:before {
 content: "\e936";
}

/* Insurance logo (13) =========== */
.jod-insurance1-icon:before {
 content: "\e95f";
}
.jod-insurance2-icon:before {
 content: "\e960";
}
.jod-insurance3-icon:before {
 content: "\e961";
}
.jod-insurance4-icon:before {
 content: "\e962";
}
.jod-insurance5-icon:before {
 content: "\e963";
}
.jod-insurance6-icon:before {
 content: "\e964";
}
.jod-insurance7-icon:before {
 content: "\e965";
}
.jod-insurance8-icon:before {
 content: "\e966";
}

/* Accounting logo (16) =========== */
.jod-accounting1-icon:before {
 content: "\e900";
}
.jod-accounting2-icon:before {
 content: "\e901";
}
.jod-accounting3-icon:before {
 content: "\e902";
}
.jod-accounting4-icon:before {
 content: "\e903";
}
.jod-accounting5-icon:before {
 content: "\e904";
}
.jod-accounting6-icon:before {
 content: "\e905";
}
.jod-accounting7-icon:before {
 content: "\e906";
}
.jod-accounting8-icon:before {
 content: "\e907";
}

/* Admin / Office logo (17) =========== */
.jod-admin_office1-icon:before {
 content: "\e908";
}
.jod-admin_office2-icon:before {
 content: "\e90a";
}
.jod-admin_office3-icon:before {
 content: "\e90b";
}
.jod-admin_office4-icon:before {
 content: "\e90c";
}
.jod-admin_office5-icon:before {
 content: "\e90d";
}
.jod-admin_office6-icon:before {
 content: "\e90e";
}
.jod-admin_office7-icon:before {
 content: "\e90f";
}

/* Art / Media / Design (18) =========== */
.jod-art_media1-icon:before {
 content: "\e910";
}
.jod-art_media2-icon:before {
 content: "\e911";
}
.jod-art_media3-icon:before {
 content: "\e912";
}
.jod-art_media4-icon:before {
 content: "\e913";
}
.jod-art_media5-icon:before {
 content: "\e914";
}
.jod-art_media6-icon:before {
 content: "\e915";
}
.jod-art_media7-icon:before {
 content: "\e916";
}

/* Biotech / Science (19) =========== */
.jod-biotech1-icon:before {
 content: "\e91c";
}
.jod-biotech2-icon:before {
 content: "\e919";
}
.jod-biotech3-icon:before {
 content: "\e91a";
}
.jod-biotech4-icon:before {
 content: "\e91b";
}
.jod-biotech5-icon:before {
 content: "\e917";
}
.jod-biotech6-icon:before {
 content: "\e91d";
}
.jod-biotech7-icon:before {
 content: "\e91e";
}

/* Business / Mgmt (20) =========== */
.jod-business1-icon:before {
 content: "\e91f";
}
.jod-business2-icon:before {
 content: "\e920";
}
.jod-business3-icon:before {
 content: "\e923";
}
.jod-business4-icon:before {
 content: "\e922";
}
.jod-business5-icon:before {
 content: "\e923";
}
.jod-business6-icon:before {
 content: "\e924";
}
.jod-business7-icon:before {
 content: "\e925";
}
.jod-business8-icon:before {
 content: "\e926";
}

/* Customer Service (21) =========== */
.jod-customer_Service1-icon:before {
 content: "\e927";
}
.jod-customer_Service2-icon:before {
 content: "\e928";
}
.jod-customer_Service3-icon:before {
 content: "\e929";
}
.jod-customer_Service4-icon:before {
 content: "\e92a";
}
.jod-customer_Service5-icon:before {
 content: "\e92b";
}
.jod-customer_Service6-icon:before {
 content: "\e92c";
}
.jod-customer_Service7-icon:before {
 content: "\e92d";
}
.jod-customer_Service8-icon:before {
 content: "\e92e";
}

/* Food & Hospitality (23) =========== */
.jod-food_hospitality1-icon:before {
 content: "\e93f";
}
.jod-food_hospitality2-icon:before {
 content: "\e940";
}
.jod-food_hospitality3-icon:before {
 content: "\e941";
}
.jod-food_hospitality4-icon:before {
 content: "\e946";
}
.jod-food_hospitality5-icon:before {
 content: "\e943";
}
.jod-food_hospitality6-icon:before {
 content: "\e945";
}
.jod-food_hospitality7-icon:before {
 content: "\e946";
}

/* General Labor (24) =========== */
.jod-labour1-icon:before {
 content: "\e967";
}
.jod-labour2-icon:before {
 content: "\e968";
}
.jod-labour3-icon:before {
 content: "\e969";
}
.jod-labour4-icon:before {
 content: "\e96b";
}
.jod-labour5-icon:before {
 content: "\e96c";
}
.jod-labour6-icon:before {
 content: "\e96d";
}
.jod-labour7-icon:before {
 content: "\e96e";
}

/* Government (25) =========== */
.jod-government1-icon:before {
 content: "\e947";
}
.jod-government2-icon:before {
 content: "\e948";
}
.jod-government3-icon:before {
 content: "\e949";
}
.jod-government4-icon:before {
 content: "\e94a";
}
.jod-government5-icon:before {
 content: "\e94b";
}
.jod-government6-icon:before {
 content: "\e94c";
}
.jod-government7-icon:before {
 content: "\e94d";
}
.jod-government8-icon:before {
 content: "\e94e";
}

/* Legal / Paralegal (26) =========== */
.jod-legal1-icon:before {
 content: "\e977";
}
.jod-legal2-icon:before {
 content: "\e978";
}
.jod-legal3-icon:before {
 content: "\e979";
}
.jod-legal4-icon:before {
 content: "\e97a";
}
.jod-legal5-icon:before {
 content: "\e97b";
}
.jod-legal6-icon:before {
 content: "\e97c";
}
.jod-legal7-icon:before {
 content: "\e97d";
}

/* Manufacturing (27) =========== */
.jod-manufacturing1-icon:before {
 content: "\e97e";
}
.jod-manufacturing2-icon:before {
 content: "\e983";
}
.jod-manufacturing3-icon:before {
 content: "\e984";
}
.jod-manufacturing4-icon:before {
 content: "\e985";
}
.jod-manufacturing5-icon:before {
 content: "\e986";
}
.jod-manufacturing6-icon:before {
 content: "\e987";
}
.jod-manufacturing7-icon:before {
 content: "\e988";
}

/* Nonprofit Sector (28) =========== */
.jod-non_profit1-icon:before {
 content: "\e996";
}
.jod-non_profit2-icon:before {
 content: "\e997";
}
.jod-non_profit3-icon:before {
 content: "\e998";
}
.jod-non_profit4-icon:before {
 content: "\e999";
}
.jod-non_profit5-icon:before {
 content: "\e99a";
}
.jod-non_profit6-icon:before {
 content: "\e99b";
}
.jod-non_profit7-icon:before {
 content: "\e99c";
}
.jod-non_profit8-icon:before {
 content: "\e99d";
}

/* Retail / Wholesale (29) =========== */
.jod-retail1-icon:before {
 content: "\e9a6";
}
.jod-retail2-icon:before {
 content: "\e9a7";
}
.jod-retail3-icon:before {
 content: "\e9a8";
}
.jod-retail4-icon:before {
 content: "\e9a9";
}
.jod-retail5-icon:before {
 content: "\e9aa";
}
.jod-retail6-icon:before {
 content: "\e9ac";
}
.jod-retail7-icon:before {
 content: "\e9ad";
}

/* Security (30) =========== */
.jod-security1-icon:before {
 content: "\e9b6";
}
.jod-security2-icon:before {
 content: "\e9b7";
}
.jod-security3-icon:before {
 content: "\e9b8";
}
.jod-security4-icon:before {
 content: "\e9b9";
}
.jod-security5-icon:before {
 content: "\e9ba";
}
.jod-security6-icon:before {
 content: "\e9bb";
}
.jod-security7-icon:before {
 content: "\e9bc";
}
.jod-security8-icon:before {
 content: "\e9bd";
}

/* Skilled Trade / Craft (31) =========== */
.jod-skill_trade1-icon:before {
 content: "\e9be";
}
.jod-skill_trade2-icon:before {
 content: "\e9bf";
}
.jod-skill_trade3-icon:before {
 content: "\e9c0";
}
.jod-skill_trade4-icon:before {
 content: "\e9c1";
}
.jod-skill_trade5-icon:before {
 content: "\e9c2";
}
.jod-skill_trade6-icon:before {
 content: "\e9c3";
}
.jod-skill_trade7-icon:before {
 content: "\e9c4";
}
.jod-skill_trade8-icon:before {
 content: "\e9c5";
}

/* Technical Support (32) =========== */
.jod-technical_support1-icon:before {
 content: "\ea65";
}
.jod-technical_support2-icon:before {
 content: "\ea66";
}
.jod-technical_support3-icon:before {
 content: "\ea67";
}
.jod-technical_support4-icon:before {
 content: "\ea68";
}
.jod-technical_support5-icon:before {
 content: "\ea69";
}
.jod-technical_support6-icon:before {
 content: "\ea6b";
}
.jod-technical_support7-icon:before {
 content: "\ea6c";
}

/* Transport (33) =========== */
.jod-transport1-icon:before {
 content: "\ea6d";
}
.jod-transport2-icon:before {
 content: "\ea6e";
}
.jod-transport3-icon:before {
 content: "\ea6f";
}
.jod-transport4-icon:before {
 content: "\ea70";
}
.jod-transport5-icon:before {
 content: "\ea72";
}
.jod-transport6-icon:before {
 content: "\ea73";
}
.jod-transport7-icon:before {
 content: "\ea74";
}
.jod-transport8-icon:before {
 content: "\ea6e";
}

/* Tv / Film / Video (34) =========== */
.jod-tv_film1-icon:before {
 content: "\ea75";
}
.jod-tv_film2-icon:before {
 content: "\ea76";
}
.jod-tv_film3-icon:before {
 content: "\ea77";
}
.jod-tv_film4-icon:before {
 content: "\ea78";
}
.jod-tv_film5-icon:before {
 content: "\ea79";
}
.jod-tv_film6-icon:before {
 content: "\ea7a";
}
.jod-tv_film7-icon:before {
 content: "\ea7b";
}
.jod-tv_film8-icon:before {
 content: "\ea7c";
}

/* Writing / Editing (35) =========== */
.jod-writing1-icon:before {
 content: "\ea85";
}
.jod-writing2-icon:before {
 content: "\ea86";
}
.jod-writing3-icon:before {
 content: "\ea87";
}
.jod-writing4-icon:before {
 content: "\ea88";
}
.jod-writing5-icon:before {
 content: "\ea89";
}
.jod-writing6-icon:before {
 content: "\ea8a";
}
.jod-writing7-icon:before {
 content: "\ea8b";
}
.jod-writing8-icon:before {
 content: "\ea8c";
}

/* Sales (37) =========== */
.jod-sales1-icon:before {
 content: "\e9ae";
}
.jod-sales2-icon:before {
 content: "\e9af";
}
.jod-sales3-icon:before {
 content: "\e9b0";
}
.jod-sales4-icon:before {
 content: "\e9b1";
}
.jod-sales5-icon:before {
 content: "\e9b2";
}
.jod-sales6-icon:before {
 content: "\e9b3";
}
.jod-sales7-icon:before {
 content: "\e9b4";
}
.jod-sales8-icon:before {
 content: "\e9b5";
}

/* Others =========== */
.jod-nationwide1-icon:before {
 content: "\e926";
}
.jod-nationwide2-icon:before {
 content: "\e927";
}
.jod-state2-icon:before {
 content: "\e980";
}
.jod-workhome1-icon:before {
 content: "\e987";
}
.jod-workhome2-icon:before {
 content: "\e988";
}

/**
/* @Carousel CSS
*/
#myjsModal .modal {
 top: 20%;
}
#myjsModal .btn-group-lg > .btn,
#myjsModal .btn-lg {
 padding: 10px 41px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
 margin-bottom: 4px;
}
#myjsModal .btn.focus,
#myjsModal .btn:focus,
#myjsModal .btn:hover {
 color: #f1f1f1;
 text-decoration: none;
}

@media all and (max-width: 480px) {
 #myjsModal .custom-class {
  width: 100%;
  display: block;
 }
}
#myjsModal .modal-header {
 padding-top: 0px;
 padding-bottom: 0px;
 background-color: #f1f1f1;
}
#myjsModal .modal-backdrop {
 display: none;
 z-index: 1040 !important;
}
#myjsModal .modal-content {
 margin: 2px auto;
 z-index: 1100 !important;
}
#myjsModal .carousel-control {
 width: 8%;
}
#myjsModal .m-header {
 background-color: #f5f5f5;
}
#myjsModal .secon {
 width: 151px;
 height: 38px;
}
#myjsModal .hstyle {
 padding: 8px 0;
 background-color: #f97d23;
 color: #fff;
 font-size: 14px;
 line-height: 22px;
 margin: 0;
}
#myjsModal .m-header1 {
 background: #fff;
 border-bottom: 0;
 margin: 1px;
}
#myjsModal .text-color {
 color: #f97d23 !important;
}
#myjsModal .modal-body {
 position: relative;
 padding: 9px;
 padding-bottom: 8px;
}
#myjsModal .content-title {
 font-size: 18px;
 cursor: pointer;
}
#myjsModal .modal-btn {
 width: 48%;
 border: 1px solid #f56114;
 padding: 8px 20px;
 border-radius: 5px;
 margin-top: 10px;
 background: #f56114;
 color: #fff;
}
#myjsModal .gdnews {
 font-size: 20px;
 margin-bottom: 2px;
 font-weight: 300;
 line-height: 1.4;
 margin-top: 5px;
}
#myjsModal .modal-header .close {
 margin-top: 6px;
}
#myjsModal .modal-detail-btn {
 width: 48%;
 border: 1px solid green;
 padding: 8px 20px;
 border-radius: 5px;
 margin-top: 10px;
 background: #0d8f0d;
 color: #fff;
}
#myjsModal .carousel-control .glyphicon-chevron-left,
#myjsModal .carousel-control .glyphicon-chevron-right,
#myjsModal .carousel-control .icon-next,
#myjsModal .carousel-control .icon-prev {
 width: 30px;
 height: 30px;
 margin-top: -42px;
 font-size: 30px;
}
#myjsModal .modal-footer {
  display: inline;
}
#myjsModal .modal-footer .close {
  float: initial;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  color: #0000009c;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
#myjsModal .btn-primary {
  color: #fff;
  background-color: #f56114;
  border-color: #f56114;
  background-image: linear-gradient(to bottom, #f56114, #fd9932);
}
#myjsModal .btn-primary:hover {
  color: #fff;
  background-color: #f56114;
  border-color: #f56114;
  background-image: linear-gradient(to bottom, #fd9932, #f56114);
}
#myjsModal .btn-success {
  color: #fff;
  background-color: #0d8f0d;
  border-color: #198754;
  background-image: linear-gradient(to bottom, #0d8f0d, #10ad64);
}
#myjsModal .btn-success:hover {
  color: #fff;
  background-color: #0d8f0d;
  border-color: #198754;
  background-image: linear-gradient(to bottom, #10ad64, #0d8f0d);
}

.inputbox {
 width: 75px;
}
.alert-bell {
 cursor: pointer;
}
.alert-message {
 background-color: #fff;
 border: 1px solid #ccc;
 box-shadow: 2px 2px 2px #999;
 min-height: 50px;
 position: absolute;
 right: 0;
 top: 45px;
 width: 400px;
 display: none;
}
.close-img {
 float: right;
}
.alert-message-text {
 font-size: 14px;
 padding-left: 5px;
}
#main-nav {
  cursor: pointer;
  z-index: 10;
  float: left;
  width: 75px;
}
.menu {
  border: 1px solid #eee;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100; /* zIndex should be greater than that of shadow's below */
  background: #fff;
  width: 114px; /* default width for menu */
  z-index: 10;
  position: absolute;
  margin-top: 23px;
  margin-left: -30px;
  padding: 0px;
}
.menu dt {
  width: 100%;
  text-indent: 3px;
  border-bottom: 1px solid #eee;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  list-style-type: none;
  background-image: none !important;
  z-index: 10;
}
.menu dt:hover {
  background-color: #f0f0f0;
}
.menu a {
  width: 100%;
  text-indent: 3px;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  color: #16a9cd;
  z-index: 10;
}
.menu a:hover {
  text-decoration: none;
}
.icona {
  background: url("/assets/img/uk-flag-icon.png");
  background-repeat: no-repeat;
  width: 53px;
  height: 22px;
  float: left;
}
.icon1a {
  background: url("/assets/img/br_down.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 16px;
  height: 16px;
  float: left;
  padding-top: 8px;
}
#flagg {
  margin-top: 10px;
  margin-left: 10px;
}

.icon-country-nav {
  margin-top: 2px;
  margin-left: 16px;
  float: right;
}
.menu {
  display: none;
}
.menu li {
  width: 100%;
  text-indent: 3px;
  border-bottom: 1px solid #eee;
  padding: 0px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  list-style-type: none;
  background-image: none !important;
  margin: 0px;
}
.menu a {
  width: 100%;
  text-indent: 3px;
  padding: 0px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  color: #16a9cd;
  cursor: pointer;
  margin: 0px;
}
.icon {
  min-height: 70px;
}
.fltl {
  float: left;
}
.login-md-nav {
  float: right;
  margin-right: 35px;
}
.btnlogin,
.btnlostlogin {
  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
}
.btn-dark {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.btn-dark:hover {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}

/* Suggested Search Starts */
.ad_container_left {
  background: none repeat scroll 0 0 #fff;
  height: 600px;
  width: 160px;
}

.add_left {
  background: none repeat scroll 0 0 #ff9900;
  border-radius: 7px;
  box-shadow: 2.5px 2.5px #e0dfde;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  margin-top: 5px;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  width: 156px;
}

.add_left a {
  color: #fff;
  text-decoration: none;
}
.add_left a:hover {
  color: #fff;
  text-decoration: none;
}
/* Suggested Search Ends */
/* Contact Us Starts */
.disablebtn{
	border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent;
    cursor: not-allowed;
}
.ablebtn{
	border: 1px solid #ccc;
    background: #e9e9e9;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
/* Contact Us Ends */
/*Popular Job Searches*/
@media only screen and ( max-width:768px ) {
 .popular-job-searches-content table, tbody, td, th, tr {
   display:block;
   border-width: 1px !important;
 }
}
/*Popular Job Searches*/
/**
/* @BS5 Utilitiy
*/
.rounded {
    border-radius: .35rem !important;
}
.btn-warning {
	background-image: linear-gradient(to bottom, #f56114, #fd9932) !important;
}
.btn-warning:hover {
	background-image: linear-gradient(to bottom, #fd9932, #f56114) !important;
}