table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

/*Data tables page*/
button.dt-button,
div.dt-button,
a.dt-button {
  background: #41b3f9;
  color: #ffffff;
  border-color: #41b3f9;
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  background: #41b3f9;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background: #f7fafc;
  color: #263238;
  border-color: rgba(120, 130, 140, 0.13);
}
.dataTables_filter input {
  border: 1px solid #ccc;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: none;
}
/*Summernote page*/
.note-editor {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.note-editor .panel-heading {
  padding: 6px 10px 10px;
}
/*left-right-aside-column*/
.page-aside {
  position: relative;
}
/*left-aside-column*/
.left-aside {
  position: absolute;
  background: #ffffff;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px;
  width: 250px;
  height: 100%;
}
.right-aside {
  padding: 20px;
  margin-left: 250px;
}
.right-aside .contact-list th {
  white-space: nowrap;
}
.right-aside .contact-list td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 25px 10px;
}
.right-aside .contact-list td img {
  width: 30px;
}
.contact-list th {
  white-space: nowrap;
}
.contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
  white-space: nowrap;
}
.contact-list td img {
  width: 30px;
}
.list-style-none {
  margin: 0px;
  padding: 0px;
}
.list-style-none li {
  list-style: none;
  margin: 0px;
}
.list-style-none li.box-label a {
  font-weight: 500;
}
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}
.list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #313131;
}
.list-style-none li a:hover {
  color: #2cabe3;
}
.list-style-none li a span {
  float: right;
}

/* btns */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background:#2196f3;
  border-color:#2196f3;
}