html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-contol-kendo {
    background-color: transparent;
    padding: 0.55em;
}

/*Acc details*/
.onesubview {
    border: solid 1px #f2f2f2;
    margin-top: 1em;
}


    .onesubview h3 {
        text-decoration: underline;
        font-weight: bold;
    }

.subviewcollection table {
    font-size: 0.75em;
}

i {
    cursor: pointer;
}

.subviewcollection h5 {
    text-decoration: underline;
    font-weight: normal;
    font-size: 1em;
}