body {
    font-size: 13px;
}

.table > thead > tr > th {
    font-size: 1.05em;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.add-new {
    border-radius: 0;
    font-size: 11px;
    padding: 8px !important;
}

.sidebar .sidebar-wrapper > .nav i, .off-canvas-sidebar .sidebar-wrapper > .nav i {
    font-size: 16px;
}

.sidebar .sidebar-wrapper > .nav p, .off-canvas-sidebar .sidebar-wrapper > .nav p {
    text-transform: none;
    font-size: 12px;
}

.sidebar, .off-canvas-sidebar {
    width: 220px;
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    width: 220px;
}

.disabled-select {
   background-color:#d5d5d5;
   opacity:0.5;
   border-radius:3px;
   cursor:not-allowed;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   left:0;
}

.btn-toolbar>.btn {
  margin: 5px 5px 5px 5px;
}