/*default purple themes*/
div.jtable-main-container {
	position: relative;
	white-space: nowrap !important;
}
div.jtable-main-container div.jtable-title {
	position: relative;
	text-align: left;
	font-size: 20px;
}
div.jtable-main-container div.jtable-title .jtable-close-button {
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar {
	bottom: 0;
	right: 0;
	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: 0 0 0 5px;
	cursor: pointer;
	font-size: 0.9em;
	padding: 2px;
	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;
	margin-bottom: 5px !important;
}
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: 10px;
	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: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	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: 0;
	top: 0;
	bottom: 0;
	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: 0;
	padding: 0;
	list-style: none;
}
div.jtable-main-container
	div.jtable-column-selection-container
	ul.jtable-column-select-list
	li {
	margin: 0;
	padding: 2px 0;
}
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 0 3px;
	border-bottom: 1px solid #ddd;
}
form.jtable-dialog-form div.jtable-input-field-container:last-child {
	border: 0;
}
form.jtable-dialog-form div.jtable-input-label {
	padding: 2px 3px;
	font-size: 1.1em;
	color: #666;
}
form.jtable-dialog-form div.jtable-input {
	padding: 2px;
}
form.jtable-dialog-form div.jtable-date-input {
}
form.jtable-dialog-form div.jtable-text-input {
}
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=50);
	z-index: 998;
	position: absolute;
	background-color: #e7f0f2;
}
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: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
div.jtable-main-container {
	margin: 0px;
	color: #222;
}
div.jtable-main-container > div.jtable-title {
	background-color: #555299;
	padding: 0 10px;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
}
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(../../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: 0;
	right: 0;
	position: absolute;
	overflow-x: auto;
}
div.jtable-main-container
	> div.jtable-title
	div.jtable-toolbar
	span.jtable-toolbar-item {
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
}
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(../../add.png);
}
div.jtable-main-container > table.jtable {
	border: 1px solid #f1f2f3;
	border-collapse: collapse;
	border-spacing: 0;
}
div.jtable-main-container > table.jtable > thead {
	background: #eee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0 );
	padding-top: 20px !important;
	margin-bottom: 20px;
}
div.jtable-main-container > table.jtable > thead th {
	color: #333;
}
div.jtable-main-container
	> table.jtable
	> thead
	th.jtable-column-header
	div.jtable-column-header-container {
	height: 34px;
	margin-left: 4px;
}
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 {
	font-weight: 700;
	margin-top: 12px;
}
div.jtable-main-container
	> table.jtable
	> thead
	th.jtable-column-header-sortable
	div.jtable-column-header-container {
	background: url(../../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(../../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(../../column-desc.png) no-repeat right;
}
div.jtable-main-container > table.jtable > tbody > tr {
	background-color: #fff;
}
div.jtable-main-container > table.jtable > tbody > tr > td {
	border: 1px solid #ddd;
}
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-row-even {
	background-color: #f9f9f9;
}
div.jtable-main-container > table.jtable > tbody > tr:hover {
	background: #e8eaef;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected {
	color: #fff;
	background-color: #825edc;
}
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: #eee;
	color: #333;
	min-height: 33.9px;
    font-size: 14px;
	border: 1px solid #ccc;
	border-top: 0;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
	margin: 1px 0 0;
}
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: #ccc;
	margin: 1px;
	padding: 2px 5px;
	color: #333;
}
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: #ccc;
}
div.jtable-main-container
	> div.jtable-bottom-panel
	.jtable-page-list
	.jtable-page-number-disabled {
	opacity: 0.75;
	filter: alpha(opacity=50);
	color: #333;
	cursor: default;
}
div.jtable-main-container
	> div.jtable-bottom-panel
	.jtable-page-list
	.jtable-page-number-disabled:hover {
	background-color: #aaa;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
	display: inline-block;
	padding: 4px;
}
div.jtable-main-container
	> div.jtable-bottom-panel
	span.jtable-page-size-change {
	display: inline-block;
	padding: 2px 0;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
	display: inline-block;
	padding: 2px 0;
}
form.jtable-dialog-form {
}
div.jtable-busy-message {
	font-family: segoe ui semilight, open sans, Verdana, Arial, Helvetica,
		sans-serif;
	font-weight: 300;
	font-size: 10px;
	border: 1px solid #fff;
	padding: 5px 5px 5px 58px;
	color: #fff;
	background: url(loading.gif) no-repeat;
	background-color: #444;
	background-position: 8px;
}

/*overiding css*/
.yii2-jtable {
	box-shadow: none !important;
}
div.jtable-main-container tr td {
	white-space: normal !important;
}
.jtable-toolbar-item-text {
	color: #fff;
}
.jtable-toolbar-item:hover,
.jtable-toolbar-item-hover,
.jtable-toolbar-item-text:hover {
	background: #0a6410 !important;
}
div.jtable-main-container > div.jtable-title {
	background-color: #00923F   !important;
    padding: 3px 10px;
    box-shadow: 2px 2px 5px #c9dcd6 !important;
    border: 0px !important;
    color: #fff !important;
    overflow-x: auto;
}
.jtable-title-text {
	color: #fff !important;
}
.jtable-warning > div.jtable-main-container > div.jtable-title {
	padding: 3px 10px;
	box-shadow: 0px 0px 0px #888;
}
.jtable-danger > div.jtable-main-container > div.jtable-title {
	padding: 3px 10px;
	box-shadow: 0px 0px 0px #888;
}
.jtable-success > div.jtable-main-container > div.jtable-title {
	padding: 3px 10px;
	box-shadow: 0px 0px 0px #888;
}
div.jtable-busy-message {
	font-family: "Segoe UI Semilight", "Open Sans", Verdana, Arial, Helvetica,
		sans-serif;
	font-weight: 300;
	font-size: 10px;
	border: 1px solid #1d5ca3;
	padding: 5px 5px 5px 58px;
	color: #333;
	background-color: #e7f0f2;
	background-position: 8px;
}
.jtable-toolbar-item {
	padding: 3px 5px !important;
	margin-bottom: 6px !important;
	border-radius: 3px;
	font-size: 12px !important;
}
div.jtable-main-container
	> div.jtable-title
	div.jtable-toolbar
	span.btn-danger {
	box-shadow: none !important;
	border: none !important;
	background-color: #333 !important;
}
div.jtable-main-container
	> div.jtable-title
	div.jtable-toolbar
	span.btn-danger.jtable-toolbar-item-hover {
	box-shadow: none !important;
	border: none !important;
	background-color: #333 !important;
}
div.jtable-main-container
	> div.jtable-title
	div.jtable-toolbar
	span.jtable-toolbar-item.jtable-toolbar-item-hover {
	background-color: #333;
}

div.jtable-main-container > table.jtable > thead {
	background: none !important; /* Old browsers */
	margin: 0px;
	padding: 0px;
}
div.jtable-main-container > table.jtable > thead > tr > th {
	border: 1px solid #eee !important;
	line-height: 1px;
}
.jtable-column-header {
	padding-top: 5px;
}
.jtable-column-header-text {
	line-height: 0px;
}
.jtable-column-header-container {
	height: 30px !important;
    padding-left: 1px;
    padding-right: 5px;
}
.jtable-toolbarsearch {
	font-weight: normal !important;
    /* height: 25px !important; */
    padding: 0px;
    /* border: 1px solid #607284 !important; */
    background: #fff !important;
    /* color: #000 !important; */
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #67757c;
    /* min-height: 29px; */
    /* display: initial; */
    font-size: 14px;
    width: 100%;
}

.jtable-toolbarsearch:focus {
	border-color: #00923F  ;
}

.jtable-no-data-row td {
	padding: 15px !important;
}
.yii2-jtable {
	padding: 0px !important;
	box-shadow: 0px 0px 10px #ccc;
}

.yii2-jtable .btn {
	box-shadow: none !important;
	border: none !important;
	margin-left: 2px;
}
/*.yii2-jtable thead > tr > th:last-child,
.yii2-jtable tbody > tr > td:last-child,*/
.yii2-jtable thead > tr > th:first-child,
.yii2-jtable tbody > tr > td:first-child,
.yii2-jtable thead > tr > th:nth-child(2),
.yii2-jtable tbody > tr > td:nth-child(2) {
	/*text-align: center !important;*/
	/*width:2px !important;*/
	white-space: nowrap !important;
}

.yii2-jtable thead > tr > th span:first-letter {
	text-transform: uppercase !important;
}

.yii2-jtable table {
	background: #232d32 !important;
}
.yii2-jtable tr {
	color: #fff;
	border-color: #232d32;
}

.yii2-jtable td {
	background: #eee !important;
	color: #333;
	border-color: #ccc !important;
}
.yii2-jtable th {
	background: #ddd !important;
	color: #333;
}
.jtable-bottom-panel {
	background: #fff !important;
	color: #333 !important;
	border-color: #ccc !important;
}
.jtable-bottom-panel select {
	color: #333 !important;
}
.jtable-page-list span {
	background: #00923F   !important;
	color: #fff !important;
	border-radius: 5px;
}
.jtable-column-header-text {
	color: #333;
}
div.jtable-main-container > table.jtable > thead > tr > th {
	border: 1px solid #ccc !important;
	line-height: 1px;
}

.td_action {
	white-space: nowrap !important;
}

.jtable-data-row textarea,
.jtable-data-row input,
.jtable-data-row select {
	width: 100% !important;
	background: #fff;
	color: #333 !important;
	border-color: #ccc !important;
}
