/* DataTables css starts */
/* Altair md input css starts */
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
outline: none;
}
select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
border-radius: 0;
border-width: 0 0 1px;
border-style: solid;
border-color: rgba(225, 225, 225, 0.12);
font: 400 13px / 16px "Roboto", sans-serif;
font-family: 'Open Sans', sans-serif;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
box-sizing: border-box;
padding: 12px 4px;
background: transparent;
width: 100%;
display: block;
}
select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
border-color: #f55753;
}
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
border-bottom-color: #f55753;
}
select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
border-color: #10cfbd;
}
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
border-bottom-color: #10cfbd;
}
select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
background: transparent;
border-color: rgba(0, 0, 0, 0.12);
}
select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
padding: 4px;
}
.md-input-width-small {
min-width: 80px !important;
}
.md-input-width-medium {
min-width: 160px !important;
}
.md-input-width-large {
min-width: 320px !important;
}
textarea.md-input {
min-height: 80px;
resize: none;
overflow: hidden;
-webkit-transition: height 200ms ease-out;
transition: height 200ms ease-out;
line-height: 24px;
}
.md-input-wrapper {
position: relative;
padding-top: 4px;
width: 100%;
display: block;
}
.md-input-wrapper .md-input-bar {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #aeb1b3;
}
.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
content: '';
display: block;
position: absolute;
bottom: 0;
width: 0;
height: 2px;
color:#;
background: #6d5cae;
-webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-input-wrapper .md-input-bar:before {
left: 50%;
}
.md-input-wrapper .md-input-bar:after {
right: 50%;
}
.md-input-wrapper > label {
color: #5d6367;
position: absolute;
top: 16px;
left: 4px;
right: 0;
pointer-events: none;
-webkit-transition: all 150ms ease-out;
transition: all 150ms ease-out;
}
.md-input-wrapper + * {
margin-top: 10px;
}
.md-input-wrapper.md-input-wrapper-disabled > label {
color: rgba(0, 0, 0, 0.26);
}
.md-input-wrapper-count {
padding-bottom: 24px;
}
.md-input-wrapper-count .md-input-bar {
bottom: 24px;
}
.md-input-wrapper-count .text-count-wrapper {
font-size: 12px;
position: absolute;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
}
.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
position: absolute;
bottom: 0;
right: 0;
}
.md-input-filled > label,
.md-input-focus > label {
top: -6px;
font-size: 12px;
}
.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
opacity: 1;
}
.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
width: 50%;
}
.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
background: #f55753;
}
.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
color: #f55753;
}
.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
background: #10cfbd;
}
.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
color: #10cfbd;
}
.md-form-group {
position: relative;
}
label.md-label {
color: #999;
padding: 0 6px;
font-size: 11px;
}
/* Altair md input css ends */

/* Altair selectize css starts */
/* selectize starts */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
box-shadow: inset 0 0 12px 4px #5d6367;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #5d6367;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #5d6367;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #5d6367;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #5d6367;
border: 0 solid #5d6367;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid transparent;
background: #5d6367; /* dropdown background */
margin: -1px 0 0 0;
border-top: 0 none;
box-sizing: border-box;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #5d6367;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}
.selectize-input {
border-color: rgba(0, 0, 0, 0.12);
line-height: 25px;
padding: 6px 8px;
}
.selectize-input,
.selectize-input.focus {
border-radius: 0;
box-shadow: none;
}
.selectize-input:before,
.selectize-input.focus:before {
display: none;
}
.md-input-danger .selectize-input {
border-color: #e53935;
}
.selectize-input.dropdown-active:before {
display: none;
}
.selectize-dropdown {
margin-top: -40px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
color: #aeb1b3;
z-index: 1210;
}
.selectize-dropdown [data-selectable] {
padding-top: 11px;
padding-bottom: 10px;
}
.selectize-dropdown .active {
background: rgba(0, 0, 0, 0.085);
color: inherit;
}
.selectize-dropdown .optgroup-header {
text-transform: uppercase;
font-weight: 700;
font-size: 11px;
}
.selectize-dropdown.multi .item-icon {
margin-right: 4px;
}
.selectize-control .selectize-input {
min-height: 40px;
}
.selectize-control.multi .selectize-input {
line-height: 21px;
}
.selectize-control.multi .selectize-input > div {
border-radius: 18px;
padding: 3px 8px 2px;
font-size: 14px;
}
.selectize-control.multi .selectize-input .selectize-input.has-items {
padding: 4px;
}
.selectize-control.multi .selectize-input .item-icon {
margin-right: 4px;
}
.selectize-control.multi .selectize-input input {
height: 26px;
}
.selectize-control.plugin-remove_button [data-value] {
padding-right: 32px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
border: none;
width: auto;
padding: 4px 5px 0 0;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button [data-value] .remove:after {
color: #727272;
content: '\e5cd';
font-family: "Material Icons";
font-size: 18px;
}
.selectize-control.single .selectize-input:after {
border: none !important;
content: '\e313';
font-family: "Material Icons";
font-size: 18px;
margin-top: -11px !important;
right: 28px;
}
.selectize_fix {
overflow: hidden;
height: 0;
width: 100%;
}
/* selectize ends */
/* Altair selectize css ends */

/* Altair DataTable css starts */
.dataTables_wrapper .uk-table {
margin: 0 auto;
border-spacing: 0;
}
.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc {
cursor: pointer;
padding-right: 24px;
}
.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled {
position: relative;
}
.dataTables_wrapper .uk-table thead .sorting:after,
.dataTables_wrapper .uk-table thead .sorting_asc:after,
.dataTables_wrapper .uk-table thead .sorting_desc:after,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
position: absolute;
right: 4px;
bottom: 13px;
content: '';
display: block;
width: 18px;
height: 18px;
font-size: 18px;
font-family: "Material Icons";
color: #aeb1b3;
}
.dataTables_wrapper .uk-table thead .sorting:after {
content: '\e164';
color: #aeb1b3;
}
.dataTables_wrapper .uk-table thead .sorting_asc:after {
content: '\e313';
}
.dataTables_wrapper .uk-table thead .sorting_desc:after {
content: '\e316';
}
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after {
content: '\e313';
color: #aeb1b3;
}
.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
content: '\e316';
color: #aeb1b3;
}
.dataTables_wrapper .uk-table,
.dataTables_wrapper .uk-table th,
.dataTables_wrapper .uk-table td {
box-sizing: content-box;
}
.dataTables_wrapper .uk-table:active,
.dataTables_wrapper .uk-table th:active,
.dataTables_wrapper .uk-table td:active {
outline: none;
}
.dataTables_wrapper .uk-table tbody tr.selected {
background-color: rgba(173, 176, 178, 0.05);
}
.dataTables_wrapper .uk-table.order-column tbody tr > .sorting_1,
.dataTables_wrapper .uk-table.order-column tbody tr > .sorting_2,
.dataTables_wrapper .uk-table.order-column tbody tr > .sorting_3,
.dataTables_wrapper .uk-table tbody tr > .sorting_1,
.dataTables_wrapper .uk-table tbody tr > .sorting_2,
.dataTables_wrapper .uk-table tbody tr > .sorting_3 {
background-color: rgba(173, 176, 178, 0.05);
}
.dataTables_wrapper .uk-table.nowrap th,
.dataTables_wrapper .uk-table.nowrap td {
white-space: nowrap;
}
.dataTables_wrapper .uk-table.compact thead th,
.dataTables_wrapper .uk-table.compact thead td {
padding: 4px 17px 4px 4px;
}
.dataTables_wrapper .uk-table.compact tfoot th,
.dataTables_wrapper .uk-table.compact tfoot td {
padding: 4px;
}
.dataTables_wrapper .uk-table.compact tbody th,
.dataTables_wrapper .uk-table.compact tbody td {
padding: 4px;
}
.dataTables_wrapper .uk-table th.dt-left,
.dataTables_wrapper .uk-table td.dt-left {
text-align: left;
}
.dataTables_wrapper .uk-table th.dt-center,
.dataTables_wrapper .uk-table td.dt-center,
.dataTables_wrapper .uk-table td.dataTables_empty {
text-align: center;
}
.dataTables_wrapper .uk-table th.dt-right,
.dataTables_wrapper .uk-table td.dt-right {
text-align: right;
}
.dataTables_wrapper .uk-table th.dt-justify,
.dataTables_wrapper .uk-table td.dt-justify {
text-align: justify;
}
.dataTables_wrapper .uk-table th.dt-nowrap,
.dataTables_wrapper .uk-table td.dt-nowrap {
white-space: nowrap;
}
.dataTables_wrapper .uk-table thead th.dt-head-left,
.dataTables_wrapper .uk-table thead td.dt-head-left,
.dataTables_wrapper .uk-table tfoot th.dt-head-left,
.dataTables_wrapper .uk-table tfoot td.dt-head-left {
text-align: left;
}
.dataTables_wrapper .uk-table thead th.dt-head-center,
.dataTables_wrapper .uk-table thead td.dt-head-center,
.dataTables_wrapper .uk-table tfoot th.dt-head-center,
.dataTables_wrapper .uk-table tfoot td.dt-head-center {
text-align: center;
}
.dataTables_wrapper .uk-table thead th.dt-head-right,
.dataTables_wrapper .uk-table thead td.dt-head-right,
.dataTables_wrapper .uk-table tfoot th.dt-head-right,
.dataTables_wrapper .uk-table tfoot td.dt-head-right {
text-align: right;
}
.dataTables_wrapper .uk-table thead th.dt-head-justify,
.dataTables_wrapper .uk-table thead td.dt-head-justify,
.dataTables_wrapper .uk-table tfoot th.dt-head-justify,
.dataTables_wrapper .uk-table tfoot td.dt-head-justify {
text-align: justify;
}
.dataTables_wrapper .uk-table thead th.dt-head-nowrap,
.dataTables_wrapper .uk-table thead td.dt-head-nowrap,
.dataTables_wrapper .uk-table tfoot th.dt-head-nowrap,
.dataTables_wrapper .uk-table tfoot td.dt-head-nowrap {
white-space: nowrap;
}
.dataTables_wrapper .uk-table tbody th.dt-body-left,
.dataTables_wrapper .uk-table tbody td.dt-body-left {
text-align: left;
}
.dataTables_wrapper .uk-table tbody th.dt-body-center,
.dataTables_wrapper .uk-table tbody td.dt-body-center {
text-align: center;
}
.dataTables_wrapper .uk-table tbody th.dt-body-right,
.dataTables_wrapper .uk-table tbody td.dt-body-right {
text-align: right;
}
.dataTables_wrapper .uk-table tbody th.dt-body-justify,
.dataTables_wrapper .uk-table tbody td.dt-body-justify {
text-align: justify;
}
.dataTables_wrapper .uk-table tbody th.dt-body-nowrap,
.dataTables_wrapper .uk-table tbody td.dt-body-nowrap {
white-space: nowrap;
}
/* DataTable input starts */
.dataTables_wrapper .uk-table tfoot .md-input-wrapper {
padding-top: 0;
}
.dataTables_wrapper .uk-table tfoot .md-input-wrapper .md-input {
padding: 8px 4px;
}
.dataTables_wrapper .dataTables_length {
margin-top: -1px;
}
.dataTables_wrapper .dataTables_filter .md-input-wrapper {
padding-top: 3px;
}
.dataTables_wrapper .dataTables_filter .md-input-wrapper .md-input {
padding: 6px 4px;
color: #aeb1b3; /* search field color */
-webkit-appearance: none;
border-radius: 0;
}
/* DataTable input ends */
/* DataTable selectize starts */
.dataTables_wrapper .selectize-control.dt-selectize {
min-width: 64px;
display: inline-block;
vertical-align: middle;
margin: 0 8px;
height: 40px;
}
.dataTables_wrapper .selectize-control.dt-selectize .selectize-input {
border-color: transparent;
background: #353c41; /* background before */
color: #868a8d;
}
.dataTables_wrapper .selectize-control.dt-selectize:hover .selectize-input {
border-color: rgba(0, 0, 0, 0.12);
background: #5d6367;
}
/* DataTable selectize ends */
.dataTables_wrapper .dt-uikit-header {
padding: 4px 8px;
margin-bottom: 16px;
background:; /* selectize & search background */
}
.dataTables_wrapper .dt-uikit-footer {
padding: 4px 8px;
margin-top: 16px;
}
.dataTables_wrapper .dt-uikit-footer .dataTables_info {
padding-top: 8px;
color: #868a8d;
font-size: 12px;
}
@media only screen and (max-width: 767px) {
.dataTables_wrapper .dt-uikit-footer .dataTables_info {
text-align: center;
}
}
.dataTables_wrapper .dt-uikit-footer .uk-pagination {
text-align: right;
}
@media only screen and (max-width: 767px) {
.dataTables_wrapper .dt-uikit-footer .uk-pagination {
margin-top: 16px;
text-align: center;
}
}
.dataTables_wrapper .uk-overflow-container th,
.dataTables_wrapper .uk-overflow-container td {
white-space: nowrap !important;
}
/* Altair DataTable css ends */
/* DataTables css ends */