@import url("../models/page_main.css");
@import url("../models/block_menu.css");
@import url("../models/block_user.css");
@import url("../models/block_language.css");
@import url("../models/login/content_login.css");
@import url("../models/hr/content_hr.css");
@import url("../models/hr/content_hr_contact.css");
@import url("../models/hr/content_hr_products.css");
@import url("../models/hr/content_hr_statistics.css");
@import url("../models/pl/content_pl.css");
@import url("../models/pl/content_pl_ecoaching.css");
@import url("../models/hc/content_hc_users.css");

:root {
    --color-lime: rgb(107, 185, 34);
    --color-orange: rgb(107, 185, 34);
    --color-turqouise: rgb(47, 126, 123);
}

.color_main {
    color: #562c76 !important;
}

.background_main {
    background-color: #562c76 !important;
}

.border_all-main {
    border: 1px solid #562c76 !important;
}

.color_secondary {
    color: rgb(60, 40, 120) !important;
}

.background_secondary {
    background-color: rgb(60, 40, 120) !important;
}

.border_all_secondary {
    border: 1px solid rgb(60, 40, 120) !important;
}

body {
    background-color: rgb(234, 234, 234);
    color: rgb(40, 40, 40);
    font: 1rem Muli, Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
}

button {
    background-color: rgb(60, 40, 120);
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 14px;
    padding: 14px 14px;
    width: auto;
}

h1 {
    color: rgb(60, 40, 120);
    font-size: 1.6rem;
    font-weight: 100;
}

h2 {
    color: black;
    font-size: 1rem;
    font-weight: 700;
}

h3 {
    color: rgb(107, 185, 34)cc;
    font-size: 1.2rem;
    font-weight: 100;
}

strong {
    color: rgb(107, 185, 34)cc;
    font-weight: 500;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.right {
    text-align: right;
}

.textblock {
    padding: 0;
}

#m-home {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    float: left;
    height: 100%;
    width: 150px;
}

#m-logo {
    height: auto;
    max-height: calc(100% - 40px);
    margin-top: 20px;
    max-width: 190px;
    width: auto;
}

.hr-statistics .linechart {
    background-color: #ffffff;
    margin-bottom: 44px;
    padding: 20px 60px;
    width: 100%;
    height: 355px;
    position: relative;
    box-sizing: border-box;
}

.linestyle,
.hr-statistics .linechart .bullet,
.hr-statistics .linechart .bulletinfo,
.pl-ecoaching .badge span {
    background-color: rgb(107, 185, 34) !important;
}

.pl-ecoaching th,
.hr-products th {
    border-bottom: 2px solid rgb(107, 185, 34);
}

#m-banner,
#m-footer {
    display: none;
}

#poweredbyhc {
    background-image: url(img/poweredby.png);
    width: 150px;
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 30;
    z-index: 100;
}

.textblock table th {
    color: rgb(107, 185, 34);
}

/* Generic checkboxes */
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    padding: 6px 20px;
    position: relative;
}

input[type="checkbox"]+label::before {
    border: 1px solid #6e6e6e;
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 14px;
    transition: background-color 200ms;
    vertical-align: middle;
    margin-bottom: 4px;
}

input[type="checkbox"]:checked+label::before {
    background: rgb(107, 185, 34) url(img/checkbox_checkmark.png) no-repeat 50% 50%/18px 18px;
    border: 1px solid rgb(107, 185, 34);
    background-size: 20px;
    background-position: center;
}

@media only screen and (max-width: 1235px) {
    #m-main .main {
        max-width: 1180px;
    }

    #m-menu {
        width: 240px;
        padding-left: 0;
    }

    #m-content {
        /*width: calc(100% - 240px);*/
        min-height: 100%;
        min-width: 320px;
    }
}

@media only screen and (max-width: 500px) {
    #m-logo {
        max-height: 46px;
        margin-top: 38px;
        max-width: 78px;
    }
}


#switch_division_id{
    width: 100%;
    padding: 9px;
    text-align: left;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-appearance: none;
    background: rgb(234, 234, 234);
    outline: none;
    position: relative;
}

#switch_division_id{
    background-image: url(../res/img/menu_down_denhaag.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}