html,
body {
    height: 600px;
    margin-bottom: 60px;
    background: #eee;
    background-repeat: no-repeat;
}

.ott-container {
    height: 100%;
}

.full-height {
    padding: 20px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ott-title {
    font-size: 40px;
    color: white;
}

.login-card {
    margin: auto;
    overflow: visible;
    max-width: 500px;
}

.input-title {
    font-size: 15px;
    margin-bottom: 0px;
}

.input-box {
    margin-bottom: 20px;
    margin-top: 0px;
}

.input-box::placeholder {
    color: darkgray;
    font-size: 16px;
}

.field-error-text {
    color:red;
    font-size:8px;
    margin-top:-16px;
    text-align:end;
}

.ott-button1 {
    background-color: #46ff6d;
    font-weight: bold;
    color: rgb(97, 93, 93);
}

.ott-button {
    border-radius: 10px;
    padding: 1rem;
    font-weight: bold;
    padding: .5rem 3rem;
    color: rgb(97, 93, 93);
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #46FF6D 0%, #5EECFF 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

    .ott-button:hover, .ott-button:active, .ott-button:focus {
        border-radius: 10px;
        padding: 1rem;
        font-weight: bold;
        padding: .5rem 3rem;
        color: rgb(97, 93, 93);
        box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
        border: solid 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(90deg, #46FF6D 0%, #5EECFF 100%);
        background-origin: border-box;
        background-clip: content-box, border-box;
        box-shadow: 2px 1000px 1px #fff inset;
    }

.header-with-underline {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: -24px;
    text-transform: uppercase;
    width: fit-content;
    padding-right: 10px;
}

.highlight {
    background: linear-gradient(120deg, #46FF6D 0%, #5EECFF 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 90%;
}

.ott-form-heading-text {
    color: grey;
}

.menu-button {
    color: #46ff6d;
    font-size: xx-large;
}

.menu-icon {
    font-size: large;
    width: 35px;
}

.menu-logoff {
    font-size:12px;
    color:gray;
    margin:2px;
}
    .menu-logoff:hover {
        font-size: 12px;
        color: #46ff6d;
        margin: 2px;
    }

.menu-loggedin-name {
    font-size: 12px;
    color: gray;
    margin:2px;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    visibility: hidden;
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: gray;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#related_links {
    width: 100%;
    border-right: 1px solid #000;
    padding: 0 0 0 0;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS', 'Lucida Grande',
        Verdana, Lucida, Geneva, Helvetica,
        Arial, sans-serif;
    background-color: darkgray;
    color: #333;
}

#related_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#related_links li {
    border-bottom: 2px solid rgb(154, 158, 159);
    margin: 0;
}

#related_links li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid darkgray;
    border-right: 10px solid darkgray;
    background-color: darkgray;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #related_links li a {
    width: auto;
}

#related_links li a:hover {
    border-left: 10px solid #46ff6d;
    border-right: 10px solid #46ff6d;
    background-color: #46ff6d;
    color: #fff;
}

.ott-table-card {
    max-height: 50%;
}

table.table th, table.table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

table td {
    font-size: 12px;
    font-weight: 300;
    white-space:nowrap;
}

table th {
    font-size: 12px;
    font-weight: 300;
    font-weight: 800;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

th.sorting:after {
    display: none;
}
