/* Header **/
.header{
    position: static;
    top: 0px;
    z-index: 1;
    margin-bottom: 10px;
    padding: 10px 20px 0px 10px;
    border-bottom: 1px solid #5e5e5e;
    background-color: #f4f4f4
}

.header-logo{
    display: block;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}

.header-logo img{
    width: auto;
    height: 100%;
}

/* Layout default */
.heading {
    margin-top: 10px;
    padding-left: 5px;
    border-left: 3px solid #5e5e5e;
    background-color: #fafafa;
    color: #5e5e5e;
    font-size: 25px;
    line-height: 35px;
}

textarea.form-control{
    min-height: 500px !important;
}

.render-iframe{
    border: 1px solid #ced4da;
}

/* Layout login */
.login-logo{
    width: 200px;
}