/**
 * These are Global CSS Settings
 Padding - /Top, Right, Bottom, Left
*/

html{
    height:100%;
}

body {
  background-color: #fff;
  padding:0;
  margin:0;
  height: 100%;
  /*font-family: Open Sans, Helvetica, Sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

#page-wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: 0 auto -80px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.main-container.container {
    background-color: #fff;
    /*background-color: #f3f3f3;*/
    width: 100%;
}

.block-title {
       display:none;
}

img {
  /*image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;*/
}

.well {
    border:0px;
    padding: 0px;
}

.container-fluid {

    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 60px;*/
}

.form-control.form-textarea {
    /*height:50px;*/
    border: 1px solid #ccc;
    border-radius: 4px;
}

.grippie {
    display:none;
}

/*.errormessags {
    margin-bottom:10px;
}*/

hr {
    margin-top: 10px;
    margin-bottom:0px;
}

.pageheading {
    font-size:24px;
    font-weight:600;
    color:#000;
}

.messages__wrapper {
    margin-top:20px;
}

.blankrow {
    margin-top:10px;
}

/**** Google Icons ****/
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}


/***** Global - Breadcrumbs *****/
a.breadcrumbs_path,
a.breadcrumbs_path:hover,
a.breadcrumbs_path:active,
a.breadcrumbs_path:focus {
    color: #777;
    display: inline-block;
}

.breadcrumbs_active {
    display: inline-block;
}


/*****Global Top Block for Main Content on Pages Changes*****/
.newservicetitlebar,
.editmpserviceformtitlebar {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1;
}

.expandbtn {
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    vertical-align: top;
    color:#fff;
}

.mbtn {
    display: inline-block;
    font-size: 20px;
    margin-top: 8px;
    vertical-align: top;
    float:right;
}

.titleheader {
    display: inline-block;
}

.titleheaderother {
    float:right;
    /*margin-right:10px;*/
}

.sepline {
    color: #777;
    display: inline-block;
    font-weight: 600;
}

.srvedit {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin-top: 15px;
    float:right;
    font-weight:700;
}

a.srvedit,
a.srvedit:hover{
    color: #000;
    text-decoration: none;
}

.srvedittext {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: -5px;
}

.favhear {
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 12px;
    float: right;
}

.favheartext {
    font-size: 12px;
    cursor: pointer;
    color:red;
    font-weight: 600;
    margin-top: -5px;
}

.srchbarmbl {
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    }

.moreactions {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin-top: 15px;
}

.mom .modal-content {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12);
    left: 475px;
    top: 18px;
    position: absolute;
    width: 250px;
    background-color: #e7e7e7;
}

.reqastrx {
    color:red;
    display:inline-block;
}


/*****Multifile Upload with Plupload*****/

.plupload {
    border: solid 4px #ccc;
    border-style: dashed;
}

li.plupload_droptext {
    /*background-image: url("/sites/all/themes/jobserv/images/cloudthree.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 175px 85px;*/
    font-weight: 700;
    font-size: 20px;
    background: #fff;
}

.plupload_filelist_footer {
    height: auto;
    /*border-top: 1px solid #FFF;
    line-height: 20px;
    vertical-align: middle;
    display: none;*/
}

.plupload_start, a.plupload_start:hover {
    display: none;
}

.plupload_button, .plupload_button:hover {
    color: #0074bd;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.plupload_file_name {
    float: left;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
}

.plupload_file_status {
    font-size: 14px;
    font-weight: 700;
}

.plupload_file_size {
    font-size: 14px;
    font-weight: 700;
}

/***** Buttons *****/

.btn-primary,
.btn-default,
.btn-info {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
}

.btn-primary:hover,
.btn-default:hover,
.btn-info:hover{
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
}

/***** End Buttons *****/

/***** Attachment Modal *****/
.modal-header {
    padding-top: 15px;
    padding-left: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.modal-header .close {
    margin-top: 0px;
    margin-right: 10px;
}

.modal-footer {
    padding: 15px;
    /*text-align: right;*/
    border-top: 0px solid #e5e5e5;
}

.mot {
    text-align: left;
    font-size: 24px;
    color:#777;
}

/***** Question Mark icon pop-up ******/

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-weight: 500;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/******************************/
/*** Right Side / Secondary **/

.region-sidebar-second {
    background:transparent;
}

/* Privacy and ToS Page ONLY */
.page_privacy .main-container.container .col-sm-12,
.page_terms .main-container.container .col-sm-12 {
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
}

/** For Cookies Policy ***/

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height:100px;
  opacity: 70%;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

/*** Page Loader Start ***/



/*** Page Loader End ***/

/*** Start Admin Tool Bar ***/

#toolbar-administration, #toolbar-administration * {
    z-index: 1100;
}

/*** End Admin Tool Bar ***/

/*** Password Strength bar ***/
.password-strength__meter {
    display:none;
}

/*** Private Message ***/
a.newmsgbtn,
a.newmsgbtn:hover,
a.newmsgbtn:active,
a.newmsgbtn:focus {
    display: block;
    color: #000;
    font-weight: bolder;
    border: 2px solid #000;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
}

a.newmsgbtnalt,
a.newmsgbtnalt:hover,
a.newmsgbtnalt:active,
a.newmsgbtnalt:focus {
    display: block;
    color: #000;
    font-weight: 600;
    margin-top:10px;
    border: 1px solid #000;
    border-radius:50px;
    padding:8px;
    text-align: center;
}

/*****************************/
/********Mobile Only*********/
/***************************/

/* Bootstrap COL-XL-* */
@media (min-width: 1200px) {
    
    .srchbar {
        display:inline-block;
    }
    
    .srchbarmbl {
      display:none;
  }
    
}

/* Bootstrap COL-LG-* */
@media (max-width: 1199px) {
    
    .moreactions {
        display:none;
    }
    
    .srchbar {
        display:none;
    }
    
    .srchbarmbl {
      display:inline-block;
  }
    
}

@media (max-width: 992px) {
    
    

}

@media (min-width: 992px) {
    
    .region-content {
        margin-left:-65px;
    }
    

}


/* Bootstrap COL-MD-* */
@media (max-width: 991px) {
    
    /*.col-md-3 {
        width:25%;
    }
    
    .col-sm-3 {
        width:0%
    }
    
    .col-sm-9 {
        width:100%
    }*/
    
}
    


/* Bootstrap COL-SM-* */
@media (max-width: 767px) {
    
    /*.col-sm-9 {
        width:75%;
    }
    
    .col-sm-6 {
        width:50%;
    }
    
    .col-sm-3 {
        width:25%;
        padding-right: 0px;
        padding-left: 0px;
    }*/
    
    
    
    .favheartext {
            display:none;
        }
    
    .srvedittext {
        display:none;
    }
    
    .favhear {
        font-size: 18px;
        margin-top: 13px;
        float: right;
    }
    
    .newservicetitlebar,
    .editmpserviceformtitlebar {
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        position: -webkit-sticky;
        position: sticky;
        /*top: 55px;*/
        z-index: 1;
    }
    
}
/* Bootstrap COL-XS-* */
@media (max-width: 575px) {
    
}



/* Test for Exposed Views for all pages. This is specific to mobile */

@media (max-width: 767px) {


.views-exposed-form {
  background: #ffffff;
  /*padding: 12px;*/
  border-radius: 14px;
  /*margin-bottom: 14px;*/
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

/* Stack layout only */
.views-exposed-form .form--inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Each field full width */
.views-exposed-form .form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Labels */
.views-exposed-form label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1f2937;
}

/* Inputs */
.views-exposed-form input[type="text"],
.views-exposed-form input[type="search"],
.views-exposed-form input[type="email"],
.views-exposed-form input[type="number"],
.views-exposed-form select {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  background: #f9fafb;
  -webkit-appearance: none;
  appearance: none;
}

/* Focus */
.views-exposed-form input:focus,
.views-exposed-form select:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

/* Buttons */
.views-exposed-form .form-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.views-exposed-form .form-submit {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  background: #2563eb;
  color: #fff;
}

.views-exposed-form .form-submit:active {
  background: #1d4ed8;
}

/* Reset / Clear */
.views-exposed-form .form-reset,
.views-exposed-form input[type="reset"] {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

/* Placeholder */
.views-exposed-form input::placeholder {
  color: #9ca3af;
}

/* Touch optimization */
.views-exposed-form button,
.views-exposed-form input,
.views-exposed-form select {
  min-height: 44px; /* iOS touch target */
}

/* Hide non-essential descriptions */
.views-exposed-form .description {
  display: none;
}
}

