/* EMPLOYMENT */
#poststuff { min-width: 100%; }
h3.applicant-form-title, h3.employer-form-title { margin-top: 1.5rem!important; }
h3.hndle { display: none; }

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #df3500;
    color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

div.field input[type="submit"] { background-color: #df3500!important; margin-bottom: 1.5rem; }
#ApplicantTab, #EmployerTab { background-color: #fff; }
h1.employment-title {
    color: #df3500;
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 0.5rem!important;
}

/* FILE UPLOADER */
#plupload-filelist {
    margin: 10px 0px;
    border: 1px solid #e8e8e8!important;
    padding: 10px;
    font-size: 14px;
}
#plupload-filelist div b {
    font-weight: 700;
}

.employ-file-button {
    background-color: #df3500!important;
    border: none;
    color: #ffffff!important;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 5px 0px 5px;
}

/* ABBELLIMENTI FORM APPLICANT */
ul.acf-checkbox-list.true_false {
    list-style-type: none!important;
    padding-left: 0px!important;
}

#plupload-console {
    margin: 10px 0px;
    padding: 5px;
}

a.deletefile {
    color: red!important;
    font-size: 16px!important;
    padding: 10px;
    margin: 0px;
    border: 1px solid red;
    margin-right: 10px;
    text-align: center;
}

a.deletefile:before {
    content: "\f014";
    font-family: 'FontAwesome';
    /*margin-left: 15px;*/
}

b.infofile {
    margin-left: 10px;
}

.responsive-nav-top {
    margin-bottom: 50px;
}

.responsive-nav-top div.sitemap-container {
    width: 100%!important;
}

.responsive-nav-top div.sitemap-container a {
    padding: 10px 8px !important;
    font-family: "Hanken", sans-serif;
}

.responsive-nav-top div.sitemap-container a:hover {
    text-decoration: underline;
    color: #df3500;
}


/* LOADER */
#aq-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    /* background-color: rgba(80,80,80,0.7); */
    background-color: rgba(192,192,192,0.5);
    display: none;
}

#aq-loader {
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid #df3500;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.employment-title-wrapper {
    margin-bottom: 30px;
}
.employment-logo {
    height: 100px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.floated-left {
    float: left;
}
.floated-right {
    float: right;
}

.title-inline {
    display: inline-block;
}

/* FIX FONT-SIZE */
.employer-form-body, .applicant-form-body {
    font-size: 18px!important;
}

button.tablinks { font-size: 18px!important; }

#applicant-form form#post.acf-form a { font-size: 18px!important; }
#applicant-form form#post.acf-form label { font-size: 18px!important; }
#applicant-form form#post.acf-form input { font-size: 18px!important; }
#applicant-form form#post.acf-form select { font-size: 18px!important; }

#employer-form form a { font-size: 18px!important; }
#employer-form form label { font-size: 18px!important; }
#employer-form form input { font-size: 18px!important; }
#employer-form form select { font-size: 18px!important; }


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

