html {}


/*
 *
 *
 * ========================
 *     USER BAR LOGGEDIN
 * =========================
 *
 *
 * */

.userbar_content span,
.userbar_content a {
    vertical-align: middle;
}

.userbar_content .button {
    margin-bottom: 0;
    margin-left: 10px;
}

.stats {
    text-align: center;
}

.stats i {
    font-size: 2em;
}

.userbar .stats a {
    text-decoration: none;
}

.userbar .stats a * {
    cursor: pointer;
}

.remainingComps {
    margin-top: 8px;
}


/*
 *
 *
 * ========================
 *         NAVIGATION
 * =========================
 *
 *
 * */

.button_menu a {
    text-decoration: none;
    background-color: #F03232;
    padding: 15px;
    color: white;
}

.whiteBtn {
    background-color: white!important;
}


/*
 *
 *
 * ========================
 *      LOGIN FORM
 * =========================
 *
 *
 * */

#form_login {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
}

#form_login input[type="text"],
#form_login input[type="password"] {
    width: 100%;
}

#form_login input[type="submit"] {
    display: block;
    width: 50%;
    margin: 0 auto;
}

#form_login button {
    padding: 0 30px;
}


/*
 *
 *
 * ========================
 *      Company Detail
 * =========================
 *
 *
 * */

#nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    padding: 7px;
    margin: unset;
    transition: 0.2s;
}

#nav.card {
    background-color: #ffffffbb;
}

#nav ul {
    width: 95%;
    margin: 0 auto;
    height: 100%;
}

#nav ul li {
    display: inline-block;
    list-style-type: none;
    background: #1EAEDB;
    transition: background .3s;
    margin: 0px auto;
    padding: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#nav ul li:hover {
    background: #16c0f5;
}

#nav ul li a {
    text-align: center;
    padding: 0px 15px;
    color: white;
    text-decoration: none;
    font-size: 1.7rem;
    height: 100%;
    display: block;
}

#nav ul li a.golive {
    background-color: red;
    color: white;
    line-height: 3.7rem;
    border-radius: 5px;
}

#nav ul li a.golive:hover {
    border: none;
    background-color: #ff4444;
}

#nav ul .button {
    border: none;
}

.contact_wrapper {
    margin-left: 20px;
}

.addContact {
    width: 110px;
}

.c_image {
    height: 100px;
    max-height: 100px;
}

.c_image img {
    max-height: 100%;
    height: 100%;
}

#callAction {
    margin-top: 10px;
}

#callAction a {
    color: white;
    background: green;
    padding: 10px;
    text-decoration: none;
}

#maps-canvas {
    margin-top: 20px;
}

.content-1 {
    width: 95%;
    margin: 35px auto;
}

.companyname {
    display: block;
}

.companyname h1 {
    margin-bottom: 0;
    white-space: nowrap;
}

.companyname h1 a {
    text-decoration: none;
}

.companyname .companyAction {
    display: inline-block;
    vertical-align: top;
}

.companyname .firstAddressRow {
    margin-top: 10px;
}

.is_customer {
    margin: 0 auto;
    /* width: 87%; */
}

.is_customer ul {
    margin-bottom: 0;
}

.is_customer ul li {
    display: inline-block;
    border: 1px solid #eee;
    padding: 2px;
}

.companyname_action {
    vertical-align: top;
    display: inline-block;
}

.companydetailsSubgroup {
    display: block;
}

.companydetailsSubgroup select, #subcompany_autocomplete {
    width: 80%;
    margin-bottom: 0px;
}

.companydetailsSubgroup form {
    margin-bottom: 10px;
}

.not_subgroup_border {
    border: 3px solid #33c3f0;
}

.subgroup_border {
    border: 3px solid #5cb85c;
}

.companydetailsSubgroup .button-primary {
    margin-top: 10px;
}

.dropdowntrigger {
    cursor: pointer;
}

.restquota {
    margin-right: 20px;
}

.restquota_container {
    vertical-align: middle;
}

.offer_wrapper div {
    height: 62px;
    padding: 12px;
}

.offer_wrapper .card {
    height: 62px;
    display: block;
    position: relative;
}

.offer_wrapper .inner_div {
    padding: 0;
    position: absolute;
    top: 20px;
    width: 50%;
}

.offer_wrapper .button {
    margin: 0;
}

span.button.u-pull-right.accept-offer.visible {
    cursor: default;
    color: #56da7f;
    font-size: 15px;
    border-color: transparent;
    background-color: transparent;
}

.form-notes table {
    width: 100%;
}

.form-notes textarea {
    margin-right: 20px;
    height: 100px;
}

.sticky {
    background-color: beige;
}

.note-pin {
    vertical-align: center;
    text-align: center;
}

.no-border {
    border-color: white;
}

#company_actions_menu {
    height: 50px;
    margin-top: 50px;
    text-align: right;
}

.newTemplateButton {
    height: unset!important;
    padding: 5px;
    line-height: normal;
}

.addTemplateButton {
    padding: 5px;
    height: unset!important;
    line-height: normal;
}

.editTemplateButton {
    padding: 5px;
    height: unset!important;
    line-height: normal;
}

.deleteTemplateButton {
    padding: 5px;
    height: unset!important;
    line-height: normal;
}

#contactpersonSelect {
    width: 200px;
}


/*
 *
 *
 * ========================
 *      OFFERENTRY SECTION
 * =========================
 *
 *
 * */

.step_inactive {
    display: none;
}

.accordion {
    max-height: 35px;
    overflow: hidden;
    transition: max-height .8s;
    -webkit-transition: max-height .8s;
    box-sizing: content-box;
}

.accordion h3 {
    cursor: pointer;
    font-size: 3rem;
}

.accordion-active {
    max-height: 2000px;
}

.description_point,
.period_point {
    width: 98%;
}

#ratingLabel {
    font-size: 20px;
    text-align: center;
}

.rating-star {
    font-size: 33px !important;
    color: #444;
    padding: 3px;
    cursor: pointer;
}

.rating-star.-selected {
    color: #fe0;
    text-shadow: 0px 0px 1px black;
}

.rating-star.-hover {
    color: #ff6;
    text-shadow: 0px 0px 2px black;
}


/*
 *
 *
 * ========================
 *   ACCEPT OFFER SECTION
 * =========================
 *
 *
 * */

#formAcceptoffer label {
    font-size: 1.5em;
    margin-left: 10px;
    margin-bottom: 10px;
}

#formAcceptoffer h3 {
    font-size: 1.5em;
}


/*
 *
 *
 * ========================
 *   EDIT INVOICE SECTION
 * =========================
 *
 *
 * */

#formEditInvoice label {
    font-size: 1.5em;
    margin-bottom: 10px;
}

#formEditInvoice .addressLine {
    font-size: 1.3em;
    line-height: 1.2em;
    display: block;
}

#formEditInvoice .addressLine:last-child {
    margin-bottom: 15px;
}

#formEditInvoice h3 {
    font-size: 1.5em;
}


/*
 *
 *
 * ========================
 *   companies SECTION
 * =========================
 *
 *
 * */

.filterContainer form {
    padding-top: 30px;
}

#filterCompaniesByEmployee {
    margin-left: 0;
}

#filterCompaniesByEmployee .ten {
    margin-left: 0;
}

#filterCompaniesByEmployee #allCompanies {
    display: block;
    width: 100%;
    margin: 0 auto
}

#selectFilterCompaniesByEmployee {
    width: 100%;
}


/*
 *
 *
 * ========================
 *   MyOffers SECTION
 * =========================
 *
 *
 * */

.offer-list-header {
    cursor: pointer;
}

.offer-list-header.unclickable {
    cursor: default;
}

.offer-list-header.-selected {
    font-size: 16px;
}

.offer-list-row {
    text-align: center !important;
}


/*
 *
 *
 * ========================
 *   Edit Offers SECTION
 * =========================
 *
 *
 * */

.discountpercentage {
    width: 50px;
}

#myOffersPaginator .pagination {
    width: 100%;
    margin: 0;
    padding: 0;
}

#offers-filter-form {
    margin-bottom: 0;
}


/*
 *
 *
 * ========================
 *   stats SECTION
 * =========================
 *
 *
 * */

.userstatistics .stats,
.userstatistics .stats *,
.jobstatistics .stats,
.tr_showmore td span {
    cursor: pointer;
}


/* custom css */

.menu-wrapper {
    height: 0px;
}

#load {
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    z-index: 9999;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    top: 0;
    left: 0;
}

#jobCrawlerMenu {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 16px;
}

#jobCrawlerMenu .btn {
    background-color: #1EAEDB;
    font-size: 15px;
    height: auto;
    border-radius: 5px;
    padding: 0;
    margin: 5px 2px;
}

.-settings {
    display: inline-block;
    margin-bottom: 0px;
}

.-settings a {
    text-decoration: none;
    color: white;
    padding: 8px 10px;
    display: block;
}

#jobCrawlerMenu .btn:hover {
    background: #16c0f5;
}

#jobCrawlerMenu .submenu {
    display: none;
    margin: 0px auto;
}

#jobCrawlerMenu .submenu:hover li {
    display: block;
}

#jobCrawlerMenu .submenu li {
    max-width: 100%;
    display: block;
    margin: 0px auto;
    margin-left: 0;
}

#jobCrawlerMenu .submenu .btn {
    width: 200px;
}

.submenu .btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.activator {
    width: 200px;
}

.activator:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.activator:hover .submenu .btn:nth-child(1) {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.activator:hover .submenu .btn:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#jobCrawlerMenu ul {
    list-style-type: none;
}

.submenu {
    margin-top: 0px;
}

#jobCrawlerMenu .activator:hover .submenu {
    display: block;
}

.mcs-open:hover {
    color: white!important;
}

#btnTakeJobOffline i {
    font-size: 15px;
}

#btnDeleteSalesCareersite,
#btnEditSalesCareersite {
    padding: 0 15px;
}

#btnDeleteSalesCareersite,
#btnEditSalesCareersite i {
    font-size: 17px;
}

.booking {
    width: 100%;
}

.bookingFilter {
    margin: 10px 0px;
}

.bookingFilter .filterElement {
    margin-right: 30px;
    display: inline-block;
}

.bookingFilter .filterElement label {
    font-size: 20px;
}

.bookingFilter .filterElement i {
    margin-left: 10px;
    -webkit-transform: scale(1.5);
    display: inline-block;
}

.booking th a {
    color: white;
}

.booking th a:hover {
    color: white;
}

.bookingPageCounter {
    display: inline-block;
    margin-left: 20px;
}

.booking_sort_highlight {
    border-bottom: 2px solid white;
}

.emailCheckboxWrapper {
    margin: 20px 0px;
}

.emailCheckboxWrapper .formelement {
    margin-right: 30px;
}

.emailCheckboxWrapper img {
    margin-top: 5px;
}

.emailCheckboxWrapper label {}

.emailCheckboxWrapper input {
    display: inline-block;
    transform: scale(1.5);
    margin-left: 5px;
    margin-top: 5px;
    -webkit-transform: scale(1.5);
}


}
.templatePortal {
    display: inline-block;
}
.templatePortal .portal {
    display: inline-block;
    margin-right: 20px;
}
#dashboard .contact {
    width: 46%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin-left: 2%;
    margin-top: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.panel-dashboard {
    height: auto;
    border-color: #ddd!important;
}
.version {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align: right;
}
.version:hover {
    color: white!important;
}
.list-history a {
    text-decoration: underline;
}
.crawler_history_noresults {
    color: red;
}
td {
    text-align: left;
}
.footer-separator {
    position: relative;
}
#careersitesTable td,
#careersitesTable th {
    text-align: center!important;
}
#usersTable .center {
    text-align: center!important;
}
#editUserTable input,
select {
    margin: 0;
    width: 300px;
}
#editUserTable .checkbox {
    width: 20px!important;
    height: 20px!important;
    vertical-align: middle;
}
.user_save_feedback {
    font-size: 20px;
    color: #00bb00;
    font-style: italic;
    border-left: 3px solid #00bb00;
    margin: 20px 0px;
    padding-left: 10px;
}
#invoiceProducts .product {
    padding: 15px 10px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
#invoiceProducts .product:nth-child(even) {
    background-color: white;
}
#invoiceProducts .product:nth-child(odd) {
    background-color: #e6e6e6;
    border-top: none;
}
#invoiceProducts h2 {
    text-align: left;
}
#invoiceProducts label,
#invoiceProducts input {
    margin-bottom: 0;
    margin-left: 4%;
}
#invoiceProducts .name_input {
    width: 55%;
}
#invoiceProducts .product .remove_product_btn,
#invoiceProducts .product .remove_discount_btn {
    border-color: red;
    color: red;
}
#invoiceProducts .product .remove_product_btn:hover,
#invoiceProducts .product .remove_discount_btn:hover {
    background-color: red;
    color: white;
}
#invoiceProducts .product span {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}
#invoiceProducts .product .four {
    line-height: 38px;
}
#invoiceProducts .product .clearfix {
    height: 40px;
    margin-left: 0;
}
.panel-dashboard a {
    text-decoration: underline;
}
.ui-accordion-content p {
    margin: 10px 0px;
}
@media screen and (max-width: 1350px) {
    .content-1 {
        width: 95%;
        margin: 75px auto;
    }

    #nav .btn {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 750px) {
    .content-1 {
        width: 95%;
        margin: 115px auto;
    }
}
@media screen and (max-width: 510px) {
    .content-1 {
        width: 95%;
        margin: 155px auto;
    }
}
.button:not(.sweetalert) {
    font-size: 13px;
}
a.button-delete {
    color: white!important;
    background-color: #d32f2f!important;
    border-color: #d32f2f!important;
}
a.button-delete:hover {
    background-color: #B92929!important;
}
a.button-success {
    color: white!important;
    background-color: #5cb85c!important;
    border-color: #5cb85c!important;
}
a.button-success:hover {
    background-color: #58b158!important;
}
a.detail-top {
    height: 50px!important;
    padding: 6px 30px!important;
}
.is_customer {
    width: 280px;
    display: inline-block;
}
label.contacts {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: sub;
}
.proxy-crawl-button {
    float: right;
    margin-right: 10px;
}
#btn_download_performance_overview {
    float: right;
}
.start-date,
.end-date {
    display: inline-block;
    vertical-align: top;
}
.end-date {
    margin-left: 10px;
}
.remove_performance_job {
    cursor: pointer;
}
.displayWhenPrinting {
    display: none;
}
@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }

    .card {
        box-shadow: none;
    }

    .displayWhenPrinting {
        display: block;
    }
}

.button-report {
    height: 50px!important;
    padding: 6px 30px!important;
    color: white!important;
    background-color: #d32f2f!important;
    border-color: #d32f2f!important;
}
.button-report:hover {
    background-color: #B92929!important;
}