.system-info P {
color: #000000;
font-size: 7pt;
margin: 0px;
text-align: center;
}
.error,.warning {
color:red
}

select {
    max-width: 250px;
}

.label-column {
    width: 200px;
}

.csv-import-info {
    color: blue;
}

.label.label-danger {
    background: #333;
}

/*.label.label-default {*/
    /*background-color: #333;*/
    /*color: black;*/
/*}*/

tr.project-list-row:hover td,
tr.task-list-row:hover td {
    background: beige;
}

.markdown-wrapper {
    max-width: 617px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}

.tbl .markdown-wrapper {
    max-width: none;
}

.markdown-wrapper.markdown-rendered {
    opacity: 1;
}

.markdown-tip pre,
.markdown-wrapper pre {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

.markdown-tip ul,
.markdown-wrapper ul,
.markdown-tip ol,
.markdown-wrapper ol {
    margin-left: 0;
    padding-left: 20px;
}

.markdown-tip h1,
.markdown-wrapper h1,
.markdown-tip h2,
.markdown-wrapper h2,
.markdown-tip h3,
.markdown-wrapper h3,
.markdown-tip h4,
.markdown-wrapper h4,
.markdown-tip h5,
.markdown-wrapper h5,
.markdown-tip h6,
.markdown-wrapper h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.1;
    text-transform: none;
}

.markdown-tip h1,
.markdown-wrapper h1 {
    font-size: 16pt;
}

.markdown-tip h2,
.markdown-wrapper h2 {
    font-size: 14pt;
}

.markdown-tip h3,
.markdown-wrapper h3 {
    font-size: 12pt;
}

.markdown-tip h4,
.markdown-wrapper h4 {
    font-size: 10pt;
}

.markdown-tip h5,
.markdown-wrapper h5 {
    font-size: 9pt;
}

.markdown-tip h6,
.markdown-wrapper h6 {
    font-size: 8pt;
}

.markdown-tip em,
.markdown-wrapper em {
    font-weight: normal;
    font-style: italic;
}

.markdown-tip img,
.markdown-wrapper img {
    max-width: 100%;
}

.markdown-tip li p:only-of-type,
.markdown-wrapper li p:only-of-type {
    margin: 0;
}

.markdown-tip blockquote,
.markdown-wrapper blockquote {
    margin: 1.2em 0px;
    border-left: 4px solid rgb(221,221,221);
    padding: 0px 1em;
    color: rgb(119,119,119);
    quotes: none;
}

.tool-text * {
    color: #FFF !important;
}

.tool-title p {
    margin: 0;
}
.hidden{
    visibility: hidden;
    display: none;
}

.cell-maxheight {
    max-height: 3em;
    overflow: scroll;
}

/* highlight inline and multi-line code */
.markdown-tip code,
.markdown-wrapper code {
    background: #ececec;
    padding: 0 2px;
    border-radius: 1px;
    color: black !important;
}
.markdown-tip code *,
.markdown-wrapper code * {
    color: black !important;
}

/* highlight multi-line code */
.markdown-tip pre > code,
.markdown-wrapper pre > code {
    display: block;
}

.dropdown-menu {
    position: absolute;
    right: 4px;
}
