body {
  font-size: .9rem;
}

/* Custom CSS */
.ui-datepicker .ui-datepicker-title {
  margin: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  padding: 0px;
}

.ui-datepicker th {
  padding: 0;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  padding: 3px;
  height: 30px;
}

input.form-control-sm,
select.form-control-sm {
  max-width: 450px;
  height: 40px;
  font-size: 16px;
  color: #333;
}

.form-control:hover,
.form-control:focus,
.form-control.active {
  color: #333;
}

.form-control {
  height: 40px;
  max-width: 450px;
  font-size: 16px;
  color: #333;
}


.filtering-form label {
  position: relative;
  overflow: visible;
  display: block;
  height: 12px;
  clip: unset;
  width: auto !important;
}

.filtering-form .form-group {
  width: 120px;
  float: left;
}

.filtering-form .form-group:last-child {
  width: 170px;
}

.manage_affiliate .form-group:nth-child(10),
.manage_affiliate .form-group:nth-child(11) {
  width: 250px;
}

.manage_affiliate .form-group:nth-child(10) input,
.manage_affiliate .form-group:nth-child(11) input {
  width: 100px;
  display: inline-block;
}

.main-header .r-side .app-menu,
.main-header .r-side .btn-group a,
.navbar-custom-menu .navbar-nav>li>a.dropdown-toggle,
.navbar-custom-menu .navbar-nav>li:last-child>a {
  margin: 5px !important;
}

.main-header .navbar {
  min-height: 40px;
}

.navbar-custom-menu .navbar-nav>li {
  height: 40px;
}

.fixed .content-wrapper {
  padding-top: 40px;
}

.main-header {
  max-height: 50px;
}

.filtering-form .form-group {
  margin-bottom: 2px;
}

.filtering-form .btn {
  padding: 10px 8px;
}

.table-responsive {
  clear: both;
}

.content {
  padding: 5px !important;
}

.content-header {
  padding: 5px !important;
}

form select {
  background: white;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  padding: 3px 5px;
}

.dropdown-menu {
  width: 160px;
}

.dropdown-menu li a {
  padding: 10px 5px !important;
  font-size: 14px;
}

.sidebar-menu li.header {
  padding: 5px 15px 5px 15px;
}

.sidebar-menu {
  padding-top:0 !important;
}

.sidebar-menu > li > a {
  padding:5px 0;
}