/*
* fmo site.css by FMO
* Copyright 2025 Fast Market Options, LLC
*/

/* #region elements */

html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

header, footer {
    background-color: rgba(0, 0, 0, 0.0);
}

header h1 {
    margin: 0;
}

header {
    min-height: 70px !important;
}

footer {
    background: rgba(51, 51, 51, 0.0);
    color: #fff;
    text-align: center;
}

main {
    padding: 1rem;
}

section {
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    scroll-margin-top: 60px;
}

/* #endregion */

/* #region ids */

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    z-index: 1000;
}

#back-to-top.show {
    display: block;
}

/* #endregion */

/* #region classes */

.btn-structure {
    width: 6rem;
}

.btn-structure-straddle {
    width: 10rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.fmo-api-price {
    color: #999;
    font-size: .75rem;
    text-align: right;
}

.fmo-blotter-line {
    font-size: .8rem;
}

.fmo-date {
    width:12rem;
}

.fmo-date-time {
    width: 14rem !important;
}

.fmo-grid-trade {
    border: 2px solid #848884 !important; /* Solid black border around the table */
    border-collapse: collapse; /* Ensures borders don’t double up */
    font-size: 0.8em;
}

.fmo-grid-trade th, .fmo-grid-trade td {
    border: 1px solid #ccc !important; /* Lighter borders for individual cells */
    padding: 5px; /* Adjust padding for better spacing */
}

.fmo-grid-trade tr.row-success td {
    color: green !important;
}

.fmo-grid-trade tr.row-danger td {
    color: red !important;
}

.fmo-login-form {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 6px 6px 8px 1px rgba(0, 0, 0, 0.6);
    display: flex;
    padding: 20px;
}

.fmo-thumbnail {
    border-radius: 8px;
    height: 90px;
    margin-bottom: 1rem;
    width: 90px;
}

.font-size-point-5 {
    font-size: .5em;
}

.font-size-point-8 {
    font-size: .8em;
}

.h-3 {
    height: 3rem !important;
}

.h-6 {
    height: 6rem !important;
}

.h-10 {
    height: 10rem !important;
}

.h-20 {
    height: 20rem !important;
}

.mvc-grid-filter.applied {
    color:limegreen;
}

.photo-landscape {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    height: 191px;
    object-fit: cover;
    margin-bottom: 1rem;
    width: 340px;
}

.photo-portrait {
    display: block;
    width: 340px;
    height: 453px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.required {
    color: red !important;
}

.table-client-report {
    font-size: .7rem;
}

.table-eod-report {
    font-size: .6rem;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    opacity: .15;
}

.w-3 {
    width: 3rem;
}

.w-4 {
    width: 4rem;
}

.w-8 {
    width: 8rem !important;
}

.watermark img {
    opacity: 0.6;
}

.watermark img:hover {
    opacity: 1;
}





/* #endregion */
