Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/DataTables-1.10.9/css/dataTables.jqueryui.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 tfoot th {18font-weight: bold;19}20table.dataTable thead th,21table.dataTable thead td {22padding: 10px 18px;23}24table.dataTable thead th:active,25table.dataTable thead td:active {26outline: none;27}28table.dataTable tfoot th,29table.dataTable tfoot td {30padding: 10px 18px 6px 18px;31}32table.dataTable tbody tr {33background-color: #ffffff;34}35table.dataTable tbody tr.selected {36background-color: #B0BED9;37}38table.dataTable tbody th,39table.dataTable tbody td {40padding: 8px 10px;41}42table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {43border-top: 1px solid #ddd;44}45table.dataTable.row-border tbody tr:first-child th,46table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,47table.dataTable.display tbody tr:first-child td {48border-top: none;49}50table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {51border-top: 1px solid #ddd;52border-right: 1px solid #ddd;53}54table.dataTable.cell-border tbody tr th:first-child,55table.dataTable.cell-border tbody tr td:first-child {56border-left: 1px solid #ddd;57}58table.dataTable.cell-border tbody tr:first-child th,59table.dataTable.cell-border tbody tr:first-child td {60border-top: none;61}62table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {63background-color: #f9f9f9;64}65table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {66background-color: #acbad4;67}68table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {69background-color: #f6f6f6;70}71table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {72background-color: #aab7d1;73}74table.dataTable.order-column tbody tr > .sorting_1,75table.dataTable.order-column tbody tr > .sorting_2,76table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,77table.dataTable.display tbody tr > .sorting_2,78table.dataTable.display tbody tr > .sorting_3 {79background-color: #fafafa;80}81table.dataTable.order-column tbody tr.selected > .sorting_1,82table.dataTable.order-column tbody tr.selected > .sorting_2,83table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,84table.dataTable.display tbody tr.selected > .sorting_2,85table.dataTable.display tbody tr.selected > .sorting_3 {86background-color: #acbad5;87}88table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {89background-color: #f1f1f1;90}91table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {92background-color: #f3f3f3;93}94table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {95background-color: whitesmoke;96}97table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {98background-color: #a6b4cd;99}100table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {101background-color: #a8b5cf;102}103table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {104background-color: #a9b7d1;105}106table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {107background-color: #fafafa;108}109table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {110background-color: #fcfcfc;111}112table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {113background-color: #fefefe;114}115table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {116background-color: #acbad5;117}118table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {119background-color: #aebcd6;120}121table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {122background-color: #afbdd8;123}124table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {125background-color: #eaeaea;126}127table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {128background-color: #ececec;129}130table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {131background-color: #efefef;132}133table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {134background-color: #a2aec7;135}136table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {137background-color: #a3b0c9;138}139table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {140background-color: #a5b2cb;141}142table.dataTable.no-footer {143border-bottom: 1px solid #111;144}145table.dataTable.nowrap th, table.dataTable.nowrap td {146white-space: nowrap;147}148table.dataTable.compact thead th,149table.dataTable.compact thead td {150padding: 4px 17px 4px 4px;151}152table.dataTable.compact tfoot th,153table.dataTable.compact tfoot td {154padding: 4px;155}156table.dataTable.compact tbody th,157table.dataTable.compact tbody td {158padding: 4px;159}160table.dataTable th.dt-left,161table.dataTable td.dt-left {162text-align: left;163}164table.dataTable th.dt-center,165table.dataTable td.dt-center,166table.dataTable td.dataTables_empty {167text-align: center;168}169table.dataTable th.dt-right,170table.dataTable td.dt-right {171text-align: right;172}173table.dataTable th.dt-justify,174table.dataTable td.dt-justify {175text-align: justify;176}177table.dataTable th.dt-nowrap,178table.dataTable td.dt-nowrap {179white-space: nowrap;180}181table.dataTable thead th.dt-head-left,182table.dataTable thead td.dt-head-left,183table.dataTable tfoot th.dt-head-left,184table.dataTable tfoot td.dt-head-left {185text-align: left;186}187table.dataTable thead th.dt-head-center,188table.dataTable thead td.dt-head-center,189table.dataTable tfoot th.dt-head-center,190table.dataTable tfoot td.dt-head-center {191text-align: center;192}193table.dataTable thead th.dt-head-right,194table.dataTable thead td.dt-head-right,195table.dataTable tfoot th.dt-head-right,196table.dataTable tfoot td.dt-head-right {197text-align: right;198}199table.dataTable thead th.dt-head-justify,200table.dataTable thead td.dt-head-justify,201table.dataTable tfoot th.dt-head-justify,202table.dataTable tfoot td.dt-head-justify {203text-align: justify;204}205table.dataTable thead th.dt-head-nowrap,206table.dataTable thead td.dt-head-nowrap,207table.dataTable tfoot th.dt-head-nowrap,208table.dataTable tfoot td.dt-head-nowrap {209white-space: nowrap;210}211table.dataTable tbody th.dt-body-left,212table.dataTable tbody td.dt-body-left {213text-align: left;214}215table.dataTable tbody th.dt-body-center,216table.dataTable tbody td.dt-body-center {217text-align: center;218}219table.dataTable tbody th.dt-body-right,220table.dataTable tbody td.dt-body-right {221text-align: right;222}223table.dataTable tbody th.dt-body-justify,224table.dataTable tbody td.dt-body-justify {225text-align: justify;226}227table.dataTable tbody th.dt-body-nowrap,228table.dataTable tbody td.dt-body-nowrap {229white-space: nowrap;230}231232table.dataTable,233table.dataTable th,234table.dataTable td {235-webkit-box-sizing: content-box;236-moz-box-sizing: content-box;237box-sizing: content-box;238}239240/*241* Control feature layout242*/243.dataTables_wrapper {244position: relative;245clear: both;246*zoom: 1;247zoom: 1;248}249.dataTables_wrapper .dataTables_length {250float: left;251}252.dataTables_wrapper .dataTables_filter {253float: right;254text-align: right;255}256.dataTables_wrapper .dataTables_filter input {257margin-left: 0.5em;258}259.dataTables_wrapper .dataTables_info {260clear: both;261float: left;262padding-top: 0.755em;263}264.dataTables_wrapper .dataTables_paginate {265float: right;266text-align: right;267padding-top: 0.25em;268}269.dataTables_wrapper .dataTables_paginate .paginate_button {270box-sizing: border-box;271display: inline-block;272min-width: 1.5em;273padding: 0.5em 1em;274margin-left: 2px;275text-align: center;276text-decoration: none !important;277cursor: pointer;278*cursor: hand;279color: #333 !important;280border: 1px solid transparent;281border-radius: 2px;282}283.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {284color: #333 !important;285border: 1px solid #979797;286background-color: white;287background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));288/* Chrome,Safari4+ */289background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);290/* Chrome10+,Safari5.1+ */291background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);292/* FF3.6+ */293background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);294/* IE10+ */295background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);296/* Opera 11.10+ */297background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);298/* W3C */299}300.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {301cursor: default;302color: #666 !important;303border: 1px solid transparent;304background: transparent;305box-shadow: none;306}307.dataTables_wrapper .dataTables_paginate .paginate_button:hover {308color: white !important;309border: 1px solid #111;310background-color: #585858;311background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));312/* Chrome,Safari4+ */313background: -webkit-linear-gradient(top, #585858 0%, #111 100%);314/* Chrome10+,Safari5.1+ */315background: -moz-linear-gradient(top, #585858 0%, #111 100%);316/* FF3.6+ */317background: -ms-linear-gradient(top, #585858 0%, #111 100%);318/* IE10+ */319background: -o-linear-gradient(top, #585858 0%, #111 100%);320/* Opera 11.10+ */321background: linear-gradient(to bottom, #585858 0%, #111 100%);322/* W3C */323}324.dataTables_wrapper .dataTables_paginate .paginate_button:active {325outline: none;326background-color: #2b2b2b;327background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));328/* Chrome,Safari4+ */329background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);330/* Chrome10+,Safari5.1+ */331background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);332/* FF3.6+ */333background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);334/* IE10+ */335background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);336/* Opera 11.10+ */337background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);338/* W3C */339box-shadow: inset 0 0 3px #111;340}341.dataTables_wrapper .dataTables_paginate .ellipsis {342padding: 0 1em;343}344.dataTables_wrapper .dataTables_processing {345position: absolute;346top: 50%;347left: 50%;348width: 100%;349height: 40px;350margin-left: -50%;351margin-top: -25px;352padding-top: 20px;353text-align: center;354font-size: 1.2em;355background-color: white;356background: -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)));357background: -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%);358background: -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%);359background: -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%);360background: -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%);361background: 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%);362}363.dataTables_wrapper .dataTables_length,364.dataTables_wrapper .dataTables_filter,365.dataTables_wrapper .dataTables_info,366.dataTables_wrapper .dataTables_processing,367.dataTables_wrapper .dataTables_paginate {368color: #333;369}370.dataTables_wrapper .dataTables_scroll {371clear: both;372}373.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {374*margin-top: -1px;375-webkit-overflow-scrolling: touch;376}377.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,378.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {379height: 0;380overflow: hidden;381margin: 0 !important;382padding: 0 !important;383}384.dataTables_wrapper.no-footer .dataTables_scrollBody {385border-bottom: 1px solid #111;386}387.dataTables_wrapper.no-footer div.dataTables_scrollHead table,388.dataTables_wrapper.no-footer div.dataTables_scrollBody table {389border-bottom: none;390}391.dataTables_wrapper:after {392visibility: hidden;393display: block;394content: "";395clear: both;396height: 0;397}398399@media screen and (max-width: 767px) {400.dataTables_wrapper .dataTables_info,401.dataTables_wrapper .dataTables_paginate {402float: none;403text-align: center;404}405.dataTables_wrapper .dataTables_paginate {406margin-top: 0.5em;407}408}409@media screen and (max-width: 640px) {410.dataTables_wrapper .dataTables_length,411.dataTables_wrapper .dataTables_filter {412float: none;413text-align: center;414}415.dataTables_wrapper .dataTables_filter {416margin-top: 0.5em;417}418}419table.dataTable thead th div.DataTables_sort_wrapper {420position: relative;421}422table.dataTable thead th div.DataTables_sort_wrapper span {423position: absolute;424top: 50%;425margin-top: -8px;426right: -18px;427}428table.dataTable thead th.ui-state-default,429table.dataTable tfoot th.ui-state-default {430border-right-width: 0;431}432table.dataTable thead th.ui-state-default:last-child,433table.dataTable tfoot th.ui-state-default:last-child {434border-right-width: 1px;435}436437/*438* Control feature layout439*/440.dataTables_wrapper .dataTables_paginate .fg-button {441box-sizing: border-box;442display: inline-block;443min-width: 1.5em;444padding: 0.5em;445margin-left: 2px;446text-align: center;447text-decoration: none !important;448cursor: pointer;449*cursor: hand;450color: #333 !important;451border: 1px solid transparent;452}453.dataTables_wrapper .dataTables_paginate .fg-button:active {454outline: none;455}456.dataTables_wrapper .dataTables_paginate .fg-button:first-child {457border-top-left-radius: 3px;458border-bottom-left-radius: 3px;459}460.dataTables_wrapper .dataTables_paginate .fg-button:last-child {461border-top-right-radius: 3px;462border-bottom-right-radius: 3px;463}464.dataTables_wrapper .ui-widget-header {465font-weight: normal;466}467.dataTables_wrapper .ui-toolbar {468padding: 8px;469}470.dataTables_wrapper.no-footer .dataTables_scrollBody {471border-bottom: none;472}473474475