﻿.form-control { display:inline-block !important;
}
.filter.form-control { display:none !important;
}
.panel-primary {
    box-shadow: 3px 3px 5px #F5F5F5;
}
.panel-red {
    box-shadow: 3px 3px 5px #F5F5F5;
}    
.panel-yellow {
    box-shadow: 3px 3px 5px #F5F5F5;
}    
.panel-green {
    box-shadow: 3px 3px 5px #F5F5F5;
}
.panel-default {
    box-shadow: 3px 3px 5px #F5F5F5;
}
.panel-body {
    padding:3px;
    height:200px;
    overflow:auto;

}
.dashboardSubTitle { font-weight: bold;}
.panel-body-dash {
    padding:3px;
    height: calc(100% - 68px);
    overflow:auto;
}
.panel-footer-dash {
    padding:5px;
    text-align: right;
    min-height: 37px;
    background-color: var(--colorLightGreen) !important;
    border-radius: 0;
    border-radius: 0;
}
.panel-heading-dash {
    padding: 5px !important;
    /*min-height: 37px; */
    font-weight: bold;
    background-color: var(--colorLightGreen) !important;
    border-radius: 0;
    border-radius: 0;
}

.PrioRed, .PrioGreen, .PrioBlue, .PrioYellow, .PrioOrange 
{
    vertical-align: middle;
    width:16px;
    height:16px;
    
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

    font-size:1px;
    line-height:1px;

    border:1px solid black;
}
.PrioRed { background-color: red; }
.PrioGreen { background-color: green; }
.PrioBlue { background-color: blue; }
.PrioYellow { background-color: yellow; }
.PrioOrange { background-color: orange; }