 ﻿/*@import url('/css/fonts/google-drive-icon/css/fontello.css');*/
@import url("/css/fonts.css");

:focus{
    outline:none;
  }
  
a,
a:hover{
    text-decoration: none;
}

ul{
	padding: 0;
	/* list-style: none; */
}

body .flex-container{
    display: flex;
    flex-wrap:wrap;    
}


body .flex-container > *{
    /*flex: 1;*/
}

.cop-20px-margin-bottom {
    margin-bottom: 20px;
}
.cop-20px-margin-top {
    margin-top: 20px;
}
.cop-20px-margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.validation-summary-errors {
    color: #c41314;
    font-weight: bold;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    line-height: 2em;
}

.autocomplete-suggestion.auto-vac {
    background: #f9f9f9;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

#previewIframe .cop-outer-toolbar{
    display: none;
}

input.form-control[type=checkbox]{
    width: auto;
    outline: none;
    box-shadow: none;
}

/*make lazyload images blurry before they get swapped for the real sizes*/
.banner-image img {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

    .banner-image img.loaded, .banner-image .attrax-image--loaded {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

/* login forgot password */
.forgotpass {
    margin-top: 2rem;
}

/*lightbox default styling*/
div#login-lightbox-inner { padding: 0 20px;}
div#login-lightbox-inner .cop-lightbox-override { padding: 0;}
div#login-lightbox-inner label.control-label { margin-bottom: 5px;}

.cop-overall-content-wrapper{padding: 0 15px;}

/*cv manager styling front end*/
.c-v-manager-widget{
    display: table;
    width: 100%;
}

.cv-manager-wrapper {
    border: 1px solid grey;
    padding: 20px 40px;
    margin-top: 30px;
}

.c-v-manager-widget h3 {
    text-align: center;
       margin-bottom: 25px;
    margin-top: 0;
}

.c-v-manager-widget .filewrapper {
    font-size: 17px;
    margin-bottom: 10px;
}

.filewrapper i {
    font-size: 22px;
}

.filewrapper span.filenamecontainer {
    margin-right: 2%;
    min-width: 28%;
    display: inline-block;
    margin-left: 10px;
}

.filewrapper a.deletecv {
    margin-left: 2%;
    position: relative;
    top: 2px;
}

.c-v-manager-widget .dz-default.dz-message .fa {
    font-size: 51px;
    display: inline-block;
    color: #373d42;
    margin-right: 10px;
}

.c-v-manager-widget .upload-text{
	vertical-align: top;
    display: inline-block;
}

.third-party-uploads {
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
}

.third-party-uploads a {
    display: inline-block;
    margin: 0 5px;
    color: #373d42;
    text-decoration: none;
}

.cv-manager-wrapper form#dropZoneCv {
    margin-top: 37px;
    margin-bottom: 17px;
}

/*front end admin to0lbar styling*/

/*#cop-outer-toolbar{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;

	-webkit-transition: width 0;
	-moz-transition: width 0;
	transition: width 0;
	display: none;
}*/

/*#cop-outer-toolbar.minimise{
	width: 52px;
	opacity: 0.7;
}*/
/*#cop-outer-toolbar.minimise:hover{
	opacity: 1;
}*/

/*.minimise #cop-front-admin-toolbar span#admin-toolbar-logo{
	text-align: center;
}*/

/*.minimise #cop-front-admin-toolbar span#admin-toolbar-logo i:before{
	content: "\f204";
}*/

/*div#cop-front-admin-toolbar {
    Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e6e7+1,d0d3d4+100 
   background: rgb(229,230,231);  Old browsers 
   background: -moz-linear-gradient(top, rgba(229,230,231,1) 1%, rgba(248, 248, 248,1) 100%); FF3.6-15 
   background: -webkit-linear-gradient(top, rgba(229,230,231,1) 1%,rgba(248, 248, 248,1) 100%); /Chrome10-25,Safari5.1-6 
   background: linear-gradient(to bottom, rgba(229,230,231,1) 1%,rgba(248, 248, 248,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
      background: linear-gradient(to bottom, rgb(255, 255, 255) 1%,rgb(248, 248, 248) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); IE6-9
   height: 42px;
   padding: 5px 15px;
      font-family: "ITC Avant Garde Gothic W01", helvetica, arial, sans-serif;
      color: #373d42;
      text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
     -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
    width: 100vw;
}*/

 /*div#cop-front-admin-toolbar span#admin-toolbar-logo i{
 	text-align: center;
 	color: #4cc571;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
 }*/

 /*.minimise div#cop-front-admin-toolbar span#admin-toolbar-logo i{
 	color: #7c878e;
 }*/

 /*div#cop-front-admin-toolbar span#admin-toolbar-logo i:after{
	position: absolute;
	bottom: -10px;
	display: block;
	font-size: 11px;
	font-family: "ITC Avant Garde Gothic W01", helvetica, arial, sans-serif;
    left: -10px;
    right: -10px;
    margin: auto;
	content: 'hide';
}*/

/*.minimise div#cop-front-admin-toolbar span#admin-toolbar-logo i:after{
	content: 'show';
}*/

/*div#cop-front-admin-toolbar span#admin-toolbar-logo,
div#cop-front-admin-toolbar span.links a{
    position: relative;
    padding-left: 13px;
    margin-left: 13px;
    padding-right: 19px;
}*/

/*div#cop-front-admin-toolbar span#admin-toolbar-logo {
    display: inline-block;
    cursor: pointer;
	font-size: 19px;
	margin-left: 0;
	padding-left: 0;
	top: -3px;
}*/

/*span#toolbar-label {
    font-weight: 600;
}*/

/*div#cop-front-admin-toolbar span.links a:after{
    position:absolute;
    content:'';
    top:0;
    left: -7px;
    width: 2px;
    height:100%;
    background:rgba(255,255,255,0.5);
	-webkit-box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.5);
}*/

/*div#cop-front-admin-toolbar span.links a {
	color: #373d42;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-left: 0;
}*/

/*div#cop-front-admin-toolbar span.links a:hover{color: #005080;}
div#cop-front-admin-toolbar span.links a:first-child:after{display: none;}
div#cop-front-admin-toolbar a#lnkLogout{
	color: white;
    text-shadow: none;
    padding: 5px 10px;
    margin-left: 0;
}
div#cop-front-admin-toolbar a#lnkLogout:after{display: none;}
span.links {
    display: inline-block;
}

div#cop-front-admin-toolbar span.links a.edit-banners {
    margin-right: 0;
}*/


/*logged in apply styling*/
.uploadfiles-wrapper {
    text-align: center;
    padding-left: 3%;
}

#job-apply .uploadfiles-wrapper input#localfileinput {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
       margin-bottom: 10px;
}

form#job-apply .uploaded-cvs {
    position: relative;
   	padding-left: 3%;
}

form#job-apply .uploaded-cvs > label.checkbox-inline {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/*team listings style*/
.listings-container{
    display: flex;
    flex-wrap: wrap;
}

.team-member-wrapper .image-wrapper img{
    width: 100%;
    height: auto;
}

/*bio page style*/
[class*=' user-profile-'],
[class^='user-profile-'],
div#bio-page-buttons {
    text-align: center;
}

.latestjobswrapper .job-block,
.latestpostswrapper .post-item{
    display: inline-block;
    width:100%;
}

.latestjobswrapper .job-block,
.latestpostswrapper .post-item,
.editor_present .body-content #cop-content.is-container div#bio-page-buttons .btn-toolbar .btn,
div#bio-page-buttons .btn {
    float: none;
}

.latestpostswrapper,
.latestjobswrapper {
    margin-top: 3rem;
}

.latestjobswrapper .job-block {
    display: inline-block;
    margin-bottom: 1em;
}

.modal.fade .cop-center-modal.modal-dialog{
}

#send-jobspec .cop-center-modal,
#send-cv .cop-center-modal,
#message-me .cop-center-modal{
    text-align: left;
}

/*social hub profile widget styling*/
div#socialhub-profile-contact {
    margin-bottom: 1em;
}

div#socialhub-profile-contact .message-link {
    margin-top: 1em;
}

div#socialhub-profile-contact span{
    margin-right: 1em;
}

/*job application widget styling*/
.job-application-widget {
    margin-top: 2em;
}

/*.optionfiltergroup {
    border: 1px solid black;
}

.optiontypeheader {
    font-weight: bold;
}*/

li.filter-option {
    list-style-type: none;
    cursor: pointer;
}

.filter-option {
    cursor: pointer;
}

/*job listings widget*/
.vacancy-wrapper {
    margin: 0 -15px;
}

.job-block-wrapper{
    float: left;
    height: 27em;
    width: 33.33%;
    margin-bottom: 20px;    
}

.job-block-wrapper .job-block{
    position: relative;
    overflow: hidden;
    padding: 1.5em 1.5em 3em;
}

.job-block-wrapper .job-block .shortlist-btn {
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 1em;
    height: 3em;
    z-index: 1;
    margin: 0;
}

.job-block-wrapper .job-block .shortlist-btn:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2em;
    top: -2em;
    left: 0;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/*shortlist styling*/
#shortlist-container {
    position: absolute;
    left: 0;
    padding: 15px;
}
.singleshort {
    position: relative;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #dedede;
}
#shortlist-container a.removeshort {
    position: absolute;
    right: 0.5em;
}
div#shortlist-container h4 {
    font-weight: bold;
}
.view-all-jobs a{
    font-weight: bold;
    display: block;
    margin-top: 1em;
}
div#shortlist-container h4 {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 1em 0 0.4em;
}

.shortlist-cart sub {
    position: absolute;
    bottom: 12px;
    right: -16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff1755;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-size: 9px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.shortlist-cart {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    color: #35404f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.candshort .job-wrapper {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #dedede;
    line-height: 2em;
}

.candshort .job-wrapper .title {
    font-size: 2rem;
}

div#candidateshortlist {
    margin-top: 2em;
}

div#candidate-info-wrapper {
    line-height: 2em;
    border: 1px solid grey;
    margin: 2em 0;
    padding: 1em;
}

#candidate-info-wrapper .full-name {
    font-size: 2em;
    line-height: normal;
    font-weight: bold;
}

#candidate-info-wrapper  a#open-edit-modal {
    margin-top: 1em;
}


/*social job nav widget*/
.social-hub-nav-widget ol {
    padding-left: 1em;
}
.social-hub-nav-widget ol li {
    line-height: 3em;
    list-style: none;
}
.social-hub-nav-widget > ol > li{
    border: none;
    position: relative;
}
.social-hub-nav-widget > ol > li ol{
    display: none;
}
.social-hub-nav-widget > ol > li.active-wrapper-default ol{
    display: block;
}
.social-hub-nav-widget > ol > li li:last-child{
    border: none;
}
.social-hub-nav-widget ol li,
.social-hub-nav-widget > ol > li > a{
    border-bottom: 1px solid #e2e2e2;    
}
.social-hub-nav-widget ol li a {
    color: #2f2f2f;
    display: block;
    padding-left: 0.5em;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-hub-nav-widget ol > li.active > a,
.social-hub-nav-widget ol li a:hover {
    background: #d8d8d8;
}


/*apply thank you page styling*/
.application-thankyou-widget {
    line-height: 2em;
}

.application-thankyou-widget .job-details {
    background: #e8e8e8;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

.application-thankyou-widget .cop-recruiter-photo img {
    margin: 0;
    width: 100%;
    height: auto;
}

#go-to-dashboard {
    margin-top: 1em;
}
/*=====================================================*/

/*Responsive*/

@media (min-width: 992px){
    .front-cop-float-left{
        float: left;
    }

    .front-cop-float-right{
        float: right;
    }

    .row.equal {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

    .logout-container {
        position: absolute;
        bottom: 0;
        right: 15px;
    }

}

@media (min-width: 576px){
    .latestjobswrapper .job-block,
    .latestpostswrapper .post-item{
        width:32%;    
    }
}


/*.optionfiltergroup {
    border: 1px solid black;
}

.optiontypeheader {
    font-weight: bold;
}*/

.clickableFilter {
    cursor: pointer;
}

.form-group .copoptions-select{
    position: relative;   
}

.form-group .copoptions-select .options{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid grey;
    z-index: 2;
    background: white;
    padding: 1rem 1.5rem;
    max-height: 400px;
    overflow-y: scroll;
}

.form-group.has-delete-icon .copoptions-select .options{
    width: calc(100% - 3rem);    
}

.copoptions-select li{
    position: relative;
}

.form-group.has-delete-icon .deleteicon + input{
    margin-right: 3rem;
    width: calc(100% - 3rem);    
    padding-right: 7rem;
}

.form-group.has-delete-icon .deleteicon{
    right: 18px;
}

.copoptions-select li{
    list-style-type: none;
    cursor: pointer;
    color: black;

    -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;
}

.copoptions-select li:hover{
    color: #6073a2;
}

.copoptions-select ol{
    padding-left: 2rem;
}

.copoptions-select > ol{
    padding:0;
}

.copoptions-select .checked,
.copoptions-select .indeterminate,
.copoptions-select .unchecked {
    background: transparent;
    padding-left: 2rem;
}

.copoptions-check.checked:before,
.copoptions-check.unchecked:before,
.copoptions-check.indeterminate:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\f111";
    top: 0.5rem;
    left: 0;
    z-index: 2;
}

.copoptions-check.unchecked:before{content: "\f10c";}
.copoptions-check.indeterminate:before{content: "\f192";}

.copoptions-check.multiple.checked:before,
.copoptions-check.multiple.unchecked:before,
.copoptions-check.multiple.indeterminate:before{
    content: "\f14a";
}

.copoptions-check.multiple.unchecked:before{content: "\f096";}
.copoptions-check.multiple.indeterminate:before{content: "\f046";}

.has-delete-icon .fa-caret-down,
.has-delete-icon .deleteicon {
    position: absolute;
    display: block;
    top: 7px;
    right: 22px;
    height: auto;
    cursor: pointer;
}

.form-group.has-delete-icon .deleteicon {
    right: 51px;
    top: 4px;
    display: inline-block;
}

.form-group.has-delete-icon .deleteicon .btn-default {
    padding: 0.2rem 1rem;
}

.has-delete-icon .fa-caret-down {
    font-size: 2rem;

    -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;

    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.has-delete-icon .open .fa-caret-down{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* cookie policy sticky */
#cookie-banner-container{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    text-align: center;
    padding: 0.5rem 2rem;
    background: white;
}

div#cookie-banner-message{
    display: inline-block;
    margin-right: 1rem;
}

/* editor content styling */
.content-widget .quote > i{
    left: 0;
}

/* fixing padding issue with ladda button */
.ladda-button[data-loading] {
    padding-right: 56px !important;
}

.countClosed {
    display: none;
}