body,
html {
  background-color: #fff;
  height: 100%;
}
html {
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
body {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #141412;
  margin: 0;
  padding: 0;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  font-variant-ligatures: no-common-ligatures;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(./img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  /* top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; */
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-size: 24px 24px;
  }
}
.f-left-all > :last-child:after,
.main-center:after {
  clear: both;
}
a {
  outline: 0;
}
.main-center {
  margin: 0 auto;
  width: 972px;
  position: relative;
}
.f-left,
.f-left-all > * {
  float: left;
}
.f-right,
.f-right-all > * {
  float: right;
}
.a-left {
  text-align: left !important;
}
.a-right {
  text-align: right !important;
}
.a-center {
  text-align: center !important;
}
.padding-top15 {
  padding-top: 15px !important;
}
.padding-top30 {
  padding-top: 30px !important;
}
.padding-right100 {
  padding-right: 100px !important;
}
.padding50 {
  padding: 50px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.color-active,
.color-active:hover,
.color-active:visited {
  color: #99a845 !important;
}
.color-red,
.color-red * {
  color: #f4aa86 !important;
}
.color-default,
.color-default * {
  color: #71707e !important;
}
.width50 {
  width: 48%;
}
.content-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-default {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  padding-left: 15px;
  position: relative;
}
.btn-default span.icon {
  position: absolute;
  top: 0;
  right: 10px;
}
.btn-default span.icon:before {
  font-size: 15px;
}
.icon-default {
  position: relative;
}
.icon-default span.icon {
  position: absolute;
  right: 0;
}
#jobtype_search ul#list_jobtype,
.dropdown-menu,
.home ul.list-jobs,
.job-apply .form-item .list-file,
.jquery-sort-column ul,
.main-column ul.list-jobs,
.menu-header-top li,
.nav,
.navbar-nav,
.widget ul,
ul.list-company,
ul.list-company ul {
  list-style: none;
}
.employer-job-cat a,
code {
  word-break: break-word;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
header {
  width: 100%;
}
.quick-search .jobmap .header-filter:after {
  clear: both;
}
#mobile-main-menu {
  float: none !important;
  text-align: left !important;
}
.pa-validate-error input,
.pa-validate-error select {
  border: 1px solid red !important;
}
#forgot_pass .button {
  background: 0 0;
  padding: 0;
}
.forgot-pass-link {
  display: block;
  margin: 20px 0 10px;
}
#job_form .footer .button {
  background-color: transparent !important;
}
span.icon {
  float: left;
}
.quick-search .jobfilter-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
}
.quick-search .jobfilter {
  position: relative;
  padding: 12px;
  max-width: 976px;
  height: 230px;
  background-color: rgba(29, 36, 47, 0.8);
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.quick-search .filterwidget {
  display: inline-block;
  width: 100%;
}
.quick-search .jobmap .header-filter {
  background: 0 0;
  position: relative;
  height: auto;
  padding: 10px 15px 6px;
  margin: 0;
}
.quick-search .jobmap .header-filter:after,
.quick-search .jobmap .header-filter:before {
  display: table;
  line-height: 0;
  content: "";
}
.quick-search form#jobsearch .row-search .form-item {
  width: 29%;
}
.quick-search form#jobsearch #row-search2 {
  margin: 0;
}
a#apply2 {
  display: block;
  line-height: 44px;
  height: 44px;
  max-width: 200px;
}
.ext-job-footer {
  line-height: 40px;
  padding: 10px 0;
  clear: both;
}
.job-external-content {
  width: 100%;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ext-job-footer .button {
  background: #085186 !important;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  border-radius: 0;
}
.iframe-border {
  border: 1px solid #ddd !important;
}
@media only screen and (max-width: 800px) {
  .ext-job-footer .span4 {
    margin-left: 0 !important;
  }
}
.hide {
  display: none;
}
span.icon {
  padding-right: 5px;
}
.blog .box-job span.icon {
  -webkit-margin-before: 6px;
}
.main-header {
  height: auto;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.main-header .logo img {
  max-width: 100%;
}
.main-header .slogan {
  text-shadow: 1px 0 0 #151515;
  margin-top: 24px;
  letter-spacing: -0.03ex;
  font-size: 14px;
  color: #aaa;
}
.menu-header-top {
  padding: 16px 0 0 !important;
  font-size: 12px;
}
.menu-header-top li {
  position: relative;
  float: left;
}
.menu-header-top li:first-child a {
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.menu-header-top li:last-child a {
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.menu-header-top dd {
  top: 0;
  right: 0;
  position: absolute;
}
.menu-header-top dd a {
  background: #ff7769;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  padding: 1px 5px;
  position: relative;
  right: -50%;
  top: -5px;
  z-index: 10;
  height: auto;
  line-height: 1.6em;
}
.header-filter {
  width: 100%;
  margin-top: 15px;
  height: auto;
}
.header-filter .search-box {
  padding: 0 10px;
  height: 36px;
  color: #000 !important;
  line-height: 1.4;
  border: 1px solid #ddd;
  font-size: 14px !important;
  border-radius: 0;
}
.header-filter .form-item span.select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  pointer-events: none;
}
div.keyword span.icon,
div.location span.icon {
  padding: 0;
}
.header-filter > div > div.keyword input,
.header-filter > div > div.location input {
  padding-right: 5px !important;
}
.header-bar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.heading-message .text {
  font-family: Roboto, sans-serif;
}
.keyword input.input-search-box:-ms-input-placeholder,
.location input:-ms-input-placeholder {
  color: #222 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.keyword input.input-search-box:-moz-placeholder,
.location input:-moz-placeholder {
  color: #222 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.keyword input.input-search-box::-webkit-input-placeholder,
.location input::-webkit-input-placeholder {
  color: #222 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.keyword input.input-search-box::-moz-placeholder,
.location input::-moz-placeholder {
  color: #222 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.header-second {
  border-top: 5px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
}
.heading {
  border-bottom: 1px solid;
}
.heading .main-center {
  margin: 0;
}
.single-job .heading .main-center {
  width: 100%;
  max-width: 1000px;
}
.heading h1.title {
  font-size: 22px;
  line-height: 2.3em;
  letter-spacing: 0.03ex;
  margin: 0;
  padding: 15px 0;
  color: #141412;
}
.heading h3 {
  color: #444;
}
.heading h1 span {
  margin-right: 15px;
}
.heading h1 span:before {
  font-size: 20px;
}
span.icon.date,
span.icon.location {
  margin-top: -2px;
  margin-left: 0 !important;
}
.blog span.icon.date,
.blog span.icon.location {
  -webkit-margin-before: 6px;
}
.heading-message {
  background: #fff4ca;
  position: relative;
  text-align: right;
}
.heading-message .text {
  padding: 15px 0;
  font-size: 13px;
  font-weight: 700;
  color: #a29874;
}
form#jobsearch #row-search2.row-search .form-item:last-child {
  margin-top: 5px;
  width: auto;
}
.wrapper {
  margin: 0 auto;
}
.wrapper > .main-center {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.single-job .wrapper > .main-center {
  padding: 0;
}
.single-post .main-column {
  width: 690px;
}
.main-left270 {
  margin-left: 270px;
}
.sidebar-home-top {
  margin-bottom: 20px;
}
.notification {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 26px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  opacity: 0.9;
  -moz-opacity: 0.9;
  z-index: 9999999;
}
.success-bg {
  background-color: #99af67;
}
.error-bg {
  background-color: #db5f47;
}
.widget {
  margin-top: 30px;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul li a {
  padding-top: 10px;
}
.main-title,
.widget .widget-title {
  font-weight: 700;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 13px;
  letter-spacing: -0.01ex;
  margin: 0;
  padding-bottom: 12px;
}
.widget ul li {
  position: relative;
}
.widget ul li a {
  display: block;
  text-decoration: none;
  padding-bottom: 9px;
}
.widget-select ul li a {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-right: 30px;
}
.widget-select ul li a.active,
.widget-select ul li a:hover {
  border-top: 3px solid;
  box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 9px;
  border-bottom: none;
  margin: 0 1px;
}
.widget_categories ul li {
  text-align: right;
  min-height: 40px;
  line-height: 40px;
}
.widget_categories ul li a {
  display: inherit;
  position: absolute;
  left: 0;
  line-height: 1.4em;
  width: 100%;
  text-align: left;
}
.widget_categories ul li a:before,
.widget_search form:after {
  line-height: 1em;
  font-family: Pictos !important;
}
.widget_categories ul li a:before {
  content: "o";
  font-size: 14px;
  font-weight: 400;
  margin: 0 6px 0 10px;
}
.widget ul li a {
  font-weight: 400 !important;
  padding: 0 !important;
  word-break: break-word;
}
.widget ul li a div.name {
  width: 186px;
  cursor: pointer;
  overflow: hidden;
}
.widget_search input#s {
  height: 16px;
  padding: 10px;
  font-size: 12px;
  width: 200px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.widget_search form:after {
  content: "s";
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  position: absolute;
  right: 30px;
  top: 7px;
}
.widget_search label {
  display: none;
}
.widget_categories li a span {
  right: 10px;
  position: absolute;
  top: 10px;
}
.filter-jobtype li a span.icon-label {
  top: 12px;
}
.author #job_list_container {
  margin: 20px auto 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px 0;
}
.list-jobs li.job-item span.nline {
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
}
.list-company .company-item,
.list-jobs li .title,
.list-jobs li .title h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.list-jobs .no-job-found {
  font-size: 1.5em;
  border: none;
}
.list-jobs li {
  text-align: left;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.list-jobs div.box-job {
  border-left: 10px solid transparent;
}
.list-jobs div.premium {
  border: none;
  background: #eee;
  border-left: 10px solid #a0328c;
}
.company div.thumb,
.list-jobs li div.thumb {
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin-top: 25px;
}
.box-text {
  text-align: justify;
}
.company .thumb img,
.list-jobs li .thumb img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.list-jobs li h6 {
  margin: 0;
}
.list-jobs li .title {
  color: #333;
  letter-spacing: 0.03ex;
  max-width: 760px;
  display: block;
  font-weight: 700;
  font-size: 15px;
}
.list-jobs li .title h2 {
  font-size: 22px;
  line-height: 30px;
}
.list-jobs li .title a {
  color: #333;
}
.single-job .company_label span img {
  width: 75px;
  height: 75px;
  padding: 0 5px 3px 0;
}
.blog .company_label span img,
.home .company_label span img,
.page .company_label span img {
  width: 50px;
  height: 50px;
  padding: 0 5px 3px 0;
}
.color-default {
  color: #71707e;
}
.icon-label {
  background: url(../img/icon-label.png) -32px center no-repeat;
  overflow: hidden;
}
.list-jobs li.job-item .btn-select {
  width: 145px;
  margin-top: 5px;
}
.list-jobs li.job-item .btn-select a {
  color: #fff;
  font-weight: 400;
}
.list-jobs .company_pa_label {
  width: 40px;
  height: 40px;
}
.home ul.list-jobs .no-job-found {
  font-size: 1.5em;
  border: none;
}
#content_box,
#jobtype_search,
#latest_jobs_container {
  margin: 15px auto 0;
  border: 1px solid #ddd;
  padding: 0;
}
#jobtype_search {
  padding: 20px;
}
#jobtype_search.span4 {
  min-height: 361px;
}
#content_box #content_box_image {
  border-radius: 10px 0 0 10px;
}
#content_box #content_box_image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
}
.home .list-jobs li {
  position: relative;
}
.selected .btn-select button {
  background: #e2eac1;
  color: #899459;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.post-a-job {
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.form-item .input-date .icon.icon-date {
  width: 10px;
}
.post-a-job .form-item {
  position: relative;
  padding: 23px 24px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.form-item .error input {
  border-color: #d68a7c !important;
}
.form-item .apply label {
  color: #333;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}
.form-item .label h6 {
  color: #353535;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.form-item input[type="email"],
.form-item input[type="password"],
.form-item input[type="text"] {
  width: 100% !important;
  height: 36px;
}
.form-item .error {
  background-color: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}
.form-item .error input {
  background: #fff;
  color: #d68a7c;
  margin: 3px;
  width: 464px;
}
.form-item .error input:focus {
  box-shadow: 0 0 1px #d68a7c;
  -moz-box-shadow: 0 0 1px #d68a7c;
  -webkit-box-shadow: 0 0 1px #d68a7c;
}
.form-item .error .message {
  color: #d68a7c;
  background: 0 0;
  padding: 5px;
  font-weight: 700;
}
.form-item .error span.icon {
  position: absolute;
  right: 20px;
  top: 8px;
  color: #d68a7c;
}
.post-a-job .bg-btn-action {
  border-width: 0;
}
.form-item .message {
  color: #c67272;
  background: #ffdfdf;
  padding: 5px 15px 10px;
  font-weight: 700;
}
.form-item .message span {
  margin-right: 10px;
}
.form-item span.select {
  position: absolute;
  top: 5px;
  padding-left: 10px;
  display: block;
}
.form-item .input-file span {
  float: left;
}
.form-item .input-file {
  position: relative;
}
.form-item .input-file .button {
  width: 130px !important;
  width: auto;
  height: 20px;
  padding: 10px 40px 10px 15px;
  font-weight: 700;
  margin-top: 5px;
  cursor: pointer;
  display: block;
}
.form-item .input-file input {
  width: 40px !important;
  height: 40px !important;
  margin-top: 5px;
  cursor: pointer;
}
.form-item .input-file .button {
  position: relative;
}
.form-item .input-file .button span {
  position: absolute;
  right: -20px;
  top: 2px;
  font-size: 12px;
}
.form-item .input-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
}
.form-item .plupload.flash {
  position: absolute;
  background-color: transparent;
  width: 122px;
  height: 42px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.job-apply {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.job-apply .a-right {
  width: 350px;
}
.job-apply .btn-apply {
  width: auto;
  max-width: 250px;
  border: none;
  color: #fff;
  padding-right: 40px;
  background: #4fa7d4;
  box-shadow: 0 1px 2px #0d3363;
  -moz-box-shadow: 0 1px 2px #0d3363;
  -webkitbox-shadow: 0 1px 2px #0d3363;
}
.job-apply > a,
.job-apply > div > a,
.job-apply > div > span,
.job-apply > span {
  margin-bottom: -3px;
}
.job-apply span.msg {
  font-size: 1.6em;
}
.job-apply .form-item {
  padding: 15px 0 0;
  border: none;
  clear: none;
  position: inherit;
  float: left;
  width: 100%;
}
.job-apply .form-item > div {
  margin: 0;
}
.job-apply .form-item .label {
  float: none;
  padding-bottom: 5px;
  width: 100%;
}
.job-apply .form-item .label h6 {
  color: #616161;
  font-size: 14px;
  margin: 0;
}
.job-apply .form-item input {
  width: 91%;
  border: 1px solid #d3d3d3;
}
.job-apply .form-item span {
  font-weight: 700;
}
.job-apply .form-item input[type="checkbox"],
.job-apply .form-item input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.job-apply .form-item .list-file {
  margin-left: 10px;
  color: #8d8d8d;
}
.job-apply .form-item .list-file li {
  padding: 5px 0;
}
.job-apply .form-item .list-file span {
  margin-right: 5px;
  cursor: pointer;
}
.job-apply .form-item .list-file span.size {
  color: #bcbcbc;
  font-weight: 400;
}
.job-apply .form-item .action,
.job-apply .form-item .submit {
  width: auto;
  float: left;
  padding-right: 40px;
}
.job-apply .form-item .cancel {
  width: auto;
  float: right;
  padding-right: 40px;
}
.job-apply .title,
.job-apply > h3 {
  padding: 0;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.companies-container,
.head404,
.search404 {
  position: relative;
}
.jquery-sort-column > ul > li,
.main404,
.search-form {
  margin-bottom: 20px;
}
.jquery-sort-column,
.list-company {
  clear: left;
  float: left;
}
.jquery-sort-column ul,
ul.list-company {
  padding: 0;
  font-weight: 700;
}
ul.list-company ul {
  padding: 0;
}
.jquery-sort-column > ul,
ul.list-company > li {
  float: left;
  width: 215px;
}
.jquery-sort-column > ul > li .title,
ul.list-company > li .title {
  font-size: 0.9em;
  font-weight: 700;
  color: #5c5c5c;
  padding: 5px 0;
}
.jquery-sort-column > ul {
  margin-right: 28px;
}
.jquery-sort-column > ul:last-child {
  margin-right: 0;
}
.jquery-sort-column > ul ul li,
ul.list-company ul li {
  font-size: 0.9em;
  padding: 4px 0;
  color: #5e8dc2;
  letter-spacing: 0.03ex;
}
.list-company .company-item {
  display: block;
  width: 100%;
  font-size: 1.2em;
}
.search-form {
  width: 200px;
  height: 38px;
  line-height: 38px;
  padding-left: 0;
  padding-right: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search-form input {
  width: 100%;
  padding: 0 30px 0 10px;
  line-height: 1;
}
.job-status {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
}
.maps {
  padding: 0;
  margin-top: 10px;
}
.map-inner {
  overflow: hidden;
  height: 100%;
  border: 1px solid #ececec;
}
#map {
  width: 100% !important;
  height: 250px !important;
}
.head404 {
  background: #db6853;
  padding: 30px;
  color: #fff !important;
  font-size: 1em;
  font-weight: 700;
  box-shadow: 0 2px 5px #999;
  -moz-box-shadow: 0 2px 5px #999;
  -webkit-box-shadow: 0 2px 5px #999;
  z-index: 2;
}
.header404 {
  background: #f2f2f2;
  padding: 25px 0 20px;
  color: #444 !important;
  font-size: 1.2em;
  box-shadow: 0 2px 5px #999;
  -moz-box-shadow: 0 2px 5px #999;
  -webkit-box-shadow: 0 2px 5px #999;
  z-index: 1;
}
.main404 {
  font-size: 0.9em;
  margin-top: 30px;
}
.main404 p,
.main404 ul {
  margin-bottom: 10px;
}
.search404 {
  margin: 0 auto;
  width: 240px;
  height: 35px;
  color: #777;
}
.search404 input {
  width: 200px;
  height: 35px;
  line-height: 35px;
  padding: 0 30px 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search404 span.icon {
  position: absolute;
  right: 7px;
  top: 7px;
}
.loading-img,
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer404 {
  margin-top: 300px;
}
.loading-img {
  z-index: 30002;
  background: url(../img/loading.gif) center center no-repeat;
}
.loading-overlay {
  z-index: 888;
  opacity: 0.1;
  background: 0 0 !important;
}
.btn,
.red-btn {
  text-align: center;
}
.ui-widget {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget-content {
  background: #b7b7b7;
  background: -moz-linear-gradient(top, #989898 0, #b7b7b7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #989898),
    color-stop(100%, #b7b7b7)
  );
  background: -webkit-linear-gradient(top, #989898 0, #b7b7b7 100%);
  background: -o-linear-gradient(top, #989898 0, #b7b7b7 100%);
  background: -ms-linear-gradient(top, #989898 0, #b7b7b7 100%);
  background: linear-gradient(top, #989898 0, #b7b7b7 100%);
  box-shadow: inset 0 1px 1px #555;
  -moz-box-shadow: inset 0 1px 1px #555;
  -webkit-box-shadow: inset 0 1px 1px #555;
  color: #333;
}
.ui-widget-header {
  border: 1px solid #95c575;
  background: #8bb66e;
  background: -moz-linear-gradient(top, #7ca361 0, #95c575 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #7ca361),
    color-stop(100%, #95c575)
  );
  background: -webkit-linear-gradient(top, #7ca361 0, #95c575 100%);
  background: -o-linear-gradient(top, #7ca361 0, #95c575 100%);
  background: -ms-linear-gradient(top, #7ca361 0, #95c575 100%);
  background: linear-gradient(top, #7ca361 0, #95c575 100%);
  box-shadow: inset 0 1px 1px #555;
  -moz-box-shadow: inset 0 1px 1px #555;
  -webkit-box-shadow: inset 0 1px 1px #555;
  color: #fff;
  font-weight: 700;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.btn {
  width: auto;
}
.red-btn {
  margin: 10px 0;
  border: none;
  color: #fff;
  text-shadow: 0 -1px 0 #999;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn.loading {
  opacity: 0.5;
}
.red-btn {
  padding: 5px 20px;
  -moz-box-shadow: 0 1px 2px #bdbdbd, inset 1px 1px 5px #ffa290;
  -webkit-box-shadow: 0 1px 2px #bdbdbd, inset 1px 1px 5px #ffa290;
  box-shadow: 0 1px 2px #bdbdbd, inset 1px 1px 5px #ffa290;
  background: #f28c79;
  background: -moz-linear-gradient(top, #f28c79 0, #db6852 85%, #db6852 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f28c79),
    color-stop(85%, #db6852),
    color-stop(100%, #db6852)
  );
  background: -webkit-linear-gradient(
    top,
    #f28c79 0,
    #db6852 85%,
    #db6852 100%
  );
  background: -o-linear-gradient(top, #f28c79 0, #db6852 85%, #db6852 100%);
  background: -ms-linear-gradient(top, #f28c79 0, #db6852 85%, #db6852 100%);
  background: linear-gradient(to bottom, #f28c79 0, #db6852 85%, #db6852 100%);
}
.red-btn:active,
.red-btn:hover {
  background: #f07964;
  background: -moz-linear-gradient(top, #f07964 0, #d85d44 85%, #d85d44 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f07964),
    color-stop(85%, #d85d44),
    color-stop(100%, #d85d44)
  );
  background: -webkit-linear-gradient(
    top,
    #f07964 0,
    #d85d44 85%,
    #d85d44 100%
  );
  background: -o-linear-gradient(top, #f07964 0, #d85d44 85%, #d85d44 100%);
  background: -ms-linear-gradient(top, #f07964 0, #d85d44 85%, #d85d44 100%);
  background: linear-gradient(to bottom, #f07964 0, #d85d44 85%, #d85d44 100%);
}
.widget {
  position: relative;
}
.ui-sortable-placeholder {
  border: 1px dotted #000;
  visibility: visible !important;
  height: 50px !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.apply {
  font-size: 13px;
}
.email_apply .message {
  display: none !important;
}
#user_logo_container {
  position: relative;
}
#user_logo_container .plupload.flash,
#user_logo_container .plupload.html5 {
  min-width: 150px !important;
  height: 40px !important;
  left: 24px !important;
  bottom: 24px !important;
  top: inherit !important;
  cursor: pointer;
}
#user_logo_container .plupload.flash {
  left: 194px !important;
}
#user_logo_container .plupload.html5 input {
  margin: 0;
  padding: 0;
}
#user_logo_container.field-user_logo {
  position: relative;
  display: block;
}
#user_logo_container.field-user_logo .flash.plupload {
  left: 150px !important;
  top: 30px !important;
  max-width: 200px !important;
  bottom: inherit !important;
}
.top-0,
.top-28,
.top-70,
.top-98 {
  position: fixed;
}
.top-70 {
  top: 70px;
}
.top-0 {
  top: 0;
}
.top-28 {
  top: 28px;
}
.top-98 {
  top: 98px;
}
ul.menu-header-top > li > ul {
  position: absolute;
  display: none;
  background: #179aca;
  width: 100% !important;
  z-index: 9999;
  padding-bottom: 5px;
}
.single ul.menu-header-top > li > ul {
  padding-left: 0 !important;
}
ul.menu-header-top > li > ul.sub-menu > li {
  margin-left: 8px;
}
ul.menu-header-top > li:hover > ul {
  display: block;
  width: 120px;
}
ul.menu-header-top > li > ul > li {
  float: none;
  border-radius: 0;
}
ul.menu-header-top > li > ul > li a {
  border-radius: 0 !important;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  padding: 7px;
}
ul.menu-header-top > li > ul > li > ul {
  display: none;
  position: absolute;
  float: right;
  min-width: 150px;
  margin-left: 118px;
  margin-top: -40px;
}
ul.menu-header-top > li > ul > li:hover ul {
  display: block;
}
.main-center {
  width: auto;
}
.box-image img {
  width: 100%;
}
#wrapper {
  margin-top: 129px;
  padding: 0;
}
#footer-pages-sidebar .widget {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.menu-header-top {
  margin-right: 4px;
}
@media (min-width: 1041px) and (max-width: 1140px) {
  ul.menu-header-top > li > a {
    font-size: 18px !important;
  }
}
@media (min-width: 1021px) and (max-width: 1040px) {
  ul.menu-header-top > li > a {
    padding: 0 10px;
    font-size: 18px !important;
  }
  form#jobsearch #row-search1 {
    margin-top: -6px !important;
  }
}
@media (max-width: 1024px) {
  ul.menu-header-top {
    margin-right: 20px !important;
  }
}
@media (max-width: 1020px) {
  ul.menu-header-top > li > a {
    padding: 0 10px;
    font-size: 17px !important;
  }
}
@media (max-width: 1014px) {
  .jobmap .header-filter > div > div {
    margin-right: 0 !important;
  }
}
@media (max-width: 956px) {
  .jobmap .header-filter .btn-select {
    margin-top: 0 !important;
  }
}
@media (max-width: 933px) {
  ul.menu-header-top {
    margin-right: 0 !important;
  }
  #job_list_container .form-item .select-style,
  .header-filter .search-box {
    width: 185px;
  }
}
@media (min-width: 989px) {
  input {
    margin-left: 0;
  }
  .controls-row[class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12 {
    width: 1156px;
  }
  input.span11 {
    width: 1056px;
  }
  input.span10 {
    width: 956px;
  }
  input.span9 {
    width: 856px;
  }
  input.span8 {
    width: 756px;
  }
  input.span7 {
    width: 656px;
  }
  input.span6 {
    width: 556px;
  }
  input.span5 {
    width: 456px;
  }
  input.span4 {
    width: 356px;
  }
  input.span3 {
    width: 256px;
  }
  input.span2 {
    width: 156px;
  }
  input.span1 {
    width: 56px;
  }
}
@media (max-width: 988px) {
  input {
    margin-left: 0;
  }
  .controls-row[class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12 {
    width: 710px;
  }
  input.span11 {
    width: 648px;
  }
  input.span10 {
    width: 586px;
  }
  input.span9 {
    width: 524px;
  }
  input.span8 {
    width: 462px;
  }
  input.span7 {
    width: 400px;
  }
  input.span6 {
    width: 338px;
  }
  input.span5 {
    width: 276px;
  }
  input.span4 {
    width: 214px;
  }
  input.span3 {
    width: 152px;
  }
  input.span2 {
    width: 90px;
  }
  input.span1 {
    width: 28px;
  }
}
@media (max-width: 979px) {
  ul.menu-header-top > li > a {
    font-size: 16px !important;
  }
  .main-header .logo img {
    max-width: 150px;
  }
  ul.list-jobs .box-job .bg-btn-hyperlink.border-radius {
    width: auto;
    float: right;
  }
  #btn-search,
  #location,
  form#jobsearch .form-item select,
  form#jobsearch .row-search .select-style {
    height: 28px;
  }
  .menu-header-top {
    padding: 6px 0 0;
  }
  .header-filter .search-box {
    width: 160px;
  }
  #job_list_container #job_location::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  #job_list_container #job_location::-moz-placeholder {
    font-size: 12px !important;
  }
  #job_list_container #job_location:-ms-input-placeholder {
    font-size: 12px !important;
  }
  #job_list_container #job_location:-moz-placeholder {
    font-size: 12px !important;
  }
  .pharma {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 890px) {
  ul.menu-header-top > li > a {
    font-size: 14px !important;
  }
}
header.header {
  border-top: 3px solid #085186;
}
@media (max-width: 767.5px) {
  header.header {
    border-top: none;
  }
  input {
    margin-left: 0;
  }
  .controls-row[class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12 {
    width: 710px;
  }
  input.span11 {
    width: 648px;
  }
  input.span10 {
    width: 586px;
  }
  input.span9 {
    width: 524px;
  }
  input.span8 {
    width: 462px;
  }
  input.span7 {
    width: 400px;
  }
  input.span6 {
    width: 338px;
  }
  input.span5 {
    width: 276px;
  }
  input.span4 {
    width: 214px;
  }
  input.span3 {
    width: 152px;
  }
  input.span2 {
    width: 90px;
  }
  input.span1 {
    width: 28px;
  }
  ul.list-jobs .box-job .bg-btn-hyperlink.border-radius {
    width: auto;
    float: right;
  }
  #btn-search,
  #location,
  form#jobsearch .form-item select,
  form#jobsearch .row-search .select-style {
    height: 35px;
  }
  body {
    font-size: 14px !important;
  }
  #job_list_container .form-item .select-style,
  #job_list_container .form-item select {
    width: 145px;
    font-size: 11px;
  }
  .header-filter .search-box {
    width: 150px;
    line-height: 26px;
  }
  #job_list_container .form-item span.select {
    top: 6px;
  }
  #job_list_container .form-item .select-style:after {
    top: 5px;
  }
  #job_list_container #job_location::-webkit-input-placeholder {
    font-size: 11px !important;
  }
  #job_list_container #job_location::-moz-placeholder {
    font-size: 11px !important;
  }
  #job_list_container #job_location:-ms-input-placeholder {
    font-size: 11px !important;
  }
  #job_list_container #job_location:-moz-placeholder {
    font-size: 11px !important;
  }
  .pharma {
    font-size: 16px;
    padding: 0 5px;
  }
  .main-header .logo img {
    max-width: 99px;
    position: fixed;
    top: 30px;
  }
}
@media (max-width: 686px) {
  .header-filter .search-box {
    width: 125px;
  }
}
@media (max-width: 676px) {
  .company div.thumb,
  .list-jobs li div.thumb,
  .list-jobs li.job-item .btn-select {
    width: 100%;
  }
  ul.list-jobs .box-job .bg-btn-hyperlink.border-radius {
    margin-left: 30px;
    margin-right: -30px;
  }
  #job_list_container .form-item span.select {
    top: 6px;
  }
  #job_list_container .form-item .select-style:after {
    top: 5px;
  }
  #job_list_container #job_location::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  #job_list_container #job_location::-moz-placeholder {
    font-size: 14px !important;
  }
  #job_list_container #job_location:-ms-input-placeholder {
    font-size: 14px !important;
  }
  #job_list_container #job_location:-moz-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  .main-header .logo {
    position: fixed;
    top: 0;
    left: 0;
  }
  #location {
    height: 20px;
    padding-top: 4px;
  }
  .main-header .logo img {
    max-width: 99px;
    position: fixed;
    top: 30px;
  }
}
@media (max-width: 480px) {
  .btn-link {
    padding: 7px;
  }
}
@media (max-width: 1024px) {
  ul.menu-header-top > li > ul > li a {
    padding: 5px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1150px) and (min-width: 1025px) {
  .header-filter .search-box {
    width: 220px !important;
  }
}
@media (max-width: 980px) {
  .header-filter .search-box {
    width: 220px !important;
  }
}
@media only screen and (min-device-width: 768px) {
  .mobile_view {
    display: none !important;
  }
  .main-header {
    position: inherit !important;
  }
  #wrapper {
    margin-top: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-filter .search-box {
    width: 220px !important;
  }
  .form-item #job_types.select-style,
  .form-item #job_types.select-style select {
    width: 195px;
  }
}
#mobile-main-menu {
  display: none;
}
@media only screen and (max-device-width: 767px), (max-width: 980px) {
  #wrapper {
    margin-top: 0 !important;
  }
}
@media only screen and (max-device-width: 767px), (max-width: 780px) {
  .main-header,
  .main-header .logo {
    position: inherit !important;
  }
  #mobile-main-menu {
    display: block !important;
  }
  #wrapper {
    margin-top: 0 !important;
  }
  .main-header .logo {
    margin: 0 auto !important;
  }
  .main-header .logo img {
    max-width: 75%;
    position: inherit;
    top: 0;
  }
  #mobile-main-menu select {
    width: 80%;
    height: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 20px;
    padding: 5px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #7c8194;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {
  #mobile-main-menu select {
    height: 80px;
    font-size: 30px;
  }
  form#jobsearch div.radius-val span:first-child {
    padding-left: 0;
  }
}
#job_description ul li {
  line-height: 1.8em;
  margin: 0 0 5px 16px;
}
.custom-navbar-toggle {
  display: none;
}
@media only screen and (max-width: 779px) {
  .custom-navbar-toggle {
    display: inline;
  }
  .post-job {
    background: #fdfdfd;
    clear: both;
    padding: 5px 15px;
    width: 100%;
  }
  .post-job a {
    font-size: 19px;
  }
}
@media only screen and (width: 800px) {
  .post-job {
    display: none !important;
  }
}
.custom-navbar-collapse {
  display: none;
  clear: both;
}
@media only screen and (min-width: 779px) {
  .custom-navbar-collapse {
    display: none !important;
  }
}
#header-filter .main-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 779px) {
  .span2.logo {
    display: none;
  }
  .list-jobs li .title h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .home-banner .banner-img {
    display: none;
  }
  .banner-img {
    width: 100%;
  }
  #jobsearch #row-search2 #btn-search {
    width: 100% !important;
  }
  .mobile-home-heading {
    display: inline !important;
  }
}
@media only screen and (max-width: 767.5px) {
  .mobile_view {
    display: block !important;
  }
}
.home .form-item select {
  width: 100% !important;
}
.page-id-37526 .heading h1.title {
  padding: 0 0 15px !important;
}
.page-id-489 .heading h1.title {
  padding: 15px 0;
}
.single-job #single-job .heading h1.title {
  padding: 0;
}
.single_job_ext_icon {
  float: none !important;
}
.logout.f-right span.icon {
  float: none;
}
.quick-links-job-categories .col-md-2 {
  float: left;
}
@media (max-width: 571px) and (min-width: 400px) {
  .quick-links-job-categories .col-sm-4 {
    width: 32.5%;
  }
}
@media only screen and (max-width: 399px) {
  .quick-links-job-categories .col-xs-6 {
    width: 50%;
  }
}
.border-none {
  border: none !important;
}
#company_logo_thumb {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.job-col-2,
.job-col-4 {
  border-right: 1px solid #d1d1d1;
}
.job-col-3 {
  padding-left: 20px;
}
.job-listing-mobile {
  display: none;
  padding: 10px;
  width: 100%;
}
.job-listing-mobile > td {
  line-height: 32px;
}
.job-header-mobile {
  display: none;
}
@media (max-width: 564px) {
  .job-header-mobile,
  .job-listing-mobile {
    display: inline-block !important;
    width: 100%;
  }
  #company_logo_thumb {
    margin-bottom: 10px;
  }
}
@media (max-width: 975px) {
  .job-header-desktop,
  .job-listing-desktop {
    display: none;
  }
}
.job-button-mobile {
  margin: 10px 0;
  width: 145px !important;
}
#content_box h2 > span {
  color: #141412 !important;
}
.page-id-16228 .heading h1.title {
  padding-left: 0;
}
.page-id-16228 .box-job-alert .head-box h2 {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .current_page_number {
    display: none;
    float: none !important;
    margin-top: 0 !important;
    text-align: center;
  }
}
#form-item-1036,
#form-item-1096,
#form-item-983 {
  display: none;
}
.apply_job_button:hover {
  background: #f49a00;
}
@media (max-width: 510px) {
  .home form#jobsearch #btn-search {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .home #btn-search .btn-select {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767.5px) {
  li.job-item .span5,
  li.job-item .span6,
  li.job-item .span7,
  li.job-item .span8 {
    width: 100% !important;
  }
  li.job-item .span6,
  li.job-item .span8 {
    margin-left: 0 !important;
  }
  .heading h2 {
    font-size: 17px !important;
  }
  li.job-item .span6 div.btn-select,
  li.job-item button.bg-btn-hyperlink {
    width: auto !important;
    float: left !important;
  }
  #job_list_container #job_category,
  #job_list_container #job_types,
  #job_list_container .form-item,
  #job_list_container .header-filter .search-box,
  #job_list_container .select-style,
  #job_list_container div.location,
  .row-fluid .span5 {
    width: 100% !important;
  }
  li.job-item button.bg-btn-hyperlink {
    margin: 0 !important;
  }
  .heading h1.title,
  .single-post #container h1.title {
    font-size: 20px;
    line-height: 27px;
  }
  .single-post #container h3 {
    font-size: 15px !important;
    font-weight: 600;
  }
}
@media (max-width: 780px) {
  .main-header .logo img {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  #latest_jobs_container .list-jobs .job-item .row-fluid div.span7 {
    width: 80% !important;
  }
  #latest_jobs_container .list-jobs .job-item .row-fluid .span6:nth-child(2) {
    margin-left: 6px !important;
    margin-top: -32px !important;
  }
  .row-fluid .span5 {
    width: 48.055249% !important;
  }
  .row-fluid .span9 {
    width: 74.3094%;
  }
  .row-fluid .span3 {
    width: 22.9282%;
  }
  #job_list_container #job_category,
  #job_list_container #job_types,
  #job_list_container .header-filter .search-box,
  #job_list_container .select-style {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span8,
  .row-fluid .span9 {
    width: 100% !important;
  }
  #single-job .span3:nth-child(3) {
    padding-left: 0 !important;
  }
  #single-job .span3:nth-child(2) {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  form#jobsearch div.radius-val {
    font-size: 10px !important;
  }
}
@media (max-width: 980px) {
  .job-item .span8 .btn-select a button {
    width: 145px !important;
  }
}
@media (min-width: 968px) and (max-width: 1040px) {
  .box-2-col-right {
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block !important;
    float: none !important;
    font-size: 16px;
    margin-top: 20px;
    padding: 1% 2% 2% 1%;
    width: 100% !important;
  }
}
@media (max-width: 1040px) {
  #single-job .span3,
  #single-job .span9,
  .home #body_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .box-2-col-left {
    width: 100% !important;
  }
}
.page-id-489 #container,
.page-template-page-post-a-job #container {
  -webkit-margin-before: -26px !important;
}
.filtersearch .jobmap .header-filter.jobmap_search {
  margin: 0 auto;
}
.nav-link,
.navbar {
  padding: 0 1rem;
}
.navbar.navbar-light.navbar-expand-md .logo {
  width: 160px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin-top: 0;
}
address,
ol,
p,
ul {
  margin-bottom: 1rem;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin-bottom: 0.5rem;
}
textarea {
  overflow: auto;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
address {
  line-height: inherit;
}
sub {
  vertical-align: baseline;
}
label {
  display: inline-block;
}
button,
hr,
input {
  overflow: visible;
}
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-warning,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
.dropdown-menu,
.form-control,
.modal-content {
  background-clip: padding-box;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  font-family: Roboto, sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code {
  font-size: 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html[type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
.btn,
.dropdown-header,
.dropdown-item,
.input-group-text {
  white-space: nowrap;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.2;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400; /*Regular*/
  line-height: 1.2;
  color: inherit;
}
.blockquote,
hr {
  margin-bottom: 1rem;
}
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.display-1,
.display-2,
.display-3,
.display-4,
.lead {
  font-weight: 300;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
}
.display-1 {
  font-size: 6rem;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img-fluid,
.img-thumbnail {
  width: 100%;
  height: auto;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.blockquote {
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
code {
  font-size: 87.5%;
}
a > code {
  color: inherit;
}
code {
  color: #e83e8c;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.btn,
.btn-link,
.dropdown-item {
  font-weight: 400;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal,
.modal-open {
  overflow: hidden;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-file-input.is-valid ~ .custom-file-label,
.custom-select.is-valid,
.form-control.is-valid {
  border-color: #28a745;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.invalid-tooltip,
.valid-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 100%;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 0.2rem;
  top: 100%;
}
.valid-tooltip {
  display: none;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
}
.custom-control-input.is-valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid {
  border-color: #dc3545;
}
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-tooltip {
  display: none;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
}
.dropdown {
  position: relative;
}
.custom-control-input.is-invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-link,
.btn-link:hover {
  background-color: transparent;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
.btn-link {
  color: #007bff;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.collapse:not(.show) {
  display: none;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: uset;
  width: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 7px #999;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
  margin-bottom: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.input-group-append,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.alert-link,
.close {
  font-weight: 700;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  left: 0;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label::before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-file-input:lang(en) ~ .custom-file-label::after,
.custom-file-label::after {
  content: "Browse";
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center no-repeat #fff;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-lg,
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-file-input:focus ~ .custom-file-label::after,
.custom-select:focus {
  border-color: #80bdff;
}
.custom-select:focus {
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
.custom-file,
.custom-file-input,
.custom-file-label {
  height: calc(2.25rem + 2px);
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  opacity: 0;
}
.custom-file-label,
.custom-file-label::after {
  position: absolute;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  top: 0;
  right: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav,
.navbar {
  -ms-flex-wrap: wrap;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.alert,
.page-link {
  position: relative;
}
.breadcrumb,
.pagination {
  border-radius: 0.25rem;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.page-link {
  padding: 0.5rem 0.75rem;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.close {
  line-height: 1;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.alert {
  border: 1px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert.alert-warning h3 {
  display: inline-block;
  font-size: 1.17em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 400;
}
.alert.alert-warning {
  color: #141412;
  padding: 20px;
}
.alert-warning {
  background-color: transparent;
  border-color: #db0723;
  border-left: 2px solid #db0723;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.close {
  float: right;
  font-size: 1.5rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.tooltip {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  text-decoration: none;
}
.modal-title,
.tooltip {
  line-height: 1.5;
}
.text-hide,
.tooltip {
  text-shadow: none;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.tooltip,
.tooltip .arrow {
  position: absolute;
  display: block;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  z-index: 1070;
  margin: 0;
  text-align: left;
  text-align: start;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.carousel,
.carousel-inner,
.carousel-item {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center center no-repeat;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #ddd !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.border-left {
  border-left: 1px solid #ddd !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-white {
  border-color: #fff !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-body {
  color: #212529 !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
@media print {
  blockquote,
  img,
  tr {
    page-break-inside: avoid;
  }
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  blockquote {
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.heading h1,
.heading h2 {
  font-weight: 700;
  color: #505050;
}
.main-header,
.width100,
html {
  width: 100%;
}
body,
html {
  background-color: #fff;
}
html {
  overflow-x: hidden;
}
.sticky-img img {
  position: absolute;
  right: 47px;
  top: -151px;
  height: 253%;
}
.map-icon:before {
  font-family: Pictos !important;
}
.single.single-job #job_description header {
  width: 100%;
  border-bottom: none;
  background: 0 0;
}
.single.single-job h1#job_title {
  font-size: 16px;
}
@media (max-width: 1030px) {
  #single-job h1 {
    padding: 15px 0 !important;
  }
}
.heading h1 {
  font-size: 26px;
  margin-top: 0;
}
.heading h2 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 0;
}
a {
  color: #085186;
}
#single-job ul {
  padding-left: 0;
  margin: 0;
}
.main-header {
  top: 0;
  position: fixed;
}
.bg-main-header {
  background: #085186;
}
.heading {
  border: 0;
}
.menu-header-top .current-menu-item,
.menu-header-top .current_page_item {
  background: #179aca;
  border-radius: 5px;
}
.menu-header-top .current-menu-item a,
.menu-header-top .current_page_item a {
  color: #fff;
  font-weight: 700;
}
.a-center {
  text-align: center;
}
#container {
  background-color: #fff;
  min-height: 100%;
  position: relative;
}
.bg-footer {
  background: #4fa7d4;
  height: auto;
  color: #fff;
  width: 100%;
}
.bottom-text {
  margin-top: 30px;
}
.jobmap .header-filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.btn-user-link {
  color: #464646 !important;
}
.btn-select button:hover,
.btn-select div:hover {
  color: #fff;
  opacity: 0.9;
}
.selected .btn-select button:after {
  content: "3";
  font-family: Pictos;
  font-weight: 400;
  position: relative;
  right: -7px;
  top: -6px;
  font-size: 14px;
  float: right;
}
.error-field {
  border: 1px solid #db5f47 !important;
}
.jobmap .header-filter {
  box-sizing: border-box;
  color: #072c41;
  height: auto;
  display: inline-block;
  width: 100%;
  max-width: 1050px;
  z-index: 9;
  border: 0;
  position: relative;
  background: url(img/bg_jobmap_filter.png) top center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  padding: 9px;
  margin: 0 auto 10px;
}
.jobmap .header-filter input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.jobmap .header-filter > div > div {
  margin-top: 0;
  margin-right: 15px;
  position: relative;
  border: 0;
}
.jobmap .header-filter input {
  margin-top: 0;
  border: 0;
  box-sizing: border-box;
}
.jobmap .header-filter .search-box {
  width: 220px;
  font-size: 14px;
  padding: 0 15px;
  height: 38px;
  line-height: 1;
}
.jobmap .header-filter > div > div span.icon {
  margin: -5px auto;
}
.jobmap .form-item .select-style,
.jobmap .form-item input,
.jobmap .form-item select {
  width: 100%;
}
.jobmap .form-item {
  width: 18%;
}
.jobmap .header-filter .btn-select {
  width: 100% !important;
  min-width: 100px;
  position: relative;
}
.jobmap .form-item .select-style {
  background: #fff;
}
.jobmap .pharma {
  width: 30% !important;
}
form#jobsearch div.radius-val {
  margin-top: 5px !important;
  font-size: 13px;
  color: #333;
  display: table;
  width: 100%;
}
form#jobsearch div.radius-val span {
  display: table-cell;
  padding: 5px 10px;
}
form#jobsearch .row-search {
  width: 100%;
}
form#jobsearch .row-search .form-item .location {
  position: relative;
  width: 100%;
}
form#jobsearch .row-search .form-item .location input {
  padding-right: 25px !important;
  border: 1px solid #ddd;
  padding-top: 1px;
}
form#jobsearch .row-search > div > div {
  margin: 0 auto;
  display: inline-block;
}
form#jobsearch .pharma input {
  width: 13px;
}
form#jobsearch .row-search .form-item {
  float: left;
  width: 25%;
}
form#jobsearch #row-search1 #btn-search {
  margin-left: 3%;
  width: auto;
}
form#jobsearch #row-search2 {
  margin-top: 0;
  width: 15%;
  float: right;
}
form#jobsearch #row-search1 {
  width: 100%;
  float: left;
}
.map-icon:before {
  content: attr(data-icon);
  font-weight: 400;
  line-height: 0;
  font-size: 25px;
  text-transform: none;
}
.map-icon,
.map-icon:hover {
  text-decoration: none !important;
}
#post_job #login {
  width: 98% !important;
}
#post_job.main-column {
  width: 850px;
}
.post-a-job {
  border: 0;
}
.category-blog ul,
ul.category-blog {
  padding: 0;
}
.title_seo h1 {
  text-transform: initial;
  font-size: 21px;
  margin-bottom: 20px;
}
.post-content p {
  margin: 0 0 10px;
}
.post-content-container h2 {
  margin: 0 0 25px;
  padding: 0;
  line-height: 15px;
  word-break: break-word;
}
.post-content-container h2 a {
  font-size: 17px;
}
#sidebar li {
  list-style: none;
}
#sidebar,
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  color: #085186;
  position: relative;
  border-bottom: 1px solid #e7e6e6;
  display: block;
  padding: 10px 10px 10px 0;
  margin: 0;
  font-family: FontAwesome;
}
#sidebar ul li.cat-item-219:before {
  content: "";
}
#sidebar ul li a {
  padding-left: 10px;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
#sidebar ul li a:hover {
  color: #a0328c;
}
.blog_content .search-page-search-form input {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  color: #747474;
  font-size: 13px;
  height: 16px;
  padding: 8px 2% !important;
  width: -moz-calc(96% - 100px);
  width: -webkit-calc(96% - 100px);
  width: -ms-calc(96% - 100px);
  width: -o-calc(96% - 100px);
  width: calc(96% - 100px);
  display: inline-block !important;
}
.single.single-post {
  color: #141412;
}
.single.single-post #sidebar h3 {
  color: #141412;
  font-size: 17px;
  padding-top: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.search .blog_content {
  padding-top: 0 !important;
}
.blog_content .second-column {
  width: 100% !important;
  margin-top: 20px !important;
}
.blog_content .box_right {
  margin-top: 30px;
}
.blog_content .heading h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #141412;
}
.blog_content #blog-sidebar {
  padding-bottom: 15px;
}
.blog_content #blog-sidebar h5 {
  margin-left: 10px;
}
.blog_content #blog-sidebar ul {
  font-size: 15px;
  padding: 0 20px;
}
.blog_content #blog-sidebar ul li {
  list-style: circle !important;
  margin-left: 10px;
}
.single-post .blog_content .single-navigation {
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
.single-post .blog_content .single-navigation {
  height: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: right;
  font-size: 13px;
  margin-top: 20px;
}
.single-post .blog_content .single-navigation a[rel="prev"]:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 5px;
  font-size: 8px;
}
.single-post .blog_content .single-navigation a[rel="next"] {
  margin-left: 15px;
}
.single-post .blog_content .single-navigation a[rel="next"]:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 5px;
  font-size: 8px;
}
.single-post .blog_content .content img {
  max-width: 100%;
  height: auto;
}
.single-post .blog_content .content .description p img {
  margin-right: 25px !important;
}
.input-website {
  margin-right: 0 !important;
}
.content-box {
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #ddd;
}
.box-job-alert form .select_category select#job_category,
.box-job-alert form .select_category span.select {
  display: none !important;
}
.box-job-alert form .select_category .ms-parent {
  height: 100%;
  width: 100% !important;
  border: none;
  line-height: 36px;
  color: #686868;
}
.box-job-alert .head-box h2 {
  font-size: 30px;
  margin-top: 10px;
}
.box-job-alert .head-box span {
  font-weight: 700;
}
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input,
.ms-search input:focus {
  width: 100% !important;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(img/multiple-select.png) 100% -22px no-repeat #fff;
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url(img/multiple-select.png) 100% -22px no-repeat,
    linear-gradient(top, #fff 85%, #eee 99%);
}
#pa_form_login_login {
  font-family: Roboto, sans-serif;
}
.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-banner .banner-img {
  text-align: center;
  position: relative;
}
.home-banner .banner-img img {
  max-width: 100%;
  width: 100%;
}
.jobfilter .filtersearch {
  clear: both;
  float: left;
  height: auto;
  width: 100%;
}
#btn-search {
  display: inline-block;
}
.home-banner .filterwidget {
  display: inline-block;
  width: 100%;
}
.home-banner .jobmap .header-filter {
  background: 0 0;
  position: relative;
}
.home-banner form#jobsearch .row-search .form-item {
  width: 24%;
}
.latest_jobs_container-wrapper {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 0 40px;
}
.box-2-col-left,
.box-2-col-right {
  background: #fff;
  padding: 15px 20px 0;
  border: 1px solid #ddd;
}
.home #latest_jobs_container {
  background-color: #fff;
}
.box-2-col-left {
  width: 62%;
  float: left;
}
.box-2-col-left .box-2-col-container {
  width: 50%;
  float: left;
  margin: 0 0 10px;
}
.box-2-col-left .box-2-col-container p {
  margin: 0 0 10px;
  font-size: 14px;
}
.box-2-col-right ul {
  width: 50%;
  list-style: none;
  margin: 0;
  float: left;
}
.box-2-col-right ul li {
  margin: 0 0 5px !important;
}
.fancybox-inner {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.fancybox-inner .alert {
  margin-bottom: 20px;
}
#forgot_pass .button input {
  /* text-transform: uppercase; */
  margin-top: 12px;
  padding: 8px 0;
  color: #fff;
  width: 96%;
  background-color: #085186;
  border-radius: 20px;
  border: none;
}
.button {
  background: #fff !important;
  padding: 0 !important;
  height: auto !important;
  clear: both;
}
#login #submit_login {
  text-transform: capitalize;
  margin-top: 12px;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  background-color: #085186;
  border-radius: 20px;
  border: none;
}
#term_of {
  float: left;
  width: 20px !important;
  height: 18px;
}
#term_of label {
  float: left;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  height: 2.5rem;
  width: 2.5rem;
}
a:focus {
  outline: 0 !important;
}
button:focus {
  outline: 0 !important;
}
.mobile {
  display: none;
}
.single p {
  margin: 8px 0;
}
.page p,
.page ul,
.single p,
.single ul {
  font-size: 16px;
}
h2.c-color {
  font-size: 25px;
}
.navbar-toggler {
  border: none;
}
.bg-footer.bg_footer_red.footer404 {
  background: #db6853;
}
.bg_footer_red .follow {
  margin-top: 10px;
  margin-right: 10px;
}
.page-template-page-post-a-job h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.page-template-page-post-a-job h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
  font-size: 1rem;
}
.page-template-page-kliniken #latest_jobs_container,
.page-template-page-pharma #latest_jobs_container {
  margin: 0;
}
.page-template-page-kliniken .heading h1.title_new,
.page-template-page-pharma .heading h1.title_new {
  padding: 0;
}
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.box-job-alert .ddl_icon:after {
  right: 25px;
}
.bg-main-header {
  background: #085186;
  display: none;
}
.post-job .btn-header.border-radius.current_page_item {
  color: #333;
  font-size: 16px;
}
.navbar-light .navbar-toggler {
  color: #fff !important;
  z-index: 99;
}
.header-style {
  padding: 20px 15px;
}
.second_header_logout_link span.icon {
  margin-top: 0;
  padding-right: 5px;
  float: left;
}
.dropdown.menu-item.show {
  background: #00a9e2;
}
.btn-select {
  border-radius: 0;
  font-weight: 600;
}
.box-2-col-left .box-2-col-container h3 {
  font-size: 17px;
  font-weight: 600;
}
.box-2-col-right {
  width: 36%;
  float: right;
  font-size: 14px;
  padding: 15px !important;
}
.home #content_box h2 {
  font-size: 21px;
  font-weight: 600;
}
.home #content_box h3 {
  font-size: 18px;
  font-weight: 600;
}
.home #jobsearch h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.jobsearch_form_new {
  padding: 10px 0;
}
.btn-select button,
.btn-select div {
  color: #fff;
  font-size: 16px;
  border-width: 0;
  background: #ed7d31;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  height: 42px; /*PO-1721*/
}
.page-template-page-post-a-job .btn-select.f-right .btn.bg-btn-hyperlink {
  background: #ed7d31;
}
.page-template-page-post-a-job .btn-select button,
.page-template-page-post-a-job .btn-select div {
  background: #085186;
}
.blog-ad-sidebar-mobile,
.blog-new-sidebar-mobile {
  display: none;
}
h3.widget-title {
  display: none !important;
}
.blog-sidebar-ad {
  margin-top: 30px;
}
.blog-new-sidebar-mobile .blog-sidebar-ad {
  margin-top: -10px;
  margin-bottom: 20px;
}
.wp-caption-text {
  font-size: 13px !important;
  margin: -5px 0 5px 0 !important;
  font-weight: 600;
}
.wp-caption {
  max-width: 100%;
  width: auto !important;
}
.mobile-home-banner h1 {
  position: absolute;
  font-size: 14px;
  font-weight: 800;
  padding: 4% 100px 5% 0;
  line-height: 17px;
  color: #333;
}
.mobile-home-banner h2 {
  position: absolute;
  font-size: 12px;
  font-weight: 400; /*Regular*/
  padding: 7% 140px 5% 0;
  line-height: 16px;
  color: #333;
  margin: 15px 0 0;
}
.list-jobs .premium {
  border: none;
  background: #eee;
  border-left: 17px solid #a0328c;
}
.page-id-20576 .col_padding .row {
  padding: 0 11px;
  margin-bottom: 20px;
}
.sidebar_right_new {
  margin: 16px 0 0;
}
.sidebar_right_new .box_right {
  margin-top: 22px;
}
.sidebar_right_new .box_right h3 {
  color: #303030;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
#blog_facebook .heading h3 {
  font-size: 17px;
  margin-bottom: 12px;
  color: #141412;
  font-weight: 400; /*Regular*/
  clear: both;
}
#sidebar ul li a:hover {
  color: #00a9e2 !important;
}
#sidebar ul li a {
  padding-left: 15px;
  font-size: 15px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  background-image: url(img/sidebar_arrow.jpg) !important;
  background-repeat: no-repeat;
  background-position: left center;
}
.blog-sidebar-ad > div > a > img {
  width: 100%;
  height: auto !important;
}
.post-content-container h2 {
  margin: -8px 0 10px;
  padding: 0;
  line-height: 20px;
  word-break: break-word;
}
.post-content-container h2 a {
  font-size: 18px;
  font-weight: 500;
}
.post-content-container h2 a:hover {
  color: #00a9e2;
}
.heading h1.title_new {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.03ex;
  margin: 0;
  padding: 10px 0 20px;
  color: #085186;
}
.single-navigation {
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
.single-navigation {
  height: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  font-size: 13px;
  margin-top: 20px;
}
#comment-submit {
  margin-top: 10px;
}
.single-job .heading .f-right {
  float: none !important;
}
.col_padding .row .col-md-3.col-sm-6.col-xs-12 {
  min-width: 25%;
  padding: 0 4px;
}
.col_padding .row .col-md-12.col-sm-12.col-xs-12 {
  padding: 0 4px;
}
.col_padding .row .col-md-8.col-sm-12.col-xs-12 {
  padding: 0 4px;
}
.col_padding .row .col-md-4.col-sm-12.col-xs-12 {
  min-width: 33.33%;
  padding: 0 4px;
}
.col_padding .row {
  padding: 0 11px;
}
.page-template-page-mediziner .col_padding .row {
  padding: 0 11px;
  margin-top: -15px;
}
#jobsearch #job_location {
  width: 100%;
  border: 1px solid #cddce6; /*PO-1721*/
  border-radius: 5px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
  padding: 10px 15px 10px 10px;
  height: 42px; /*PO-1721*/
  font-size: 14px; /*PO-1721*/
  font-weight: 300;
  font-family: Roboto, sans-serif !important;
  outline: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.col-md-4.col-sm-12.col-xs-12.mediziner {
  height: 310px;
  overflow: hidden;
}
.mobile_view .mediziner img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.red {
  color: red;
}
.video_page_arbeitgeber {
  width: 100%;
}
.form-item input {
  line-height: 1;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 14px !important;
  color: #000 !important;
  box-shadow: none;
}
input#praktisches {
  display: block !important;
  clear: both;
  float: right;
  margin-top: 5px;
}
#content_box #content_box_text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.Impressum_page {
  padding-left: 1rem;
  margin-bottom: 10px;
}
#text-35 {
  border: none !important;
}
.box-job-alert .c-color {
  color: #085186;
  margin-top: -6px;
}
.ms-parent {
  width: 100% !important;
  padding: 0;
}
.error-field {
  border: 1px solid #db5f47 !important;
  height: 38px !important;
  margin-bottom: 20px;
}
.header-filter-job-alert .select_jobtype {
  height: 36px;
  margin: 0 0 20px;
}
.bg-default-input {
  border: 1px solid #cddce6 !important; /*Redesign 1564*/
  box-shadow: none !important;
  border-radius: 0;
}
.selected .btn-select button {
  background: #e2eac1;
  color: #899459;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 20px;
}
.page-template-page-post-a-job div.error {
  background: #fff;
  border-left: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.page-template-page-post-a-job #job_form .btn-select {
  width: 170px;
}
dd,
li {
  margin-bottom: 0 !important;
}
footer {
  min-width: unset !important;
}
.footer_nav_menu li {
  margin: 10px 0 0;
}
.footer_nav_menu > li > a {
  color: #fff;
  margin: 10px 0 0;
  font-size: 16px;
}
.footer_nav_menu {
  list-style: none;
  font-weight: lighter;
  margin-top: 15px;
}
.footer_menu_title {
  font-size: 19px;
  color: #fff;
  font-weight: 400;
}
.bg-footer {
  background: #4fa7d4;
  height: auto;
  color: #fff;
  width: 100%;
}
.footer_color {
  height: 30px;
  width: 100%;
  background: #0a60a6;
  background: -moz-linear-gradient(left, #00aae3 0, #0a60a6 15%, #00aae3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00aae3),
    color-stop(15%, #0a60a6),
    color-stop(100%, #00aae3)
  );
  background: -webkit-linear-gradient(
    left,
    #00aae3 0,
    #0a60a6 15%,
    #00aae3 100%
  );
  background: -o-linear-gradient(left, #00aae3 0, #0a60a6 15%, #00aae3 100%);
  background: -ms-linear-gradient(left, #00aae3 0, #0a60a6 15%, #00aae3 100%);
  background: linear-gradient(left, #00aae3 0, #0a60a6 15%, #00aae3 100%);
}
.footer_nav_menu > li > a:hover {
  font-weight: 400;
}
#jobtype_search ul#list_jobtype li {
  padding: 0 0 6px;
}
.header-filter > div > div span.icon,
.jobsearch_form_new > div > div span.icon {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  z-index: 9;
  width: 16px;
  height: 14px;
}
.header-filter .select-style {
  border: 1px solid #ddd;
  height: 36px;
}
.location .icon::before {
  font-size: 16px !important;
}
.home_page_headding .title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  height: 16px;
}
footer {
  margin-top: auto;
}
#job_form .form-item input {
  margin-top: 0;
}
.job_html input.file-path.validate {
  padding: 0;
}
input {
  font-family: Roboto, sans-serif !important;
}
.jobfilter {
  position: relative;
  padding: 10px 15px; /*PO-1721*/
  width: 100%;
  float: left;
  background-color: rgba(29, 36, 47, 0.85);
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.single.single-post h2 {
  color: #303030;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  line-height: 30px;
  clear: both;
  font-weight: 800;
}
.single.single-post h3 {
  color: #303030;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 0;
  line-height: 30px;
  font-weight: 800;
}
.login_forgot_link .forgot-pass-link {
  margin: 0;
  float: right;
}
@media (min-width: 1200px) {
  .menu-padding-left {
    padding-left: 6.5%;
  }
  .sidebar-300 .col-md-9 {
    max-width: 71.052631%;
    flex: 0 0 71.052631%;
    padding-right: 25px;
  }
  div#blog_facebook {
    margin-top: -4px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home_page_headding .title {
    height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1204px) {
  .header-filter-mobile p {
    font-size: 14px;
  }
  .col-md-4.col-sm-12.col-xs-12.mediziner {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .box-2-col-left .box-2-col-container {
    min-height: 100px;
  }
}
@media (min-width: 1024px) {
  #facebook_content iframe {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .page-sidebar.desktop {
    display: block;
  }
  #job_description ul li,
  p {
    text-align: justify;
  }
  .padd-r-0 {
    padding-right: 0;
  }
  .padd-l-0 {
    padding-left: 0;
  }
  #header-filter .col-md-1 {
    max-width: 11.33%;
  }
  #header-filter .col-md-3 {
    max-width: 24%;
  }
  li.nav-item.dropdown.responsive {
    display: none;
  }
  .dropdown-menu.responsive {
    display: none;
  }
  #jobsearch .homeform {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .top_arbeit_btn {
    width: 100% !important;
    margin-bottom: 1em !important;
  }
  .box-2-col-left .box-2-col-container {
    width: 50%;
    float: left;
    margin: 0 0 10px;
  }
  .logo.mobile img {
    width: 140px;
  }
  header.bg-main-header {
    height: 62px;
  }
  .heading h1.title_new {
    font-size: 26px;
  }
  .post-job .btn-header.border-radius.current_page_item {
    color: #085186;
  }
  .dropdown.menu-item.show {
    background: #fff;
  }
  .bg-main-header {
    display: block;
  }
  .mobile {
    display: block;
  }
  .container,
  .navbar-static-top .container,
  .span12 {
    width: 100% !important;
  }
  .post-job {
    padding: 0 0 7px !important;
  }
  .dropdown-menu li:last-child {
    border-bottom: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar ul.navbar-nav > li.nav-item {
    padding: 0 0.68rem !important;
  }
  .navbar-nav li > a {
    font-size: 16px !important;
  }
  .blog .form-item.header-filter-mobile-heading p {
    font-size: 11px;
    margin: 0 0 15px;
  }
  .blog .header-filter > div > div {
    margin: 15px 0 0;
    padding: 0 3px;
  }
  .blog .header-filter > div > div:last-child {
    padding: 0 13px 0 3px;
  }
  .blog .header-filter > div > div:last-child button {
    font-size: 11px;
  }
  .blog .header-filter > div > div:first-of-type {
    padding: 0 3px 0 15px;
  }
  .btn-select button::after,
  .btn-select div::after {
    right: 5px;
  }
  .post-content-container h2 a {
    font-size: 16px;
  }
  .apply_job_button {
    font-size: 19px;
  }
}
.mobile-page-left-icon {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: auto;
  }
  .fancybox-inner {
    width: 100% !important;
  }
  .logostartseite {
    display: inline-block !important;
    line-height: 5.5 !important;
  }
}
@media (max-width: 575px) {
  .premium_single_logo {
    text-align: center;
  }
  .login_forgot_link .forgot-pass-link {
    float: left;
  }
  .page-template-page-job-alert .box-job-alert .c-color {
    margin-top: 15px;
  }
  .box-job-alert .c-color {
    margin-top: 0;
  }
  .home #jobsearch h3 {
    display: none;
  }
  .home #jobsearch .btn-select {
    width: 100%;
  }
  .home .quick-links-job-categories a {
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .list-jobs .premium {
    border-left: 10px solid #a0328c;
  }
  .job-header-mobile,
  .job-listing-mobile {
    box-shadow: 0 1px #d1d1d1;
  }
}
@media (max-width: 359px) {
  .page-template-page-post-a-job .btn-cancel {
    width: 125px;
  }
}
@media screen and (max-width: 967px) {
  .box-2-col-left {
    margin-bottom: 20px;
  }
  .box-2-col-left {
    display: inline-block;
    float: none;
    height: 100%;
    width: 100%;
  }
  .box-2-col-right {
    float: left;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 767.5px) {
  .sidebar_right_new {
    margin: 0;
  }
  .post-content-container h2 {
    margin: 20px 0;
  }
  .sie-sind {
    display: none;
  }
  input#term_of {
    width: 20px !important;
  }
  .jobfilter-container {
    position: relative;
  }
  .jobfilter {
    box-shadow: none;
  }
  .jobmap .header-filter {
    padding: 0;
  }
  form#jobsearch #row-search1,
  form#jobsearch #row-search2 {
    width: 100% !important;
    float: none !important;
  }
  form#jobsearch .row-search .form-item {
    width: 100% !important;
  }
  form#jobsearch .header-filter #row-search2 {
    width: 100% !important;
    float: none !important;
  }
  form#jobsearch .header-filter #row-search1 {
    float: none !important;
  }
  form#jobsearch .header-filter #row-search1 .form-item {
    float: none !important;
    margin: 15px 0 0 !important;
  }
  form#jobsearch .header-filter #row-search1 .form-item #job_location {
    width: 100% !important;
    float: none !important;
    margin: 0 0 4px !important;
    height: 35px !important;
  }
}
@media screen and (max-width: 567px) {
  form#jobsearch .header-filter #row-search2 {
    margin-top: 20px;
  }
  .box-2-col-left {
    float: left;
    clear: both;
    height: auto;
  }
  .box-2-col-left .box-2-col-container {
    width: 100%;
    float: none;
  }
  .home-banner form#jobsearch .row-search .form-item {
    width: 100% !important;
  }
  #btn-search .btn-select {
    margin-right: 0 !important;
    width: 45%;
  }
  .jobmap .pharma {
    width: auto !important;
  }
  .bg-footer h2 {
    color: #fff;
  }
  #footer-pages-sidebar:before {
    clear: both;
  }
  #footer-pages-sidebar {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.wp-editor-container > div {
  border: 1px solid #9e9e9e !important;
}
.image {
  text-align: center;
}
.custom-navbar-collapse {
  background: #fff;
}
.custom-navbar-collapse {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 5px !important;
  width: 35px !important;
}
#job_radius {
  opacity: 0;
  width: 100%;
  z-index: 1;
}
h3 span::before {
  background: 0 0 !important;
}
#single-job h1 {
  padding: 20px 0 15px;
}
.red {
  color: red;
}
.btn-link {
  font-weight: 700;
}
.author .heading {
  padding: 0 10px;
}
.btn-link {
  color: #000;
  line-height: 20px;
  padding: 7px;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.mobile-home-banner > img {
  max-width: 100%;
  width: 100%;
}
.mobile-home-banner {
  display: none;
}
@media screen and (max-width: 639px) {
  .mobile-home-banner {
    display: inline-block;
    width: 100%;
  }
}
.single-job .icon.date,
.single-job .icon.location {
  float: left;
}
#content_box_keyword ul li {
  margin-left: 18px;
}
.color_blue {
  color: #00f;
}
.color_red {
  color: red;
}
.wp-image-28935 {
  width: 200px !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 767.5px) {
  .footer_menu_title {
    margin-top: 30px;
    display: block;
  }
  #jobsearch .row.homeform {
    margin: 0;
  }
  #jobsearch .row.homeform.advance_search_home #example3 {
		margin-top: 15px;
  }
  .home-banner {
    padding-bottom: 0;
  }
}
#sidebar ul li:first-child {
  padding-top: 0;
}
.custom-navbar-toggle > img {
  margin: 10px 0;
  width: 38px;
}
@media (max-width: 938px) and (min-width: 768px) {
  .home-banner form#jobsearch .row-search .form-item {
    margin-right: 10px !important;
    width: 21%;
  }
  #btn-search,
  #job_location,
  form#jobsearch .form-item select,
  form#jobsearch .row-search .select-style {
    height: 37px;
  }
}
.header-filter.jobmap_search > h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}
.home .jobmap .header-filter .btn-select {
  width: 90% !important;
}
@media (max-width: 991px) {
  .column-2 {
    width: 100% !important;
    text-align: justify !important;
    padding: 0;
  }
}
.page-id-489 .heading h1.title {
  display: none;
}
h2 span:before {
  height: 0;
}
@media (max-width: 767.5px) {
  .jobsearch_form_new > div > div span.icon {
    right: 20px;
  }
  .form-item .label h6 {
    margin: 0 0 6px;
  }
  div#text-29 {
    border: none;
  }
  .jobfilter {
    padding: 10px 0;
  }
  .blog-ad-sidebar-mobile,
  .blog-new-sidebar-mobile,
  .page-sidebar.mobile {
    display: block !important;
  }
  .sidebar_right_new {
    position: relative !important;
  }
  .blog_content .second-column {
    margin-top: 10px !important;
  }
}
.quick-links-job-categories a {
  font-size: 15px;
  margin-left: -5px;
}
.page-template .current_page_number {
  color: #a1a1a1;
  font-weight: 400;
  font-size: 12px;
  float: right;
}
@media (max-width: 480px) {
  .header-filter-mobile {
    background: #4fa7d4 !important;
  }
  .list-jobs .premium {
    background: 0 0;
  }
  .header-filter-mobile p {
    font-size: 16px;
    margin: 0 !important;
  }
  .header-filter-mobile .form-item.header-filter-mobile-heading {
    margin: 0;
  }
  #header-filter .form-item .select-style::after {
    right: 9px;
    top: 7px;
  }
}
@media (width: 768px) {
  .header-filter-mobile p {
    font-size: 10px;
  }
}
@media (width: 1024px) {
  .header-filter-mobile p {
    font-size: 13px;
  }
}
.header-filter-mobile .form-item.header-filter-mobile-heading {
  background: 0 0;
}
.header-filter-mobile {
  background: #4fa7d4;
  margin-top: 15px;
  padding: 0 10px;
  border-radius: 3px;
}
.header-filter-mobile .form-item {
  background: #fff;
  border-radius: 3px;
}
.blog-sidebar-ad p {
  margin: 0;
}
.header-filter-mobile .form-item:nth-child(3) > div {
  width: 157px;
}
.header-filter-mobile .form-item:nth-child(4) > div {
  width: 215px;
}
input#job_location::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #b2b2b2;
}
input#job_location::-moz-placeholder {
  font-size: 14px !important;
  color: #b2b2b2;
}
input#job_location:-ms-input-placeholder {
  font-size: 14px !important;
  color: #b2b2b2;
}
input#job_location:-moz-placeholder {
  font-size: 14px !important;
  color: #b2b2b2;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
@page {
  margin: 5%;
}
#job-iframe {
  padding: 5px;
}
.blog-sidebar-ad > div > a > img {
  width: 100%;
  height: 260px;
}
@media (min-width: 768px) and (max-width: 800px) {
  .widget ul li a {
    margin: 3px auto !important;
    padding: 1px !important;
  }
  footer .bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #job_list_container #job_types {
    width: 100% !important;
  }
}
.single-job .apply_job_button.count_company_email {
  padding: unset;
}
.heading h1.title {
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.03ex;
  margin: 0;
  padding: 15px 0;
  color: #303030;
}
div#job_description li br {
  display: none;
}
.sidebar-ad img {
  width: 300px !important;
}
.blog-new-sidebar-mobile {
  width: 100%;
}
div#text-15,
div#text-19,
div#text-27,
div#text-37 {
  border: none;
}
.page-id-37975 .col-md-9.col-sm-12.col-xs-12 {
  min-height: 2000px;
}
.post-a-job .form-item .error {
  width: 100%;
}
.location .icon {
  background-image: url(img/location.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}
#job_location .icon {
  background-image: url(img/location.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.job-listing-mobile .employer-address .icon {
  margin-top: 7px;
}
.employer-address .icon {
  background-image: url(img/location.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 6px;
}
.company_name .icon {
  background-image: url(img/building.jpg);
  background-size: 16px !important;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.employer-name .icon {
  background-image: url(img/building.jpg);
  background-size: 16px !important;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.date .icon,
.employer-job-date .icon {
  background-image: url(img/calender.jpg);
  background-size: 16px !important;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
div#text-38 {
  border: none;
}
#sidebar ul li:last-child a {
  background-image: none;
}
.jobfilter.home_page_headding {
  padding: 20px;
}
.jobfilter.home_page_headding a {
  display: block;
  font-size: 14px;
}
.box-wrapper {
  width: 100%;
  border: 1px solid #ddd;
  padding: 7.5px 0;
  text-align: center;
}
.padding-none {
  padding: 0 4px !important;
}
.padding-right-none {
  padding-right: 4px;
}
.padding-left-none {
  padding-left: 4px;
}
.fb-page.fb_iframe_widget {
  width: 100%;
}
.fb-page.fb_iframe_widget span {
  width: 100% !important;
}
.row.login_forgot_link {
  margin: 20px 0 5px;
}
.forgot-pass-link {
  float: right;
  float: right;
  margin: 0;
}
.row.login_forgot_link {
  margin: 20px 0 10px;
  font-size: 14px;
}
.fancybox-inner {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
#login #submit_login {
  border-radius: 0;
}
.fancybox-inner {
  height: auto !important;
  width: auto !important;
}
.message_txt_popup {
  background: #085186 !important;
  border-left: 0 solid #0073aa !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
  color: #fff !important;
}
.login form .input,
.login input[type="text"] {
  margin: 2px 6px 5px 0 !important;
}
.login #login_error,
.login .message {
  padding: 5px !important;
}
p.submit {
  margin-top: 0 !important;
}
@media (max-width: 480px) {
  #job_location .icon {
    margin-top: 4px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px) {
  ::i-block-chrome {
    top: 0;
    position: fixed;
    width: 660px;
  }
}
#pa_form_login_message_success h6 {
  font-size: 15px;
}
#pa_form_login_message_success {
  background: unset;
  padding: unset;
  border: unset;
  color: #000;
  font-size: 13px;
}
#reset_popup_password .login #login_error {
  border-left-color: #dc3232 !important;
  margin: 20px !important;
}
#login .login_forgot_link .col-md-6.col-sm-6.col-12 {
  padding: 0;
}
.forgot-pass-link {
  text-decoration-line: underline;
}
#login .form-item input {
  margin-top: 0;
}
#forgot_pass .form-item input {
  width: 100%;
  margin-top: 0;
}
.email_blue {
  color: #085186;
}
#pa_form_login_message_success h6 {
  font-weight: 600;
}
#pa_form_login_message_success p {
  margin: 14px;
}
#reset_popup_password #login_error {
  margin: 0 20px;
}
#reset_popup_password {
  height: auto !important;
}
#job_description ul li ul li {
  list-style: circle;
}
#job_description ul li ul li:before {
  content: none !important;
}
.employer-name img {
  margin-top: -3px;
  width: 12px;
}
.employer-address img {
  width: 7px;
  margin: -2px 1px 0;
}
.job_seeker_mobile_logout a.second_header_logout_link {
  float: none;
  display: inline-block;
}
.job_seeker_mobile_logout {
  display: none;
}
.premium_text {
  padding: 10px;
  min-height: 380px;
}
.employer-name .icon {
  margin-top: 2px;
}
.company_url .icon {
  background-image: url(img/laptop.png);
  background-size: 16px !important;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.company_url {
  margin-left: 10px;
}
.premium_text ul {
  padding: 5px 0 0 25px;
}
#company_banner_img_top {
  width: 100%;
  border: 1px solid rgba(220, 223, 226, 0.8);
  border-right: 0.5px solid rgba(220, 223, 226, 0.8);
  margin-top: 10px;
  border-bottom: none;
}
.job_html .file-path {
  border: none;
  background: 0 0;
}
.job_html .file-path:focus {
  outline: 0;
}
#template {
  padding-top: 0 !important;
}
.top_logo_title .premium_single_logo {
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  height: 100px;
  width: 120px;
  line-height: 5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.job_html .file-error {
  color: #d68a7c !important;
  font-weight: 700;
  font-size: 16px !important;
}
.job_html .error {
  border: 1px solid #d68a7c !important;
  clear: both;
  display: flex;
  padding: 5px 0 0 15px !important;
}
.job_html .error .message {
  margin: -4px 0 0 15px;
}
.job_html .error span.icon {
  top: 4px;
}
.employer-job-type .job-type {
  display: inline;
}
.top-employer {
  float: right;
  text-align: center;
}
.top-employer img {
  width: 100px;
}
.footer_menu-bar {
  list-style: none;
  display: inline-block;
  float: right;
}
.footer_menu-bar li > a {
  color: #fff;
}
/* .footer_menu-bar li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  line-height: 16px;
  margin-right: -3px;
} */
/*PO-1727*/

.footer_menu-bar li:last-child {
  border-right: none;
}
.home-page-content p {
  font-size: 14px;
  font-weight: 300;
}
.single-post .single-navigation a:last-child {
  float: right;
}
.Arbeit_row .top_arzt_job {
  padding: 50px 0 25px;
}
.home-page-content > h3 {
  font-size: 17px;
  font-weight: 400;
}
#user_logo_container .input-file {
  color: #085186;
  border: 1px solid #999;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: 145px;
}
span.upload_btn > i {
  font-style: inherit;
}
.navbar .dropdown-menu {
  border: none;
}
.navbar .dropdown {
  position: static;
}
.navbar .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
.navbar .dropdown-menu {
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  border-radius: 0;
}
.navbar-light .navbar-nav .nav-link:focus {
  /* border-bottom: 2px solid #fff !important; */ /* PO-1731 */
}
.anmelden {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 2px;
  color: #085186;
  text-align: center;
  display: inline-block;
}
.anmelden a {
  color: #fff;
}
.anmelden_p {
  display: block;
}
.dropdown-menu .nav-item > a {
  font-size: 17px;
  color: #333;
  line-height: 32px;
  font-weight: 300;
}
.dropdown-menu span {
  color: #085186;
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  margin-top: 2px;
}
.navbar-nav li > a {
  font-size: 16px;
  min-width: 36px;
}
.dropdown-menu .nav-item > a:hover {
  color: #085186;
}
.quick-links-job-categories.title {
  font-size: 13px;
  font-weight: 600;
}
.quick_inks_items {
  list-style: none;
  display: inline-block;
  padding: 10px 6px;
  border: 1px solid #ddd;
  width: 100%;
  border-top: none;
  font-size: 13px !important;
}
.quick_inks_items li:first-child {
  text-decoration: none;
}
.quick_inks_items li {
  display: inline-block;
  padding: 5px 12px 0 20px;
  font-weight: 400; /*Regular*/
  text-decoration: underline;
}
.Arbeit span {
  font-size: 12px; /*PO-1721*/
  font-weight: 300;
  display: block;
  color: #141412;
  line-height: 20px;
}
.Arbeit {
  text-align: center;
}
.Arbeit .Arbeit-main-text {
  font-size: 18px;
  color: #141412;
  font-weight: 300; /*PO-1721*/
  line-height: 26px;
  margin-bottom: 5px; /*PO-1721*/
}
.Arbeit img {
  float: left;
  margin-right: 15px;
  width: 40px;
}
.Arbeit2 {
  float: right;
}
.Arbeit1 {
  float: left;
}
.Arbeit_row {
  background: #f8f8f87d;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.gray-box {
  background: #f8f8f87d;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.container-fluid.banner_bottom_boder {
  /* background-image: url(img/Arzt-Jobborse-Final-4-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 475px; */
  background-image: url(/wp-content/themes/praktischArzt-theme/img/V1_Background_Gradient_1.png);
  padding: 0;
  background-position: center;
  background-size: cover;
}
.container-fluid.banner_bottom_boder .home-banner {
  /* position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 60px; */
  padding: 30px 0 0;
  border-bottom: 1px solid #ddd;
}
.top_arzt_job {
  font-size: 18px;
  color: #141412;
  padding: 45px 0 10px;
  margin-bottom: 1rem;
}
.logostartseite {
  border: 1px solid #cddce6; /*PO-1721*/
  height: 100px;
  width: 120px;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.top-arbeitgeber .content {
  min-height: 155px;
}
.top-arbeitgeber-btn {
  background: #085186;
  color: #fff;
  padding: 4px 30px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.Jobs_nach_heading {
  font-size: 18px;
  font-weight: 400; /*Regular*/
  margin-bottom: 10px;
}
.Jobs_nach_heading img {
  margin-right: 10px;
  width: 30px;
}
.category_list li {
  padding-left: 25px;
  color: #085186;
  font-size: 14px;
  float: left;
}
.box {
  border: 1px solid #ddd;
  padding: 15px 5px;
  list-style-position: inside;
  margin-bottom: 70px;
}
.home-page-content {
  margin-bottom: 50px;
}
.img-fluid.jon_finder {
  width: 16px;
  margin: -2px 7px 0 0;
}
.title-link.title:hover {
  color: #ed7d31;
}
.employer-job-date {
  text-align: center;
  color: #fff;
  border-radius: 5px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
  display: inline-block;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 11px;
  width: 90px;
}
.premium .employer-job-date {
  border: 1px solid #ed7d31;
  color: #ed7d31;
}
.top .employer-job-date {
  background: #085186;
}
.top-arbeitgeber-btn:hover {
  background: #ed7d31;
}
.category_list li > a {
  color: #085186;
}
hr {
  height: 1px;
  border-top: 1px solid #ddd;
  margin: 1em 0;
}
.current_page_number {
  color: #141412;
  font-weight: 700;
  font-size: 14px;
}
.homepage_headding {
  font-size: 37px; /*PO-1721*/
  color: #141412;
  margin-top: 90px;
  margin-bottom: 20px; /*PO-1721*/
}
.redirection_links {
  margin-bottom: 50px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  float: right;
}
.alle_top_ans {
  width: 100%;
  margin-top: 10px;
  padding-top: 8px;
  margin-bottom: 50px;
  text-align: right;
}
.top-arbeitgeber .title-link.title {
  display: flex;
}
.slogan {
  font-size: 20px; /*PO-1721*/
  font-weight: 300;
  margin-bottom: 60px;
  z-index: 9; /*PO-1721*/ /* PO-1731 */
  position: relative;
}
.pa {
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 10px;
}
.pa-phone:before {
  content: "\2706";
}
.slogan_mobile.mobile {
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
}
.employer-page h2,
.employer-page h3 {
  color: #141412;
  font-weight: 400; /*Regular*/
  margin: 1.5rem 0 1rem;
  padding: 0;
}
.employer-page h2 {
  font-size: 22px;
}
.employer-page h3 {
  font-size: 18px;
  color: #141412;
  font-weight: 400; /*Regular*/
  margin: 1.5rem 0 1rem;
  padding: 0;
}
.top_arbeit_btn {
  background-color: #085186;
  color: #fff;
  border: 0;
  padding: 5px 0;
  width: 120px;
  border-radius: 4px;
  margin: 5px 0;
}
.category .heading,
.page-template-page-arbeitgeber-magazin .heading,
.page-template-page-fachwissen .heading {
  margin-bottom: 20px;
}
.category_sidebar .sidebar_right_new {
  margin: 0;
}
#single-job .heading h1.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.03ex;
  margin: 0;
  padding: 20px 0 15px;
  color: #085186;
}
.remove_upload_btn {
  width: 100% !important;
}
#content_box_keyword ul {
  margin-bottom: 1rem;
}
.error_msg {
  border-color: #d68a7c !important;
}
.success_msg {
  border-color: green !important;
  background-image: url(img/check-green.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.heading.onclick_app .title_new {
  color: #fff !important;
  background: #085186;
  padding: 15px !important;
  font-size: 20px !important;
  margin: -10px -10px 15px !important;
}
.file_url_img {
  height: 100px !important;
  margin-bottom: 15px;
}
.listing_job_row {
  float: right;
}
.listing_job {
  display: inline-block;
  list-style: none;
}
.listing_job li {
  display: inline-block;
  float: left;
}
.listing_job > li > span {
  position: relative;
  float: left;
  padding: 6px 10px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid rgba(220, 223, 226, 0.8);
  border-right: none;
  font-size: 16px;
}
.listing_job > li > a {
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid rgba(220, 223, 226, 0.8);
  display: inline-block;
}
.listing_job > li > a.right_nav {
  margin-left: -1px;
}
.l_r_icon {
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  vertical-align: middle;
  top: -1px;
  display: inline-block;
  line-height: 0;
}
.listing_job > li > a:hover {
  border-color: #085186;
  z-index: 99;
  position: relative;
}
.dot {
  margin-left: 8px;
  margin-right: 3px;
  width: 9.19px;
  display: inline-block;
}
.employer-address .dot::after {
  content: "\2022";
  margin-right: 5px;
}
.title .msg_box_bottom {
  font-size: 12.5px;
}
.premium .img_thumb {
  margin: auto 0;
}
@media (max-width: 1024px) {
  .listing {
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-select button,
  .btn-select div {
    font-size: 13px;
  }
  .sidebar-300 .col-md-9 {
    max-width: 65.626%;
    flex: 0 0 65.626%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .box-job-alert .c-color {
    margin-top: -4px;
  }
  .box-job-alert h2 {
    font-size: 24px;
  }
}
.pa-mail {
  background: url(img/footer-mail-icon.png);
  height: 30px;
  width: 23px;
  background-size: contain;
  margin-top: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .col-md-4.col-sm-12.col-xs-12.mediziner {
    height: auto;
  }
  .desktop {
    display: none;
  }
  .Arbeit_row {
    border-bottom: none;
  }
  .row.quick-links-job-categories {
    margin-bottom: 1rem;
    list-style: disc;
    display: block;
    margin-left: 0;
    padding: 0 15px;
    list-style-position: inside;
    color: #085186;
  }
  .top_arzt_job_banner {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 5px 15px;
  }
  .homepage_headding.mobile {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .sticky-img img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-300 .col-md-9 {
    max-width: 54.1681%;
    flex: 0 0 54.1681%;
  }
  .top_logo_title .premium_single_logo {
    height: auto;
    width: auto;
  }
  .footer_nav_menu > li > a {
    font-size: 15px;
  }
  .bg-btn-hyperlink.border-radius img {
    display: none;
  }
  .btn-select button,
  .btn-select div {
    font-size: 12px;
  }
  .img-fluid.jon_finder {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .title_center {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
  }
  .sidebar-300 .col-md-3 {
    max-width: 330px;
    flex: 330px;
  }
  .navbar {
    display: table;
    z-index: 99999;
  }
  .content {
    text-align: justify;
  }
  .padding-zero {
    padding: 0;
  }

  .dropdown-menu.desktop.active {
    display: block !important;
  }
  .mobile_show {
    display: none;
  }

  header {
    height: 69px;
  }
}
@media (max-width: 767.5px) {
  .author-name-title span {
    display: inline-block;
  }
  .title_center {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .sidebar-ad iframe {
    width: 100% !important;
  }
  .listing {
    font-weight: 400;
    display: none;
  }
  label.upload {
    margin: 10px 0 !important;
  }
  .navbar-collapse.collapse.show + .mobile_bg_layer {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    z-index: 1;
    position: fixed;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: background-color 4s ease-out;
    -moz-transition: background-color 4s ease-out;
    -o-transition: background-color 4s ease-out;
    transition: background-color 4s ease-out;
  }
  header .logo {
    z-index: 99;
  }
  .logo img {
    padding: 20px 0;
    z-index: 99;
  }
  .hide_search {
    display: none;
  }
  .media_center {
    text-align: center;
    float: none !important;
  }
  .page-template-page-arbeitgeber-liste #latest_jobs_container .text-right {
    text-align: left;
  }
  .desktop_show {
    display: none !important;
  }
  .dropdown-menu.responsive.show {
    margin-top: 10px;
  }
  .show_on_desktop {
    display: none !important;
  }
  .nav-item.dropdown .nav-link {
    background-repeat: no-repeat;
    background-position: right 11px bottom 5px;
    background-size: 16px;
    /* PO-1731 */
    /* background-image: url(img/downarrowmobile.png); */
  }
  .nav-item.dropdown.show .nav-link {
    background-repeat: no-repeat;
    background-position: right 11px bottom 5px;
    background-size: 16px;
    color: #085186;
    /* PO-1731 */
    /* background-image: url(img/uparrowmobile.png); */
  }
  .nav-item.dropdown.responsive .nav-link {
    background: url(img/meinBereich.svg);
    background-repeat: no-repeat;
    background-size: 20px 25px;
    background-position: right 11px bottom 0;
  }
  .nav-item.dropdown.responsive .nav-link span.icon {
    float: right;
  }
  header {
    border-bottom: none;
  }
  .responsive.show .nav .nav-item .nav-link {
    background-image: none;
    color: unset;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    font-weight: 400;
    color: #085186;
  }
  .nav-item.dropdown.show {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .nav-item.dropdown.show a {
    font-size: 16px;
  }
  .nav.flex-column li.nav-item a:focus,
  .nav.flex-column li.nav-item a:hover {
    font-weight: 400;
    color: #085186 !important;
  }
  .nav.flex-column li.nav-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .nav.flex-column {
    background: #f8f8f8;
    margin: 0 -30px;
    padding: 0 15px;
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
  }
  .dropdown-menu .nav-item > a {
    font-size: 14px;
    color: #333;
    line-height: 32px;
  }
  .nav-item > a:hover {
    color: #085186;
  }
  .navbar .dropdown-menu {
    border-bottom: none;
  }
  .dropdown-menu {
    padding: 0;
    box-shadow: none;
  }
  .ddl_icon:after {
    right: 25px;
  }
  .mobile-padd-r-0 {
    padding-right: 0;
  }
  .anmelden {
    display: none !important;
  }
  .anmelden_p {
    display: none !important;
  }
  .header-style {
    padding: 0 15px;
  }
  .navbar ul.navbar-nav > li.nav-item > a,
  .navbar-nav li > a {
    color: #595959;
    font-size: 18px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #595959;
  }
  .dropdown-menu.desktop {
    display: none !important;
  }
  .employer-job-date {
    float: left;
  }
  .top-employer {
    margin-bottom: 10px;
  }
  .hidden_desktop_logout {
    display: none;
  }
  .job_seeker_mobile_logout {
    display: inline-block !important;
  }
  .jobfilter.home_page_headding {
    display: none;
  }
  #jobtype_search {
    padding: 0 0 10px !important;
  }
  .single.single-post h2 {
    font-size: 18px;
  }
  .single.single-post h3 {
    font-size: 16px;
  }
  .blog .header-filter .form-item.header-filter-mobile-heading {
    margin: 12px 0;
  }
  .location,
  .radius {
    margin-bottom: 15px;
  }
  .home .btn-select button,
  .home .btn-select div {
    width: 100%;
  }
  .arzt_mediziner_bottom_img {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  input#praktisches {
    margin-top: 0;
  }
  .top-arbeitgeber {
    min-height: auto;
  }
  .Arbeit1 {
    padding: 10px;
  }
  .Arbeit2 {
    padding: 10px;
  }
  .top-arbeitgeber {
    margin-bottom: 20px;
  }
  .top-arbeitgeber-btn {
    width: 100%;
  }
  .banner-img img {
    height: 350px;
  }
  .home-banner .banner-img {
    display: block;
  }
  .jobfilter {
    margin: 0;
  }
  #latest_jobs_container .employer-job-cat,
  #latest_jobs_container .employer-job-type,
  #latest_jobs_container .logostartseite,
  .top_job_listing .employer-job-cat,
  .top_job_listing .employer-job-type,
  .top_job_listing .logostartseite {
    display: none;
  }
  form#jobsearch #btn-search {
    width: 100%;
  }
  .employer-job-date {
    margin: 4px 0 0;
    width: 75px;
  }
}
@media (max-width: 575px) {
  .top_logo_title .premium_single_logo {
    margin-top: 10px;
  }
  #ext_job_footer .padding-right-none {
    padding-right: 15px;
  }
  .footer_menu-bar {
    float: left;
  }
  .footer_menu-bar li:first-child {
    /* padding: 0 10px 0 0; */
  }
}
@media (max-width: 420px) {
  .navbar-toggler {
    top: 10px;
  }
}
@media (max-width: 370px) {
  .listing_job > li > a,
  .listing_job > li > span {
    padding: 6px;
  }
}
.icon-style {
  border: 1px solid #595959;
  font-size: 30px;
  color: #ed7d31;
  padding: 15px 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  float: left;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.icon-style:hover i {
  transform: rotateY(180deg);
  transition: 0.9s;
}
.a-v-style {
  margin: 25px 0;
}
.a-v-style .number {
  font-size: 25px;
  font-weight: 300;
}
.a-v-style .sub-text {
  font-size: 12px;
  display: block;
  line-height: 1;
}
.a-v-style p {
  margin: 10px auto;
}
.employer-page > ul {
  margin-left: 15px;
}
p.no-jobs {
  margin-top: 20px;
  margin-left: 20px;
}
#password_error {
  color: #d68a7c;
  text-align: left;
}
.wp-caption-text {
  text-align: left !important;
}
.dropdown-menu.desktop .container div:nth-child(2) {
  margin-left: 8px;
}
.sidebar-ad {
  margin-top: 30px;
  margin-bottom: -25px;
}
div#blog_facebook {
  margin-top: 23px;
}
div#blog_facebook .heading h3 {
  padding: 0;
  margin: 0;
  line-height: 26px;
}
.bildnachweis_body {
  display: none;
  margin-top: 10px;
}
.toggle {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.author-title {
  color: #757575;
}
p.author-title {
  margin-bottom: 10px;
}
.category__in {
  margin-top: 10px;
  font-size: 13px;
}
.author-details {
  display: inline-block;
}
.bildnachweis_heading {
  margin-bottom: -8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  color: #303030;
}
.author-name-title {
  display: inline-block;
  vertical-align: middle;
}
.author-name-title span {
  display: block;
}
.author-details {
  padding: 0;
}
.left5 {
  padding-left: 5px;
}
.right5 {
  padding-right: 5px;
}
.all_arztstellen_ansehen {
  font-size: 12px;
}
@media (max-width: 767.5px) {
  .sidebar-300 #main-content .col-md-9 {
    min-height: auto !important;
  }
}
li.selected_menu a {
  color: #fff !important;
}
li.selected_menu {
  background: #1e90ff;
}
#overlay {
  width: 100%;
  display: none;
}
#header-filter .dropdown-menu.show,
.jobfilter-container .dropdown-menu.show {
  max-height: 290px;
  overflow: auto;
  padding: 0;
  border: 1px solid #4c9aff;
  outline: 1px solid #4c9aff;
  box-shadow: none;
  z-index: 999999;
  min-width: 80px !important;
  top: -2px !important;
  max-width: 100%;
}
#dropdownMenu_job_category + .dropdown-menu.show {
  min-width: 270px !important;
}
#dropdownMenu_job_category,
#dropdownMenu_jobtype,
#dropdownMenu_radius {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  box-shadow: none;
  background: #fff;
  width: 100% !important;
  padding: 6.5px 10px;
  height: 36px;
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: unset;
  padding-right: 20px;
}
#dropdownMenu_job_category.dropdown-toggle::after,
#dropdownMenu_jobtype.dropdown-toggle::after,
#dropdownMenu_radius.dropdown-toggle::after {
  content: "▼";
  font-size: 14px;
  position: absolute;
  right: 18.6px;
  pointer-events: none;
  top: 6.5px;
  color: #222;
  border-top: 0 solid;
}
#header-filter .dropdown-menu.show li a,
.jobfilter-container .dropdown-menu.show li a {
  font-size: 15px;
  font-weight: 300;
  color: #141412;
  display: block;
  font-family: Roboto, sans-serif !important;
  line-height: 17.5px;
  cursor: pointer;
  word-break: break-word;
  white-space: initial;
}
#header-filter .dropdown-menu.show > li:hover > a,
.jobfilter-container .dropdown-menu.show > li:hover > a {
  font-weight: 400;
  color: #fff !important;
}
.sub_cat_class {
  padding: 0 10px;
  list-style: none;
}
#header-filter .dropdown-menu.show li a.sub_cat_class,
.jobfilter-container .dropdown-menu.show li a.sub_cat_class {
  padding: 0 0 0 8px;
  list-style: none;
}
.left5 {
  padding-left: 5px;
}
.right5 {
  padding-right: 5px;
}
@media (max-width: 767.5px) {
  .ddl_icon .dropdown {
    margin-bottom: 15px;
  }
  #overlay.show {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer;
  }
  #header-filter .dropdown-menu.show li a.sub_cat_class,
  .jobfilter-container .dropdown-menu.show li a.sub_cat_class {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  li.selected_menu {
    background: #dadbdc;
  }
  li.selected_menu a {
    color: #151618 !important;
  }
  #header-filter .dropdown-menu.show li:hover,
  .jobfilter-container .dropdown-menu.show li:hover {
    background: #dadbdc;
  }
  #header-filter .dropdown-menu.show > li:hover > a,
  .jobfilter-container .dropdown-menu.show > li:hover > a {
    color: #151618 !important;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    border-radius: 3px;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    border: none;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    border-radius: 3px;
	height: auto;
    transform: translate3d(15px, 10px, 0) !important;
    -webkit-transform: translate3d(0, 10px, 0) !important;
    z-index: 9999999999;
    overflow: scroll;
    box-shadow: 0 0 7px 2px #333;
    display: block;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
    top: 0 !important;
  }
  #header-filter .dropdown-menu.show li:hover::after,
  .jobfilter-container .dropdown-menu.show li:hover::after {
    border: 2px solid #1e90ff;
  }
  #header-filter .dropdown-menu.show li.selected_menu::after,
  .jobfilter-container .dropdown-menu.show li.selected_menu::after {
    border: 2px solid #1e90ff;
  }
  #header-filter .dropdown-menu.show li.selected_menu::before,
  .jobfilter-container .dropdown-menu.show li.selected_menu::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: border-color 0.5s, background-color 0.5s;
    border: 2px solid #1e90ff;
    margin-top: 12px;
    float: right;
    position: absolute;
    right: 15px;
    background-color: #1e90ff;
  }
  li.selected_menu {
    background: 0 0;
  }
}
@media (min-width: 768px) {
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    max-height: 333px !important;
    max-width: 100%;
  }
}
input#job_location:focus {
  outline: 0;
  outline: 1px solid #4c9aff !important;
}
.dropdown.show button#dropdownMenu_job_category,
.dropdown.show button#dropdownMenu_jobtype,
.dropdown.show button#dropdownMenu_radius,
.dropdown.show div#dropdownMenu_job_category,
.dropdown.show div#dropdownMenu_jobtype {
  border-color: #4c9aff;
  outline: 1px solid #4c9aff !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header-filter .dropdown-menu.show li a,
  .jobfilter-container .dropdown-menu.show li a {
    padding: 0.25rem 0 0.25rem 10px;
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    box-shadow: 0 2px 5px #ddd;
    border: none;
    outline: 0;
    border-radius: 8px;
    max-height: 590px !important;
  }
  .dropdown.show button#dropdownMenu_job_category,
  .dropdown.show button#dropdownMenu_jobtype,
  .dropdown.show button#dropdownMenu_radius,
  .dropdown.show div#dropdownMenu_job_category,
  .dropdown.show div#dropdownMenu_jobtype {
    border-color: #b5b6b8;
    outline: 0 !important;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    top: 0 !important;
  }
  .dropdown-menu.show li.selected_menu {
    background: initial;
  }
  .dropdown-menu.show li.selected_menu a {
    color: initial !important;
  }
  .dropdown-menu.show li.selected_menu a::after {
    content: "\2713";
    display: inline-block;
    color: #1e90ff;
    padding: 0 6px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 600;
  }
  #dropdownMenu_radius_selected.dropdownMenu_radius {
    max-width: 100px !important;
  }
  input#job_location:focus {
    border-color: #b5b6b8 !important;
    outline: 0 !important;
  }
  .btn-select .bg-btn-hyperlink.border-radius {
    font-size: 15px;
    padding: 0 !important;
  }
}
ul.listing_job li a img {
  width: 16px;
}
@media (max-width: 767.5px) {
  .heading h1.title_new {
    line-height: 26px;
  }
}
.single #job_description p {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.arbeit_btn {
  background: #085186;
  color: #fff;
  padding: 6px 50px;
  margin: 0 0;
  display: inline-block;
}
.banner_txt {
  text-align: center;
  margin: 30px;
  color: #085186;
  font-size: 24px;
}
.banner_txt_heading {
  color: #085186;
}
ul.list_ul li {
  margin-left: 15px;
}
.img_txt {
  min-height: 180px;
  margin-top: 20px;
  line-height: 22px;
  width: 100px;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.page-template-page-arbeitgeber_new hr {
  margin: 35px 0;
  border-color: #a6a6a6;
}
.arbeit_center .arbeit_btn {
  margin: 5px 0 0 0;
}
.row.right_left {
  display: inline-block;
}
.div_right {
  float: right;
}
.div_left {
  float: left;
}
ul.list_ul li a u {
  line-break: anywhere;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767.5px) {
  .arbeit_center {
    text-align: center;
  }
}
@media (min-width: 500px) and (max-width: 700px) {
  .img_txt {
    min-height: 150px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 300px) and (max-width: 359px) {
  .img_txt {
    min-height: 90px;
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
    width: auto;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .img_txt {
    min-height: 100px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    width: auto;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .img_txt {
    min-height: 120px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    width: auto;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  .img_txt {
    min-height: 110px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 14px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img_txt {
    min-height: 120px;
    margin-top: 10px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .img_txt {
    min-height: 140px;
    margin-top: 20px;
    line-height: 22px;
    width: 100px;
  }
}
.page-template-page-stelle-schalten h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.page-template-page-stelle-schalten h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
  font-size: 1rem;
}
.page-template-page-stelle-schalten .btn-select.f-right .btn.bg-btn-hyperlink {
  background: #ed7d31;
}
.page-template-page-stelle-schalten .btn-select button,
.page-template-page-stelle-schalten .btn-select div {
  background: #085186;
}
.page-template-page-stelle-schalten div.error {
  background: #fff;
  border-left: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}
.page-template-page-stelle-schalten #job_form .btn-select {
  width: 170px;
}
@media (max-width: 359px) {
  .page-template-page-stelle-schalten .btn-cancel {
    width: 125px;
  }
}
.footer_nav_menu li a img {
  height: 18px;
  width: 23px;
  margin-right: 13px;
}
.footer_nav_menu li.mail-icon a {
  margin-top: 15px;
  display: block;
}
.arbeit_btn.p_stelle_btn {
  margin: 15px auto;
}
#label_job_location {
  color: #085186;
  margin: 0;
  line-height: 0;
}
.secound_header {
  border-top: 5px solid #e3e3e3;
  background: #f2f2f2;
  padding: 5px 0 10px;
  border-bottom: 1px solid #a6a6a6;
  font-size: 14px;
  z-index: 9;
}
.secound_header {
  height: auto;
}
.top-arbeitgeber {
  border: 1px solid #cddce6;
  padding: 0;
  background: #fff;
  min-height: 360px;
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.logotitle {
  min-height: 112px;
}
.siderbar_logo_img {
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  height: 80px;
  width: 90px;
  line-height: 4;
}
.top-arbeitgeber .siderbar_logo_img {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  z-index: 999; /*PO-1564*/
  position: relative;
}
.siderbar_logo_img {
  text-align: center;
  line-height: 4;
}
.top-arbeitgeber .title-link.title {
  display: flex;
}
.ergebnis-titel .title-link.title {
  font-size: 15px;
  font-weight: 400;
}
.top-arbeitgeber-upper {
  text-align: center;
}
.employer-name > a {
  font-size: 14px;
  font-weight: 300;
}
.employer-address {
  font-size: 14px;
  font-weight: 300;
}
.employer-job-cat,
.employer-job-type {
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767.5px) {
  .ergebnis-titel a.title-link.title.mobile_show {
    font-size: 16px;
  }
  .employer-name > a {
    font-size: 15px;
  }
  .employer-address {
    font-size: 14px;
  }
}
.fancybox-overlay.fancybox-overlay-fixed {
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-outer .fancybox-inner {
  height: unset !important;
}
.fancybox-inner {
  height: auto !important;
  width: auto !important;
}
.fancybox-inner {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.fancybox-skin {
  background-color: #fff;
  padding: 0 !important;
}
h2.login_head_modal {
  background: #085186;
  color: #fff !important;
  font-size: 22px !important;
  padding: 10px 18px !important;
  width: 100%;
  line-height: 26px !important;
  font-weight: 400 !important;
}
.fancybox-close {
  /* right: -10px;
  top: -8px;
  background: #085186;
  width: 20px;
  height: 20px; */
}
.pa-login-info h6 {
  font-weight: 600;
}
.reg_link_login_page_forgot_pass li {
  list-style: none;
  font-size: 14px;
}
#usr_detail {
  width: 15px;
  margin: 0 5px 0 0;
  height: 26px;
  float: left;
}
.login_forgot_link .forgot-pass-link {
  margin: 0;
  float: right;
}
#modal-register #register .form-item select {
  display: none;
}
#login #submit_login,
#modal-forgot-pass .button input,
#modal-register .button input,
#modal-register-job-seeker .button input {
  text-transform: capitalize;
  margin-top: 12px;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  background-color: #085186;
  border-radius: 0;
  border: none;
}
.reg_note_msg a {
  text-decoration: underline;
}
.back-to-login-link,
.forgot-pass-link {
  display: block;
  margin: 20px 0 10px;
}
#register_jobseeker .form-item select {
  margin-top: 0;
  height: 36px;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #333;
  font-size: 15px;
  border-radius: 3px;
  padding: 0 0 0 6px;
  background: #fff;
}
#modal-forgot-pass h2,
#modal-register h2,
#modal-register h3,
#modal_login h2,
#modal_login h3 {
  font-size: 18px;
  font-weight: 600;
}
#modal-register-job-seeker h2 {
  font-size: 21px;
  font-weight: 600;
}
.pa-login-welcome {
  font-weight: 600;
}
label.label_jobseeker {
  margin: 10px 0 0;
  font-size: 13px;
  width: 100%;
}
.fld-wrap {
  margin-bottom: 2px;
}
#forgot_pass .form-item input,
#register .form-item input,
#register_jobseeker .form-item input,
#register_jobseeker .form-item select {
  width: 100%;
  margin-top: 0;
}
#modal-register h2,
#modal-register-job-seeker h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.fancybox-item.pop_ok_btn {
  border: 1px solid;
  padding: 6px;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #085186;
  color: #fff;
  border-radius: 5px;
}
.fancybox-item.pop_ok_btn {
  margin-top: 30px;
}
.mce-notification {
  display: none;
}
.pac-logo:after {
  content: none;
}
.mobile_menu_toggle {
  display: none;
}
@media (max-width: 767.5px) {
  .mobile_menu_toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    height: 2.5rem;
    width: 2.5rem;
  }
  .mobile_menu_toggle {
    display: block;
  }
  .mobile_menu_toggle .navbar-toggler {
    float: right;
    margin-top: 10px;
  }
  div#navbarSupportedContent {
    background: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 99;
    box-shadow: 0 4px 7px #999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.megamenu .dropdown-item ul > li.mob_menu {
  display: none;
}
.inner_layer {
  -webkit-transition: background-color 4s ease-out;
  -moz-transition: background-color 4s ease-out;
  -o-transition: background-color 4s ease-out;
  transition: background-color 4s ease-out;
}
.navbar.navbar-light.navbar-expand-md {
  width: 100%;
  height: 60px;
  display: flex;
}
.logo .navbar-brand img {
  /* width: 120px; SK-16 */
}
.menu-large {
  position: static !important;
}
.megamenu {
  padding: 20px 20px;
  width: 100%;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu > div > li > ul > li {
  list-style: none;
}
.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.megamenu > div > li > ul > li > a:focus,
.megamenu > div > li > ul > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:focus,
.megamenu.disabled > a:hover {
  color: #999;
}
.megamenu.disabled > a:focus,
.megamenu.disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.dropdown-menu.megamenu.show {
  width: 100% !important;
  top: 60px;
  padding: 1rem 0;
}
.dropdown-menu.megamenu {
  width: 100% !important;
  top: 60px;
  padding: 1rem 0;
}
.nav.navbar-nav.navbar-right li {
  padding: 0;
}
.megamenu .dropdown-item:focus,
.megamenu .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background: none;
}
.megamenu .dropdown-item ul > li > a.nav-link {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  font-weight: 300;
  border: none !important;
}
.megamenu .dropdown-item ul > li {
  list-style: none;
}
.anmelden {
  font-size: 15px;
}
.navbar-expand-md .navbar-collapse {
  width: 100%;
}
.megamenu .dropdown-item ul > li > a.nav-link:hover {
  font-weight: 300;
  color: #085186;
}
.dropdown-menu.megamenu.show .dropdown-item {
  padding: 1px;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 767.5px) {
  .megamenu .dropdown-item ul > li.mob_menu {
    display: block;
  }
  .megamenu .dropdown-item ul > li.dsk_menu {
    display: none;
  }
  .dropdown-menu.megamenu .dropdown-item ul.row {
    margin: 0;
  }
  .nav-item.dropdown.responsive .nav-link {
    background: url(img/meinBereich.svg);
    background-repeat: no-repeat;
    background-size: 20px 25px;
    background-position: right 11px bottom 10px;
  }
  .inner_layer {
    display: none;
  }
  .navbar-toggler {
    height: 2.5rem;
    width: 2.5rem;
    /* PO-1731 */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
  }
  .navbar-collapse {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 999;
    box-shadow: 0 4px 7px #999;
  }
  .nav.navbar-nav.nav_left_menu {
    padding: 15px 0;
  }
  .dropdown-menu.megamenu {
    margin: 0;
    background: #f8f8f8;
    padding: 0;
    border-bottom: 1px solid #a6a6a6;
    max-height: max-content !important;
  }
  .dropdown-menu.megamenu.show {
    margin: 0;
    background: #f8f8f8;
    padding: 0;
    border-bottom: 1px solid #a6a6a6;
    max-height: max-content !important;
  }
  .dropdown-menu.megamenu .dropdown-item span {
    display: none;
  }
  .dropdown-menu.megamenu.show .dropdown-item span {
    display: none;
  }
  .dropdown-menu.megamenu.show .dropdown-item ul > li > a.nav-link {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    color: unset;
  }
  .dropdown-menu.megamenu.show .dropdown-item ul > li > a.nav-link:hover {
    color: #085186;
    border-bottom: none !important;
  }
  .dropdown-menu.megamenu .dropdown-item ul > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .dropdown-menu.megamenu.show .dropdown-item ul > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .dropdown-menu.megamenu .dropdown-item ul > li > a.nav-link {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    color: unset;
  }
  .dropdown-menu.megamenu.show .dropdown-item ul.frst_ul > li {
    border-bottom: 1px solid #ddd !important;
  }
  .dropdown-menu.megamenu .dropdown-item,
  .dropdown-menu.megamenu.show .dropdown-item {
    padding: 0;
  }
  .nav-item.dropdown .nav-link {
    background-repeat: no-repeat;
    background-position: right 11px bottom 15px;
    background-size: 16px;
  }
  .nav.navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #a6a6a6;
    margin: 0 15px;
    padding: 10px 0;
    color: #085186; /* PO-1731 */
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #a6a6a6 !important;
  }
  .dropdown.menu-large.nav-item
    .dropdown-menu.megamenu
    .dropdown-item
    .nav-link:focus,
  .dropdown.menu-large.nav-item
    .dropdown-menu.megamenu
    .dropdown-item
    .nav-link:hover {
    border-bottom: none !important;
  }
  .nav-item.dropdown.show .nav-link {
    background-repeat: no-repeat;
    background-position: right 11px bottom 15px;
    background-size: 16px;
    color: #085186;
  }
  .navbar-collapse.collapse.show + .mobile_bg_layer {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    z-index: 1;
    position: fixed;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: background-color 4s ease-out;
    -moz-transition: background-color 4s ease-out;
    -o-transition: background-color 4s ease-out;
    transition: background-color 4s ease-out;
    display: block;
  }
  .secound_header {
    font-size: 13px;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
  }
  .megamenu .dropdown-item ul > li > a.nav-link:hover {
    font-weight: 400;
  }
  .megamenu .dropdown-item ul > li > a.nav-link {
    font-size: 16px;
  }
  .inner_layer_bg {
    background: rgba(0, 0, 0, 0.11);
    height: 100%;
    z-index: 99;
    position: fixed;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: background-color 4s ease-out;
    -moz-transition: background-color 4s ease-out;
    -o-transition: background-color 4s ease-out;
    transition: background-color 4s ease-out;
  }
  .dropdown.menu-large.nav-item.show .dropdown-toggle.nav-link {
    margin: 0;
    padding-left: 15px;
    background-position: right 26px bottom 15px;
  }
}
@media (min-width: 768px) {
  .mobile_bg_layer {
    display: none;
  }
  /* .inner_layer_bg {
    background: rgba(0, 0, 0, 0.11);
    height: 100%;
    z-index: 99;
    position: fixed;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-transition: background-color 4s ease-out;
    -moz-transition: background-color 4s ease-out;
    -o-transition: background-color 4s ease-out;
    transition: background-color 4s ease-out;
  } */
  .dropdown-menu.megamenu .col-md-4.col-lg-4.wdth_menu {
    max-width: 22.2%;
  }
}
@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-nav li > a {
    min-width: 36px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .dropdown-menu.megamenu li.dropdown-item .col-md-3.col-lg-3 {
    /* padding: 0; */
  }
  .dropdown-menu.megamenu li.dropdown-item .container {
    padding: 0;
    margin: 0 30px;
    max-width: -moz-available !important;
  }
  .navbar-expand-md .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 15px;
  }
}
.navbar-light .navbar-nav .dropdown-menu.megamenu .nav-link:focus {
  border: none !important;
}
#wp-admin-bar-wpfc-toolbar-parent-delete-cache-and-minified,
li#wp-admin-bar-wpfc-toolbar-parent-delete-cache {
  display: none;
}
.anmelden .fa.fa-user {
  min-width: 14px;
}
#reset_popup_password #resetpassform input {
  background: none;
  padding: 4px 10px;
  font-size: 14px !important;
  color: #000;
  border: 1px solid #ddd;
  box-shadow: none !important;
  margin: 0 !important;
}
#reset_popup_password #resetpassform {
  padding: 0 20px 20px;
}
#reset_popup_password #resetpassform label {
  color: #141412;
  margin: 10px 0 0;
  font-size: 13px;
  width: 100%;
}
#resetpassform #wp-submit {
  /* text-transform: capitalize; */
  margin-top: 12px;
  padding: 8px 0 !important;
  color: #fff !important;
  width: 100%;
  background-color: #085186 !important;
  border-radius: 0;
  border: none !important;
  height: 43px;
}
#reset_popup_password #message {
  background: #085186;
  color: #fff !important;
  font-size: 22px !important;
  padding: 10px 18px !important;
  width: 100%;
  line-height: 26px !important;
  font-weight: 400 !important;
  margin-bottom: 0.5rem;
}
.title .pa-resetpass-welcome {
  padding: 10px 20px 0;
  font-size: 18px;
  font-weight: 600;
}
#reset_popup_password #resetpassform p.submit {
  margin-top: 7px !important;
}
#reset_popup_password #message h4 {
  font-size: 22px;
}
.pa-validation-error-message {
  color: #c00;
  display: block;
  text-align: left;
}
.fancybox-overlay.fancybox-overlay-fixed {
  overflow-y: visible !important;
}
@media (min-width: 1200px) {
  .fancybox-overlay.fancybox-overlay-fixed {
    margin-right: -17px;
  }
}
.fancybox-overlay.fancybox-overlay-fixed
  .fancybox-wrap.fancybox-desktop.fancybox-opened {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .mobile-job-offers {
    display: inline-block !important;
  }
}
#again_msg #submit_register {
  text-transform: capitalize;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  background-color: #ed7d31;
  border-radius: 0;
  border: none;
}
.pac-container {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-left: 1px;
  border-radius: 4px;
  border-top: 0 solid #085186;
  z-index: 999; /*PO-1840*/
}
#jobsearch .location i.fas.fa-map-marker-alt {
 /*  position: absolute;
  right: 11px;
  top: 14px;
  color: #7b7b7b;
  font-size: 10px; */
}
#jobsearch .location i.fa-light.fa-location-dot {
  position: absolute;
  right: 11px;
  top: 14px;
  color: #085186;
  font-size: 14px; /* font-size: 10px; */
}

#jobsearch .hs-searchbox i.fa.fa-search {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #7b7b7b;
  font-size: 10px;
}
.ddl_icon #example.dropdown.hierarchy-select button,
.ddl_icon #example1.dropdown.hierarchy-select button {
  font-family: Roboto, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  box-shadow: none;
  background: #fff;
  width: 100% !important;
  padding: 6.5px 10px;
  padding-right: 10px;
  height: 42px;
  border: 1px solid #cddce6;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #141412; /*PO-1721*/
}
.ddl_icon #example.dropdown.hierarchy-select,
.ddl_icon #example1.dropdown.hierarchy-select {
  width: 100%;
  max-width: 100%;
  min-width: 100% !important;
}
.ddl_icon #example.dropdown.hierarchy-select button#example-two-button::after,
.ddl_icon
  #example1.dropdown.hierarchy-select
  button#example-two-button1::after {
  /* content: "";
  position: absolute;
  right: 11px;
  pointer-events: none;
  top: 15px;
  color: #7b7b7b; */
}
.ddl_icon #example.dropdown.hierarchy-select button#example-two-button::after,
.ddl_icon #example1.dropdown.hierarchy-select button#example-two-button1::after {
  position: absolute;
  right: 11px;
  pointer-events: none;
  color: #085186;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item {
  line-height: 1.42857143;
  font-weight: 300;
}
.ddl_icon #example.dropdown.hierarchy-select .dropdown-menu,
.ddl_icon #example1.dropdown.hierarchy-select .dropdown-menu {
  transform: translate3d(0, 38px, 0) !important;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  outline: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn.btn-secondary.dropdown-toggle.bg_colr_dark {
  border-radius: 4px 4px 0 0 !important;
}
#job_category_ddl_input,
#job_type_ddl_input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 300;
}
#job_category_ddl_input:focus,
#job_type_ddl_input:focus {
  border-color: #085186;
  box-shadow: none;
}
#job_category_ddl_input,
#job_type_ddl_input {
  border-color: #085186;
  box-shadow: none;
}
.ddl_icon #example .hs-searchbox,
.ddl_icon #example1 .hs-searchbox {
  padding: 8px 8px;
}
.jobsearch_form_new .btn-select .bg-btn-hyperlink.border-radius {
  border-radius: 5px;
  font-weight: 400;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item.active,
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item:active {
  background: #085186;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item.activebg {
  background: #085186;
  color: #fff;
}
.pac-container .pac-item {
  border-top: none !important;
}
#no_match_anstellungsart_ddl,
#no_match_arbeitgebertyp_ddl,
#no_match_jobcat_ddl,
#no_match_jobtype_ddl,
#no_match_land_ddl {
  line-height: 1.42857143;
  font-weight: 300;
  color: #212529;
  font-size: 1rem;
  margin: 0;
  letter-spacing: normal;
  pointer-events: none;
}
#example .dropdown-menu .hs-menu-inner li,
#example1 .dropdown-menu .hs-menu-inner li,
#example2 .dropdown-menu .hs-menu-inner li {
  padding: 0;
}
#example .dropdown-menu .hs-menu-inner li.active a,
#example1 .dropdown-menu .hs-menu-inner li.active a,
#example2 .dropdown-menu .hs-menu-inner li.active a {
  color: #fff;
  background: #085186;
}
#example .dropdown-menu .hs-menu-inner li a.dropdown-item.active,
#example1 .dropdown-menu .hs-menu-inner li a.dropdown-item.active,
#example2 .dropdown-menu .hs-menu-inner li a.dropdown-item.active {
  color: #fff;
}
#example .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus,
#example1 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus,
#example2 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus {
  color: #fff;
}
#example
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item:active:focus
  .jobtype_count,
#example1
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item:active:focus
  .jobtype_count,
#example2
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item:active:focus
  .jobtype_count {
  color: #fff;
}
#example .dropdown-menu .hs-menu-inner li a.dropdown-item.active .jobtype_count,
#example1
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item.active
  .jobtype_count,
#example2
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item.active
  .jobtype_count {
  color: #fff;
}
#example .dropdown-menu .hs-menu-inner li.active,
#example1 .dropdown-menu .hs-menu-inner li.active,
#example2 .dropdown-menu .hs-menu-inner li.active {
  /* background:#085186 */
}
#example1 .dropdown-menu .hs-menu-inner li.sub_cat_class a.dropdown-item {
  padding: 0.25rem 0 0.25rem 30px;
}
#example .dropdown-menu .hs-menu-inner li.active.activebg a,
#example1 .dropdown-menu .hs-menu-inner li.active.activebg a,
#example2 .dropdown-menu .hs-menu-inner li.active.activebg a {
  background: #fff;
  color: #141412;
}
#example .dropdown-menu .hs-menu-inner li.active.activebg,
#example1 .dropdown-menu .hs-menu-inner li.active.activebg,
#example2 .dropdown-menu .hs-menu-inner li.active.activebg {
  background: #fff;
}
#example .dropdown-menu .hs-menu-inner li.active.activebg a.activebg,
#example1 .dropdown-menu .hs-menu-inner li.active.activebg a.activebg,
#example2 .dropdown-menu .hs-menu-inner li.active.activebg a.activebg {
  background: #085186;
  color: #fff;
}
#example1 .dropdown-menu .hs-menu-inner li.sub_cat_class a.dropdown-item {
  white-space: normal;
  float: left;
  width: 100%;
  height: auto;
}
#example-two-button span.jobtype_count {
  display: none;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item span.ddl_count_value {
  color: #141412;
  display: inline;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  line-height: 1.42857143;
  font-weight: 300;
}
.ddl_icon
  .dropdown-menu
  .hs-menu-inner
  .dropdown-item.active
  span.ddl_count_value {
  color: #fff;
}
#example1
  .dropdown-menu
  .hs-menu-inner
  li
  a.dropdown-item:active
  .ddl_count_value,
#example1 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus {
  color: #fff;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item.activebg .jobtype_count {
  color: #fff;
}
.ddl_icon
  .dropdown-menu
  .hs-menu-inner
  .dropdown-item.activebg
  .ddl_count_value {
  color: #fff;
}
#example-two-button1 .ddl_count_value,
#example-two-button3 .ddl_count_value,
#example-two-button4 .ddl_count_value,
#example-two-button5 .ddl_count_value {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #example1 .dropdown-menu .hs-menu-inner li.sub_cat_class a.dropdown-item {
    padding: 0.25rem 0 0.25rem 20px;
  }
}
.pac-container.pac-logo .pac-item:first-child {
  background: #085186;
  color: #fff;
}
.pac-container.pac-logo .pac-item:first-child .pac-item-query {
  color: #fff;
}
.pac-container .pac-item .pac-item-query {
  font-size: 15px;
}
@media (min-width: 768px) {
  .jobfilter .filtersearch .padd-r-0 .location.input-style.border-radius {
    padding: 0 1px;
  }
}
@media (max-width: 767.5px) {
  .jobfilter
    .filtersearch
    .padd-r-0
    .location.input-style.border-radius
    .fas.fa-map-marker-alt {
    right: 26px !important;
  }
}
@media (min-width: 992px) {
  .advnc_srch_btn_y {
    width: 130px;
    max-width: 130px;
    flex: 130px;
  }
  .advnc_srch_btn {
    width: 130px;
    max-width: 130px;
    flex: 130px;
    color: #fff;
    cursor: pointer;
  }
  .advnc_srch_btn_pad {
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .advnc_srch_btn_pad.advnc_srch_btnv1 {
    padding: 4px 5px 0 15px;
  }
 /* PO-1731 */
  /* .advnc_srch_btn_pad_v1 i.fal {
    margin: 10px 10px 10px 6px;
  } */
  .advnc_srch_btn_pad_v1 i.fa-light {
    margin: 10px 10px 10px 6px;
  }
  /* -/PO-1731 */
  .jobfilter.jobfilterv2 {
    padding: 15px 15px 10px 15px;
  }
  .advnc_srch_btn_pad {
    padding: 4px 0 0 15px;
    font-size: 13px;
  }
  #advnc_srch_btn_homev2 {
    margin-top: 6px;
  }
  .jobfilter.jobfilterv2 .jobsearch_form_new {
    padding: 10px 0 0 0;
  }
  .jobfilter.jobfilterv2 .ddl_icon #example3.dropdown.hierarchy-select,
  .jobfilter.jobfilterv2 .ddl_icon #example4.dropdown.hierarchy-select,
  .jobfilter.jobfilterv2 .ddl_icon #example5.dropdown.hierarchy-select {
    margin-bottom: 15px;
  }
  .home-banner .jobfilter.jobfilterv2 .filterwidget {
    display: block;
  }
  .advnc_srch_btn_pad_v1 {
    margin-top: 2px;
  }
  .jobsearch_form_new_v1 .col-md-3.col-sm-12.col-12.ddl_icon.padd-r-0 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .advnc_srch_btn.advnc_srch_btn_pad_v1 div {
    width: 100%;
    text-align: center;
    line-height: 17px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 300;
  }
}
.ddl_icon #example3.dropdown.hierarchy-select button,
.ddl_icon #example4.dropdown.hierarchy-select button,
.ddl_icon #job_specialization.dropdown.hierarchy-select button,
.ddl_icon #example5.dropdown.hierarchy-select button {
  font-family: Roboto, sans-serif !important;
  font-size: 16px;  /* REFERENCE OF MEDI-292 */
  font-weight: 300;
  box-shadow: none;
  border: none;
  background: transparent;
  width: 100% !important;
  padding: 6.5px 10px;
  padding-right: 10px;
  color: #fff;
  height: 36px;
  border-bottom: 1px solid;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ddl_icon #example3.dropdown.hierarchy-select,
.ddl_icon #example4.dropdown.hierarchy-select,
.ddl_icon #example5.dropdown.hierarchy-select {
  width: 100%;
  max-width: 100%;
  min-width: 100% !important;
  margin-top: 15px;
}
.ddl_icon #example3.dropdown.hierarchy-select button#example-two-button3::after,
.ddl_icon #example4.dropdown.hierarchy-select button#example-two-button4:after,
.ddl_icon
  #example5.dropdown.hierarchy-select
  button#example-two-button5::after {
  content: "";
  position: absolute;
  right: 11px;
  pointer-events: none;
  /* top: 15px; */
  color: #fff;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
}
.ddl_icon #example3.dropdown.hierarchy-select .dropdown-menu,
.ddl_icon #example4.dropdown.hierarchy-select .dropdown-menu,
.ddl_icon #example5.dropdown.hierarchy-select .dropdown-menu {
  transform: translate3d(0, 38px, 0) !important;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  outline: 0;
  margin-top: 1px;
}
.ddl_icon #example3 .hs-searchbox,
.ddl_icon #example4 .hs-searchbox,
.ddl_icon #example5 .hs-searchbox {
  padding: 8px 8px;
}
#example3 .dropdown-menu .hs-menu-inner li,
#example4 .dropdown-menu .hs-menu-inner li,
#example5 .dropdown-menu .hs-menu-inner li {
  padding: 0;
}
#example3 .dropdown-menu .hs-menu-inner li.active a,
#example4 .dropdown-menu .hs-menu-inner li.active a,
#example5 .dropdown-menu .hs-menu-inner li.active a {
  color: #fff;
  background: #085186;
}
#example3 .dropdown-menu .hs-menu-inner li a.dropdown-item.active,
#example4 .dropdown-menu .hs-menu-inner li a.dropdown-item.active,
#example5 .dropdown-menu .hs-menu-inner li a.dropdown-item.active {
  color: #fff;
}
#example3 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus,
#example4 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus,
#example5 .dropdown-menu .hs-menu-inner li a.dropdown-item:active:focus {
  color: #fff;
}
#example3 .dropdown-menu .hs-menu-inner li.active,
#example4 .dropdown-menu .hs-menu-inner li.active,
#example5 .dropdown-menu .hs-menu-inner li.active {
  background: #085186;
}
#example3 .dropdown-menu .hs-menu-inner li.active.activebg a,
#example4 .dropdown-menu .hs-menu-inner li.active.activebg a,
#example5 .dropdown-menu .hs-menu-inner li.active.activebg a {
  background: #fff;
  color: #141412;
}
#example3 .dropdown-menu .hs-menu-inner li.active.activebg,
#example4 .dropdown-menu .hs-menu-inner li.active.activebg,
#example5 .dropdown-menu .hs-menu-inner li.active.activebg {
  background: #fff;
}
#exampl3 .dropdown-menu .hs-menu-inner li.active.activebg a.activebg,
#example4 .dropdown-menu .hs-menu-inner li.active.activebg a.activebg,
#example5 .dropdown-menu .hs-menu-inner li.active.activebg a.activebg {
  background: #085186;
  color: #fff;
}
#job_anstellungsart_input,
#job_arbeitgebertyp_input,
#job_land_input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 300;
}
#job_anstellungsart_input:focus,
#job_arbeitgebertyp_input:focus,
#job_land_input:focus {
  border-color: #085186;
  box-shadow: none;
}
.advnc_srch_btn .advnc_srch_btnborder {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  height: 36px;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
}
.jobfilter-container {
  margin-bottom: 270px;
  position: relative;
  margin-top: -212px;
}
.jobfilter-container .jobfilter {
  /* position: absolute;
  width: 100%;
  z-index: 99999;
  margin-top: 10px; */
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.ddl_icon.padd-r-0 .card-body label {
  margin-right: 20px;
  color: #fff;
}
.ddl_icon.padd-r-0 .card-body .employment_type {
  margin-right: 10px;
}
.ddl_icon.padd-r-0 .card-body {
  height: 36px;
  padding: 5px 0;
  margin-top: 15px;
}
.ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item span.jobtype_count {
  color: #141412;
  display: inline;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  line-height: 1.42857143;
  font-weight: 300;
}
.dropdown-menu .hs-menu-inner li.active a span {
  color: #fff !important;
}
.jobsearch_form_new_v4 .advnc_srch_btn_pad_v1 {
  width: 100px;
  max-width: 100px;
  flex: 100px;
}
.advnc_srch_btn_pad_v1 {
  text-align: center;
  line-height: 17px;
  width: 110px;
  max-width: 110px;
  flex: 110px;
  display: inline-flex;
  padding: 0 15px 0 15px;
}
.advnc_srch_btn_yv1 {
  width: 160px;
  max-width: 160px;
  flex: 160px;
}
.jobsearch_form_new_v4 .advnc_srch_btn_yv1 {
  width: 170px;
  max-width: 170px;
  flex: 170px;
}
.btn.btn-secondary.dropdown-toggle.bg_colr_dark {
  background: #e6e6e6 !important;
}
#example-two-button3.bg_colr_dark,
#example-two-button4.bg_colr_dark,
#example-two-button5.bg_colr_dark {
  background: none !important;
}
.dropdown-menu .hs-menu-inner li:last-child {
  margin-bottom: 8px !important;
}
.row.top_job_listing .job.box-job.praktischarzt {
  /* -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%); */
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  padding: 20px 0;
  margin: 8px 0;
  border: 1px solid #cddce6; /*PO-1721*/
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
  width: 100%;
}
.row.top_job_listing .employer-job-date {
  padding: 2px 2px;
  width: 80px;
}
.row.top_job_listing .job.box-job.praktischarzt .employer-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ergebnis-titel a.title-link.title.desktop_show {
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 22px;
}
.row.top_job_listing .job.box-job.praktischarzt:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.logotitle div.company_banner_home {
  height: 150px;
  background-size: cover;
  background-position: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.siderbar_logo_img {
  border: 1px solid #cddce6; /*PO-1721*/
  padding: 10px;
  text-align: center;
  height: 80px;
  width: 150px;
  line-height: 4;
  margin-top: -40px;
  background: #fff;
  margin-left: 15px;
  border-radius: 5px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.top-arbeitgeber .ergebnis-titel {
  display: inline-block;
  width: 100%;
  /* PO-1731 */
  /* padding: 0 0 0 15px; */
  padding: 0 15px 0 15px;
}
span.arbeitgeber_typ {
  text-transform: capitalize;
  font-size: 12px;
}
.home-banner.home10-banner {
  margin-top: 10px;
}
.freie_jobs_anzeigen {
  position: absolute;
  bottom: 20px;
  color: #085186;
  font-size: 14px;
  font-weight: 400;
}
.top-arbeitgeber .ergebnis-titel .arbeitgeber_typ .fas.fa-building {
  margin-right: 4px;
}
.top-arbeitgeber .ergebnis-titel .title-link.title {
  font-size: 16px;
  font-weight: 400; /*Regular*/
  margin-top: 5px;
  line-height: 18px;
  margin-bottom: 10px;
  /* PO-1731 */
  /* min-height: 40px; */
  min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top-arbeitgeber .ergebnis-titel .arbeitgeber_typ {
  margin-right: 10px;
  color: #333;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 14px;
}
.top-arbeitgeber .ergebnis-titel .fas.fa-map-marker-alt {
  margin-right: 5px;
}
.employer-address .arbeitgeber_location {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
}
.freie_jobs_anzeigen a {
  font-size: 15px;
  font-weight: 300;
}
.freie_jobs_anzeigen .fal.fa-user-md {
  font-size: 15px;
  margin-right: 5px;
}
.row.top_job_listing.top_job_listing_box .job.box-job.praktischarzt {
  border: 0 solid #ddd;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0;
  background: #fff;
}
.row.top_job_listing.top_job_listing_box .job.box-job.praktischarzt:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.arzt_job_nach ul {
  list-style: none;
}
.arzt_job_nach li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}
.arzt_job_nach .btn.btn-link {
  font-size: 12px;
  color: #085186;
  line-height: 14px;
  float: right;
  text-decoration: none;
  font-weight: 300;
}
.arzt_job_nach .btn.btn-link .fal.fa-chevron-double-left,
.arzt_job_nach .btn.btn-link .fal.fa-chevron-double-right {
  font-size: 9px;
}
.arzt_job_nach ul li .fal.fa-angle-right {
  font-size: 12px;
  margin-right: 8px;
}
.container.arzt_job_nach_section {
  padding: 50px 15px;
}
.arzt_job_nach h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.arzt_job_nach h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.collapse.show {
  visibility: visible;
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}
.arzt_job_nach ul li.sub_cat_class {
  padding: 0;
}
.advnc_srch_btn {
  color: #fff;
  cursor: pointer;
}
.arzt_job_nach ul li {
  border-bottom: 1px solid #cddce6; /*PO-1721*/
}
.jobsearch_form_new_version #job_category_ddl_input,
.jobsearch_form_new_version #job_type_ddl_input {
  font-size: 13px;
  border-color: #999;
}
.jobsearch_form_new_version #example .dropdown-menu.show,
.jobsearch_form_new_version #example1 .dropdown-menu.show {
  border: 1px solid #085186 !important;
  border-top: none !important;
}
.jobsearch_form_new_version
  .ddl_icon
  #example.dropdown.hierarchy-select
  .btn.btn-secondary.dropdown-toggle.bg_colr_dark,
.jobsearch_form_new_version
  .ddl_icon
  #example1.dropdown.hierarchy-select
  .btn.btn-secondary.dropdown-toggle.bg_colr_dark {
  border: 1px solid #085186;
  border-bottom-color: #e6e6e6;
}
.jobsearch_form_new_version
  .ddl_icon
  #example.dropdown.hierarchy-select
  .dropdown-menu {
  transform: translate3d(0, 38px, -1px) !important;
}
.container-fluid.bg_color_content {
  background: #fff;
}
.container-fluid.Arbeit_row.desktop {
  background: #e9ecef75;
  position: absolute;
  top: 552px;
}
.container-fluid.bg_color_content {
  background: #f8f8f87d;
}
.row.top_job_listing .job.box-job.praktischarzt {
  background: #fff;
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
.container-fluid.gray-box_mobile {
  background: #f8f8f87d;
}
.container-fluid.gray-box {
  background: #fff;
}
#job_location.visible1 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (min-width: 1600px) {
  .container-fluid.banner_bottom_boder {
    top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .jobsearch_form_new_v4 .advnc_srch_btn_yv1 {
    width: 130px;
    max-width: 130px;
    flex: 130px;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_pad_v1 {
    width: 80px;
    max-width: 80px;
    flex: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arzt_job_nach li a {
    font-size: 12px;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_pad_v1 {
    width: 60px;
    max-width: 60px;
    flex: 60px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 7px; /* PO-1731 */
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_yv1 {
    width: 90px;
    max-width: 90px;
    flex: 90px;
  }
  .btn-select .bg-btn-hyperlink.border-radius {
    font-size: 11px;
  }
}
header.header {
  border-top: 3px solid #085186;
  height: auto;
}
@media (max-width: 767.5px) {
  header.header {
    border-top: none;
  }
  .padd-r-5 {
    padding-right: 5px;
  }
  .freie_jobs_anzeigen {
    bottom: 30px;
  }
  .jobsearch_form_new.jobsearch_form_new_v4 {
    min-height: 255px;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_yv1 {
    /* position: absolute;
    bottom: 67px; */
    max-width: 100%;
    width: 100%;
    z-index: 9999;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_pad_v1 {
   /*  position: absolute;
    bottom: 7px;
    float: right;
    right: 0; */
    width: 100%;
    max-width: 100%;
    z-index: 9999;
  }
  .jobsearch_form_new.jobsearch_form_new_v4 #example5 {
    margin-bottom: 95px;
  }
  .container-fluid.banner_bottom_boder {
    min-height: 396px;
    z-index: 99;
  }
  .container-fluid.banner_bottom_boder.banner_bottom_boder_big {
    min-height: 680px;
  }
  .container-fluid.banner_bottom_boder .home-banner {
    top: 20px;
  }
  .container-fluid.gray-box .container {
    padding-left: 0;
    padding-right: 0;
  }
  .ddl_icon #example3.dropdown.hierarchy-select,
  .ddl_icon #example4.dropdown.hierarchy-select,
  .ddl_icon #example5.dropdown.hierarchy-select {
    margin-top: 0;
  }
  .jobfilter-container .jobfilter {
    margin-top: 0;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_pad_v1 div {
    width: 100%;
  }
  .suche_desktop {
    display: none;
  }
  .suche_mobile {
    padding: 10px 15px;
  }
  #header-filter .dropdown-menu.show,
  .jobfilter-container .dropdown-menu.show {
    top: -2px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #advnc_srch_btn_home1 div {
    background: rgba(102, 102, 102, 0.4);
    padding: 10px 0;
  }
  .container-fluid.bg_color_content {
    background: #f8f8f87d;
  }
  .container-fluid.bg_color_content
    .row.top_job_listing
    .job.box-job.praktischarzt {
    background: #fff;
  }
  .gray-box_mobile {
    background: #f8f8f87d;
  }
  .gray-box {
    background: #fff;
  }
  .dropdown.hierarchy-select.show .dropdown-menu.show {
    width: 100% !important;
  }
  #header-filter .dropdown-menu.show li a,
  #jobsearch #job_location,
  .ddl_icon #example.dropdown.hierarchy-select button,
  .ddl_icon #example1.dropdown.hierarchy-select button,
  .ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item span.ddl_count_value,
  .ddl_icon .dropdown-menu .hs-menu-inner .dropdown-item span.jobtype_count,
  .jobfilter-container .dropdown-menu.show li a,
  .pac-container .pac-item .pac-item-query {
    font-size: 16px;
  }
  .ergebnis-titel {
    padding-bottom: 8px;
  }
  .navbar.navbar-light.navbar-expand-md.desktop_menu {
    display: none;
  }
  .mobile_register {
    float: right;
    width: 50%;
  }
  .mobile_login {
    float: left;
    width: 50%;
  }
  .new_header .logo {
    display: none;
  }
  .register_btn_header {
    float: right;
  }
  #new_header_menu_right {
    width: 100%;
  }
  .mobile_login .anmelden {
    display: block !important;
    float: left;
    padding-left: 0;
  }
  .new_header {
    display: none;
  }
  .logo .navbar-brand img {
    width: 120px;
    height: 60px;
  }
  .nav.navbar-nav.nav_left_menu {
    padding: 0;
  }
  .navbar.navbar-light.navbar-expand-md.mobile_menu .navbar-collapse {
    padding: 15px 0;
  }
  .register_btn_header {
    float: left;
    width: 100%;
    display: block;
  }
  .mobile_register {
    width: 100%;
  }
  .mobile_login .anmelden {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #a6a6a6;
    padding: 10px 0;
    font-weight: 300;
    width: 100%;
    /* PO-1731 */
    /* color: #595959; */
    color: #085186;
  }
  .mobile_login a {
    margin: 0 15px;
    display: block;
  }
  .mobile_login {
    width: 100%;
  }
  .register_btn_header a .fal.fa-user {
    display: none;
  }
  .register_btn_header a {
    color: #595959;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #a6a6a6;
    margin: 0 15px;
    padding: 10px 0;
    display: block;
    font-weight: 300;
    background: url(//www.praktischarzt.de/wp-content/themes/praktischArzt-theme/img/meinBereich.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 20px 25px;
    background-position: right 11px bottom 10px;
  }
  .mobile_login .anmelden .fas.fa-lock {
    float: right;
    right: 12px;
    position: relative;
  }
  .mobile_login .anmelden:hover {
    font-weight: 400;
    color: #085186;
  }
  .register_btn_header a:hover {
    font-weight: 400;
    color: #085186;
  }
  .loged_in_user_name {
    margin: 0 15px;
    padding: 10px 0;
    font-size: 18px;
    color: #595959;
    font-weight: 400;
  }
  .navbar.navbar-light.navbar-expand-md .navbar-collapse {
    padding: 15px 0;
  }
  #Für\ Arbeitgeber {
    background-image: none;
  }
  #Für\ Arbeitgeber::after {
    content: " \203A";
    border: none;
    color: #085186;
    font-size: 20px;
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: initial;
    float: right;
    /* margin-right: 15px; */    /* PO-1731 */
  }
  #secondary_header_employer_login_heading1 .dropdown-toggle.nav-link,
  #secondary_header_jobseeker_login_heading1 .dropdown-toggle.nav-link {
    border-bottom: none;
    border-top: 1px solid #a6a6a6;
  }
  li#secondary_header_employer_login_heading,
  li#secondary_header_jobseeker_login_heading {
    display: none;
  }
  #secondary_header_employer_login.nav.navbar-nav
    .nav-item:last-child
    .nav-link,
  #secondary_header_jobseeker_login.nav.navbar-nav
    .nav-item:last-child
    .nav-link {
    border-bottom: none;
  }
  #secondary_header_employer_login.nav.navbar-nav
    .nav-item:last-child
    .nav-link:hover,
  #secondary_header_jobseeker_login.nav.navbar-nav
    .nav-item:last-child
    .nav-link:hover {
    border-bottom: none !important;
  }
  #secondary_header_employer_login_heading1 .dropdown-toggle.nav-link:hover,
  #secondary_header_jobseeker_login_heading1 .dropdown-toggle.nav-link:hover {
    border-bottom: none !important;
  }
  .arzt_job_nach h2 {
    margin-bottom: 15px;
  }
  .container.arzt_job_nach_section .arzt_job_nach {
    margin-bottom: 35px;
  }
  .container.arzt_job_nach_section {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 453px) {
  .container-fluid.banner_bottom_boder {
    min-height: 500px;
    z-index: 99;
  }
}
@media (min-width: 768px) {
	/*****************NEW HEADER DESIGN*******************/
	.anmelden i.fas.fa-lock {
    width: 13.133px;
  }
  li.mobile_register i.fal.fa-user {
    width: 15px;
  }
  .ergebnis-titel {
    padding-right: 15px;
  }
  .suche_mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .container-fluid.bg_color_content {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar ul.navbar-nav > li {
    padding: 0 15px;
  }
  ul.nav.navbar-nav.nav_left_menu > li:nth-last-child(-n + 2) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li > a {
    line-height: 14px;
    font-size: 14px !important;
  }
  ul.nav.navbar-nav.nav_left_menu > li:nth-last-child(-n + 2) {
    margin-left: 0;
  }
  ul.nav.navbar-nav.nav_left_menu.new_header_right_menu > li:nth-last-child(-n + 2) { /* PO-1731 */
    padding-right: 0 !important;
  }
  .navbar ul.navbar-nav > li.nav-item {
    padding: 0 4.7px !important;
  }
}
@media (min-width: 992px) {
  .container-fluid.Arbeit_row.desktop {
    background: transparent;
    position: relative;
    top: -118px;
  }
  .container-fluid.bg_color_content.top_arzt_stellenange {
    /* margin-top: -83px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li > a {
    font-size: 12px !important;
  }
  .navbar ul.navbar-nav > li.nav-item {
    padding: 0 0.42rem !important;
  }
  ul.nav.navbar-nav.nav_left_menu > li:first-child {
    padding-left: 0 !important;
  }
  .nav.navbar-nav.nav_left_menu.new_header_right_menu
    .dropdown.menu-large.nav-item {
    padding-left: 10px !important;
  }
  .nav.navbar-nav.nav_left_menu.new_header_right_menu > li {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar ul.navbar-nav > li {
    padding: 0 10px;
  }
  .nav.navbar-nav.nav_left_menu.new_header_right_menu
    .dropdown.menu-large.nav-item {
    padding-left: 10px !important;
  }
  .navbar-nav li > a {
    font-size: 14px;
  }
  .nav.navbar-nav.nav_left_menu.new_header_right_menu
    .dropdown.menu-large.nav-item
    #Für\ Arbeitgeber {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.5px) {
  .bg-footer-new .container {
    padding: 0;
  }
  .container-fluid.bg_color_content.top_arzt_stellenange .container {
    padding: 0;
  }
  .container-fluid.banner_bottom_boder .container {
    padding: 0;
  }
}
li.mobile_register i.fal.fa-user {
  width: 15px;
}
.anmelden i.fas.fa-lock {
  width: 14px;
}
.toc_header .toggle i.fas.fa-chevron-up {
  width: 10.5px;
}

@media (max-width: 767.5px) {
  .navbar-toggler {
    height: 2.5rem;
    width: 2.5rem;
    /* PO-1731 */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
  }
  .jobfilter-container .filtersearch #example1 .dropdown-item {
    white-space: normal;
  }
  #header-filter #example1 .dropdown-item {
    white-space: normal;
  }
}

/*-------------------------Start PO-1143 Frontpage: new boxes----------------------------*/
.page_heding h2 {
  font-size: 18px;
  line-height: 30px;
  color: #141412;
  font-weight: 400;
}
.page_heding h2 {
  padding: 45px 0 10px;
}
.mediziner_page_background {
  background: #f8f8f87d;
  /* padding: 10px; */
  min-height: 310px;
  border-radius: 10px; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
  border: 1px solid #ddd; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}

/*PO-1676 - PO-1703 Stage 1 Border Radius*/
.boxes_rows_new .mediziner_page_background img.img-fluid {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/*PO-1676 - PO-1703 Stage 1 Border Radius*/

.mediziner_page_background .content_arzt {
  padding: 10px 10px 0 10px;
}
.mediziner_page_background h4 {
  font-size: 17px;
  color: #074575;
  font-weight: 400;
  margin: 10px 10px 0;
  padding-top: 0;
}
.mediziner_page_background p {
  font-size: 13px;
  margin: 10px 10px 0;
  margin-bottom: 5px;
  text-align: unset;
  font-weight: 300;
}
.mediziner_page_background ul {
  font-size: 14px;
  line-height: 30px;
  margin: 10px;
  font-weight: 300;
  list-style: inside;
}
.zum_arzt_link {
  /* font-weight: 500;
  margin-left: 10px;
  padding: 0 0 20px 0;
  display: block; */
}

.container-fluid.white-box {
  background: #f8f8f87d;
}
@media (max-width: 767.5px) {
  .container-fluid.gray-box .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.white-box .container {	/*PO-1780*/
		padding-left: 0;
		padding-right: 0;
	}
  .boxes_rows_new .mediziner_page_background {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .boxes_rows_new .mediziner_page_background {
    padding: 0;
    background: #f8f8f87d;
    /* min-height: 515px; */ /*PO-1676 - PO-1703 Stage 1 Border Radius*/
    border: 1px solid #ddd;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .desktop.desktop_banner {
    display: inline-flex;
  }
  .mobile_banner {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logged-in .container-fluid.Arbeit_row.desktop.desktop_banner {
    top: 552px;
  }
  .container-fluid.Arbeit_row.desktop.desktop_banner {
    top: 520px;
  }
  /*PO-1676 - PO-1703 Stage 1 Border Radius*/
  .mediziner_page_background h4 {
    min-height: 40px;
  }
  .zum_arzt_link {
    font-size: 12px;
  }
  /*PO-1676 - PO-1703 Stage 1 Border Radius*/
}
@media (min-width: 768px) and (max-width: 782px) {
  .logged-in .container-fluid.Arbeit_row.desktop.desktop_banner {
    top: 565px;
  }
  .top-arbeitgeber .logotitle img {
    width: 100%; /*PO-1676 - PO-1703 Stage 1 Border Radius*/
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .boxes_rows_new .mediziner_page_background {
    padding: 0;
    border-radius: 10px;
  }
  .boxes_rows_new .mediziner_page_background img.img-fluid {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
/*-------------------------END PO-1143 Frontpage: new boxes------------------------------*/

.ui-autocomplete.job_city_state_list {
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  width: 255px !important;
  max-height: 310px;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-helper-hidden-accessible {
  display: none;
}
.job_city_state_list .ui-menu-item a {
  padding: 2px 4px;
  color: #515151;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  text-overflow: ellipsis;
  line-height: 26px;
  display: block;
  font-size: 15px;
}
.ui-autocomplete.job_city_state_list li.ui-menu-item:hover,
.ui-autocomplete.job_city_state_list li.ui-menu-item a.ui-state-focus {
  background: #fafafa;
}
.job_city_state_list .ui-menu-item a::before {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  -webkit-background-size: 34px 34px;
  background-size: 34px;
  content: "";
  background-position: -1px -161px;
}
.ui-autocomplete.job_city_state_list li.ui-menu-item:hover a:before,
.ui-autocomplete.job_city_state_list li.ui-menu-item a.ui-state-focus:before {
  background-position: 16px -161px;
}
.ui-autocomplete.job_city_state_list li.ui-menu-item:first-child a {
  color: #fff;
  background: #085186;
}
/***** version 1 background*******/
.container-fluid.bg_v1 {
  background: #cddce624;
  padding: 20px 0;
}

.footer_menu-bar li > a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767.5px) {
  .nav-item.dropdown .nav-link {
    /* background-image: url(img/downarrowmobile.png); */   /* PO-1731 */
    background-repeat: no-repeat;
    background-position: right 11px bottom 15px;
    background-size: 16px;
  }
  .nav-item.dropdown.show .nav-link {
    /* background-image: url(img/uparrowmobile.png); */   /* PO-1731 */
    background-repeat: no-repeat;
    background-position: right 11px bottom 15px;
    background-size: 16px;
    color: #085186;
  }
}

/*****************Start Home page redesign*******************/ /*PO-1721*/
.boxes_rows_new .mediziner_page_backgroung {
  border-radius: 12px 12px 10px 10px;
  border: 1px solid #cddce6;
}
.mediziner_page_backgroung .content_arzt {
  padding: 28px 20px 20px; /* background: #fff; font-weight: 300; line-height: 16px; font-size: 13px; */
}
.mediziner_page_backgroung h4 {
  color: #141412;
  padding-top: 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 17px;
}
.mediziner_page_backgroung p.med_info-text {
  font-size: 13px;
  font-weight: 300;
  margin-top: 17px;
  line-height: 16px;
  margin-bottom: 0;
  text-align: unset;
}
.mediziner_page_backgroung ul {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin: 22px 0px 26px 0;
  list-style: none;
}
.mediziner_page_backgroung ul li {
  border-radius: 5px;
  display: table;
  margin: 0 0 7px !important;
}
.mediziner_page_backgroung p {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: unset;
  font-weight: 400;
}
.zum_arzt_link {
  display: block;
  background: #ebf3f9;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}
.zum_arzt_link:hover {
  background: #085186;
  color: #fff;
}
.mediziner_page_backgroung ul li::before {
  content: "\2022";
  display: inline-block;
  color: #085186;
  width: 1em;
  font-size: 14px;
  font-weight: bold;
}
.Arbeit .Arbeit-main-text i {
  margin-right: 8px;
  font-size: 24px;
}
.container-fluid.banner_bottom_boder .navbar.navbar-light.navbar-expand-md {
  background: transparent;
}
.arzt_job_nach .btn-link {
  padding-right: 0;
}
.award_img {
  text-align: center;
  height: 100%;
  display: flex;
}
.award_img img {
  width: 300px;
  height: auto;
  text-align: center;
  margin: auto;
}

@media (max-width: 991px) {
  .award_img img {
    width: 40%;
    height: auto;
  }
  .award_img {
    text-align: center;
    margin-top: 10px;		/*PO-1731*/
    margin-bottom: 10px;	/*PO-1731*/
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jobfilter-container {
    margin-bottom: 230px;
    margin-top: -150px;
  }
  .homepage_headding {
    font-size: 33px;
    margin-top: 30px;
  }
  .jobfilter {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobfilter-container {
    margin-bottom: 190px;
    margin-top: -140px;
  }
  .homepage_headding {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .slogan {
    font-size: 15px;
  }
  .jobfilter {
    padding: 5px;
  }
  .container-fluid.bg_v1 {
    padding-bottom: 40px;	/*PO-1731*/
  }
}

@media (max-width: 767.5px) {
	.boxes_rows_new .mediziner_page_backgroung {  margin-bottom: 30px;}
  .container-fluid.banner_bottom_boder .navbar.navbar-light.navbar-expand-md {
    background: linear-gradient(to left, #052949, #085186);
  }
  .jobfilter-container {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 0 15px; /* opacity: 0.9; */
  }
  .homepage_headding {
    margin-top: 0;
  }
  .img-fluid.home_banner_img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .container-fluid.banner_bottom_boder {
    min-height: 476px;
  }
  .jobfilter-container {
    margin-top: -329px;
  }
  .suche_mobile {
    padding: 15px 15px 0 15px;
  }
  .jobsearch_form_new_v4 .advnc_srch_btn_yv1 {
    flex: 100%;
  }
  #advnc_srch_btn_home1 div {
    border-radius: 5px;
  }
  .container-fluid.banner_bottom_boder .home-banner {
    padding: 27px 0 0 0;
  }
  .jobsearch_form_new.jobsearch_form_new_v4 #example5 {
    margin-bottom: 0px;
  }
  #jobsearch .location i.fa-light.fa-location-dot {
    right: 27px;
  }
  .container-fluid.banner_bottom_boder .home-banner {
    border-bottom: none;
  }
  .container-fluid.banner_bottom_boder {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  .inner_layer.inner_layer_bg
    + .mobile_bg_layer
    + .container-fluid.banner_bottom_boder
    .navbar.navbar-light.navbar-expand-md {
    background: #f1f7fc;
  }
  .dropdown.menu-large.nav-item .dropdown-menu.megamenu {
    background: #f1f7fc;
  }
}
@media (max-width: 387px) {
  .container-fluid.banner_bottom_boder {
    min-height: 500px;
  }
  .container-fluid.banner_bottom_boder.banner_bottom_boder_big {
    min-height: 650px;
  }
}

@media (min-width: 992px) {
  .award_img {
    margin-left: 60px;
  }
}

/*****************End Home page redesign*******************/

/* PO-1731 STARTS HERE */
@media (max-width: 320px) {
  .container-fluid.banner_bottom_boder .home-banner  {
    padding: 55px 0 0 0;
  }
}
@media (max-width: 768px) {
  .alle_top_ans {
    margin-top: 0;
    padding-top: 0;
  }
  .boxes_rows_new .col-lg-4:last-child .mediziner_page_backgroung {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mediziner_page_backgroung p.med_info-text {min-height: 32px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	span.tab_devices_hide {    display: none;}
  /* .boxes_rows_new .col-lg-4.col-md-6.col-sm-12.col-xs-12:last-child .mediziner_page_backgroung {    margin-top: 30px;   } */
  
  .mediziner_page_backgroung .content_arzt {	padding: 28px 10px 20px; }
  .zum_arzt_link {	padding: 7px 5px 7px 7px; }
  .mediziner_page_backgroung h4 {	font-size: 15px; }
  .ddl_icon #example3.dropdown.hierarchy-select button,
  .ddl_icon #example4.dropdown.hierarchy-select button,
  .ddl_icon #job_specialization.dropdown.hierarchy-select button,
  .ddl_icon #example5.dropdown.hierarchy-select button {
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.mediziner_page_backgroung ul {
		min-height: 152px;
	}
}
/* PO-1731 ENDS HERE */
@media (max-width: 767.5px){
/*Home Page magazin padding for mobile only*/
	.top_arzt_job {	padding: 25px 0 20px 0;	margin-bottom: 0;}
	.row.top_job_listing .col-lg-6:first-child .row.job.box-job.premium {	margin-top: 0;}
	.row.top_job_listing .col-lg-6:first-child .row.job.box-job.basis {	margin-top: 0;}
	.redirection_links {	margin-bottom: 25px; line-height: 20px; }
	.Arbeit_row .top_arzt_job {	padding: 25px 0 20px 0;	margin-bottom: 0;}
	.alle_top_ans {	margin-bottom: 25px;}
	.container.arzt_job_nach_section .arzt_job_nach {	margin-bottom: 0;}
	.home-page-content {	margin-bottom: 25px; }
	.container.arzt_job_nach_section {	padding: 25px 0 20px 0;}
	.arzt_job_nach h3 {	margin-bottom: 0; }
	.row.page_heding.arzt h2 {	padding: 25px 0 20px;	margin-bottom: 0; }
/*End Home Page magazin padding for mobile only*/
}