:root {
    --primary-color: #000040;
    --secondary-color: #0079a5;
}

.thumbnail-image {
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.user-image {
    max-width: 300px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

ul.tree li {
    list-style-type: none;
    position: relative;
    font-size: 20px;
    margin-top: 20px;
}

ul.tree li ul {
    display: none;
}

ul.tree li.open > ul {
    display: block;
}

ul.tree li a {
    color: black;
    text-decoration: none;
}

ul.tree li a:before {
    height: 1em;
    padding:0 .1em;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: .2em;
}

ul.tree li > a:not(:last-child):before {
    content: '+';
}

ul.tree li.open > a:not(:last-child):before {
    content: '-';
}

#sidebar-menu ul li .badge {
    padding: 0.5em 1em;
    font-size: 12px;
    margin-top: 0px;
}

#sidebar-menu ul li a {
    font-size: 16px;
}

#sidebar-menu .has-arrow:after {
    display: inline-block;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    margin-top: 0.5em;
}

.profile-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.dashboard-icon {
    font-size: 48px;
}

.page-title {
    margin-bottom: 1.5rem;
}

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

.pointer {
    cursor: pointer !important;
}

label.required::after {
    content: ' *';
    color: red;
}

.cke_reset {
    width: 100% !important;
}

#id_categories {
    list-style-type: none;
    padding-left: 0px;
}
