
header {
    position: relative;
}
.slider {
    visibility: hidden;
    overflow: hidden;
    height: 250px;
}
.slider img {

    max-height: 250px;
}

.header-banner-img {
    width: 100%;
    margin-bottom: 20px
}
.header-banner-img {
    height: 100%;
}
.header-banner {
    position: relative;
}

.logo {

    display: inline-block;
}

.logo img {
    max-width: 100%;
    max-height: 100px;
}
li.inlog-button {
    margin-right: 0px;
    padding-right: 0px;
}
.no-banner {
    height: 100px;
}
.no-banner.no-logo {
    height: 0px;
}
.no-banner .logo {
    top: 0% !important;
    max-height: 100px;
}

body {
    background-color: white;
}



.content {
    border-right: 1px solid #ccc;
}

.sidebar {
}

.sidebar-content h2 {
   margin-top: 18px;
}
.content-container {
    padding-top: 20px;
    min-height: 700px;
}


.jobs ul {
    padding-left: 0px;
}

.jobs ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.job {
    margin-top: 30px;
}

.job-border {
    border-radius: 4px;
    border: 1px solid inherit;
    padding: 20px;
}

.align-right {
    text-align: right;
}

.job h5 {
    font-size: 15pt;
    color: #777;
}
.job .btn {
    margin-top: 10px;
}

a {
    color: rgba(244,126,40,1);
;
}

a:hover {
    color: #999;

}

nav {
    border-bottom: 0px solid #ccc;
    margin-top: 10px;
}

nav  ul {
    padding-right: 0px;
    padding-left: 0px;
}

nav  ul  li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 10px;
    font-size: 11pt;
    font-weight: bold;

}

nav li a {
    color: #404b58;
}


.right-menu {
    float: right;
}

.normal-site li {
    background-color: rgba(244,126,40,1);
    border-radius: 4px;
}

.normal-site li a{
    color: white !important;
}

footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    background-color: #ededed;
    color: #444 !important;
    font-size: 10pt;
}


footer .address {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .address p {
    display: block;
}

aside dl dt, aside dl dd {
    display: block;
}
aside dl dt {
    width: 120px;
}

aside dl {
    margin: 0 !important;
}

aside .btn {
    margin-top: 30px !important;
}

.logo img {
    max-height: 150px;
}


.tags {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    margin-top: 20px;

}
.tags span {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}


.logo-container {
    text-align: right;
}

.social-buttons a.zmdi {
    font-size: 32px !important;
    float: left;
    margin-top: 25px;
}

#applicationform table.table tr td:nth-of-type(2) {
    min-width: 130px;

}



.header-logo {
    width: 100%
}

.header-logo-img {
    margin-top: 30px;
    max-width: 300px;
}


.jobsite .table  {
    background-color: inherit !important;
}

.mobile-nav-wrap {
  margin-top: 0px !important;
}

.mobile-nav-wrap ul li {
  display: block;
  width: 100%
  border-bottom: 1px solid #ccc;
}

.line-wrap .line {
    height: 2px;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff;
}

.mobile-menu-items {
   display: none;
}

.mobile-menu-items ul li {
   color: #fff !important;

}

@media screen and (min-width: 1025px) {
  .jobsite .container {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
}


.jobsite .ql-editor {
    padding: 0px !important;
    overflow-y: visible !important;
}


.filter-wrap {
    padding: 20px;
    border-radius: 4px;
}


.filter {

}

.pagination {
   margin-top: 30px;
}


@media screen and (max-width: 400px) {
    .job-detail-content-div .btn {
    display: block;
    margin-left: 0px !important;


    }
}



@media print {
  .jobsite .content-container {
    margin: 2cm;
  }
  .jobsite .logo-container {
     margin-left: 2cm;
     max-width: 6cm;
  }
  .jobsite article {
      float: left;
      width: 75%;
   }

  .jobsite aside {
     width: 25%;
     float: right;
  }

  .no-print, .inlog-button, .btn, footer{
      display: none !important;
  }
}


.job-thumb {
    width: 100%;
}

.job-listing-details > .job-listing-detail {
  float: left;
  padding-right: 20px;
  font-size: 9pt;
}


.job-listing-details > .job-listing-detail .key {
   font-weight: bold;
}

.job-listing-details {
    padding-top: 0px;
}

.job-listing-details > .job-listing-detail:last-of-type {
  padding-right: 0px;
}

.t2m-youtube-video iframe {
    margin-top: 10px;
}

@media screen and (max-width: 560px) {
    .t2m-youtube-video iframe {
        width: 100%;
    }
}

.t2m-recruiter-box .recruiter-image {
    width: 100%;
    max-width: 180px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.t2m-recruiter-box .t2m-icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}


.t2m-recruiter-box .t2m-icons > div {
    margin-right: 10px;
}

.t2m-recruiter-box .t2m-icons img {
    width: 64px;
    height: 64px;
}


.t2m-recruiter-box .t2m-icons .t2m-linkedin img {
    width: 56px;
    height: 56px;
    margin-top: 5px;
}


.t2m-whatsapp .at-icon-wrapper {
    display: block;
}

.t2m-validation-errors {
  padding: 10px 0;
}

.t2m-validation-errors li {
  padding: 4px 0 0;
  font-weight: 400;
  color: red;
}

ul.t2m-validation-errors {
  margin-left: 20px;
}

.t2m-error-text {
  color: red;
  font-weight: 500;
}
