table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  display: block;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.8em;
  padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

.bootstrap-wrapper table.dataTable > tbody > tr > td {
  vertical-align: middle;
  outline: none;
}

table.dataTable td.details-control {
  background: url("../resources/details_open.png") no-repeat center center;
  cursor: pointer;
  font-weight: bold;
}

table.dataTable tr.shown td.details-control {
  background: url("../resources/details_close.png") no-repeat center center;
}

.wrap h1 {
  padding-bottom: 20px;
}

td.details-control {
  background: url("../img/details_open.png") no-repeat center center;
  cursor: pointer;
  width: 30px !important;
  min-width: 30px;
  max-width: 30px;
}

tr.parent td.details-control {
  background: url("../img/details_close.png") no-repeat center center;
}

.bootstrap-wrapper .dataTable .input-sm {
  padding: 0px 10px;
}

.bootstrap-wrapper .panel-default > .panel-heading {
  color: #fff;
  border-color: #d23229;
  padding: 12px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #aa2d26;
  background: -o-linear-gradient(90deg, #f94b42 0%, #ef6862 55%, #f98882 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f94b42), color-stop(55%, #ef6862), to(#f98882));
  background: -o-linear-gradient(left, #f94b42 0%, #ef6862 55%, #f98882 100%);
  background: linear-gradient(90deg, #f94b42 0%, #ef6862 55%, #f98882 100%);
}

.bootstrap-wrapper .pagination > .active > a,
.bootstrap-wrapper .pagination > .active > a:focus,
.bootstrap-wrapper .pagination > .active > a:hover,
.bootstrap-wrapper .pagination > .active > span,
.bootstrap-wrapper .pagination > .active > span:focus,
.bootstrap-wrapper .pagination > .active > span:hover {
  background-color: #fba56a;
  border-color: #fba56a;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  cursor: pointer;
}

.wp-core-ui .button-primary
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero,
.bootstrap-wrapper .pagination > li > a,
.bootstrap-wrapper .pagination > li > span,
table.dataTable tbody > tr > td:first-child,
.bootstrap-wrapper .btn,
.bootstrap-wrapper .btn-primary,
.bootstrap-wrapper .btn-warning,
.bootstrap-wrapper .btn-danger,
.dataTable input,
.wrap .page-title-action,
table.dataTable tbody tr td.select-checkbox:before,
table.dataTable tbody tr th.select-checkbox:before,
table.dataTable tbody > tr {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.dashicons.wal-system-icon.dashicons-before::before {
  -webkit-transition: all 0s ease-out !important;
  -o-transition: all 0s ease-out !important;
  transition: all 0s ease-out !important;
}

table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.odd.selected,
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .odd.selected {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 102, 51, 0.45);
  box-shadow: 0px 3px 5px 0px rgba(255, 102, 51, 0.45);
  background: #ffffff;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px 0 0 3px;
}

.bootstrap-wrapper a {
  color: #337ab7;
  text-decoration: none;
}

.bootstrap-wrapper table.dataTable {
  border-collapse: unset;
  font-size: 14px;
  color: #232425;
}

.bootstrap-wrapper table.dataTable tbody td.select-checkbox::before,
.bootstrap-wrapper table.dataTable tbody th.select-checkbox::before {
  border: 1px solid #7d7575;
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-left: -9px;
  margin-top: -9px;
}

.bootstrap-wrapper table.dataTable tbody tr.selected .select-checkbox:before {
  background: #fff;
  background: #f9a26c;
  border-color: #f9a26c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: -11px;
  margin-top: -11px;
}

.bootstrap-wrapper table.dataTable tr.selected .select-checkbox:after {
  content: '\2714';
  margin-top: -10px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #f9a26c, -1px -1px #f9a26c, 1px -1px #f9a26c, -1px 1px #f9a26c;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.bootstrap-wrapper table.dataTable .label {
  padding: 0.5em .9em .6em;
  font-size: 90%;
  font-weight: 700;
}

.page-title-action,
.page-title-action:focus,
.page-title-action:active {
  padding: 8px 17px;
  border: 1px solid #fd2b22;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #ff4d43;
  border-radius: 8px;
  text-shadow: none;
  top: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  outline: none !important;
}

.page-title-action:hover {
  border: 1px solid #fd2b22;
  color: #fd2b22;
  background: transparent;
}

.panel-heading .page-title-action:hover {
  color: #fff;
}

.dataTable input:not([type="checkbox"]):focus,
.dataTable input:focus {
  border-color: #ff4036;
  -webkit-box-shadow: 0 0 0 1px #ff4036;
  box-shadow: 0 0 0 1px #ff4036;
}

.bootstrap-wrapper input[type=file],
.bootstrap-wrapper input[type=checkbox],
.bootstrap-wrapper input[type=radio],
.bootstrap-wrapper input[type=file]:focus,
.bootstrap-wrapper input[type=checkbox]:focus,
.bootstrap-wrapper input[type=radio]:focus {
  outline: initial !important;
}

.dataTable div.dataTables_wrapper div.dataTables_length select,
.dataTable input:not([type="checkbox"]) {
  padding: 8px 10px;
  outline: initial;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(111, 111, 111, 0.28);
  box-shadow: 0 0 5px 1px rgba(111, 111, 111, 0.28);
}

.bootstrap-wrapper a:focus {
  outline: initial !important;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-wrapper .table > thead > tr > th {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
}

.bootstrap-wrapper .form-control:focus {
  border-color: #ff4036;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ff4036;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ff4036;
}

.bootstrap-wrapper .btn-group-xs > .btn,
.bootstrap-wrapper .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin: 2px 0px;
}

.dataTables_paginate.paging_simple_numbers {
  text-align: right;
}

.bootstrap-wrapper .pagination > li:first-child > a,
.bootstrap-wrapper .pagination > li:first-child > span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fba56a;
}

.bootstrap-wrapper .pagination > li:last-child > a,
.bootstrap-wrapper .pagination > li:last-child > span {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fba56a;
}

.bootstrap-wrapper .pagination > li > a,
.bootstrap-wrapper .pagination > li > span {
  padding: 5px 11px;
  color: #c3c3c3;
  font-size: 14px;
  text-shadow: 0 0 1px #cdcdcf;
  border: 0;
}

.bootstrap-wrapper .pagination > li > a:hover,
.bootstrap-wrapper .pagination > li > span:hover {
  color: #fff;
  background: #fba56a;
}

table.dataTable tbody > tr > td:first-child {
  border-left: 5px solid #ffff;
  border-radius: 3px 0 0 3px;
}

table.dataTable tbody > tr:hover > td:first-child,
table.dataTable tbody > tr.selected > td:first-child {
  border-left: 5px solid #fba56a;
  border-radius: 3px 0 0 3px;
}

.bootstrap-wrapper .panel {
  background-color: #fdfdff;
  border-radius: 10px;
}

.dataTables_info {
  color: #868686;
}

.dataTable div.dataTables_wrapper div.dataTables_length select {
  padding: 0 10px !important;
}

.bootstrap-wrapper .pagination {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
}

.dataTable thead input[type=checkbox]:checked::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB3aWR0aD0iNTEyIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtMTU5Ljk4ODI4MSAzMTguNTgyMDMxYy0zLjk4ODI4MSA0LjAxMTcxOS05LjQyOTY4NyA2LjI1LTE1LjA4MjAzMSA2LjI1cy0xMS4wOTM3NS0yLjIzODI4MS0xNS4wODIwMzEtNi4yNWwtMTIwLjQ0OTIxOS0xMjAuNDY4NzVjLTEyLjUtMTIuNS0xMi41LTMyLjc2OTUzMSAwLTQ1LjI0NjA5M2wxNS4wODIwMzEtMTUuMDg1OTM4YzEyLjUwMzkwNy0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMGw3NS4xOTkyMTkgNzUuMjAzMTI1IDIwMy4xOTkyMTktMjAzLjIwMzEyNWMxMi41MDM5MDYtMTIuNSAzMi43Njk1MzEtMTIuNSA0NS4yNSAwbDE1LjA4MjAzMSAxNS4wODU5MzhjMTIuNSAxMi41IDEyLjUgMzIuNzY1NjI0IDAgNDUuMjQ2MDkzem0wIDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD48L2c+IDwvc3ZnPg==);
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0;
  margin-top: 0;
}

.dataTable thead input[type=checkbox]:checked {
  border-color: #f9a26c;
  border-radius: 50%;
  background: #f9a26c;
  -webkit-box-shadow: 0 0 0 2px #f9a26c;
  box-shadow: 0 0 0 2px #f9a26c;
}

.dataTable thead input[type=checkbox] {
  border: 1px solid #7d7575;
  width: 18px;
  height: 18px;
  border-radius: 0;
  right: -2px;
  position: relative;
}

.dataTable thead input:focus {
  border-color: #f9a26c;
  -webkit-box-shadow: 0 0 0 1px #f9a26c;
  box-shadow: 0 0 0 1px #f9a26c;
}

/* default elements */
.bootstrap-wrapper .label-success {
  background-color: #20c1cf;
}

.bootstrap-wrapper .label-warning {
  background-color: #ae93f0;
}

.bootstrap-wrapper .btn-danger {
  background-color: #ff4036;
  border-color: #ff4036;
}

.bootstrap-wrapper .btn-danger.active,
.bootstrap-wrapper .btn-danger:active,
.bootstrap-wrapper .btn-danger:hover,
.bootstrap-wrapper .open > .dropdown-toggle.btn-danger {
  background-color: #ff7a99;
  border-color: #ff7a99;
}

.bootstrap-wrapper .btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.bootstrap-wrapper .btn-warning.active,
.bootstrap-wrapper .btn-warning:active,
.bootstrap-wrapper .btn-warning:hover,
.bootstrap-wrapper .open > .dropdown-toggle.btn-warning {
  background-color: #f4c27a;
  border-color: #f4c27a;
}

.bootstrap-wrapper .btn-primary {
  background-color: #26bfcf;
  border-color: #26bfcf;
}

.bootstrap-wrapper .btn-primary.active,
.bootstrap-wrapper .btn-primary:active,
.bootstrap-wrapper .btn-primary:hover,
.bootstrap-wrapper .open > .dropdown-toggle.btn-primary {
  background-color: #20c1cf;
  border-color: #20c1cf;
}

/* default elements */
.bootstrap-wrapper .panel-default > .panel-heading.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-align-items;
  -webkit-align-items: space-between;
  -webkit-align-items: center;
  padding: 8px 15px;
  min-height: 54px;
}

.wrap h1 {
  font-weight: 600;
  color: #010b44;
}

.table_log {
  position: relative;
}

.table_log:after {
  content: '';
  position: absolute;
  background: transparent;
  /* border: 1px dashed #e2e1e7; */
  background: url(../img/log_bullet.jpg) repeat;
  width: 3px;
  top: 30px;
  bottom: 30px;
  left: 25px;
  z-index: 0;
}

.table_log td {
  position: relative;
  z-index: 1;
}

.bootstrap-wrapper .table_log.table > tbody > tr > td,
.bootstrap-wrapper .table_log.table > tbody > tr > th,
.bootstrap-wrapper .table_log.table > tfoot > tr > td,
.bootstrap-wrapper .table_log.table > tfoot > tr > th,
.bootstrap-wrapper .table_log.table > thead > tr > td,
.bootstrap-wrapper .table_log.table > thead > tr > th {
  padding: 12px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 0;
}

.bootstrap-wrapper .table_log.table {
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a;
  text-shadow: 0 0 1px #98a3aba3;
}

.bootstrap-wrapper .table_log.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.bootstrap-wrapper .table_log .icon_log {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  background: #e2e1e7;
  position: relative;
  margin-right: 15px;
}

.bootstrap-wrapper .table_log .icon_log:after {
  content: '\2714';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-left: -3px;
}

.bootstrap-wrapper .table_log .icon_log {
  float: left;
}

.bootstrap-wrapper .table_log .event_log_description {
  margin-left: 50px;
  padding-top: 6px;
  position: relative;
}

.bootstrap-wrapper .table_log .event_td a {
  color: inherit;
  text-decoration: none;
  text-shadow: inherit;
}

.bootstrap-wrapper .panel_log.panel-default > .panel-heading {
  color: #fff;
  border-color: #5c4bcf;
  padding: 12px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #5c4bcf;
  background: -o-linear-gradient(90deg, #f94b42 0%, #ef6862 55%, #f98882 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5c4bcf), color-stop(55%, #5f4ed0), to(#5c4bcf));
  background: -o-linear-gradient(left, #5c4bcf 0%, #5f4ed0 55%, #5c4bcf 100%);
  background: linear-gradient(90deg, #5c4bcf 0%, #5f4ed0 55%, #5c4bcf 100%);
}

.table_log .log_alert {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 1px #dcdcdc;
  box-shadow: 0 0 8px 1px #dcdcdc;
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 400px;
  height: 100px;
  position: absolute;
  z-index: 1000000000;
  bottom: calc( 100% + 22px);
  left: -60px;
}

.table_log .log_alert {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.table_log .event_td:hover {
  z-index: 100;
}

.table_log .event_td .event_log_description:hover .log_alert {
  visibility: visible;
  opacity: 1;
}

.table_log .log_alert > * {
  padding: 5px 5px;
}

.table_log .log_alert .lga_thumbnail {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_log .log_alert .lga_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  font-size: 12px;
  color: #4e4e4e;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table_log .log_alert .lga_content a {
  display: inline-block;
  color: #337ab7;
}

.table_log .log_alert .lga_content br {
  display: none;
}

.table_log .log_alert .lga_icons {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_log .log_alert .lga_icons .icon_log {
  margin-right: 0;
}

.table_log .log_alert .lga_thumbnail img,
.table_log .log_alert .lga_thumbnail .dashicons {
  width: 55px;
  font-size: 50px;
  height: 55px;
  background: #9E9E9E;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.table_log .log_alert .lga_thumbnail .dashicons:before {
  width: 55px;
  height: 60px;
  font-size: 40px;
  vertical-align: middle;
  text-align: center;
}

/* event classes */
.bootstrap-wrapper .table_log .ajax_request.event_td .icon_log {
  background: #5bc0de;
}

.bootstrap-wrapper .table_log .ajax_request.event_td {
  color: #5bc0de;
}

.bootstrap-wrapper .table_log .login_data.event_td .icon_log {
  background: #ae93f0;
}

.bootstrap-wrapper .table_log .login_data.event_td {
  color: #ae93f0;
}

.bootstrap-wrapper .table_log .plugins.event_td .icon_log {
  background: #e2e1e7;
}

.bootstrap-wrapper .table_log .plugins.event_td {
  color: #e2e1e7;
}

/* end event classes */
/* winterlock_save_search_filter */
.winterlock_save_search_filter {
  position: relative;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  border-radius: .25rem;
  display: flex;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a.btn_save {
  flex: 1 2 auto;
  text-align: left;
  padding: 7px 15px;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a.btn-toggle {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0 .25rem .25rem 0;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a {
  color: #fff !important;
}

.winterlock_save_search_filter .winterlock_save_search_filter_btn a:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.winterlock_save_search_filter .winterlock_list_filters {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
  transition: all .35s;
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}

.winterlock_save_search_filter.show .winterlock_list_filters {
  max-height: 150px;
  visibility: visible;
  padding: 5px 0;
  margin: 0;
}

.winterlock_save_search_filter .winterlock_list_filters li {
  padding: 0;
  margin: 0;
  display: flex;
}

.winterlock_save_search_filter .winterlock_list_filters a.btn-load-save {
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  flex: 1 2 auto;
}

.winterlock_save_search_filter .winterlock_list_filters a.remove {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #cc0909;
}

.winterlock_list_filters_form {
  display: flex;
  align-items: center;
}

.winterlock_list_filters_form label {
  margin-right: 5px;
}

/* end winterlock_save_search_filter */
.sw_wal_log_events_print td {
  border-bottom: 1px solid #ccd0d4;
}

.bootstrap-wrapper .footer-btns .btn {
  padding: 8px 12px;
  margin: 3px 3px;
}

.footer-btns .page-title-action, .footer-btns .page-title-action:focus, .footer-btns .page-title-action:active {
  border-radius: 4px;
  margin: 3px 3px;
}

.winterlock_wrap table.dataTable tfoot {
  display: table-header-group;
}

.winterlock_wrap table.dataTable thead {
  display: table-row-group;
}

.winterlock_wrap .bootstrap-wrapper .table > tfoot > tr > th {
  border-top: 0;
  border-bottom: 2px solid #ddd;
  padding: 5px 8px 19px;
}

.panel-heading .page-title-action {
  text-decoration: none !important;
}

.bootstrap-wrapper.wl_popup_tutorial .alert {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.bootstrap-wrapper.wl_popup_tutorial iframe {
  width: 100%;
  max-width: 100%;
}

/*
.bootstrap-wrapper .table>tbody>tr>td, 
.bootstrap-wrapper .table>tbody>tr>th,
.bootstrap-wrapper .table>tfoot>tr>td, 
.bootstrap-wrapper .table>tfoot>tr>th, 
.bootstrap-wrapper .table>thead>tr>td, 
.bootstrap-wrapper .table>thead>tr>th {
}*/
.bootstrap-wrapper .dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left;
}

.bootstrap-wrapper .dataTables_wrapper .dataTables_length,
.bootstrap-wrapper .dataTables_wrapper .dataTables_filter,
.bootstrap-wrapper .dataTables_wrapper .dataTables_info,
.bootstrap-wrapper .dataTables_wrapper .dataTables_processing,
.bootstrap-wrapper .dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

.bootstrap-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: initial;
  display: initial;
  min-width: initial;
  padding: initial;
  margin-left: initial;
  text-align: initial;
  text-decoration: none !important;
  cursor: initial;
  cursor: initial;
  color: initial !important;
  border: initial;
  border-radius: initial;
}

.bootstrap-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: initial !important;
  border: initial;
  background-color: initial;
}

.bootstrap-wrapper .dataTables_wrapper .dataTables_processing {
  position: initial;
  top: initial;
  left: initial;
  width: 100%;
  height: 40px;
  margin-left: initial;
  margin-top: initial;
  padding-top: initial;
  text-align: initial;
  font-size: initial;
  border-radius: 3px;
}

/* sw_log_notify */
.sw_log_notify-box {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 100;
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
}

.sw_log_notify {
  position: relative;
  background: #fffffff7;
  padding: 12px 15px;
  border-radius: 15px;
  width: 250px;
  box-shadow: 0px 1px 0px 0.25px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0 3px 2px rgba(0, 0, 0, 0.08);
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  background: #5cb811;
  background: rgba(92, 184, 17, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sw_log_notify.error {
  margin: 0;
  margin-bottom: 10px;
  background: #cf2a0e;
  padding: 12px 15px;
}

.sw_log_notify.loading {
  background: #5bc0de;
}

.sw_log_notify {
  display: block;
  margin-top: 10px;
  position: relative;
  opacity: 0;
  transform: translateX(120%);
}

.sw_log_notify.show {
  transform: translateX(0);
  opacity: 1;
}

.dataTable .select-checkbox {
  width: 18px !important;
}

.dataTable .sorting,
.dataTable .sorting_asc,
.dataTable .sorting_desc {
  cursor: pointer;
}

.bootstrap-wrapper .dropdown-menu {
  bottom: 100% !important;
}

.bootstrap-wrapper th {
  position: relative;
}

.bootstrap-wrapper td,
.bootstrap-wrapper th {
  padding: 9px 0 0 10px;
}

/* datepicker */
.bootstrap-datetimepicker-widget .datepicker-days table td {
  border: 1px solid #efefef;
}

td.day.disabled {
  background: #fbfbfb !important;
}

.bootstrap-datetimepicker-widget table th.dow {
  height: 33px;
  line-height: initial;
  background: #242424;
  border-radius: 0;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  background: #30b2ee;
  border-radius: 0;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  color: #fff;
}

.bootstrap-datetimepicker-widget tr {
  border-bottom: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0;
  border-radius: 3px;
  border: 0;
}

.bootstrap-datetimepicker-widget table tbody td {
  font-size: 10px;
  font-weight: 600;
}

.bootstrap-datetimepicker-widget .timepicker .btn {
  font-size: 12px;
}

.bootstrap-datetimepicker-widget .timepicker-hour {
  font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.day {
  background: #fbfbfb;
}

.list-unstyled .collapse {
  display: none !important;
}

.list-unstyled .collapse.in {
  display: block !important;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: -3px !important;
}

.bootstrap-datetimepicker-widget .glyphicon-time:before {
  content: "Hourly Booking";
  margin-right: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open sans";
}

.bootstrap-datetimepicker-widget .glyphicon-time:after {
  content: "\e023";
  top: 1px;
  position: relative;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
  content: "Switch to dates";
  margin-right: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open sans";
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:after {
  content: "\e023";
  top: 1px;
  position: relative;
}

.bootstrap-datetimepicker-widget .picker-switch a[data-action] {
  padding: 7px 0;
  background: #f6f6f6;
}

.bootstrap-datetimepicker-widget ul.collapse.in + .picker-switch a[data-action] {
  background: transparent;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #30b2ee;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.bootstrap-datetimepicker-widgetr ol, .bootstrap-datetimepicker-widget ul {
  margin-top: 0;
  margin-bottom: 6px;
}

table.dataTable .bootstrap-datetimepicker-widget tbody > tr > td:first-child {
  border-left: 0;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
  text-align: right;
}

/* end datepicker */
.bootstrap-wrapper .table-responsive {
  overflow: visible;
}

table.dataTable .bootstrap-datetimepicker-widget tbody > tr > td:hover {
  background: #005cbf;
  color: #fff;
}
