/*!
 * jQuery Bootgrid v1.3.1 - 09/11/2015
 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com)
 * Licensed under MIT http://www.opensource.org/licenses/MIT
 */
.bootgrid-header,
.bootgrid-footer {
  margin: 15px 0;
}

.bootgrid-header a,
.bootgrid-footer a {
  outline: 0;
}

.bootgrid-header .search,
.bootgrid-footer .search {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  width: 180px;
}

.bootgrid-header .search .glyphicon,
.bootgrid-footer .search .glyphicon {
  top: 0;
}

.bootgrid-header .search .fa,
.bootgrid-footer .search .fa {
  display: table-cell;
}

.bootgrid-header .search.search-field::-ms-clear,
.bootgrid-footer .search.search-field::-ms-clear,
.bootgrid-header .search .search-field::-ms-clear,
.bootgrid-footer .search .search-field::-ms-clear {
  display: none;
}

.bootgrid-header .pagination,
.bootgrid-footer .pagination {
  margin: 0 !important;
  padding-left: 30px;
}

.bootgrid-header .actionBar,
.bootgrid-footer .infoBar {
  text-align: right;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu {
  text-align: left;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 3px 20px;
  white-space: nowrap;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus {
  color: #262626;
  text-decoration: none;
  background-color: #F5F5F5;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox {
  margin: 0 2px 4px 0;
  vertical-align: middle;
}

.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.disabled,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.disabled {
  cursor: not-allowed;
}

.bootgrid-table {
  table-layout: auto;
  font-size: 80%;
}

.bootgrid-table a {
  outline: 0;
}

.bootgrid-table th > .column-header-anchor {
  color: #333333;
  cursor: not-allowed;
  display: block;
  position: relative;
  text-decoration: none;
}

.bootgrid-table th > .column-header-anchor.sortable {
  cursor: pointer;
}

.bootgrid-table th > .column-header-anchor > .text {
  display: block;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.bootgrid-table th > .column-header-anchor > .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.bootgrid-table th:hover,
.bootgrid-table th:active {
  background: #FAFAFA;
}

.bootgrid-table td {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.bootgrid-table td.loading,
.bootgrid-table td.no-results {
  background: #FFFFFF;
  text-align: center;
}

.bootgrid-table th.select-cell,
.bootgrid-table td.select-cell {
  text-align: center;
  width: 30px;
}

.bootgrid-table th.select-cell .select-box,
.bootgrid-table td.select-cell .select-box {
  margin: 0;
  outline: 0;
}

.table-responsive .bootgrid-table {
  table-layout: inherit !important;
}

.table-responsive .bootgrid-table th > .column-header-anchor > .text {
  overflow: inherit !important;
  -ms-text-overflow: inherit !important;
  -o-text-overflow: inherit !important;
  text-overflow: inherit !important;
  white-space: inherit !important;
}

.table-responsive .bootgrid-table td {
  overflow: inherit !important;
  -ms-text-overflow: inherit !important;
  -o-text-overflow: inherit !important;
  text-overflow: inherit !important;
  white-space: inherit !important;
}

#rkjsgrid th, td {
  padding: 4px 2px;
}

#rkjsform input[type="text"]{
  padding: 6px 10px;
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

#rkjsform button {
  color: white;
}

#rkjsgrid-footer li {
  font-size: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  background-color: #676767;
}

#rkjsgrid-footer li.active,
#rkjsgrid-footer li:hover {
  background-color: #d23232;
}

#rkjsgrid-footer li a {
  color: white;
  margin: 0.5em;
  line-height: 1;
}
#psefgrid th, td {
  padding: 4px 2px;
}

#psefform input[type="text"]{
  padding: 6px 10px;
  width: 25%;
  margin-bottom: 10px;
  margin-right: 10px;
}

#psefform button {
  color: white;
}

#psefgrid-footer li {
  font-size: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  background-color: #676767;
}

#psefgrid-footer li.active,
#psefgrid-footer li:hover {
  background-color: #d23232;
}

#psefgrid-footer li a {
  color: white;
  margin: 0.5em;
  line-height: 1;
}


@media only screen and (max-width: 768px) {
  .bootgrid-table {
    table-layout: fixed;
    font-size: 60%;
  }

  #rkjsgrid th:nth-child(1) {
    width: 40px;
  }
  #rkjsgrid th:nth-child(4) {
    width: 50px;
  }
  #rkjsgrid th:nth-child(5) {
    width: 50px;
  }

  #rkjsform input[type="text"]{
    padding: 6px 10px;
    width: 45%;
  }

  #psefgrid th:nth-child(1) {
    width: 40px;
  }
  #psefgrid th:nth-child(4) {
    width: 50px;
  }
  #psefgrid th:nth-child(5) {
    width: 50px;
  }

  #psefform input[type="text"]{
    padding: 6px 10px;
    width: 45%;
  }
}
