@font-face {
    font-family: 'herr_von_muellerhoffregular';
    src: url('herrvonmuellerhoff-regular-webfont.woff2') format('woff2'), url('herrvonmuellerhoff-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#signature {
    font-family: "herr_von_muellerhoffregular";
    font-size: 2.5em;
    text-align: center;
    text-transform: capitalize;
    /* IE 9 */
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.datepicker.dropdown-menu {
    margin: 3.125rem 0 0 !important;
}

.progress {
    background-color: #b5b5b5!important
}

.bgProgress1 {
    background-color: #101D42!important
}

.bgProgress2 {
    background-color: #FFBC42!important
}

.bgProgress3 {
    background-color: #27FB6B!important
}

.bgProgress4 {
    background-color: #320A28!important
}

.bgProgress5 {
    background-color: #6F1D1B!important
}

.bgProgress6 {
    background-color: #FE5D26!important
}

.bgProgress7 {
    background: color #101d42;
    !important
}

.bgProgress8 {
    background: color #33906b;
    !important
}

.bgProgress9 {
    background: color #b4b718;
    !important
}

.container {
    display: flex;
    width: 100%;
    padding: 0;
}

.choice {
    height: 67vh;
    box-sizing: border-box;
    padding: 0;
    overflow: auto;
    float: left;
    align-items: center;
    transition: width 0.0s;
    border-radius: 3px;
}

.expand {
    width: 100%;
}

.unset {
    width: 10%;
    background-color: rgb(255, 255, 255) !important;
}

.small {
    width: 0%;
    background-color: rgb(255, 255, 255) !important;
}

.small>div {
    opacity: 0;
}

.unset>div>p {
    opacity: 0;
}

.expand>div {
    transition-delay: 0ms;
    opacity: 1;
}

.fa {
    position: relative;
    z-index: 2;
    top: -35px;
    left: 50%;
}

#faPass {
    position: relative;
    top: 0px !important;
    left: -6% !important;
}

.btn-info.active {
    background-color: limegreen;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
}

.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}

.bottomright {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 500 !important;
}

.topright {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 500 !important;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #18233266;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #0D77B6;
    font-size: 10px;
    margin: 25% auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    100% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    100% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1
}

#tableContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 80px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
}