﻿/*! /css/bootstrap-custom.css */
.form-control {
    font-size: 0.875rem;
    /*font-size: 14px;*/
    /*height: 34px;*/
    /*line-height: 1.42857143;*/
    line-height: 1.15;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.form-field {
  /* placeholder */
}

.form-switch {
    margin-left: 1rem
}

.min-h-2 {
    min-height: 2em;
}

.text-sub,
.text-sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

.text-sub {
    bottom: -0.25em;
}

.text-sup {
    top: -0.5em;
}

/*mb == margin-bottom*/
.mb-2_5 {
    margin-bottom: 0.75rem !important;
}

._mb-2_5 {
    margin-bottom: -0.75rem !important;
}

/*bg == background*/
.bg-primary {
    background-color: #b8daff !important;
}
.bg-secondary {
    background-color: #d6d8db !important;
}
.bg-success {
    background-color: #c3e6cb !important;
}
.bg-danger {
    background-color: #f5c6cb !important;
}
.bg-warning {
    background-color: #ffeeba !important;
}
.bg-info {
    background-color: #abdde5 !important;
}
.bg-light {
    background-color: #fdfdfe !important;
}
.bg-dark {
    background-color: #c6c8ca !important;
}

