﻿pre, pre.highlight {
    background-color: #f2f2f2;
    padding: 1em;
}
.sidebar-menu > li > a {
    text-decoration: none;
}

.main-header .sidebar-toggle {
    padding: 0px;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
    border-radius: 50px;
}

.treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.main-sidebar {
    font-size: small;
}

.formio-component {
    background: white;
    border-radius: 5px;
    padding: 5px;
}

div.float-end {
    display: none;
}

div.formio-component-submit {
    text-align: center;
}

div.formio-component-columns {
    margin: 0px;
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.radio.form-check {
    min-height: 37px;
    padding-right: 52px;
}

label.form-check-label.label-position-right {
    margin-left: 10px;
    pointer-events: none;
}
/*
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url(formio/fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2) format("woff2"),url(formio/fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2) format("woff")
}*/

.ms-5 {
    margin-left: 3rem !important
}

.ms-6 {
    margin-left: 4rem !important
}