/**
 * TEMPORARY STYLES
 *
 * Use this file only for temporary CSS declarations that
 * can't be compiled by LESS.
 * All declarations here must be move into LESS ASAP.
 *
 */

/* danilo: added stuff below*/

#pundit-dashboard-loading {
    z-index: 10000;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #020;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.flash {
    margin-top: 8px;
    position: absolute;
    top: 12px;
    left: 250px;
    max-width: 400px;
    right: 0;
    border-radius: 3px;
    transition: background 0.5s ease;
}

.flash-notice {
    background: #6eb56f;
}
.flash-error {
    color: white;
    background: rgb(111, 46, 46);
}

.flash-content {
    text-align: center;
}

.notebook-title-edit-block {
    z-index: 2;
}

.notebooks .options.edit {
    width: 50px;
    height: 50px;
    right: 20px;
    top: 4px;
}
.pnd-form label.terms_form {
    float: right;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    left: 0;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 100;
    color: #aeb1b5;
    line-height: initial;
    width: 90%;
}
.pnd-login-content.inside-logged-user {
    margin-left: 700px;
    margin-top: 30px;
}

.pnd-form label.select-label,
.pnd-form label.checkbox-label {
    position: relative;
    display: inherit;
}
.pnd-form select {
    width: 100%;
    max-width: 400px;
    min-width: 150px;
    height: 40px;
    margin: 5px auto 10px auto;
    border: 1px solid #dfe2e6;
    border-radius: 2px;
    background: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    transition-property: border-color;
    transition-duration: 0.5s;
}
.pnd-form textarea {
    width: 100%;
    max-width: 400px;
    min-width: 150px;
    margin: 5px auto 10px auto;
    padding: 5px 10px 5px 130px;
    border: 1px solid #dfe2e6;
    border-radius: 2px;
    background: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    transition-property: border-color;
    transition-duration: 0.5s;
}

.content-wrap img {
    display: inline;
    vertical-align: baseline;
}

.pundit-tag-list {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
}

.pundit_tag {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 5px;
}

/* FACCETTE */