@charset "UTF-8";
/*
    Fresh Bootstrap Table redesign by Creative Tim
    http://www.creative-tim.com
    @CreativeTim

*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table input[type=radio],
.bootstrap-table .fixed-table-container .table input[type=checkbox] {
  margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  font-size: 2rem;
  margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

@keyframes LOADING {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*           Font Smoothing      */
body {
  font-family: "Roboto", "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, a, .td-name, td, .form-control, label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #9A9A9A;
  font-weight: 300;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%;
}

h1 .subtitle {
  display: block;
  font-family: "Grand Hotel", cursive;
  margin: 0 0 30px;
}

.text-primary, .text-primary:hover {
  color: #1D62F0 !important;
}

.text-info, .text-info:hover {
  color: #109CFF !important;
}

.text-success, .text-success:hover {
  color: #0C9C14 !important;
}

.text-warning, .text-warning:hover {
  color: #ED8D00 !important;
}

.text-danger, .text-danger:hover {
  color: #EE2D20 !important;
}

/*     General overwrite     */
.freshbt-unique-ct {
  display: block;
  padding: 10px;
  margin-top: auto;
}

a {
  color: #2CA8FF;
}
a:hover, a:focus {
  color: #109CFF;
  text-decoration: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: 0 !important;
}

.ui-slider-handle:focus,
.navbar-toggle {
  outline: 0 !important;
}

/*           Animations              */
.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.tagsinput .tag,
.tagsinput-remove-link,
.filter,
.btn-hover,
[data-toggle=collapse] i,
.btn,
.pagination > li > a,
.pagination > li > span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

.btn-morphing .fa,
.btn-morphing .circle,
.gsdk-collapse {
  -webkit-transition: all 370ms linear;
  -moz-transition: all 370ms linear;
  -o-transition: all 370ms linear;
  -ms-transition: all 370ms linear;
  transition: all 370ms linear;
}

.fa {
  text-align: center;
}

.margin-top {
  margin-top: 50px;
}




.input-group-addon {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.has-success .input-group-addon, .has-error .input-group-addon {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
}
.has-error .form-control:focus + .input-group-addon {
  border-color: #FF3B30;
  color: #FF3B30;
}
.has-success .form-control:focus + .input-group-addon {
  border-color: #05AE0E;
  color: #05AE0E;
}
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
  background-color: #FFFFFF;
  border-color: #9A9A9A;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #E3E3E3;
  color: #AAAAAA;
  cursor: not-allowed;
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 9px 16px;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #DDDDDD;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

.input-group-focus .input-group-addon {
  border-color: #9A9A9A;
}

.fresh-table .dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: block;
  z-index: 9000;
  position: absolute;
  border: none;
  background-color: rgba(23, 23, 23, 0.82);
  margin-top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.fresh-table .dropdown-menu > li > a {
  padding: 8px 16px;
  color: #FFFFFF;
}
.fresh-table .dropdown-menu > li > a img {
  margin-top: -3px;
}
.fresh-table .dropdown-menu > li > a:focus {
  outline: 0 !important;
}
.fresh-table .dropdown-menu > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fresh-table .dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fresh-table .dropdown-menu > li > a:hover,
.fresh-table .dropdown-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
}
.fresh-table .dropdown-menu > li.active > a,
.fresh-table .dropdown-menu > li.active > a:hover,
.fresh-table .dropdown-menu > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.fresh-table .dropdown-menu:after {
  border-bottom: 11px solid rgba(23, 23, 23, 0.73);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: -11px;
}
.fresh-table .dropup .dropdown-menu:after {
  border-top: 11px solid rgba(23, 23, 23, 0.73);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  border-bottom: none;
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  right: auto;
  top: auto;
  bottom: -11px;
}
.fresh-table .open .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 29px -50px;
  -moz-transform-origin: 29px -50px;
  -o-transform-origin: 29px -50px;
  -ms-transform-origin: 29px -50px;
  transform-origin: 29px -50px;
}

.fresh-table {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #666666;
}
.fresh-table .btn {
  border-radius: 30px !important;
}
.fresh-table a {
  color: #AAAAAA;
}
.fresh-table a:hover, .fresh-table a:focus {
  color: #898989;
}
.fresh-table input[type=radio],
.fresh-table input[type=checkbox] {
  margin: 4px 5px 0 0;
}
.fresh-table .fixed-table-toolbar {
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
  color: #666666;
}
.fresh-table .fixed-table-toolbar .dropdown-menu {
  overflow: visible;
}
.fresh-table .fixed-table-toolbar .pull-right .btn {
  margin-right: 5px;
}
.fresh-table .fixed-table-toolbar .pull-left .btn {
  margin-left: 5px;
}
.fresh-table .fixed-table-toolbar .search.input-group .form-control:last-child {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.fresh-table .fixed-table-toolbar .search.input-group .form-control:first-child {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.fresh-table .fixed-table-toolbar .columns label {
  padding: 4px 15px;
  padding: 4px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.fresh-table .fixed-table-toolbar .columns ul > li:first-child label {
  padding-top: 10px;
}
.fresh-table .fixed-table-toolbar .columns ul > li:last-child label {
  padding-bottom: 10px;
}
.fresh-table .fixed-table-toolbar:after {
  display: table;
  content: "";
  clear: both;
}
.fresh-table.toolbar-color-blue .fixed-table-toolbar {
  background: #4087ea;
  background: -moz-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #533ce1), color-stop(100%, #4087ea));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #533ce1 0%, #4087ea 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.toolbar-color-azure .fixed-table-toolbar {
  background: #36AFEC;
  background: -moz-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2D7CE7), color-stop(100%, #36AFEC));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2D7CE7 0%, #36AFEC 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.toolbar-color-green .fixed-table-toolbar {
  background: #83CB1E;
  background: -moz-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #53A319), color-stop(100%, #83CB1E));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #53A319 0%, #83CB1E 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.toolbar-color-orange .fixed-table-toolbar {
  background: #ffb33b;
  background: -moz-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ff5221), color-stop(100%, #ffb33b));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ff5221 0%, #ffb33b 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.toolbar-color-red .fixed-table-toolbar {
  background: #ED362C;
  background: -moz-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #C51E1B), color-stop(100%, #ED362C));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #C51E1B 0%, #ED362C 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table .fixed-table-pagination {
  margin: 0 10px;
}
.fresh-table .fixed-table-pagination:after {
  display: table;
  content: "";
  clear: both;
}
.fresh-table .fixed-table-pagination .dropup .dropdown-menu {
  margin-top: auto;
  margin-bottom: 10px !important;
}
.fresh-table .fixed-table-pagination div.pagination,
.fresh-table .fixed-table-pagination .pagination-detail {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fresh-table .bootstrap-table .table tbody > tr > td:first-child {
  padding-left: 18px !important;
}
.fresh-table .bootstrap-table .table thead > tr > th:first-child {
  padding-left: 10px !important;
}
.fresh-table .table > thead > tr > th,
.fresh-table .table > tbody > tr > th,
.fresh-table .table > tfoot > tr > th {
  border-color: #E3E3E3;
}
.fresh-table .table > thead > tr > td,
.fresh-table .table > tbody > tr > td,
.fresh-table .table > tfoot > tr > td {
  border-color: rgba(220, 220, 220, 0.15);
}
.fresh-table .table.table-striped > thead > tr > td, .fresh-table .table.table-striped > tbody > tr > td, .fresh-table .table.table-striped > tfoot > tr > td {
  border: none;
}
.fresh-table .pagination > li > a,
.fresh-table .pagination > li > span,
.fresh-table .pagination > li:first-child > a,
.fresh-table .pagination > li:first-child > span,
.fresh-table .pagination > li:last-child > a,
.fresh-table .pagination > li:last-child > span {
  border-radius: 20px;
  margin: 0 2px;
  background-color: transparent;
  min-width: 36px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-width: 2px;
  color: #AAAAAA;
  border-color: transparent;
 /* opacity: 0.7;*/
  /*filter: alpha(opacity=70);*/
}
.fresh-table .pagination > li > a:hover,
.fresh-table .pagination > li > span:hover,
.fresh-table .pagination > li:first-child > a:hover,
.fresh-table .pagination > li:first-child > span:hover,
.fresh-table .pagination > li:last-child > a:hover,
.fresh-table .pagination > li:last-child > span:hover {
  color: #898989;
  border-color: #898989;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fresh-table .pagination > li.active > a,
.fresh-table .pagination > li.active > span,
.fresh-table .pagination > li.active > a:hover,
.fresh-table .pagination > li.active > span:hover,
.fresh-table .pagination > li.active > a:focus,
.fresh-table .pagination > li.active > span:focus {
  color: #898989;
  border-color: #AAAAAA;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fresh-table .fixed-table-container {
  border: none !important;
}
.fresh-table .fixed-table-container thead th {
  border-left: 0;
}
.fresh-table .fixed-table-container thead th .th-inner {
  padding: 20px 8px 0;
}
.fresh-table .fixed-table-container tbody td {
  border-left: 0;
}
.fresh-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid rgba(220, 220, 220, 0.15) !important;
}
.fresh-table.full-color-blue {
  background: #4087ea;
  background: -moz-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #533ce1), color-stop(100%, #4087ea));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #533ce1 0%, #4087ea 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #533ce1 0%, #4087ea 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.full-color-azure {
  background: #36AFEC;
  background: -moz-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2D7CE7), color-stop(100%, #36AFEC));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2D7CE7 0%, #36AFEC 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.full-color-green {
  background: #83CB1E;
  background: -moz-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #53A319), color-stop(100%, #83CB1E));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #53A319 0%, #83CB1E 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #53A319 0%, #83CB1E 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.full-color-orange {
  background: #ffb33b;
  background: -moz-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ff5221), color-stop(100%, #ffb33b));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ff5221 0%, #ffb33b 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table.full-color-red {
  background: #ED362C;
  background: -moz-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #C51E1B), color-stop(100%, #ED362C));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #C51E1B 0%, #ED362C 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #C51E1B 0%, #ED362C 100%);
  /* W3C */
  background-size: 250% 250%;
}
.fresh-table .table-action {
  padding: 0 3px;
}
.fresh-table .bootstrap-table .table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.fresh-table .bootstrap-table .table .radio,
.fresh-table .bootstrap-table .table .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 15px;
}
.fresh-table .bootstrap-table .table > tfoot > tr > th,
.fresh-table .bootstrap-table .table > thead > tr > th,
.fresh-table .bootstrap-table .table > tbody > tr > td,
.fresh-table .bootstrap-table .table > tfoot > tr > td {
  padding: 12px 8px !important;
  vertical-align: middle;
}
.fresh-table .bootstrap-table .table > tbody > tr {
  position: relative;
}
.fresh-table .bootstrap-table .table > tbody > tr:hover .td-actions .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fresh-table.full-screen-table {
  border-radius: 0;
}
.fresh-table.full-screen-table .fixed-table-toolbar {
  border-radius: 0;
}
.fresh-table .fa {
  min-width: 18px;
}

/*# sourceMappingURL=fresh-bootstrap-table.css.map */
