:root {
    --logourl: "logo/logoFluxer.svg";
    --barcodefont: "";
    --fluxerblue: #2998e2;
    --sisgreen: #10b494;
}

#KanbanAppId .QMainTemplate-logoZone
{
    background-image: var(--logourl);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: color-burn;
}

/***** SETARI PENTRU TEMA QMBUILDER *****/

#KanbanAppId .QMainTemplate-logoZone
{
    background-image: var(--logourl);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: color-burn;
}


#KanbanAppId .QMainTemplate-top, 
#KanbanAppId .QMainTemplate-moduleHeader
{
  background-color: #10b494;
}
#KanbanAppId .UINavBar input.selected, #KanbanAppId .UINavBar button.selected
{
  border-bottom: 2px solid var(--sisgreen);
}
button.UIButton
{
  border-right: 1px solid var(--sisgreen);
  border-bottom: 1px solid var(--sisgreen);  
  background-color: var(--sisgreen);
}
#KanbanAppId .FormBuilderForm form input[type=submit], 
#KanbanAppId form input[type=submit], 
#KanbanAppId button.UIButton
{
  background-color: var(--sisgreen);
}

#KanbanAppId .UIListItems li:hover {
 background-color: #10b49414; /*rgba(16, 180, 148,.2);  #10b49414 = 20%*/
}

#KanbanAppId .eobFrmBuilderActionsContainer input[type=button]:focus, 
#KanbanAppId .eobFrmBuilderActionsContainer input[type=submit]:focus, 
#KanbanAppId .eobFrmBuilderActionsContainer button:focus 
{
  box-shadow: 0 2px 0 0 var(--sisgreen);
}
#KanbanAppId input[type=text]:focus, 
#KanbanAppId input[type=search]:focus, 
#KanbanAppId input[type=number]:focus, 
#KanbanAppId input[type=password]:focus, #KanbanAppId input[type=tel]:focus, 
#KanbanAppId input[type=email]:focus, 
#KanbanAppId input.ui-autocomplete-input:focus, 
#KanbanAppId textarea:focus, select:focus {
    border-width: 1px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.03);
    border-left: 1px solid rgba(0,0,0,.12)!important;
    border-right: 1px solid rgba(0,0,0,.12)!important;
    border-top: 1px solid rgba(0,0,0,.12)!important;
    border-bottom: 0;
    border-style: solid;
    outline: none;
    box-shadow: 0 2px 0 0 var(--sisgreen);
}

#KanbanAppId .UIListItems li.selected {
    background-color: var(--sisgreen);
}

#KanbanAppId .QFloatButton
{
  background-color: var(--sisgreen);
}

#KanbanAppId a 
{ 
    color: var(--sisgreen);
}

#KanbanAppId .QLeftMenu li.selected {
    background-color: rgba(255,255,255,.015);
    color: #fff;
    border-right: 5px solid var(--sisgreen);
}
#KanbanAppId .QLeftMenu li:hover {
    background-color: rgba(255,255,255,.015);
    border-right: 5px solid var(--sisgreen);
}

/* #KanbanAppId .QLeftMenu .QLeftMenuList li .defaultLeftMenuItemClass
{
  background: none;
}
#KanbanAppId .QLeftMenu .QLeftMenuList li > div {
    padding-left: 0px;
} */

/* #KanbanAppId span.menuIcon
{
  font-size: 1.15rem;
  width: 30px; text-align:center;
  display:inline-block;
}
#KanbanAppId .QMainTemplate.smallSideBar .QLeftMenu .QLeftMenuList li h4 span.menuIcon
{
  font-size: 1.3rem; margin-right: 50px;
}

#KanbanAppId .QMainTemplate.smallSideBar .QLeftMenu .QLeftMenuList li h4 {
    display: block;
    transition: opacity .3s;
    opacity: 1;
    top: 7px;
    left: 0;
    position: absolute;
    font-size: 11px;
    z-index: 100000;
    font-weight: normal;
} */
#KanbanAppId .UITable table tr.selected td
{
  background-color: #cff7ee;
  color: #000;
}
#KanbanAppId .UITable table tr.selected td:hover
{
  background-color: #bbfff2;
}

.FullWidthButton
{
  width: 100%;
}

.FullWidthButton button
{
  width: 100%;
  line-height: 2;
}

.AlerteRow
{
    font-weight: bold;
}

.AlerteRow.Offline
{
    color: #cc0000;
}

.AlerteRow.Alerta
{
    color: #009eb3;
}

.AlerteRow.Ontime
{
    color: #00cc00;
}

.KanbanBarCode
{
    font-family: var(--barcodefont);
    font-weight: 400;
    font-style: normal;
    line-height: initial;
    text-align: center;
    font-size: 45px;
    padding: 5px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #000 !important;
}