﻿/* Modified Inspinia */

#page-wrapper {
	margin-left: 0px;
}

.navbar {
	margin-bottom: 0px;
}

.ibox-title, .panel-default>.panel-heading {
    background-color: #31708e;
    color: #fff;
    font-weight: 600;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #5085a5;
    color: #eee;
    font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #8fc1e3;
    color: #333;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f7f9fb;
    color: #333;
}

/* custom */

.width-80 {
	width: 80px;
}

.width-60 {
    width: 60px;
}

.footer {
    position: relative;
}

.panel-filter>.ibox-content {
    border: 1px solid #333;
}