.note-editor {
    min-height: 0;
}

.note-editor .note-editable {
    border: 1px solid #f5f5f5;
    border-top: none;
}

.form-group textarea {
    min-height: 150px;
}

.vich-file .form-group {
    margin-bottom: 0;
}

.vich-file .col-sm-2 {
    display: none;
}

.vich-file .col-sm-10 {
    width: 100%;
}

.toast-top-right {
    margin-top: 72px;
}

/**
 * HAN Themed
 **/

body {
    font-weight: 400;
    background-color: #f3f3f4;
}

#wrapper {
    font-weight: 400;
    background-color: #533D3A;
    background-attachment: fixed;
    background-image: url("../img/sidebar_background.png");
    background-repeat: no-repeat;
}

a {
    color: #8DAD00;
}
a:hover, a:focus {
    color: #4b8400;
}
.nav-header {
    background: #533D3A;
    text-align: center;
    color: #F3F3F4;
    height: 153px;
}

body.mini-navbar .nav-header {
    background-color: #533D3A;
    height: auto;
    max-height: 58px;
}

.navbar-static-side .nav {
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.nav-header .text-muted {
    color: #FFFFFF;
}

.nav > li.active {
    border-left: 4px solid #8DAD00;
    background: #F3F3F4;
}

.nav > li > a,
.nav > li.active > a {
    color: #676a6c;
    font-weight: 900;
}

.nav > li.active > a {
    font-weight: 900;
}

.nav > li.active > a > i {
    color: #8DAD00;
}

.language-toggle {
    padding: 10px 0;
}

.language-toggle a.active img {
    padding: 0 2px;
    opacity: 1;
}

.language-toggle a img {
    padding: 0 2px;
    opacity: 0.5;
}
.language-toggle a img:hover {
    opacity: 1;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #F3F3F4;
    color: #676a6c;
}

.label-primary {
    background-color: #8DaD00;
    color: #FFFFFF;
}

.btn-primary {
    background-color: #8DaD00;
    border-color: #8DaD00;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #8DaD00;
    border-color: #8DaD00;
    color: #FFFFFF;
}

.btn-primary.btn-outline {
    color: #8DaD00;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.jumbotron {
    background-color: transparent;
}

.nav.navbar-top-links a {
    font-size: 12px;
}

.nav.navbar-right > li > a {
    color: #8DaD00;
    font-weight: 900;
}

.nav.navbar-right a i.fa {
    color: #999999;
}

/*
 *
 *   Modals
 *
*/
.han-modal .modal-dialog {
    z-index: 2200;
}

.han-modal .modal-footer {
    margin-top: 0;
}

/*
 *
 *   Assignments
 *
*/

.ibox-assignments .ibox-tools a {
    color: #676a6c;
}

.ibox-assignments .status-open {
    color: #f8ac59;
}

.ibox-assignments .status-accepted {
    color: #1ab394;
}

.ibox-assignments .status-rejected {
    color: #ed5565;
}

.ibox-assignments .social-avatar {
    color: #337ab7;
}

.ibox-assignments .social-avatar .placeholder {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ibox-assignments .social-avatar .placeholder .fa {
    font-size: 35px
}

/*
 *
 *   Workgroups
 *
*/
.contact-box i {
    min-width: 18px;
    text-align: center;
}

/*
 *
 *   FAQ
 *
*/
.row-block .faq-answer p:last-child {
    margin-bottom: 0;
}

/*
 *
 *   Video embed containers
 *
*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginscreen img.logo {
    width: 100%;
}

.loginscreen.middle-box {
    width: 400px;
}

/*
 *
 *   Data tables
 *
*/
.float-e-margins .table a.btn {
    margin-bottom: 0;
}

.table .complete .fa {
    color: #8dad00;
}

.table .fa {
    color: #d9d9d9;
}

.table .label.label-primary .fa,
.table .btn.btn-primary .fa {
    color: #fff;
}

.table svg {
    position: relative;
    top: 3px;
}

/*
 *
 *   Read modus
 *
*/
.article .document {
    font-size: 15px;
}

.article .document p {
    font-size: inherit;
    line-height: 1.8;
}

.font-down-link,
.font-up-link,
.ibox.fullscreen .collapse-link {
    display: none;
}

.ibox.fullscreen .document {
    padding-right: 25%;
}

.ibox.fullscreen .font-down-link,
.ibox.fullscreen .font-up-link {
    display: inline-block;
    font-size: 2rem;
}

.ibox.fullscreen .font-down-link small {

    font-size: 1.5rem;
}

.ibox.fullscreen .ibox-title {
    padding: 0;
    min-height: 50px;
}

.ibox.fullscreen .ibox-title h5 {
    padding: 1.35rem;
    font-size: 2rem;
    margin: 0;
}

.ibox.fullscreen .ibox-tools {
    float: right;
}

.ibox.fullscreen .ibox-tools a {
    display: inline-block;
    padding: 1rem;
    font-size: 2rem;
    margin: 0;
    float: left;
    max-height: 49px;
    background: #333333;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    border-bottom: none;
}

.ibox.fullscreen .ibox-tools a.disable {
    background: #999;
    border-bottom: 1px solid #999;
    color: #fff;
}

.ibox.fullscreen .ibox-tools a + a {
    margin-left: 1px;
}

.ibox.fullscreen .ibox-tools .fullscreen-link {
    margin-left: 1rem;
    background-color: transparent;
    color: #999;
}

.ibox.fullscreen .ibox-content .document .article p {
    font-size: inherit !important;
}

aside.is_clone {
    position: fixed;
    left: 80%;
    top: 8rem;
    z-index: 2040;
}

/*
 *
 *   Facemap
 *
*/
.facemap img {
    display: inline-block;
    height: 64px;
    margin-bottom: 10px;
}
.facemap .wrapper {
    margin: 0 10px;
}

.facemap .wrapper-content {
    padding: 0 20px;
}

.facemap h2 {
    margin: 10px 0 16px;
}

.enrollments .peity {
    vertical-align: middle;
}

/*
 *
 *   Portfolio
 *
*/

.portfolio .ibox-subtitle {
    border-width: 1px 0 0;
}

.portfolio h3.description {
    margin-top: 10px;
}

.portfolio .description p:last-child {
    margin-bottom: 0;
}

.portfolio ul.agile-list {
    padding-left: 0;
}


.portfolio ul.agile-list pre {
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    font-family: inherit;
}

/*
 *
 *   Utils
 *
*/
.p-b-xs {
    padding-bottom: 10px;
}


