.insidebody {
  background-color: #fff;
  padding: 20px 40px;
  min-height: 400px;
}

.dd-flex {
  display: -ms-flexbox;
  display: flex ;
}

.pt-4,
.py-4 {
  padding-top: 18px !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.pb-3,
.py-3 {
  padding-bottom: 18px !important;
}

.pt-3,
.py-3 {
  padding-top: 18px !important;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.collist .card-header {
  font-size: 20px;
  letter-spacing: 2px;
}


@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.collist {
  width: 250px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.collist .card-header {
  border-bottom-color: #275293 !important;
}

.title,
a:hover,
.orgs .iconfont,
.collist .card-header {
  color: #275293;
}

.card-header:first-child {
  border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
}

.border-5 {
  border-width: 5px;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

.card-header {
  padding: 14px 22px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.p-3 {
  padding: 18px !important;
}

.mt-3,
.my-3 {
  margin-top: 18px !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(14px + 7px);
  padding: 11px 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pr-4, .px-4 {
  padding-right: 27px !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    
}
.mb-3, .my-3 {
  margin-bottom: 18px !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.dbpage .card .dbface {
  height: 180px;
  width: 100%;
}
.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
    width: 100%;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 18px;
}

.dbpage .card .card-body p {
  font-size: 14px;
}
.card-title {
  margin-bottom: 13px;
}
h5, .h5 {
  font-size: 22px;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .dbpage .card p {
  margin-bottom: 0;
}
.border-5 {
  border-width: 5px;
}
.font-weight-bold {
  font-weight: 700 !important;
}
input, select {
  outline: none;
}
select {
  word-wrap: normal;
}
.form-select
 {
    display: block;
    width: 100%;
    padding: 11px 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.btn-primary {
  color: #fff;
  background-color: #275293;
  ;
  border-color: #275293;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (max-width: 768px) {
  .dd-flex{
    display: block;
  }
  .insidebody{
    padding: 0.1rem 0.2rem;
  }
  .col-6{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collist{
    width: 100%;
  }
  .pr-4, .px-4{
    padding-right: 0 !important;
  }
  .dbpage .card .dbface{
    height: 100%;
    min-height: 2.5rem;
  }
  .card-body{
    padding: 0.2rem;
  }
  .card-header{
    padding: 0.1rem 0;
  }
  .pt-3, .py-3{
    padding-bottom: 0.15rem !important;
  }
  .flex-grow-1{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .flex-grow-1 .col-6{
    padding-right: 0;
    padding-left: 0;
  }
}