Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/DataTables-1.10.9/css/jquery.dataTables_themeroller.css
1293 views
/*1* Table styles2*/3table.dataTable {4width: 100%;5margin: 0 auto;6clear: both;7border-collapse: separate;8border-spacing: 0;9/*10* Header and footer styles11*/12/*13* Body styles14*/15}16table.dataTable thead th,17table.dataTable thead td,18table.dataTable tfoot th,19table.dataTable tfoot td {20padding: 4px 10px;21}22table.dataTable thead th,23table.dataTable tfoot th {24font-weight: bold;25}26table.dataTable thead th:active,27table.dataTable thead td:active {28outline: none;29}30table.dataTable thead .sorting_asc,31table.dataTable thead .sorting_desc,32table.dataTable thead .sorting {33cursor: pointer;34*cursor: hand;35}36table.dataTable thead th div.DataTables_sort_wrapper {37position: relative;38padding-right: 10px;39}40table.dataTable thead th div.DataTables_sort_wrapper span {41position: absolute;42top: 50%;43margin-top: -8px;44right: -5px;45}46table.dataTable thead th.ui-state-default {47border-right-width: 0;48}49table.dataTable thead th.ui-state-default:last-child {50border-right-width: 1px;51}52table.dataTable tbody tr {53background-color: #ffffff;54}55table.dataTable tbody tr.selected {56background-color: #B0BED9;57}58table.dataTable tbody th,59table.dataTable tbody td {60padding: 8px 10px;61}62table.dataTable th.center,63table.dataTable td.center,64table.dataTable td.dataTables_empty {65text-align: center;66}67table.dataTable th.right,68table.dataTable td.right {69text-align: right;70}71table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {72border-top: 1px solid #ddd;73}74table.dataTable.row-border tbody tr:first-child th,75table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,76table.dataTable.display tbody tr:first-child td {77border-top: none;78}79table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {80border-top: 1px solid #ddd;81border-right: 1px solid #ddd;82}83table.dataTable.cell-border tbody tr th:first-child,84table.dataTable.cell-border tbody tr td:first-child {85border-left: 1px solid #ddd;86}87table.dataTable.cell-border tbody tr:first-child th,88table.dataTable.cell-border tbody tr:first-child td {89border-top: none;90}91table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {92background-color: #f9f9f9;93}94table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {95background-color: #abb9d3;96}97table.dataTable.hover tbody tr:hover,98table.dataTable.hover tbody tr.odd:hover,99table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,100table.dataTable.display tbody tr.odd:hover,101table.dataTable.display tbody tr.even:hover {102background-color: whitesmoke;103}104table.dataTable.hover tbody tr:hover.selected,105table.dataTable.hover tbody tr.odd:hover.selected,106table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,107table.dataTable.display tbody tr.odd:hover.selected,108table.dataTable.display tbody tr.even:hover.selected {109background-color: #a9b7d1;110}111table.dataTable.order-column tbody tr > .sorting_1,112table.dataTable.order-column tbody tr > .sorting_2,113table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,114table.dataTable.display tbody tr > .sorting_2,115table.dataTable.display tbody tr > .sorting_3 {116background-color: #f9f9f9;117}118table.dataTable.order-column tbody tr.selected > .sorting_1,119table.dataTable.order-column tbody tr.selected > .sorting_2,120table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,121table.dataTable.display tbody tr.selected > .sorting_2,122table.dataTable.display tbody tr.selected > .sorting_3 {123background-color: #acbad4;124}125table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {126background-color: #f1f1f1;127}128table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {129background-color: #f3f3f3;130}131table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {132background-color: whitesmoke;133}134table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {135background-color: #a6b3cd;136}137table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {138background-color: #a7b5ce;139}140table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {141background-color: #a9b6d0;142}143table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {144background-color: #f9f9f9;145}146table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {147background-color: #fbfbfb;148}149table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {150background-color: #fdfdfd;151}152table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {153background-color: #acbad4;154}155table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {156background-color: #adbbd6;157}158table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {159background-color: #afbdd8;160}161table.dataTable.display tbody tr:hover > .sorting_1,162table.dataTable.display tbody tr.odd:hover > .sorting_1,163table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,164table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,165table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {166background-color: #eaeaea;167}168table.dataTable.display tbody tr:hover > .sorting_2,169table.dataTable.display tbody tr.odd:hover > .sorting_2,170table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,171table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,172table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {173background-color: #ebebeb;174}175table.dataTable.display tbody tr:hover > .sorting_3,176table.dataTable.display tbody tr.odd:hover > .sorting_3,177table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,178table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,179table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {180background-color: #eeeeee;181}182table.dataTable.display tbody tr:hover.selected > .sorting_1,183table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,184table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,185table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,186table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {187background-color: #a1aec7;188}189table.dataTable.display tbody tr:hover.selected > .sorting_2,190table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,191table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,192table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,193table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {194background-color: #a2afc8;195}196table.dataTable.display tbody tr:hover.selected > .sorting_3,197table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,198table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,199table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,200table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {201background-color: #a4b2cb;202}203table.dataTable.nowrap th, table.dataTable.nowrap td {204white-space: nowrap;205}206table.dataTable.compact thead th,207table.dataTable.compact thead td {208padding: 5px 9px;209}210table.dataTable.compact tfoot th,211table.dataTable.compact tfoot td {212padding: 5px 9px 3px 9px;213}214table.dataTable.compact tbody th,215table.dataTable.compact tbody td {216padding: 4px 5px;217}218table.dataTable th.dt-left,219table.dataTable td.dt-left {220text-align: left;221}222table.dataTable th.dt-center,223table.dataTable td.dt-center,224table.dataTable td.dataTables_empty {225text-align: center;226}227table.dataTable th.dt-right,228table.dataTable td.dt-right {229text-align: right;230}231table.dataTable th.dt-justify,232table.dataTable td.dt-justify {233text-align: justify;234}235table.dataTable th.dt-nowrap,236table.dataTable td.dt-nowrap {237white-space: nowrap;238}239table.dataTable thead th.dt-head-left,240table.dataTable thead td.dt-head-left,241table.dataTable tfoot th.dt-head-left,242table.dataTable tfoot td.dt-head-left {243text-align: left;244}245table.dataTable thead th.dt-head-center,246table.dataTable thead td.dt-head-center,247table.dataTable tfoot th.dt-head-center,248table.dataTable tfoot td.dt-head-center {249text-align: center;250}251table.dataTable thead th.dt-head-right,252table.dataTable thead td.dt-head-right,253table.dataTable tfoot th.dt-head-right,254table.dataTable tfoot td.dt-head-right {255text-align: right;256}257table.dataTable thead th.dt-head-justify,258table.dataTable thead td.dt-head-justify,259table.dataTable tfoot th.dt-head-justify,260table.dataTable tfoot td.dt-head-justify {261text-align: justify;262}263table.dataTable thead th.dt-head-nowrap,264table.dataTable thead td.dt-head-nowrap,265table.dataTable tfoot th.dt-head-nowrap,266table.dataTable tfoot td.dt-head-nowrap {267white-space: nowrap;268}269table.dataTable tbody th.dt-body-left,270table.dataTable tbody td.dt-body-left {271text-align: left;272}273table.dataTable tbody th.dt-body-center,274table.dataTable tbody td.dt-body-center {275text-align: center;276}277table.dataTable tbody th.dt-body-right,278table.dataTable tbody td.dt-body-right {279text-align: right;280}281table.dataTable tbody th.dt-body-justify,282table.dataTable tbody td.dt-body-justify {283text-align: justify;284}285table.dataTable tbody th.dt-body-nowrap,286table.dataTable tbody td.dt-body-nowrap {287white-space: nowrap;288}289290table.dataTable,291table.dataTable th,292table.dataTable td {293-webkit-box-sizing: content-box;294-moz-box-sizing: content-box;295box-sizing: content-box;296}297298/*299* Control feature layout300*/301.dataTables_wrapper {302position: relative;303clear: both;304*zoom: 1;305zoom: 1;306}307.dataTables_wrapper .dataTables_length {308float: left;309}310.dataTables_wrapper .dataTables_filter {311float: right;312text-align: right;313}314.dataTables_wrapper .dataTables_filter input {315margin-left: 0.5em;316}317.dataTables_wrapper .dataTables_info {318clear: both;319float: left;320padding-top: 0.55em;321}322.dataTables_wrapper .dataTables_paginate {323float: right;324text-align: right;325}326.dataTables_wrapper .dataTables_paginate .fg-button {327box-sizing: border-box;328display: inline-block;329min-width: 1.5em;330padding: 0.5em;331margin-left: 2px;332text-align: center;333text-decoration: none !important;334cursor: pointer;335*cursor: hand;336color: #333 !important;337border: 1px solid transparent;338}339.dataTables_wrapper .dataTables_paginate .fg-button:active {340outline: none;341}342.dataTables_wrapper .dataTables_paginate .fg-button:first-child {343border-top-left-radius: 3px;344border-bottom-left-radius: 3px;345}346.dataTables_wrapper .dataTables_paginate .fg-button:last-child {347border-top-right-radius: 3px;348border-bottom-right-radius: 3px;349}350.dataTables_wrapper .dataTables_processing {351position: absolute;352top: 50%;353left: 50%;354width: 100%;355height: 40px;356margin-left: -50%;357margin-top: -25px;358padding-top: 20px;359text-align: center;360font-size: 1.2em;361background-color: white;362background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));363/* Chrome,Safari4+ */364background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);365/* Chrome10+,Safari5.1+ */366background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);367/* FF3.6+ */368background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);369/* IE10+ */370background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);371/* Opera 11.10+ */372background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);373/* W3C */374}375.dataTables_wrapper .dataTables_length,376.dataTables_wrapper .dataTables_filter,377.dataTables_wrapper .dataTables_info,378.dataTables_wrapper .dataTables_processing,379.dataTables_wrapper .dataTables_paginate {380color: #333;381}382.dataTables_wrapper .dataTables_scroll {383clear: both;384}385.dataTables_wrapper .dataTables_scrollBody {386*margin-top: -1px;387-webkit-overflow-scrolling: touch;388}389.dataTables_wrapper .ui-widget-header {390font-weight: normal;391}392.dataTables_wrapper .ui-toolbar {393padding: 8px;394}395.dataTables_wrapper:after {396visibility: hidden;397display: block;398content: "";399clear: both;400height: 0;401}402403@media screen and (max-width: 767px) {404.dataTables_wrapper .dataTables_length,405.dataTables_wrapper .dataTables_filter,406.dataTables_wrapper .dataTables_info,407.dataTables_wrapper .dataTables_paginate {408float: none;409text-align: center;410}411.dataTables_wrapper .dataTables_filter,412.dataTables_wrapper .dataTables_paginate {413margin-top: 0.5em;414}415}416417418