
@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%;
  font-size: 14px;
}

body {
  margin-bottom: 100px;
}*/

 html, body { 
     height: 100%; 
     margin: 0; 
     padding: 0; 
 } 
 
 .container { 
     min-height: 100%; 
     display: flex; 
     flex-direction: column; 
 } 
 
 main { 
     flex: 1; 
 } 
 
 footer { 
     margin-top: auto; 
 }


.allignContent {
    text-align: center !important;
    justify-content: center !important;
}

#dockManagerStatistics {
    display: flex;
    flex-direction: row-reverse;
}

.k-dock-manager-unpinned-container {
    left: unset !important;
    right: 55px;
}

.loading img {
    width: 100px;
    height: 100px;
}