h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

*{
    user-select: none;
}

input, textarea, [contenteditable=true], .label, .item-label, .item-description, .navigation{
    user-select: unset;
}

.center{
    text-align: center;
}

hr {
    width: 50%;
    opacity: 0.3;
    border: 0;
    border-bottom: 2px solid #fa819d;
    margin: 0 auto;
}

html, body {
  height: 100%;
}

body{
  font-family: calibri, arial, helvetica, sans-serif;
}

.wysiwyg-editor{
    cursor: pointer;
}

.wysiwyg-element{
    /*background: red;*/
}

.environment-drag {
    position: fixed !important;
    top: 0;
    left: 0;
}

.future-task{
    margin-top: 5px !important;
    display: inline-block;
}

.report{
    position: absolute;
    right: 0;
    margin-top: -8px;
    font-size: 0.8em;
    text-align: right;
    color: #a8a250;
}

.report .n{
    color: black;
}

.grid-columns {
    display: inline-block;
    vertical-align: top;
}

::-webkit-scrollbar {
    height: 4px;
    width: 6px;
}
 
::-webkit-scrollbar-track:horizontal {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ec4d70;
}

::-webkit-scrollbar-track:vertical {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
 /*
::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background: #ec4d70;
}*/
