#modalMap {
   display: none;
}

.modal.cms-modal-visible {
 display: block !important;
 overflow-x: hidden;
 overflow-y: auto;
}

body.cms-modal-open {
 overflow: hidden;
}

.map-error {
 margin: 10px 0;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.fill { 
    min-height: 450px;
    height: 100%;
}

.text-bold {
 font-weight: bold;
}

.modal-xlg {width:1100px}

.modal-fullscreen1 {
  width: 98%;
  height: 92%;
  padding: 0;
}


.smallAlert {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
	z-index: 1000;
    top: 90px;
    background-color: #2E2E2E; //#383838;
    color: #F0F0F0;
    padding:10px;
    text-align:center;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#smallInfo {
 top: 10px;
}

.itemh {
 max-width: 400px;
 height: 308px;
 max-height: 308px;
}

.media-gallery {
 display: grid;
 grid-auto-flow: column;
 grid-auto-columns: 100%;
 gap: 8px;
 overflow-x: auto;
 overscroll-behavior-inline: contain;
 scroll-snap-type: inline mandatory;
 scrollbar-width: none;
}

.media-gallery::-webkit-scrollbar {
 display: none;
}

.media-gallery-shell {
 position: relative;
}

.media-gallery-shell:focus-visible {
 outline: 3px solid rgba(0, 136, 204, 0.45);
 outline-offset: 3px;
}

.media-gallery-nav {
 position: absolute;
 top: 50%;
 z-index: 2;
 width: 44px;
 height: 44px;
 padding: 0;
 border: 0;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.92);
 color: #222;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
 font-size: 36px;
 line-height: 38px;
 text-align: center;
 transform: translateY(-50%);
 cursor: pointer;
}

.media-gallery-prev {
 left: 12px;
}

.media-gallery-next {
 right: 12px;
}

.media-gallery-nav:hover,
.media-gallery-nav:focus-visible {
 background: #fff;
 color: #0088cc;
}

.media-gallery-nav:disabled {
 opacity: 0.32;
 cursor: default;
}

.media-gallery-status {
 position: absolute;
 right: 12px;
 bottom: 12px;
 z-index: 2;
 padding: 3px 9px;
 border-radius: 12px;
 background: rgba(0, 0, 0, 0.65);
 color: #fff;
 font-size: 12px;
 line-height: 18px;
}

.media-gallery .itemh {
 max-width: none;
 scroll-snap-align: start;
}

.media-gallery .itemh a,
.media-gallery .itemh img {
 display: block;
 width: 100%;
 height: 100%;
}

.media-gallery .itemh img {
 object-fit: cover;
}

.media-gallery .itemh.itemh-placeholder {
 display: flex;
 align-items: center;
 justify-content: center;
 background: #f7f7f7;
}

.media-gallery .itemh.itemh-placeholder img {
 width: auto;
 height: auto;
 max-width: 180px;
 max-height: 135px;
 object-fit: contain;
 cursor: default;
}

.itemh-placeholder .items-item-img:hover {
 transform: none;
}

@media (max-width: 480px) {
 .media-gallery-nav {
  width: 38px;
  height: 38px;
  font-size: 31px;
  line-height: 33px;
 }

 .media-gallery-prev {
  left: 8px;
 }

 .media-gallery-next,
 .media-gallery-status {
  right: 8px;
 }
}

.itemuh {
 max-width: 400px;
 height: 108px; !important;
 max-height: 308px;
 text-align: center;
 font-size: 70pt;
}

.itemhs img{
 max-width: 80px;
 width: 80px; !important;
 height: 60px; !important;
 max-height: 60px;
}

.items {
 margin-bottom: 40px;
 clear:both;
}

.item {
 padding-top: 10px;
 padding-right: 50px;
 margin: 10px;
 background: #ffffff;
 border-radius: 6px; 
 text-align: justify; 
}

.item h2 {
 padding: 0px;
 margin-bottom: 6px;
}

.item-footer-left {
 font-size: 9pt;
 bottom: 10px;
 text-align: left;
}

.item-footer-right {
 font-size: 9pt;
 bottom: 10px;
 text-align: right;
}

.item-footer-right label {
  background-color: #eee;
  background-image: none;
  border: 1px solid #EBEBEB;
  border-radius: 6px; 
  padding: 3px;
  //padding-left: 5px;
  //padding-right: 5px;
}

.search_location .loca, .fieldset-job_location .loca {
  display: block;
  width: 100%;
  height: 46px;
  float:left;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
}


.fieldset-job_location .loca label {
 display: inline;
 padding-left: 10px;
 color: #8c8c8c;
}

.search_location .loca label {
 padding-left: 30px;
 color: #8c8c8c;
}

.search_location .loca button{
 margin-left: -17px;
}

.items-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px -2px;
}
.items-filter > li {
  display: inline-block;
  padding: 0 2px;
}
.items-filter > li .btn-primary {
  text-shadow: none !important;
}
@media (max-width: 400px) {
  .items-filter > li {
    display: block;
    margin-bottom: 5px;
  }
  .items-filter > li .btn {
    display: block;
    width: 100%;
  }
}

.form-group .loca {
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #4A4947;
  background-image: none;
  border: 1px solid #474645;
  border-radius: 6px;
}

.form-group .loca label {
 padding-left: 20px;
 color: #FFF;
}

.items-item-img {
  //-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  //box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}

.img-zoom {
  cursor: zoom-in;
}

.items-item-img:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#btnSendMessage, #btnPreviewSendMessage {
 width: 200px;
}

    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
	
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}	

.modal-fullscreen .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 10;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
.map-radius-label { text-align: right; padding-top: 10px; }
.preview-frame { border: 0; width: 100%; height: 450px; }
.search-form-transparent { background-color: transparent; }
.search-jobs-spaced { margin-bottom: 100px; }
.search-row-spaced { margin-bottom: 45px; }
.item-summary { min-height: 195px; }
.clear-both { clear: both; }
.media-link { border: 0; background: transparent; padding: 0; }
.is-hidden { display: none; }
