﻿.colour-me-red {
    color: #ff0000;
}

.align_button_to_div_without_label {
    margin-top: 30px
}

.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.mini-selector{
    font-size:10px; 
    height: 28px;
    padding:0
}

.row_spacer {
    margin-bottom: 20px
}

.highlight-department-supervisor {
    font-weight:bolder;
    /*font-style:italic;
    text-decoration: underline;*/
}

/* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */

.w100 {
    width: 100px;
}

.w130 {
    width: 130px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

tr.low_risk_level td {
    background-color: #3cb371;
    color: #fff;
}

tr.medium_risk_level td {
    background-color: #FFFF00;
    color: #000;
}

tr.high_risk_level td {
    background-color: #ffa500;
}

tr.severe_risk_level td {
    background-color: #ff0000;
    color: #fff;
}

.center-div-row { margin: auto; max-width: 300px;}

fieldset.report-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.report-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

.print-report{
    margin-top: 20px;
}