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