/*!
 DataTables 1.10.12
 Â©2008-2015 SpryMedia Ltd - datatables.net/license
*/
table.dataTable {
    clear: both;

    max-width: none!important;
    margin-top: 6px!important;
    margin-bottom: 6px!important;

    border-collapse: separate!important;
}table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap;
}div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;

    text-align: left;
    white-space: nowrap;
}div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;

    width: 75px;
}div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;

    text-align: left;
    white-space: nowrap;
}div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;

    width: auto;
    margin-left: .5em;
}div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;

    white-space: nowrap;
}div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;

    text-align: right;
    white-space: nowrap;
}div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;

    white-space: nowrap;
}div.dataTables_scrollBody table,
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0!important;
}div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 200px;
    margin-top: -26px;
    margin-left: -100px;
    padding: 1em 0;

    text-align: center;
}div.dataTables_scrollBody table,
div.dataTables_scrollFoot table {
    margin-top: 0!important;

    border-top: none;
}table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px;
}table.dataTable thead > tr > td:active,
table.dataTable thead > tr > th:active {
    outline: 0;
}table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    position: relative;

    cursor: pointer;
}table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-family: "Glyphicons Halflings";

    position: absolute;
    right: 8px;
    bottom: 8px;

    display: block;

    opacity: .5;
}table.dataTable thead .sorting:after {
    content: "\e150";

    opacity: .2;
}table.dataTable thead .sorting_asc:after {
    content: "\e155";
}table.dataTable thead .sorting_desc:after {
    content: "\e156";
}table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}div.dataTables_scrollBody table tbody tr:first-child td,
div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none;
}table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0;
}table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 0;
}div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0;
}div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0;
}div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0;
}table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default!important;
}table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
    display: none!important;
}table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    position: relative;

    padding-left: 30px;

    cursor: default;
}table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 12px;

    position: absolute;
    top: 9px;
    left: 4px;

    display: block;

    box-sizing: content-box;
    width: 12px;
    height: 12px;

    content: "+";
    cursor: pointer;
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    background-color: #337ab7;
    box-shadow: 0 0 1px #888;
}table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    font-size: 18px;
    line-height: 8px;

    content: "-";

    background-color: #d33333;
}table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
    display: none;
}table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px;
}table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    line-height: 14px;

    top: 5px;
    left: 4px;

    width: 14px;
    height: 14px;

    text-indent: 3px;

    border-radius: 14px;
}table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;

    cursor: pointer;
}table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    font-family: "Courier New",Courier,monospace;
    line-height: 14px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    box-sizing: content-box;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;

    content: "+";
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    background-color: #337ab7;
    box-shadow: 0 0 3px #444;
}table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "-";

    background-color: #d33333;
}table.dataTable > tbody > tr.child {
    padding: .5em 1em;
}table.dataTable > tbody > tr.child:hover {
    background: 0 0!important;
}table.dataTable > tbody > tr.child ul {
    display: inline-block;

    width: 98%;
    margin: 0;
    padding: 0;

    list-style-type: none;
}table.dataTable > tbody > tr.child ul li {
    padding: .5em 0;

    border-bottom: 1px solid #efefef;
}table.dataTable > tbody > tr.child ul li:first-child {
    padding-top: 0;
}table.dataTable > tbody > tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 700;

    display: inline-block;

    width: 35%;
    min-width: 75px;
}table.dataTable > tbody > tr.child span.dtr-data {
    display: inline-block;
    float: right;
    overflow: hidden;

    width: 57%;

    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.dtr-modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10em 1em;
}div.dtr-modal div.dtr-modal-display {
    position: absolute;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: auto;

    width: 50%;
    height: 50%;
    margin: auto;

    border: 1px solid #000;
    border-radius: .5em;
    background-color: #f5f5f7;
    box-shadow: 0 12px 30px rgba(0,0,0,.6);
}div.dtr-modal div.dtr-modal-content {
    position: relative;

    padding: 1em;
}div.dtr-modal div.dtr-modal-close {
    position: absolute;
    z-index: 12;
    top: 6px;
    right: 6px;

    width: 22px;
    height: 22px;

    cursor: pointer;
    text-align: center;

    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
}div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}div.dtr-modal div.dtr-modal-background {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0,0,0,.6);
}@media screen and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }div.dtr-modal div.dtr-modal-display {
        width: 95%;
    }
}div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}
