html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/* Lobin below */

a:link, a:visited, a:hover, a:active {
    color: #0069d1;
    text-decoration: none;
}

.autowidth {
    width: auto !important;
    min-width: 0 !important;
}

.autoheight {
    height: auto !important;
    min-height: 0 !important;
}

/* template used as a form control */
.control_template {
    padding: 3px 2px;
}

/* text colors */
.text_body {
    color: #212529 !important;
}

.text_muted {
    color: #6c757d !important;
}

.text_primary {
    color: #0069d1 !important;
}

.text_secondary {
    color: #6c757d !important;
}

.text_success {
    color: #28a745 !important;
}

.text_danger {
    color: #dc3545 !important;
}

.text_warning {
    color: #ffc107 !important;
}

.text_info {
    color: #17a2b8 !important;
}

.text_light {
    color: #f8f9fa !important;
}

.text_dark {
    color: #343a40 !important;
}

.text_white {
    color: #fff !important;
}