/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

html,
body {
    height: 100%;
}

body {
    padding-top: 56px;
    display: flex;
    flex-direction: column;
}

.my-header-breadcrump {
    padding-top: 20px;
    padding-bottom: 10px;
}

#content {
    margin-top: 20px;
    margin-bottom: 40px;
    flex: 1 0 auto;
}

.my-footer {
    flex-shrink: 0;
}

.no-pointer {
    cursor: not-allowed !important;
}

.add-top-padding {
    padding-top: 20px;
}

.add-right-padding {
    padding-right: 10px;
}

.caption-style {
    caption-side: top;
    text-align: center;
}

.tooltip-inner {
    max-width: 500px;
}

.underline-dotted {
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

figcaption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

.my-invalid-feedback {
    display: block;
}