﻿/* jTable metro style theme - Purple
 * Created by Halil İbrahim Kalkan
 * http://www.jtable.org
 */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxrsuoFAk0leveMLeqYtnfAY.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxmWeb5PoA5ztb49yLyUzH1A.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff) format('woff');
}*/
div.jtable-main-container {
    position: relative;
    margin-top: 20px;
}
div.jtable-main-container div.jtable-title {
    position: relative;
    text-align: left;
}
div.jtable-main-container div.jtable-title .jtable-close-button {
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar {
    bottom: 0px;
    right: 0px;
    position: absolute;
    display: inline-block;
    margin-right: 5px;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    font-size: 0.9em;
    padding: 5px;
    vertical-align: bottom;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
div.jtable-main-container div.jtable-title .jtable-close-button + div.jtable-toolbar {
    margin-right: 30px;
}
div.jtable-main-container table.jtable {
    width: 100%;
}
div.jtable-main-container table.jtable thead th {
    vertical-align: middle;
    text-align: left;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    position: relative;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    display: inline-block;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    position: absolute;
    height: 24px;
    width: 8px;
    right: -8px;
    top: -2px;
    z-index: 2;
    cursor: col-resize;
}
div.jtable-main-container table.jtable thead th.jtable-command-column-header {
    text-align: center;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
    text-align: center;
    width: 1%;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input {
    cursor: pointer;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
    cursor: pointer;
}
div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: none;
    display: inline;
}
div.jtable-main-container table.jtable tbody tr > td .jtable-command-button span {
    display: none;
}
div.jtable-main-container table.jtable tbody tr > td.jtable-command-column {
    text-align: center;
    vertical-align: middle;
}
div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column {
    text-align: center;
    vertical-align: middle;
}
div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column input {
    cursor: pointer;
}
div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
    text-align: center;
}
div.jtable-main-container > div.jtable-bottom-panel {
    position: relative;
    min-height: 24px;
    text-align: left;
}
div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
    display: inline-block;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
    cursor: default;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
    margin-left: 5px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
    margin-left: 5px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
    width: 22px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
    vertical-align: middle;
}
div.jtable-main-container div.jtable-column-resize-bar {
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    display: none;
    width: 1px;
    background-color: #000;
}
div.jtable-main-container div.jtable-column-selection-container {
    position: absolute;
    display: none;
    border: 1px solid #C8C8C8;
    background: #fff;
    color: #000;
    z-index: 101;
    padding: 5px;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
    margin: 0px;
    padding: 2px 0px;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
    position: relative;
    top: -1px;
    margin-left: 4px;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
    cursor: pointer;
}
form.jtable-dialog-form div.jtable-input-field-container {
    padding: 2px 0px 3px 0px;
    border-bottom: 1px solid #ddd;
}
form.jtable-dialog-form div.jtable-input-field-container:last-child {
    border: none;
}
form.jtable-dialog-form div.jtable-input-label {
    padding: 2px 3px;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
}
form.jtable-dialog-form div.jtable-input {
    padding: 2px;
}
form.jtable-dialog-form div.jtable-date-input {
    /* No additional style */

}
form.jtable-dialog-form div.jtable-text-input {
    /* No additional style */

}
form.jtable-dialog-form span.jtable-option-text-clickable {
    position: relative;
    top: -2px;
}
form.jtable-dialog-form div.jtable-textarea-input textarea {
    width: 300px;
    min-height: 60px;
}
form.jtable-dialog-form div.jtable-checkbox-input span,
form.jtable-dialog-form div.jtable-radio-input span {
    padding-left: 4px;
}
form.jtable-dialog-form div.jtable-radio-input input,
form.jtable-dialog-form div.jtable-checkbox-input input,
form.jtable-dialog-form span.jtable-option-text-clickable {
    cursor: pointer;
}
div.jtable-busy-panel-background {
    opacity: 0.1;
    filter: alpha(opacity=0);
    z-index: 998;
    position: absolute;
    background-color: transparent;
}
div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
    background-color: transparent;
}
div.jtable-busy-message {
    cursor: wait;
    z-index: 999;
    position: absolute;
    margin: 5px;
}
div.jtable-contextmenu-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
div.jtable-main-container {
    /*  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    line-height: 1.3;
    text-align: center;
    position: relative;
}
div.jtable-main-container > div.jtable-title {
    background-color: #3e1a98;
    padding-left: 10px;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
    /*  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}
div.jtable-main-container > div.jtable-title .jtable-close-button {
    right: 8px;
    top: 8px;
    bottom: 8px;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: url('../../metro/close.png') no-repeat;
    width: 16px;
    height: 16px;
}
div.jtable-main-container > div.jtable-title .jtable-close-button:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar {
    bottom: 0px;
    right: 0px;
    position: absolute;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    background-color: #2F123F;
    color: white;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-add-record span.jtable-toolbar-item-icon {
    background-image: url('../../metro/add.png');
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-delete-selected span.jtable-toolbar-item-icon {
    background-image: url('../../metro/remove.png');
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
    background-color: #2F123F;
    padding-bottom: 8px;
}
div.jtable-main-container > table.jtable {
    /*  border: 1px solid #603cba;*/
    border-collapse: collapse;
    border-spacing: 0;
}
div.jtable-main-container > table.jtable > thead {
    background: #593c6c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5M2M2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTA4MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #593c6c 0%, #250834 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#593c6c), color-stop(100%,#250834));
    background: -webkit-linear-gradient(top, #593c6c 0%,#250834 100%);
    background: -o-linear-gradient(top, #593c6c 0%,#250834 100%);
    background: -ms-linear-gradient(top, #593c6c 0%,#250834 100%);
    background: linear-gradient(to bottom, #593c6c 0%,#250834 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593c6c', endColorstr='#250834',GradientType=0 );
}
div.jtable-main-container > table.jtable > thead th {
    /*  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: 32px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    height: 28px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    margin-top: 6px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sortable div.jtable-column-header-container {
    background: url('../metro/column-sortable.png') no-repeat right;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
    background: url('../metro/column-asc.png') no-repeat right;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
    background: url('../metro/column-desc.png') no-repeat right;
}
div.jtable-main-container > table.jtable > tbody > tr {
    //background-color: #e8e8e8; /*edited*/
}
div.jtable-main-container > table.jtable > tbody > tr > td {
    border-bottom: 1px solid #dac1ec; /*edited*/
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
    padding: 4px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-edit-command-button {
    background: url('../edit.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-edit-command-button:hover {
    opacity: 0.8;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-delete-command-button {
    background: url('../delete.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-delete-command-button:hover {
    opacity: 0.8;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-copy-command-button {
    background: url('../copy.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-copy-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-row-even {
    //background-color: #e8e8e8;
}
div.jtable-main-container > table.jtable > tbody > tr:hover {
    background: #e8eaef;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected {
    color: #1b1b1b;
    background-color: #e8e8e8;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-created {
    background-color: #936fed;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-updated {
    background-color: #936fed;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-deleting {
    background-color: #e51400;
    color: #fff;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td {
    padding: 2px;
    background-color: #fff;
}
div.jtable-main-container > div.jtable-bottom-panel {
    background-color: #E8E8E8;
    //color: #fff;
    min-height: 22.900000000000002px;
    font-size: 13px;
    //border: 1px solid #603cba;
    //border-top: none;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
    margin: 1px 0px 0px 0px;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    background-color: #593c6c;
    margin: 1px;
    padding: 2px 5px;
    color: #fff;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover {
    background-color: #825edc;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
    opacity: 0.75;
    filter: alpha(opacity=50);
    color: #ccc;
    cursor: default;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled:hover {
    background-color: #603cba;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
    display: inline-block;
    padding: 4px;
    margin-right: 20px;
}
form.jtable-dialog-form {
    font-weight: 400;
    font-size: 14px;
}

.pagination .jtable-page-number-active a {
    background-color: #593C6C;
    color: #fff;
}

.pagination-sm {
    text-align: center;
}

.pagination-sm > li {
    display: inline-block;
}

.jtable-bottom-panel .result-num {
    text-align: center;
}

div.jtable-busy-message {
    margin:0px;
}

@media (min-width: 992px) {
    .jtable-bottom-panel .result-num {
        text-align: right;
    }
}
.jtable-page-list span {
    cursor: pointer !important;
    //border-radius: 3px;
    //border: 1px #482b59 solid;
    background-color: transparent !important;
    color: #1f052e !important;
    font-weight: bold;
    box-shadow: 0 1px 0 1px #e4e6eb;
    transition: all 0.5s ease 0s;
}
.jtable-command-column button:hover {
    opacity: 0.8 !important;
}
.jtable-page-number.jtable-page-number-active.jtable-page-number-disabled, .jtable-page-list span:hover {
    color: #fff !important;
    background-color: #482b59 !important;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-pause-command-button {
    background: url('../pause.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-stop-command-button {
    background: url('../stop.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-resume-command-button,
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-restart-command-button {
    background: url('../resume.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-send-command-button {
    background: url('../play.png') no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
.searchInput {
    border: 1px #1f052e solid;
    padding: 2px 3px;
}
.jtable-search-button input {
    color: #482b59;
    border: none;
    background-image: url("./search-icon.png");
    background-position: 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 5px;
    margin-left: 10px;
    height: 24px;
}

.jtable-search-button input {
    transition: all 0.5s ease 0s;
}

.jtable-search-button input:hover {
    box-shadow: 0 1px 0 1px #e4e6eb;
}
.jtable-footer-top, .jtable-footer-bottom {
    position: relative;
    clear: both;
    height: 35px;
}
.jtable-top-left-area, .jtable-bottom-left-area {
    float: left;
}
.jtable-top-right-area, .jtable-bottom-right-area {
    float: right;
}
.searchSelect {
    background: transparent !important;
    border: none;
    position: absolute;
    width: 150px;
    cursor: pointer;
}
.searchSelectDiv {
    //border: 1px #1f052e solid;
    //border-radius: 3px;
    background-size: contain;
    height: 24px;
    width: 130px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background: url("./dropdown.png") no-repeat right;
    box-shadow: 0 1px 0 1px #e4e6eb;
}
.jtable-search-container {
    float: left;
    margin: 0 5px;
}
.jtable-page-container {
    float: right;
    margin: 0 5px;
    line-height: 22px;
}
.jtable-bottom-panel > div {padding-top: 10px;}
.jtable-page-size-change, .jtable-goto-page {
    //border: 1px #1f052e solid;
    //border-radius: 3px;
    background-size: contain;
    height: 24px;
    width: 80px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background: url("./dropdown.png") no-repeat right;
    box-shadow: 0 1px 0 1px #e4e6eb;
    cursor: pointer;
}

.jtable-page-size-change select, .jtable-goto-page select {
    background: transparent !important;
    border: none;
    position: absolute;
    width: 100px;
}
.jtable-dropdown-input {
    border: 1px #1f052e solid;
    border-radius: 3px;
    background-size: contain;
    position: relative;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
    width: 120px;
    background: url("./dropdown.png") no-repeat right;
}
.jtable-dropdown-input select {
    width: 140px;
    position: absolute;
    border: 0;
    background: transparent;
}
.jt-full-width-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}