.table>thead>tr>th{
    white-space: nowrap !important;
}

.notifications-menu {
  top:5px !important;
  margin-bottom: 5px;
}
#languages-list{
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
.p-2 {
  padding: 5px;
}
#language-menu {
  width: 100px;
  top:0px !important;
}

.pagination {
 margin: 0px !important;
}
.box {
 margin-bottom: 0px !important;
 padding-top: 5px;
}
.content-header {
  padding-top: 10px !important;
}
/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F5F5F5;
  border-radius: 3px;
  border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #3c8dbc;
}

.custom-checkbox.info input[type="checkbox"]:checked ~ .checkmark {
  background-color: #00c0ef;
}

.custom-checkbox.success input[type="checkbox"]:checked ~ .checkmark {
  background-color: #00a65a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********** custom slider ****************/
.custom-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.custom-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.custom-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom-switch input[type="checkbox"]:checked + .slider {
  background-color: #3c8dbc;
}

.custom-switch input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 1px #3c8dbc;
}

.custom-switch.success input[type="checkbox"]:checked + .slider {
  background-color: #00a65a;
}

.custom-switch.success input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 1px #00a65a;
}

.custom-switch input[type="checkbox"]:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.custom-switch .slider.round {
  border-radius: 34px;
}

.custom-switch .slider.round:before {
  border-radius: 50%;
}

.box .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.box .overlay .fa {
  color: #FFF !important;
}

.table_pagination > p {
  margin: 20px 10px;
  float: left;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 5px !important;
}