.main-image-wrap img {
    max-height: 250px;
}
.attachment-wrap {
    height: 150px;
}
.attachment-wrap img {
    height: 100px;
}
button.delete_attachment {
    position: absolute;
    color: red;
    background-color: white;
    box-shadow: 0 0 1px #000;
    padding: 2px;
    right: 0;
    width: 20px;
    height: 20px;
}
.center {
    text-align: center;
}
.widgets-row .columns {
    text-align: center;
}
.widgets-row .columns .widget-wrap {
    border: 2px solid #1798a5;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    margin:auto;
    min-height: 120px;
}
.widgets-row .columns .widget-wrap h5 {
    margin-top: 0;
    border-radius: 12px 12px 0 0;
    background-color: #1798a5;
    color: white;
    padding: 2px;
}
.widgets-row .columns .widget-wrap .days_lapsed {
    font-size: 11pt;
}
.widgets-row .columns .widget-wrap .data {
    margin-bottom: 10px;
}
.negative {
    color: #a00;
}  
.positive {
    color: #0a0;
}
table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
table.parts tbody tr td {
    border: 1px solid #ccc;
}

.statistics .widgets-row .columns .widget-wrap .data {
    font-size: 18pt;
}
.statistics .widgets-row .columns .widget-wrap {
    min-height: 60px;
}
.statistics .chart-container {
    margin-top: 10px;
}
.highcharts-credits {
    display: none;
}
button.update-chart {
    font-size: 11pt;
    padding: 6px;
    background-color: #eee;
    color: #777;
    border-radius: 10px;
}
button.update-chart.active {
    background-color: #008CBA;
    color: #eee;
}

ul li ul.nested {
    display:none;
    position: absolute;
    z-index: 2;
}
ul li ul.nested li {
    float: none;
}
ul li:hover ul.nested {
    display:block;
}

ul.side-nav li.active {
    background-color: #15848F;
}
ul.side-nav li.active a {
    color: #fff !important;
    font-weight: bold !important;
}

.printer {
    float: right;
    font-size: 20pt;
    cursor: pointer;
}

nav, .printer {
    display: none;
}
.row {
    page-break-inside: avoid;
}
a[href]:after {
    content: none !important;
}
}
