/*

put your custom css classes here

.my__custom__class {
  font-weight: bolder;
}
*/
.layout--sidebar .layout__main {
    background-color: #e7e7e7;
    border-left: 1px solid #ccc;
}
fnx-tabs {
    display: block;
}
jou-screen .card {
    background-color: white;
}
.enum-modal-adresar .modal__wrapper {
    padding-right: 40vw;
    background-color: rgba(0, 0, 0, 0.2);
}
.screen {
    box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.2);
}
.priority-TRIVIAL {
    background-color: #FFFDE7 !important;
    color: black !important;
}
.priority-MINOR {
    background-color: #F9A825 !important;
    color: black !important;
}
.priority-MAJOR {
    background-color: #B71C1C !important;
    color: white !important;
}

.type-DOCUMENT {
    background-color: #0D47A1 !important;
    color: white !important;
}
.type-TASK {
    background-color: #009688 !important;
    color: white !important;
}
.type-QUESTION {
    background-color: #827717 !important;
    color: white !important;
}
.type-ACTION {
    background-color: #006064;
    color: white !important;
}
.workflow {
    padding: 10px;
    border-top: 1px solid #ccc;
}
.workflow__node {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ddd !important;
    color: #999 !important;
}
.workflow__node:hover {
    background-color: #d5d5d5 !important;
    color: #000 !important;
}
.workflow__node--active {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white !important;
    color: black !important;
}
.app__menu__more .panel--closable--small {
    border: none;
}
.text--cutter {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
html .accent--jgrey .tab--active {
    font-weight: bold;
    border-bottom-color: #bbbb !important;
}
.background-line {
    background-image: linear-gradient(#555, #555);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
form label {
    font-weight: 400;
}
.nobr-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nobr {
    white-space: nowrap;
}
.td-date {
    width: 4rem;
}
.td-type {
    width: 5rem;
}
.td-icons {
    width: 1rem;
}
ul.menu--states {
    margin:0;
    margin-bottom: 1rem;
    padding:0;
    padding-left: 1rem;
}
ul.menu--states li {
    margin:0;
    padding:0;
    list-style: none;
    cursor: pointer;
}
.badge {
    background-color: red;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 8px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: white;
}
table.input--table fnx-date-picker input {
    width: 4rem;
}
.selected {
    background-color: #c00 !important;
    color: #fff !important;
}
html .theme--jblue .menu--tabs {
    color: black;
    background-color: #ddd;
}
html .accent--jgrey .tab--active {
    border-color: #c00 !important;
    font-weight: normal;
}

html .theme--jblue .menu--tabs .item:hover:not(.disabled), html .theme--jblue .menu--tabs>li:hover:not(.disabled) {
    background-color: #bbb;
    color: black;
}
.text--wrap {
    white-space: pre-line;
}
fnx-input > .input {
    flex-direction: column;
}
.input fnx-select {
    width: auto;
}
.compact .input {display: flex !important; flex-direction: row !important;}
.compact .input label {width: 30%; flex: 0 0 30% !important;}
.compact .input label.error {width: 100%; flex: 0 0 100% !important;;}
.compact .input div { flex: 1 1 !important;;}
.compact .input p { display: inline-block; flex: 0 0 !important;}
.compact .row--gutter > * {margin-bottom: 0px}
.compact table td, .compact table th {padding: 2px;}