@CHARSET "UTF-8";

.widget {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border-color: #9ba6b1;
}
.widget.widget-table {
    overflow: hidden;
}
.widget .widget-header {
    padding: 0 10px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #708090;
    border-bottom-color: #657382;
    color: #fff;
}
.widget .widget-header h3 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    line-height: 35px;
    float: left;
    color: #ffffff;
}
.widget .widget-content {
    padding: 20px 10px;
}
.widget .widget-header .widget-header-toolbar {
    float: right;
    width: auto;
    height: 35px;
    border-left-color: #657382;
    padding-left: 10px;
    margin-left: 10px;
}
.widget .widget-header .btn-group>a:hover, .widget .widget-header .btn-group>a:focus {
    color: #a0b3c6;
}
.widget .widget-header .widget-header-toolbar .btn-borderless {
    padding-top: 5px;
}
.widget .widget-header .widget-header-toolbar .btn-borderless .fa {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.widget .widget-header .widget-header-toolbar .btn, .widget .widget-header .widget-header-toolbar .btn-borderless {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    height: 25px;
}
.widget .widget-header .widget-header-toolbar>a {
    margin-left: 5px;
}
.widget .widget-header .btn-group>a {
    color: #fff;
}
.dataTables_info {
    line-height: 2.7em;
}
.dataTables_paginate {
    text-align: right;
}
.dataTables_length label,
.dataTables_filter label,
.dataTables_info,
.dataTables_paginate {
    font-weight: normal;
    font-size: 0.85em;
}