﻿.digi-color-bg {
    background-color: #e28743 !important;
    color: aliceblue;
    border-color: #495057;
}


.digi-color-fore {
    color: #e28743 !important;
}

.btn-border {
    border-color: #495057;
}

/*Login - horni pruh pozadi*/
/*.bg-white {
    background-color: #e26a19 !important;
}*/

.menu-bg-color {
    background-color: #f7f7f7;
}

.identity-font-color {
    color: #0366d6 !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}


footer {
    /*background-color: #e26a19 !important;*/
    overflow: hidden !important;
}


.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    justify-content: flex-end;
}

.st-card-header-bg {
    background: linear-gradient( 0deg, #e26a19 0%, #ffa161 80%) !important;
}


.rz-menu-toggle-item{
    width: auto;
}

.rz-legend-bottom .rz-legend-item {
    display: inline-table;
}

/*Zmena pozice RadzenPieSeries */
g {
    transform: translate(0, 0);
}


.hr-statistic {
    width: 90%;
    color: #cac9c9;
    border: 1px solid #cac9c9;
}

.h-text-color-statistic {
    color: #0000e6;
}


.rowFlex {
    display: flex;
    flex-wrap: wrap;
}

.text-break-world {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
}

table.tasks {
  border-collapse:separate;
  border-spacing:0 5px;
}

table.tasks tr td {
  padding-top: 5px; 
  padding-bottom:5px;  
}

table.tasks td:first-child,
table.tasks th:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 5px;
}

table.tasks td:last-child,
table.tasks th.taskslast-child {
  border-radius: 0 5px 5px 0;
  padding-right: 5px;
}