﻿
.md-form {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}


.vertical {
    border: 0;
    margin: 0;
    border-left: 3px solid green;
    height: 30px;
    float: left;
}

table.table td, table.table th {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.md-form {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-body {
    padding-bottom: 0;
}

.SmallAndBold {
    font-size: 95%;
    font-weight: 500;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.rotate {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
/*------------------------------*/

.modal-content-wide {
    position: absolute;
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    top: 0;
    right: 0;
}

/*.sticky {
                    position: -webkit-sticky;*/ /* Safari */
/*position: sticky;
                    top: 0;
                    z-index: 1;
                    background-color: #9e9e9e;
                }*/

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 40px;
    z-index: 1;
    background-color: #9e9e9e;
}

.stickytop {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #9e9e9e;
}

h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}