@font-face { font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book.woff') format('woff'),
    url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
}
@font-face { font-family: 'AvenirLTStd-Heavy';
    src: url('../fonts/AvenirLTStd-Heavy.woff') format('woff'),
    url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype');
}
@font-face { font-family: 'ITCAvantGardeStd-BkCn';
    src: url('../fonts/ITCAvantGardeStd-BkCn.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-BkCn.ttf') format('truetype');
}
@font-face { font-family: 'ITCAvantGardeStd-MdCn';
    src: url('../fonts/ITCAvantGardeStd-MdCn.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-MdCn.ttf') format('truetype');
}
@font-face { font-family: 'decker-webfont';
    src: url('../fonts/decker-webfont.woff') format('woff'),
    url('../fonts/decker-webfont.ttf') format('truetype');
}
*{box-sizing:border-box;}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

body{ font-family: "ITCAvantGardeStd-BkCn"; color: #2f3943; font-size: 16px; width: 100%; }
h2{ font-size: 47px; color: #3f4042; text-align: center; font-family: "AvenirLTStd-Heavy";
    margin-top: 35px; }
h2 span{ display: block; font-size: 40px; }

p{ font-size: 16px; margin: 30px auto 0 auto; line-height: 21px; }
a{ text-decoration: none; color: #000; }

strong{ font-family: "ITCAvantGardeStd-MdCn"; }
sup{ font-size: 50%; }

.blue{ color: #00aeef; }
.-autowidth { width: auto !important }
.clear{ clear: both; }

.list{ float: right; width: 460px; margin-top: 36px; }
.list .ul-head{ font-size: 22px; margin-bottom: 20px; text-align: left; }
.list ul{ margin: 0 0 0 22px; }
.list ul li{ margin-bottom: 8px; text-align: left; line-height: 21px; padding-left: 20px; }

#progressbox {
    border: 1px solid #0099CC;
    padding: 1px;
    position:relative;
    width:400px;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
#progressbar {
    height:20px;
    border-radius: 3px;
    background-color: #003333;
    width:1%;
}
#statustxt {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
}


.MultiFile-label {
    color:#00aeef;
    margin-bottom: 10px;
    width:150px;
    float:left;
    overflow:hidden;
    margin-left:5px;
}
.MultiFile-applied {
    top:0 !important;
}
.logobtn {
    width:250px;margin-right:20px;
    margin-left:35px;
    cursor:pointer;
    float:left;
    margin-bottom:20px;
    display:block;
}

.success{
    width:200px;
    padding:20px;
    color: #4F8A10;
    background-color: #DFF2BF;
    border-radius: 22px;
    margin-bottom: 10px;
}

.-bigSuccess { width: 500px; }

.success p{
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight:bold;
}

/****       Crawler Settings Styles      *****/

/* Container
 ------------------------------------------------------------- */
.card {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /* max-width: 250px; */
  padding: 20px;
  background-color: #fffffff7;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  vertical-align:top;
}

.settingsWrapper,
.menu-wrapper {
    overflow:hidden;
    border-radius:4px;
    background: #eee;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
    /*border:1px solid #22617F;*/
}



.settingsWrapper { width: 100%; background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); border-radius: 0px;}

.tabbed {
    display:block;
    position:relative;
    margin:0;
    padding:0 0 0 1em;
    overflow:hidden;
    list-style-type:none;
}

.tabbed li.-settings{ height:40px; }
.tabbed.-mainnav li { font-size: .8em;}

.tabbed li {
    color: black;
    padding: 8px 15px;
    float:left;
    line-height:1.5;
    margin:16px 5px 2px 0;
    cursor: pointer;
    border-radius:2px 2px 2px 2px;
    background: #bbb;
    letter-spacing:1px;
    display: inline-block !important;
    transition: all .15s linear;
}

.tabbed li:hover {
    background:#00aeef;
    text-decoration:none;
    color: white;
    outline:0;
    height: 40px;
}

ul.menu li {
    position:relative;
}
ul.menu li ul {
    display: none;
    /*position:absolute;*/
}
ul.menu li:hover ul{
    display: block;
}

.submenu {
    margin:0 !important;
}
.submenu li {
    display: block !important;
    float: none;
}

.settingsContentWrapper {
    position: relative;
    overflow: visible;
    margin: 1.25em 0;
}
#JobReportingAutoOnlineSearch { margin-bottom: 1rem; }
#JobReportingAutoOnlineSearch select { margin-bottom: 1rem; }
.settingsContent {
    /*overflow:hidden;*/
    padding:0;
    margin: 15px;
}

.heading{
    font-weight: bold;
    font-size: 30px;
    padding: 10px;
}

.-inline{
    display: inline-block;
}

.padded {
    padding:10px;
}

.padded-big{
    padding: 20px;
}

.headerFilterRow {
    margin-bottom: 10px;
}

.isActive{
    color:white !important;
    background:#16c0f5!important;
    border-bottom: 5px solid #b9ce36;
}

.isActive > a {
    color:white !important;
}

.settingsContentBlocks{
    vertical-align: top;
    display:inline-block;
    width: 60%;
    margin-top: 10px;
}

.settingsContentBlocks.-right:not(.-openjobs) {
    padding: 20px;
}

.settingsContentBlocks.-right { width: 35%; }


.-fullwidth{
    width:100%;
}

.flatTable{
    border: 1px solid #ddd;
    font-weight:bold;
    color: #444;
}

.flatTable .headingTr{
    border: 1px solid #dddddd42;
    height:30px;
    background:#00aeef;
    color: #f6f3f7;
}

.flatTable td{
    border:none;
    text-align: center;
    vertical-align:middle;
}

.headingTr th{
    padding: 10px;
    word-wrap: break-word;
    border: 1px solid #dddddd42;
}
.headingTr th.maxwidth{
    max-width: 300px;
}

.flatTable tr{
    height:50px;
    background:#dddddd42;
    border-bottom:rgba(0,0,0,.05) 1px solid;
}

.flatTable tr .deleteIcon{
    font-size: 1.2em;
    color: #CC4C41;
}

.flatTable tr.premium{
    background-color: #00aeef29;
}
.flatTable tr.offline{
    background-color: #f2deded4;
}
.flatTable tr.online{
    background-color: #dff0d8;
}
.flatTable tr.cancelled{
    background-color: #E2E2E2;
}

.table-portaljobs-wrapper td{
    vertical-align: top;
}

#jobwordsTable {
    margin-bottom: 20px;
}

#createNewJobword {
    margin-top: 10px;
}

#createNewJobword label,
#createNewTag label,
#editJobword label{
    display: inline-block;
}

#editJobword label:first-of-type{
    margin-right: 40px;
}

#createNewKeywordCategory input {
    padding: 10px;
}

#createNewJobword label:first-of-type{
    margin-right: 70px;
}

#createNewTag label:first-of-type{
    margin-right: 125px;
}

#createNewJobword input{
    padding: 2px;
}

#createNewJobword input[type='submit'],
#createNewTag input[type='submit']{
    padding:12px;
    height: 37px;
}

#editJobword input[type='submit'],
#prooveCareersiteForm input[type='submit'],
#xmlfeedForm input,
#editCareersiteForm input,
#editCareersiteForm select,
#jobcrawlerForm input,
#jobcrawlerForm select,
#editJobword input,
#createNewJobword input,
#createNewTag input,
#btnToggleJobwords{
    padding:8px;
}


#btnToggleJobwords{
    display:inline-block;
    width:200px;
}

.jobcategory{
    display:inline-block;
    min-width: 100px;
    padding: 10px;
    background: #bbb;
    margin-bottom:5px;
    text-align:center;
    border-radius: 2px;
    transition: all 120ms linear;
}

.jobcategory:hover{
    background:#00aeef;
    color: white;
    cursor: pointer;
}

.invisible {
    display:none !important;
}

.transparent{
    /*visibility: hidden;*/
    opacity: 0;
}
.solid{
    opacity: 1;
}
.animateAll{
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
}
.center {
    text-align: center;

}
.visible {
    display:block;
}

.visible-inlineblock,
.-ib {
    display:inline-block;
}

.-valignTop{
    vertical-align:top;
}


#btnSettingsCrawlerindex{
    margin-bottom: 20px;
}


.-subNav{
    border:none;
    background: white;
}

.-subNav ul a { padding: 0; display: inline-block; }

#jobcrawlerForm .formelement{
    width: 248px;
    margin-bottom: 10px;
}
#editCareersiteForm {margin-bottom: 20px; width: 85%;}


#xmlfeedForm .formelement {
    width: 40%;
    margin-bottom: 15px;
    margin-left: 10px;
    display:inline-block;
}

#xmlfeedForm .btnRow {
    margin-bottom: 40px;
}

#xmlfeedForm .btnRow input{
    margin-right: 20px;
}

#xmlfeedForm label {
    font-size: 1em;
}

#domain{
    width: 94%;
}

#editCareersiteForm .formelement,
#prooveCareersiteForm .formelement
 {
    width: 600px;
    margin-bottom: 15px;
}

#prooveFromEdit:hover { background: #00aeef; }

.formelement.settingsGroup.disabled {
    pointer-events: none;
    opacity: .3;
}

#checkboxWrapper{ width: 100%; }
#checkboxWrapper .formelement{ width: 198.109px; }
.prooveFormWrapper #checkboxWrapper .formelement{ width: 208.109px; }
#formelementWrapper, #accordionWrapper{ width: 600px; }
#accordionWrapper {
    margin:20px 0;
}
#formelementWrapper .formelement{ width: 49%; }
#formelementWrapper .formelement input:not([type="checkbox"]){ width: 90%; }
#radioWrapper{ padding: 20px; width: 40%; }

#companyWrapper .formelement { width: 41%; }
#companyWrapper .formelement:nth-child(2){ width: 30%;margin-left: 100px; }

.formelement label[for="link"],
.formelement label[for="link_prooveCareersite"]{
    width: 150px;
    padding: 5px 0;
}

#prooveCareersiteForm select{
    padding: 8px;
}

#prooveCareersiteForm textarea,
#editCareersiteForm textarea {
    font-size:1em;
    width: 100%;
}

#editCareersiteForm textarea {
    display: inline-block;
}

#prooveCareersiteForm input[type="text"],
#editCareersiteForm input[type="text"],,
#btnOpenLinkNewTab{
    padding: 5px;
}

#btnOpenLinkNewTab {
    font-size: 13.5px!important;
    font-weight: bold;
    line-height: 23px!important;
    text-transform: uppercase;
}

#editCareersiteForm label[for="hide"]{
    display: inline-block;
}

#editCareersiteForm input[type="checkbox"],
#prooveCareersiteForm input[type="checkbox"]
 {
    display: inline-block;
    /* All browsers except webkit*/
    transform: scale(1.5);
    margin-left:10px;

    /* Webkit browsers*/
    -webkit-transform: scale(1.5);
}


#prooveCareersiteForm {
    padding-bottom:20px;
}

/* ================================================== START RADIO BUTTONS CAREERSITE =====================================================*/


/* Individual Controls
 ------------------------------------------------------------- */
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 3px solid #f08b3b;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}
.radio .outer {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #0c70b4;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: content-box;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}

/* ================================================== END RADIO BUTTONS CAREERSITE =====================================================*/

.btnPagination {
    border-radius: 10px;
    padding: 10px;
    background: #ccc;
    vertical-align: middle;
    text-align: center;
    transition: all .15s linear;
    margin-right: 5px;
    display: inline-block;
    min-width: 70px;
}

button { font-size: 13px!important; }

button:disabled {
  color: #AAA !important;
  background-color: transparent !important;
  border:none !important;
  cursor: default !important;
}

.btnPagination:hover {
    background: #aaa;
}

.pagination{
    display:block;
    width: 50%;
    padding: 10px 0;
    margin: 20px auto;
    text-align:center;
}

.pagination span {
    padding: 10px;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}

.formContainer {
    width: 49%;
    display:inline-block;
    margin-bottom: 20px;
    text-align:left;
}

#choosePagePagination,
#visiblePerPage,
#searchcareersites,
#choosePortalFilter{
    width: 300px;
    display: inline-block;
    text-align:left;
    margin: 0;
}

#link_prooveCareersite, textarea#link {
    height: 160px;
    width: 200% !important;
}

#btnOpenLinkNewTab,
#btnOpenLinkNewTab_proove,
#btnReturnPureHTML,
#btnReturnPureHTML_edit{
    display: inline-block;
    padding: 8px;
    width: 180px;
    text-align: center;
    vertical-align:top;
    border-radius: 4px;
}
#btnEditCompany, #btnCreateCompany, .back-button {
    background-color: white!important;
}
#btnOpenLinkNewTab_proove {
    font-size: 13.5px!important;
    font-weight: bold;
    line-height: 23px!important;
    text-transform: uppercase;
}
#selectCustomerOnPortal_container .mcs-container .mcs-item { width: 80%!important; height: 40px; line-height: 40px; }


#choosePagePagination,
#visiblePerPage {
    margin: unset;
    float: right!important;
}

#choosePagePagination input[type="submit"],
#visiblePerPage input[type="submit"]{
    padding: 10px;
}

#choosePortalFilter select {
    padding:10px;
}


#choosePagePagination select,
#visiblePerPage input[type="number"] {
    width: unset;
    padding: 10px;
}

#choosePagePagination select {
    width: 88px;
}

#searchcareersites input[type="text"],
#searchcareersites input[type="submit"]{
    padding:10px;
    display:inline-block;
}

#searchcareersites {
    width: 400px;
}

.filterSection.-editcompany { text-align: center; width: 80%; }
.filterSection.-editcompany .formContainer{ width: 30%; }

.filterSection label {
    text-align:left;
}

.btnCrawler {
    width: 80px;
    border: 0.5px solid #aaa;
    outline: none;
    transition: all .10s linear;
    padding: 0;
    color: black;
    height: 37px;
    font-size: 13px !important;
    line-height: normal !important;
    background-color: white;
}

input[type="submit"] {
    background-color: white;
}

.btnCrawler.-padded {
    padding: 0px;
}

.btnCrawler-m {
    width: 200px;
}

.-mb {
    margin-bottom: 15px;
}

.-material{
    box-shadow: 0 2px 5px 0px rgba(0,0,8,.2);}

.btnCrawler:hover,
.btnCrawler-alt{
    background:#00aeef;
    color: white;
}

.btnCrawler-alt:hover{
    background:#0062ef;
    color: white;
}

.submitQ { padding: 5px!important; line-height: normal!important; }
#inputQ { width: 75%; }
.submitDelete,
.deleteAllCompanyOfflineJobs,
.deleteJob{
    background:#CC3939;
    color:white;
}

.deleteAllCompanyOfflineJpbs {
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}

#btnReCrawlOfflineJobs {
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}
.submitDelete:hover,
.deleteAllCompanyOfflineJobs:hover,
.deleteJob:hover{
    background:#e23838;
}

.-setfree{
    background:#28964F;
    color: white;
}

.-setfree:hover {
    background: #2ebf62;
}

.-greenHover:hover {
    background:#2ebf62;
}

#doubleJobsNav li { padding: 0; }

#btnSalesNotifications{ width: 35px;position:relative; }
#btnSalesNotifications .amount{ position: absolute; top: -10px; right: -10px; width: 20px; height: 20px; font-size:.8em; padding-top:3px; border-radius: 100%; background-color: red; color: white; }
.-wide{ width: 100px; }


#btnStartCrawlerForCompany,
#btnDeleteJobcontrolJobsCompany{
    width: 200px;
}

#btnCreateCareersite:hover {  background: #2ebf62; color: white; }
#btnProoveCareersite:hover { background: #00aeef; color: white; }

#btnDeleteJobcontrolJobsCompany{ margin-left: 40px; }

.btnCrawler-alt{
    padding:5px;
}

.-deleted{
    background: #ffbfbf!important;
}

.jobToDelete{
    margin-top: 10px;
}

.jobToDelete .btnRow{
    margin-top: 10px;
}

.jobtitle{
    font-size: 1.3em;
}

#careersitesTable{
    min-width:100%;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

#careersitesTable th a {
    color: white;
}

#careersitesTable th a:hover {
    text-decoration: underline;
}

span.-freemium .fa {
    color: #ddd;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

span.-premium .fa {
    color: yellow;
    text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange;
}

#careersitesTable .nocrawl {
    opacity: .1;
    vertical-align: top;
    height: 40px;
    padding-top: 10px;
    position: relative;
}

#careersitesTable .nocrawl .fa{ display: none; }
/*#careersitesTable .nocrawl img{ vertical-align:top !important; }*/
#careersitesTable .nocrawl img.banned{
    position: absolute;
    left: 0;
    top: 0;
}

.-centered {
    text-align: center;
}

#choosePortalFilter input[type="submit"]{
    padding: 10px;
}

.totalErrors {
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    width: 230px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


}
.totalErrors:before, .totalErrors:after,
#careersitesTable:before, #careersitesTable:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.totalErrors:after,
#careersitesTable:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/***************        CRAWLER JOBCONTROL STYLES        ***********************/

.jobcontrolWrapper,.prooveCreateSettingsWrapper { width: 100%; box-sizing: border-box; }
.prooveFormWrapper, .editFormWrapper { display: inline-block; width: 100%;}
.jobdetails_wrapper { width: 85%; display: inline-block; }
.employersettings_wrapper { width: 60%; display: inline-block; vertical-align:top; }
.employersettings_wrapper.-overlay {
    width: 98vw!important;
}
.jobdetails_wrapper.-sectionsWrapper { width: 100%; }
.heading_employersettings { width: 100%; text-align: center; }
.heading_employersettings { margin-bottom:40px;}
.heading_jobdetails { width: 100%; }
.heading_jobdetails section {width: 50%; margin: 0 auto; padding-left: 3%;}
.heading_jobdetails section select { padding: 5px; margin: 0!important; }
#btnShowEmployerSettings{
    vertical-align: top;
    width: 200px;
    cursor: pointer;
    //color: black!important;
}

#btnShowEmployerSettings.-editpage{
    margin-left: 0!important;
}


#btnShowEmployerSettings.-jobcontrol,#btnEditCareersite.-jobcontrol{
    width: 150px;
    vertical-align:middle;
    margin: 0;
    display: inline-block;
    height: 38px;
    padding: 0;
    color: black;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px!important;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
#btnEditCareersite.-jobcontrol { padding: 0px; text-align: center; cursor: pointer;}
#btnEditCareersite.-jobcontrol:hover, #btnShowEmployerSettings:hover{
    border-color: #888;
    outline: 0;
    background: #00aeef;
}

._jobdetailsSection {width: 40%; margin: 0 10px 20px; padding: 10px; box-shadow: 0px 2px 5px 2px rgba(0,0,8, .2); vertical-align:top; position: relative;}
._jobdetailsSection ._sectionTitle {

    font-weight: bold;
    text-align: center;
    width:10%;
    display:inline-block;
    text-align: center;
    vertical-align:top;
}

._jobdetailsSection ._sectionTitle ._titleText {

    position: relative!important;
    top: 50%;
    transform: translateY(-50%) rotate(270deg) ;
    -webkit-transform: translateY(-50%) rotate(270deg);
    -moz-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
}



._jobdetailsSection.-general { margin: 10px 0 25px 10px; }
.jobcontrolWrapper ._jobdetailsSection.-general { width: 81.5%; }
.deletedjobcontrolWrapper ._jobdetailsSection.-general { width: 100%!important; }
._jobdetailsSection.-general input:not(.alias) { width:100%; }
._jobdetailsSection.-general select{ width:100%; padding:10px;}
._jobdetailsSection ._sectionContent { width:80%; display:inline-block;}

#successinfo_jobdetails {display: block; width: 100%;}

#selectPortal4crawledJob,#selectPortal4deletedJobs  {padding:5px;text-align:center;margin-top:10px;}
.jobcontrolForm .formelement { padding: 5px; margin-bottom: 30px;  margin-top: 10px; }
.jobcontrolForm .formelement.-checkbox label,
._employersettingsSection .formelement label {display: inline-block;}
.jobcontrolForm .formelement.-checkbox { overflow: scroll; height: 300px; width: 100%}
.jobcontrolForm .formelement.-checkbox p { margin:0; }
.jobcontrolForm input,textarea { padding: 10px; }
.heading_jobdetails .btnCrawler { padding: 0!important; }
.jobcontrolForm .btnRowWrapper { width: 100%; height:auto; padding: 20px; }
.jobcontrolForm .buttonRow { width: 100%; height: 40px; margin: 0px auto; text-align:center; }
.jobcontrolForm .buttonRow input[type="submit"] { width:100px; margin: 0 10px; line-height: normal;}
.jobcontrolForm input[type="submit"] { cursor:pointer; }
#employersettingsForm input[type="submit"] { display: block; }
.jobcontrolForm textarea {width:100%;}
#lbl_category_exclude {display:block;margin-top: 20px; margin-left: 5px;}
#add_city_container, #add_category_container, #add_state_container { width: 70%; display:inline-block; }
.input_addDynamicBox { width: 100%; display:inline-block; }
.btn_addDynamicBox { display:inline-block !important; }
.lblOpenJobs { display:inline-block;margin-left:10px;}
.dynamicBox { width:100%;}
.dynamicBox .popbox { width: 100%!important; }
.dynamicBox .popbox .close { bottom: 10px; right:10px; position: absolute; }
._jobdetailsSection ._sectionContent .formelement{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.formelement.-categories{ width: 90%!important; }

#saveEmplSettingsFromProove
{
    width: 30%;
    margin: 10px auto;
}

.formelement.-jobtitle{
    width: 60%!important;
}

.formelement.-contract{
    width: 39% !important;
}

#jobcrawlerForm .btnRow { width: 100%; }

#resultSet h1 { font-size: 25px; }
#resultSet h4 { font-size: 20px; }

#btnEditLink { display: inline-block; margin-left: 10px; padding:5px; cursor: pointer; transition: all .2s ease-in-out;}
#btnEditLink:hover {color: #00aeef;}
#inseratlink { display:inline-block;margin-bottom: 3px; }
#lblCrawledDate {float:right;}
.dynamicBox_container {  min-height: 50px; }

.dynamicBox { position:relative; text-align: center; display: inline-block; min-width: 45%; background: #ddd; margin-bottom: 10px;margin-right:5px;padding: 8px 30px; border-radius: 22px; }
.dynamicBox .deleteIcon { transition: all .2s ease-in-out; display:inline-block; position:absolute; top:5px;right:5px; cursor:pointer; font-size:1.2em; }
.dynamicBox .deleteIcon:hover {color:red;}
.dynamicBox input[readonly] { width:100%;height:20px;overflow:visible;text-align: center;background:#ddd; border:none; outline:none;display:inline-block; padding: 0; font-family: 'ITCAvantGardeStd-BkCn'; font-size:1em; margin-bottom: 0;}
/*.dynamicBox.-category {width:47%;}*/
.dynamicBox.excluded { width: auto; min-width: auto;background: #ededed;color:gray;border-radius:4px; }
.excludedCategory_container{ padding: 10px; border: 1px solid #ddd; border-top: 3px solid indianred;margin-top:20px;}
._employersettingsSection:first-of-type {margin-left:10px;}
._employersettingsSection { display: inline-block; width: 24%; border-left: 1px solid #bbb; vertical-align: top;  }
._employersettingsSection ._sectionTitle { text-align: center; font-weight: bold; }
._employersettingsSection .deleteIcon { margin-left: 10px; cursor:pointer};
._employersettingsSection i:hover {color:red!important;}

#emplSettings_prooveCreateCareersiteWrapper {

}

.alignLeft {text-align:left;}

#berufsfeld_info{

    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: scroll;
    padding:10px;
    width: 100%;
    margin: 20px 0 0;
}

#company_createCareersite,
#company_editCareersite { width: 500px; }

#infoLink { height:50px;width:50px; margin-left: 10px; display:inline-block; vertical-align: top; padding-top: 6px;}
.cgreen { color: green; }
.corange { color: orange; }
.-extraPadding{ padding-top: 15px;padding-bottom:15px;}

#loadingInfo{text-align: center;}
#resultSet{display: inline-block; width: 100%; }

.joblist-btn {
    float: right;
    margin: 5px;
}

.ow-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 700%;

  background: #424242;
  opacity: 0.8;
}

.modal {
  z-index: 100000 !important;
  height: 85vh !important;
  top: 8.5vh !important;
  width: 70% !important;
  overflow: scroll !important;
  background-color: #fff
}

.ow-closed {
  display: none;
}

.close-button{
    position: fixed;
    padding: 9px 11px;
    border-radius: 50px;
    background: #ff8080;
    color: white;
    font-size: 1.2em;
    display: inline-block;
    margin: -7px 0 0 -7px;
}

.close-button.-category{
    position:absolute;
    margin: -40px 0 0 -15%!important;
}

.deletePortalJob { padding: 2px 10px; }

.deletePortalJob:hover i{
    color: white;
}



#selectTopjob{
    padding:5px;
}

#searchcompanies .btnCrawler{
    padding: 0px;
}

#searchcompanies #search { min-width: 70%; width: 70%; }


.companyemployee:not(:last-child){ border-right: 1px solid #aaa; }

/*
 *
 * ============================================
 *              TABBED SECTIONS
 * ===========================================
 *
 * */

.transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white;
}
.transformer-tabs li {
  display: inline-block;
  padding: 0;
  background: white;
  vertical-align: bottom;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.transformer-tabs li a.active {
  color: #3498db;
  border-bottom-color: #3498db;
}
.transformer-tabs a {
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 0.5rem;
}
.transformer-tabs a.active {
  border-bottom: 3px solid transparent;
  position: relative;
  bottom: -3px;
}

.tabs > div {
  display: none;
  padding: 1rem;
}
.tabs > div {
  background: white;
}
.tabs > .active {
  display: block;
}

#ajaxSpinnerJobcontrol{
    text-align:center;
    z-index: 10000;
    position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-100%);
    background:#eee;padding:20px;
}

#layoverJobcontrol{
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index:999;
    background: black;
    opacity: .3;
}

.deletedjobcontrolWrapper .container { width: 100%; max-width: 100%!important;}

.deletedjobcontrolWrapper iframe {
    width: 100%;
    height: 200vh;
    margin-top: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

/* create company styles */

.editNewSpec,
.editNewBenefit { background: #ededed; padding: 5px;}

.editNewSpec:hover,
.editNewBenefit:hover,
.iconNewBenefit:hover,
.iconNewSpec:hover { cursor: pointer; }

.iconNewSpec,
.iconNewBenefit { display: inline-block;margin-right: 5px; }

.benefit_name{
    width: 64%;
}

.containerBenefitDetails { transition: all .5s ease-in-out; }
textarea.tinymce  { height: 200px!important;  width: 600px;}
.display-error { background-color: #EE6363; padding: 10px; margin-top: 5px; color: #ddd; max-width 30%;}
.display-warning { background-color: #ffff99; padding: 10px; margin-top: 5px; color: black; max-width 30%;}

.message {
    background: #fff;
    border-left: 4px solid #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    margin: 10px 15px 2px;
    padding: 10px;
}

.successful {
    border-color: #7ad03a;
}

.error {
    border-color: red;
}

.btnHideCompany, .btnHideCareersite { color: #FFBC1D; transition: all .10s linear;  }
.btnHideCompany:hover, .btnHideCareersite:hover { color: gray; }
.btnHideCompany.-hidden, .btnHideCareersite.-hidden { color: gray!important; }
.company_image { max-width: 100%;}








#formCreateCompany #tab-7 .-cprow {
    display: none !important;
}
#formCreateCompany #tab-8 .gallery_lightbox_container {
    display: none !important;
}




/*
 * ============================
 *      ios style switch
 * ===========================
 *
 */
input[type="checkbox"].ios-switch {
    position: absolute;
    margin: 8px 0 0 16px;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
input[type="checkbox"].ios-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].ios-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0px;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 20px; /* x*3 */
    height: 20px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios-switch:checked + label:after {
    margin-left: 22px;
}
input[type="checkbox"].ios-switch:checked + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].ios-switch-sm {
    margin: 5px 0 0 10px;
}
input[type="checkbox"].ios-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].ios-switch-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios-switch-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios-switch-lg {
    margin: 2px 0 0 20px;
}
input[type="checkbox"].ios-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 0.5em;
}
input[type="checkbox"].ios-switch-lg + label:before {
    width: 40px; /* x*5 */
    height: 20px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios-switch-lg + label:after {
    width: 20px; /* x*3 */
    height: 20px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios-switch-lg:checked + label:after {
    margin-left: 22px; /* x*2 */
}


.companyControlWrapper {
    position: relative;
    padding: 20px;
    text-align: center;
}

.companyControlWrapper .topInfoBar {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.companyControlWrapper .companyinfoWrapper {
    vertical-align: top;
    width: 40%;
    min-height: 350px;
    padding: 20px;
    background-color: #eee;
}

.companyControlWrapper h3.title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.companyControlWrapper .dataBlock {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.companyControlWrapper .dataBlock label {
    font-size: 1.2em;
}

.companyControlWrapper .dataBlock span {
    font-size: 1.3em;
}

.companyControlWrapper .topInfoBar span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color:#84bfcd;
    padding-top: 23px;
    vertical-align: top;
}
.companyControlWrapper .topInfoBar span.jobcount{
    padding-top: 18px;
    background-color:#badbe3;
}
.companyControlWrapper .topInfoBar span small {
    display: block;
    font-size: .7em;
}
.companyControlWrapper .topInfoBar span:not(:first-child){
    margin-left: 30px;
}
.companyControlWrapper .topInfoBar span:not(:last-child){
    margin-right: 30px;
}

.companyControlWrapper button[type=submit]{
    position: absolute;
    display: block;
    cursor:pointer;
    bottom:20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color:#ddd;
}
.companyControlWrapper button[type=submit] .fa{
    font-size: 1.6em;
}

.companyControlWrapper .-setfree{
    background-color:#28964F !important;
    right:0;
}
.companyControlWrapper .-delete{
    background-color:#EE6363 !important;
    left:0;
}
.companyControlWrapper .-delete_but_address{
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.companycontrol_question {
    font-size: 1.6em;
    text-align: left;
    margin-top: 20px !important;
    margin-bottom: 50px;
    letter-spacing: -2px;
    font-family: Verdana;
}

.companycontrol_question .fa{
    font-size: .6em;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.companycontrol_question .fa.-delete{
    background-color:#EE6363;
}
.-delete_but_address{
    background-color:#3E606F !important;
    color: white;
}

.companycontrol_warning{
    margin-top:10px;
    color:#3737AA;
}
#btn_SalescrawlingChangeOurCompany{
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #999;
    outline: none;
    border: none;
    padding: 4px;
    position: absolute;
    top: 40px;
    left: 18%;
    cursor: pointer;
}

#selectCrawlPortal_container{position: relative; width: 70%;}



input[disabled] {
    background-color: #00000008;
    border: 1px solid #ddd;
}

/*
 *
 * ============================================
 *              PANEL VIEW
 * ===========================================
 *
 * */

.panel {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
    height: auto;
    overflow: hidden;
    z-index: 0;
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    cursor: default;
}
.panel-heading img{
    width: 20px;
}

.panel-heading .panel-meta-info-wrapper{
    display: inline-block;
    background-color: #eee;
    border-radius: 4px;
}

.panel-heading .panel-meta-info-wrapper img{
    margin-bottom: -2px;
}


.panel-heading .panel-meta-info-wrapper:first-of-type{
    margin-right: 50px;
}

.panel-meta-info{
    padding: 10px;
    display: inline-block;
}

.panel-title {
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0;
    font-size: 30px;
    color: inherit;
}
.panel-body {
}
.panel.dropdown-popover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 635px;
    z-index: 9999;
}

.panel-open{
    height: auto;
    padding: 15px;
    overflow: scroll;
}

.table-portaljobs tr:not(.headingTr) td{
    text-align:left;
}
.isValid .icon,.isAutoOnline .icon {
    cursor:pointer;
}

.isValid .dialog-container,.isAutoOnline .dialog-container{
    display: none;
}

p.no-margin {
    margin: 2px 0;
}

tr.odd{
    background-color: #bbb;
}

.clicktoshow{
    cursor:pointer;
}

.chip{
    display: inline-block;
    min-height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}
.chip.chip-light{
    background-color: #efefef;
}

.collection {
    margin: .5rem 1% 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item{
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

span.badge{
    min-width: 3rem;
    padding: 0px 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    /*float: right;*/
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

span.badge.new{
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #00aeef;
    border-radius: 2px;
}

span.badge.default{
    background-color: #fff;
    border: 1px solid #b8b8b8;
    color: #757575;
}

.low-opacity{
    opacity: .6;
}

.collection-item.isChosen{
    background-color: #ccffcc;
}


.meter {
    height: 18px;  /* Can be anything */
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 6px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block !important;
  height: 5px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.orange > span {
  background-color: #f1a165;
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.red > span {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.chart {
  background: conic-gradient(#f15854 4%, #4d4d4d 0 8%, #5da5da 0 17%, #decf3f 0 48%, #b276b2 0 54%, #faa43a 0);
  border-radius: 50%;
  width: 50%;
  height: 0;
  padding-top: 50%;
  float: left;
  padding-right: 20px;
}
.key {
  width: 50%;
  float: right;
  list-style: none;
  display: table;
  border-collapse: separate;
}
.key > li {
  display: table-row;
}
.key > li > * {
  display: table-cell;
  border-bottom: 12px solid #fff;
}
.percent {
  color: #fff;
  padding: 10px 2px;
  text-shadow: 0 0 1px #000;
  text-align: center;
}
.choice {
  padding-left: 10px;
}

.notifications {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  opacity: 1;
  margin: 60px;
}

.notifications h3 {
  background: #3498db !important;
  color: #fefefe;
  margin: 0;
  padding: 10px;
  display: block;
}

.notifications .notifications-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.notifications .notifications-list .item {
  -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
  -moz-transition: -moz-transform 0.25s ease-out 0.1s;
  -o-transition: -o-transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s;
  border-top: 1px solid #bdc3c7;
  color: #7f8c8d;
  cursor: default;
  display: block;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 350px;
}

.notifications .notifications-list .item p{
    margin-top: 0;
}

.notifications .notifications-list .item:before,
.notifications .notifications-list .item .details,
.notifications .notifications-list .item .button-dismiss {
  display: inline-block;
  vertical-align: middle;
}

.notifications .notifications-list .item:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3498db;
  content: '';
  height: 8px;
  width: 8px;
}
.notifications .notifications-list .item .details {
  margin-left: 10px;
  white-space: normal;
  width: 280px;
}
.notifications .notifications-list .item .details .title,
.notifications .notifications-list .item .details .date {
  display: block;
}
.notifications .notifications-list .item .details .date {
  color: #95a5a6;
  font-size: .85em;
  margin-top: 3px;
}

.mr10{
  margin-right: 10px;
}

.checkboxWrapper{
  padding: 5px;
  display: inline-block;
}

.mcs-container .additionalCheckbox{
  display: inline-block;
}

#employer h3 {
  font-size: 25px;
}

.btn-accepted {
  background-color: #7ec760!important;
}

input[type=text], textarea, select {
  font-family: Arial, sans-serif!important;
}

#jobListTool #url-input, #search-tags, #search-place, #title, #company-joblist {
  width: 75%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  margin-right: 15px;
}

.inline-block-checkbox {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.inline-block-checkbox:nth-child(1) {
  margin-left: -20px;
}

#jobListTool .chosen-container {
  font-size: 16px;
}

#jobListTool .chosen-single, #jobListTool .search-choice {
  height: 38px;
  line-height: 38px;
  border: 1px solid #D1D1D1;
  background: unset;
  box-shadow: unset;
}

#jobListTool .search-choice {
  height: 27px;
  line-height: normal;
}

#jobListTool .search-choice-close {
  top: 8px;
}

.saveBtn {

}
.saveBtn:hover {
  background-color: #00ca00d1;
}
input[type=text], textarea {
    font-family: Arial, sans-serif!important;
}

input[type="checkbox"].checkbox.joblist {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: block;
}

i.fa-pencil.joblist {
    font-size: 20px;
}

.jobcontrol-loading {
    vertical-align: middle;
    margin: 5px;
}
i.icon {
    margin: 0px 3px;
    cursor: pointer;
}

i.icon.fa-envelope {
    color: black!important;
}
i.icon.fa-envelope:hover {
    color: grey!important;
}
i.icon.fa-code {
    color: blue!important;
}
i.icon.fa-code:hover {
    color: #8080ff!important;
}
i.icon.fa-file-pdf {
    color: red!important;
}
i.icon.fa-file-pdf:hover {
    color: #ff8080!important;
}

.third {
    width: 32%;
}

i.issue {
    color: grey;
}

i.issue:hover {
    cursor: pointer;
    font-size: 18px;
    color: orange;
}

tr.issue, tr.hidden_from_search {
    background-color: #ffd587e0;
}

.currentPage {
    font-weight: bold;
    font-size: 17px;
}

img.test-border {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: -15px;
}

a.letter-pagination {
    font-size: 22px;
    width: 31px;
    display: inline-block;
    text-align: center;
    color: #2f3943;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

a.letter-pagination:hover {
    border-color: #333;
}
a.letter-active {
    font-size: 21px;
    width: 29;
    border: 2px solid #666;
}

a.chosen-single {
    background-image: unset!important;
    background: unset!important;
    font-size: 16px;
}

.active-result {
    font-size: 17px;
}

progress {
    -webkit-appearance: none;
    display: block;
    margin: 0 auto;
    padding-top: 21px;
    width: 442px;
}

progress::-webkit-progress-bar {
    background-color: #ddd;
    border: 0;
    height: 12px;
    width: 442px;
    border-radius: 4px;
}
progress::-webkit-progress-value {
    background-color: #00cc00;
    border-radius: 5px;
    width: 442px;
}

#jobcontrolStatus {
    height: 25px;
    display: block;
}

#quota {
    width: unset;
}

.loading-text {
    width: 50px;
    vertical-align: middle;
}

.loading-text-small {
    width: 30px;
    vertical-align: middle;
}

.action-history-row {
    margin: 10px;
}

.service {
  display: inline-block;
}

input.service {
  width: 10%;
}

.dash-dropdown {
    font-size: 22px;
}

.assignEmployeeBtn {
    margin: 5px;
    margin-bottom: 105px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 2px;
    border: 2px solid lightgray;
    border-radius: 5px;
}

.assignEmployeeBtn img {
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

#step2 {
    opacity: .4;
}

.jusjobsHoverBtnBorder:hover {
    border-color: #428D86;
}

.tecjobsHoverBtnBorder:hover {
    border-color: #005B80;
}

.bankkarriereHoverBtnBorder:hover {
    border-color: #D19A42;
}

.jurajobsHoverBtnBorder:hover {
    border-color: #428D86;
}

.wirtschaftskarriereHoverBtnBorder:hover {
    border-color: #005B80;
}

.pharmakarriereHoverBtnBorder:hover {
    border-color: #BE1622;
}

.medjobsHoverBtnBorder:hover {
    border-color: #05AFA0;
}

.technikjobsHoverBtnBorder:hover {
    border-color: #005B80;
}

.informatikjobsHoverBtnBorder:hover {
    border-color: #277DA1;
}

.sync-select {
    margin: 20px;
    display: inline-block;
}

.synch-radio {
    display: block;
}
#csUpdateInformationsWrapper, .comment-fullview {
    display: none;
}

.btnAddCs {
    width: unset !important;
    padding: 5px 15px !important;
    float: right;
}

.btnAddCsUpdateInformations {
    height: 25px !important;
    width: 40px;
}

.comment-preview, .comment-fullview {
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eef0f0;
    color: black;
    padding: 10px;
    margin-bottom: 15px;
    clear: both;
    border-radius: 5px;
}
#csUpdateInformationsWrapper label span {
    vertical-align: top;
}

#companyMetadataSaved {
    display: none;
    font-weight: bold;
}

/* company importance CS*/
.impTextField{
    background-color: transparent !important;
    width: 40px;
    border: none !important;
    text-align: center;
}
.impSaveBtn{
    padding-left: 12px;
    padding-right: 12px;
    color: lightgreen;
    border-color: lightgreen;
}

#unknownCompanies, #registeredCompanies {
    display: inline-block;
    width: 49%;
}

#unknownCompaniesList, #registeredCompaniesList {
    display: block;
    width: 100%;
    height: 180px;
}

