﻿.header-fixed .app-body {
  margin-top: 55px;
  max-height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  overflow: hidden;
}

.navbar-brand img {
  width:75%;
}

.card {
  margin-bottom: initial;
}

.breadcrumb {
  margin-bottom: 0px;
  padding:8px;
}

.CP {
  z-index:9999;
}

.tabcontrol > .content {
  overflow: auto;
}

label {
  margin-top: 0.85rem;
  margin-bottom: initial;
  margin-right: 5px;
}

.ui-datepicker {
  z-index:9999 !important;
}

.input-group-text-white {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  text-align: center;
  white-space: nowrap;
}

.split-pane {
  width:auto !important;
}

.select2-container .select2-selection--single {
  height:35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height:32px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e4e7ea;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
}