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;
    background-color: #fafafa;
}

.selector-for-some-widget {
    box-sizing: content-box;
}
.nav-bg-gray {
    background-color: #f7f7f7;
    color:black;
}

.floattopminpx {
    cursor: pointer;
    border-radius: 15px;
    transition: transform .4s;
    min-height: 117px;
}

    .floattopminpx:hover {
        transform: translateY(-5px);
    }

.bg-whitr {
    background-color: #fff !important;
}
.layui-container {
    width: auto !important
}

.layui-card-header label{
    font-size:18px;
    line-height:42px;
    height:42px;
}

.headsplitwidth {
    width: 78px !important;
}

.endsplitwidth{
    width:45px!important;
}

.groupwidth{
    width:500px;
}