.table_visibility { li { background-color: #fff; padding: 0px 15px; margin: 10px 0px; display: flex; flex-direction: row; justify-content: space-between; .checkbox { margin: 0px; label { white-space: nowrap; padding: 0rem 0.5rem; } } .icon { position: relative; top: 0.125rem; font-size: 15px; line-height: 1.25rem; color: $neutral-2; } &:hover .icon, &:focus .icon { color: $neutral-1; } } } td.actions.center, th.actions.center { vertical-align: middle; width: 0px; padding: 0rem 0rem 0rem 8px; .table-btn { font-size: 1.25rem; padding: 0.375rem; margin: 0.375rem; } } .dataTables_info span.select-info { padding-left: 15px; } .tools_table.children.table-bordered > thead > tr { color: black !important; background-color: inherit; background-image: none; } select[multiple], select[size] { height: auto !important; } .select2-selection--multiple .select2-search { width: initial; position: initial; } .has-feedback .select2 + .glyphicon.form-control-feedback { top: 19px; right: 15px; } .has-error .select2-dropdown, .has-error .select2-selection { border-color: #a94442 !important; } div.dataTables_processing { background-color: white !important; opacity: 0.8; z-index: 20; top: inherit; left: inherit; width: 100%; height: 500px; margin-left: inherit; margin-top: inherit; display: inline-table; vertical-align: middle; right: 0; border: none; } table.dataTable { width: 100%; margin-top: 0px !important; margin-bottom: 0px !important; border-bottom: 1px solid $neutral-3; > thead > tr > th { background-color: $neutral-4; text-transform: uppercase; font-size: 0.75rem; font-weight: 600; padding: 1rem 4rem 1rem 0.5rem; border-top: 1px solid $neutral-3 !important; border-bottom: 1px solid $neutral-3; &.sorting:after, &.sorting_asc:after, &.sorting_desc:after { position: absolute; top: unset; bottom: 1rem; right: 0.5rem; font-family: webicons; opacity: 1; color: $primary; } &.sorting { &:after { content: ""; } } &.sorting_asc { &:after { content: "\e941"; } } &.sorting_desc { &:after { content: "\e942"; } } } > tbody > tr { &.selected { background: $neutral-3; } > td { padding: 1rem 0.5rem; border-top: none; vertical-align: middle; } } } div.dataTables_scrollBody table.dataTable thead th.sorting:after, div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after, div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after { content: ""; } .table-header { display: flex; // height: 100%; justify-content: space-between; .btn-group .btn + .btn { margin-left: 0.5rem; } .dropdown { float: left; } > div { display: flex; } .table-btn { float: left; &:hover, &.active { color: $primary; } } .search-wrapper { border-left: 1px solid $neutral-3; display: flex; margin: 0.5rem 0; width: 2.5rem; overflow: hidden; -webkit-transition: width 0.3s ease-in-out; -moz-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; .table-btn { margin: 0 0.5rem; } .form-control[name="table[search]"] { line-height: 1rem; padding: 0.5rem 0; font-size: 0.875rem; height: 100%; border: none; box-shadow: none; border-bottom: 1px solid $support-1; } &.active { width: 14rem; .table-btn { margin-right: 0; border-bottom: 1px solid $support-1; } } } } // // Workflow Context Menu // ul.context-menu-list { // border-radius: 2px; // box-shadow: 0 1px 8px -1px $neutral-shadow; // TODO: replace with variable name // font-size: 0.875rem; // min-width: 8rem; // .context-menu-item { // color: $support-1; // padding: 0.25rem 0.75rem; // &.context-menu-hover { // background-color: $neutral-3; // } // } // } // .context-menu-action { // padding: 2px; // font-size: 1.25rem; // line-height: 1rem; // border: none; // color: $support-1; // } .table-footer { width: 100%; padding: 0.75rem 0.5rem; display: flex; flex-direction: row; justify-content: space-between; align-items: center; > .dataTables_info, .dataTables_paginate { flex: 1; } .dataTables_info { padding: 0; } } // Prev 1 2 3 Next .dataTables_paginate { .pagination .paginate_button { a { color: $support-1; background-color: none; border: none; margin: 4px; padding: 2px 8px; border-radius: 2px; } &.active a { color: $neutral-4; } &.disabled { a, a:hover, a:focus { color: $neutral-2; background-color: none; cursor: not-allowed; } } &.first, &.last { display: none; } } } .table-bordered .small > tbody > tr > td { padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; font-size: 12px; text-align: center; vertical-align: middle !important; }