
.form-control {
    /*max-width: 400px !important;*/
}

.k-form-control {
    width: 100% !important;
    /*max-width: 400px;*/
    height: 33px !important;
}

.k-dropdown .k-dropdown-wrap {
    height: 33px !important;
}

.dialog-img {
    margin: 8px;
    height: 70px;
}

#paie-on h1 {
    font-size: 30px;
}

#paie-on {
    display: none;
}

.photo-grid {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

.btn-marge {
    margin-bottom: 20px;
}

.ponderee {
    display: none;
}

@media only screen and (max-width: 767px) {
    .notification-menu {
        display: none !important;
    }
}

#code-editor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#floating-panel-code {
    position: absolute;
    width: 200px;
    top: 5px;
    right: 0px;
    z-index: 5000;
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
}