﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  min-width: 982px;
}

body {
    background-image: url("../Resources/back2.jpg");
    /* Full height */
    min-height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: auto;
    cursor: default !important;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: -3px;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 22px;
    line-height: 18px; /* Vertically center the text there */
    text-align: center;
}

/* Loading animation*/
.loader-cover {
    display: block; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.loader,
.loader:before,
.loader:after {
    background: #9dffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #9dffff;
    text-indent: -9999em;
    margin: 15% auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.disclaimer-cover {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.disclaimerBlock {
    margin: auto;
    margin-top: 2%;
    padding: 30px;
    text-align: left;
    width: 50%;
    height: 75%;
    min-width: 600px;
    overflow-y: auto;
}

.disclaimerButtons {
    width: 100%;
}

.disclaimerBlock > * {
    font-size: 11px;
}

.improvements-cover {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.improvementsBlock {
    margin: auto;
    margin-top: 2%;
    padding: 30px;
    text-align: left;
    width: 50%;
    min-width: 600px;
    overflow-y: auto;
}

.improvementsBlock > * {
    font-size: 13px;
}

.nav-link {
    padding: 7px;
}

.disclStyle {
    margin-top: -10px;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        ol > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

li ol > li {
    margin: 0;
}

    li ol > li:before {
        content: counters(item, ".") " ";
    }

.tradeBackground {
    width: 950px;
    z-index: 1;
    resize: both;
    position: absolute;
    padding: 10px!important;
}

.index {
    min-width: 300px;
    max-width: 35%;
    float: none;
    margin: 0 auto;
}

.header-img {
    height: 100%;
    max-height: 75px;
}

.header-links {
    font-size: 18px;
    font-weight: bold;
}

.login {
    min-width: 300px;
    max-width: 40%;
    float: none;
    margin: 0 auto;
}

.rateBox:hover {
    background-color: gray;
}

.rateBox {
    width: 47%;
    height: 70px;
    margin: 1.5%;
    border: 1px solid black;
    background-color: lightgray;
}

.rateBoxInactive {
    width: 47%;
    height: 70px;
    margin: 1.5%;
    border: 1px solid black;
    background-color: lightgray;
}

#rateBoxSell {
    width: 47%;
    height: 70px;
    margin: 1.5%;
    border: 1px solid black;
    background-color: lightgray;
}

#rateBoxBuy {
    width: 47%;
    height: 70px;
    margin: 1.5%;
    border: 1px solid black;
    background-color: lightgray;
}

.rateValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.fxFormAmount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.fxButton {
    width: 80px;
    height: 40px;
    display: inline-block;
}

.error-usd {
    font-size: 11px;
}

.configDivClass {
    display: none;
    z-index: 10;
    position: absolute;
    float: right;
    background-color: whitesmoke;
    width: 250px;
    border: 1px solid black;
    margin-left: 58%;
}

.usdFactorDiv {
    width: 182px;
    font-size: 15px;
    color: blue;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 7px;
}

.pipperHideHunt {
    display: flex;
    margin-bottom: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.tableTab {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.myTableCompleted {
    width: 927px;
}

    .myTableCompleted tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableCompleted tbody td {
            font-size: 11px;
        }

        .myTableCompleted tbody tr {
            height: 15px;
        }

    .myTableCompleted thead tr {
        height: 16px;
        padding: 3px;
    }

    .myTableCompleted thead th:first-child {
        border-left: none;
        min-width: 130px;
    }

    .myTableCompleted th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableCompleted td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }


.myTableActives {
    width: 927px;
}

    .myTableActives tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableActives tbody td {
            font-size: 11px;
        }

        .myTableActives tbody tr {
            height: 15px;
        }

    .myTableActives thead th {
        padding: 3px;
    }

    .myTableActives th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableActives td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

.myTablePositions {
    width: 927px;
}

    .myTablePositions tbody {
        height: 100%;
        overflow: auto;
    }

        .myTablePositions tbody td {
            font-size: 11px;
        }

        .myTablePositions tbody tr {
            height: 15px;
        }

    .myTablePositions thead th {
        padding: 3px;
    }

    .myTablePositions th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTablePositions td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

.myTableActivesAll {
    width: 927px;
}

    .myTableActivesAll tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableActivesAll tbody td {
            font-size: 11px;
        }

        .myTableActivesAll tbody tr {
            height: 15px;
        }

    .myTableActivesAll thead th {
        padding: 3px;
    }

    .myTableActivesAll th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableActivesAll td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

.myTableUnmatched {
    width: 927px;
}

    .myTableUnmatched tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableUnmatched tbody td {
            font-size: 11px;
        }

        .myTableUnmatched tbody tr {
            height: 15px;
        }

    .myTableUnmatched thead th {
        padding: 3px;
    }

    .myTableUnmatched th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableUnmatched td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

.myTableActiveDollariseOrders {
    width: 870px;
}

    .myTableActiveDollariseOrders tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableActiveDollariseOrders tbody td {
            font-size: 11px;
        }

        .myTableActiveDollariseOrders tbody tr {
            height: 15px;
        }

    .myTableActiveDollariseOrders thead th {
        padding: 3px;
    }

    .myTableActiveDollariseOrders th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableActiveDollariseOrders td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

.tradeRows:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.tradeRowsAll:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.tradeRowsDol:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.tradeRowsDolAll:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.spreadRows:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.unmatchedRows:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.myTableFXTrades {
    width: 870px;
}

    .myTableFXTrades tbody {
        height: 100%;
        overflow: auto;
    }

        .myTableFXTrades tbody td {
            font-size: 11px;
        }

        .myTableFXTrades tbody tr {
            height: 15px;
        }

    .myTableFXTrades thead th {
        padding: 3px;
    }

    .myTableFXTrades th {
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .myTableFXTrades td {
        text-align: center;
        vertical-align: middle;
        padding: 3px 4px;
    }

/*.tradeRowsCompleted:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.075) !important;
}*/

/*Trading platform CSS*/
table.greyGridTable {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

    table.greyGridTable td, table.greyGridTable th {
    }

    table.greyGridTable tbody tr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #c4c4c4;
    }

    table.greyGridTable tbody td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
    }

    table.greyGridTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
    }

        table.greyGridTable thead th {
            font-size: 13px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            table.greyGridTable thead th:first-child {
                border-left: none;
                min-width: 130px;
            }

            table.greyGridTable thead th:nth-child(3) {
                min-width: 85px;
            }

            table.greyGridTable thead th:nth-child(4) {
                min-width: 85px;
            }

            table.greyGridTable thead th:nth-child(6) {
                min-width: 75px;
            }

            table.greyGridTable thead th:nth-child(8) {
                min-width: 80px;
            }

            table.greyGridTable thead th:nth-child(10) {
                min-width: 80px;
            }

            table.greyGridTable thead th:nth-child(11) {
                min-width: 80px;
            }

    table.greyGridTable tfoot td {
        font-size: 14px;
    }

/* Split table*/
table.mySplitsTable {
    border: 1px solid grey;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-right: 15px;
}

    table.mySplitsTable td, table.mySplitsTable th {
    }

    table.mySplitsTable tbody tr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e6e6e6;
    }

    table.mySplitsTable tbody td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
    }

    table.mySplitsTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
    }

        table.mySplitsTable thead th {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            table.mySplitsTable thead th:first-child {
                border-left: none;
                min-width: 130px;
            }

    table.mySplitsTable tfoot td {
        font-size: 14px;
    }

table.myManualSplitsTable {
    border: 1px solid grey;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

    table.myManualSplitsTable td, table.myManualSplitsTable th {
    }

    table.myManualSplitsTable tbody tr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e6e6e6;
    }

    table.myManualSplitsTable tbody td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
    }

    table.myManualSplitsTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
    }

        table.myManualSplitsTable thead th {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            table.myManualSplitsTable thead th:first-child {
                border-left: none;
                min-width: 250px;
            }

            table.myManualSplitsTable thead th:nth-child(3) {
                min-width: 90px;
            }

            table.myManualSplitsTable thead th:nth-child(4) {
                min-width: 90px;
            }

    table.myManualSplitsTable tfoot td {
        font-size: 14px;
    }

.buyOfferColoumn {
    background-color: white;
    width: 95px;
}

.depthColoumns {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.quantityColBuy {
    background-color: white;
    width: 80px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #262626;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #737373;
}

.quantityColSell {
    background-color: white;
    width: 80px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #262626;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #737373;
}

/* Depth Tables*/
.depthDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 350px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

.bpDepthDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 320px;
    height: 100px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Dollarise Depth Tables*/
.dolDepthDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 350px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Depth Tables*/
.spreadDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 450px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

.splitDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

.manualSplitDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    width: 600px;
    min-height: 100px;
    border: 1px solid #888;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Depth Tables*/
.optionsDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 720px;
    height: 200px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Spread Depth Tables*/
.depthSprDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 350px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Spread Depth Tables*/
.depthOptionDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 350px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Split Depth Tables*/
.depthSplitDiv {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 5; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    border: 1px solid #888;
    width: 350px;
    height: 220px;
    padding-left: 5px;
    overflow: auto; /* Enable scroll if needed */
    resize: both;
    background-color: whitesmoke;
}

/* Dollar FX*/
.currencyBox {
    border: 1px solid black;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 18; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    height: 200px;
    width: 300px;
    padding: 10px;
    overflow: auto; /* Enable scroll if needed */
    background-color: whitesmoke;
}

.currencyBoxInactive {
    border: 1px solid black;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 18; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    height: 230px;
    width: 300px;
    padding: 10px;
    overflow: auto; /* Enable scroll if needed */
    background-color: whitesmoke;
}

.lockedErrorPopup {
    border: 1px solid black;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 20; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    height: 200px;
    width: 300px;
    padding: 10px;
    overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe;
}

.generalErrorPopup {
    border: 1px solid black;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 20; /* Sit on top */
    margin: 0 auto;
    left: 40%;
    top: 300px;
    width: 300px;
    padding: 10px;
    overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe;
}

/* Table CSS*/
.myDepthTable {
    border: 1px solid #FFFFFF;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}

    .myDepthTable td, table.myDepthTable th {
    }

    .myDepthTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .myDepthTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .myDepthTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .myDepthTable thead th:first-child {
                border-left: none;
            }

    .myDepthTable tfoot td {
        font-size: 14px;
    }

.mySpreadTable {
    border: 1px solid #FFFFFF;
    width: 430px;
    text-align: center;
    border-collapse: collapse;
}

    .mySpreadTable td, table.mySpreadTable th {
    }

    .mySpreadTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .mySpreadTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .mySpreadTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .mySpreadTable thead th:first-child {
                border-left: none;
                min-width: 140px;
            }

    .mySpreadTable tfoot td {
        font-size: 14px;
    }

/* Spread Depth Table CSS*/
.mySprDepthTable {
    border: 1px solid #FFFFFF;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}

    .mySprDepthTable td, table.mySprDepthTable th {
    }

    .mySprDepthTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .mySprDepthTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .mySprDepthTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .mySprDepthTable thead th:first-child {
                border-left: none;
            }

    .mySprDepthTable tfoot td {
        font-size: 14px;
    }

/* Option Depth Table CSS*/
.myOptionsDepthTable {
    border: 1px solid #FFFFFF;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}

    .myOptionsDepthTable td, table.myOptionsDepthTable th {
    }

    .myOptionsDepthTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .myOptionsDepthTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .myOptionsDepthTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .myOptionsDepthTable thead th:first-child {
                border-left: none;
            }

    .myOptionsDepthTable tfoot td {
        font-size: 14px;
    }

/* Split Depth Table CSS*/
.mySplitDepthTable {
    border: 1px solid #FFFFFF;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}

    .mySplitDepthTable td, table.mySplitDepthTable th {
    }

    .mySplitDepthTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .mySplitDepthTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .mySplitDepthTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .mySplitDepthTable thead th:first-child {
                border-left: none;
            }

    .mySplitDepthTable tfoot td {
        font-size: 14px;
    }

.myOptionsTable {
    border: 1px solid #FFFFFF;
    width: 700px;
    text-align: center;
    border-collapse: collapse;
}

    .myOptionsTable td, table.myOptionsTable th {
    }

    .myOptionsTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .myOptionsTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .myOptionsTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .myOptionsTable thead th:first-child {
                border-left: none;
                min-width: 70px;
            }

            .myOptionsTable thead th:nth-child(2) {
                width: 50px;
            }

    .myOptionsTable tfoot td {
        font-size: 14px;
    }

.myDolDepthTable {
    border: 1px solid #FFFFFF;
    width: 300px;
    text-align: center;
    border-collapse: collapse;
}

    .myDolDepthTable td, table.myDolDepthTable th {
    }

    .myDolDepthTable tbody tr td {
        font-size: 13px;
        padding: 0px;
        line-height: 16px;
        border-bottom: 1px solid lightgrey;
    }

    .myDolDepthTable thead {
        background: #FFFFFF;
        border-bottom: 3px solid #333333;
        line-height: 13px;
    }

        .myDolDepthTable thead th {
            font-size: 11px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            .myDolDepthTable thead th:first-child {
                border-left: none;
            }

    .myDolDepthTable tfoot td {
        font-size: 14px;
    }

/* Moveable element headers*/
.moveHeader {
    cursor: move;
    font-size: 12px;
    margin: 0px;
    display: inline-block;
}

/* The Depth Close Button */
.closeDepth {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeDepth:hover,
    .closeDepth:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* The Spread Close Button */
.closeSpread {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeSpread:hover,
    .closeSpread:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* The Spread Depth Close Button */
.closeSprDepth {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeSprDepth:hover,
    .closeSprDepth:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* The Split Depth Close Button */
.closeSplitDepth {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeSprDepth:hover,
    .closeSprDepth:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* The Dol Depth Close Button */
.closeDolDepth {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeDolDepth:hover,
    .closeDolDepth:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* The Locked error Close Button */
.closeLockedError {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    margin-top: -13px;
}

    .closeLockedError:hover,
    .closeLockedError:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* Trade form*/
/* The Modal (background) */
.instrForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.instrForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.instrForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.netOffForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.netOffForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.netOffForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.instrNetOffOptionForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.instrNetOffOptionForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.instrNetOffOptionForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Trade form*/
/* The Modal (background) */
.instrOptionForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.instrOptionForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 400px;
}

.instrOptionForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Hunting Trade form*/
/* The Modal (background) */
.instrAlgoForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.instrAlgoForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.instrAlgoForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.manualSplitAlgoForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.manualSplitAlgoForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.manualSplitAlgoForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.subAccModifyForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 30; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.subAccModifyForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid #888;
    width: 300px;
}

.subAccModifyForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Dollarise Trade form*/
/* The Modal (background) */
.instrUSDForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute;
    z-index: 20; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.instrUSDForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: 0 auto;
    left: 40%;
    padding: 15px;
    border: 1px solid blue;
    width: 300px;
}

.instrUSDForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid blue;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.instrFormRadio {
    font-size: 13px;
    padding-right: 8px;
}

.instrFormRadioButton {
    height: 11px;
    width:  11px;
}

/* Contract config Styling */
.multiselectnames {
    width: 220px;
    padding-left: 10px;
}

.selectBoxNames {
    position: relative;
}

    .selectBoxNames select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.updateButton {
    padding-left: 5px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.saveLayoutButton {
    padding-left: 5px;
    margin-right: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.instrNameLabel {
    padding-left: 5px;
}

#checkboxesnames {
    display: none;
    position: absolute;
    max-height: 350px;
    width: 200px;
    overflow: auto;
    border: 1px #dadada solid;
    background-color: white;
    z-index: 1;
}

    #checkboxesnames label {
        display: block;
    }

        #checkboxesnames label:hover {
            background-color: #1e90ff;
        }

#checkboxescontracts {
    display: none;
    position: absolute;
    max-height: 350px;
    width: 200px;
    overflow: auto;
    border: 1px #dadada solid;
    background-color: white;
    z-index: 1;
}

    #checkboxescontracts label {
        display: block;
    }

        #checkboxescontracts label:hover {
            background-color: #1e90ff;
        }

#filterboxnames {
    display: none;
    position: absolute;
    max-height: 350px;
    width: 200px;
    overflow: auto;
    border: 1px #dadada solid;
    background-color: white;
    z-index: 1;
}

    #filterboxnames label {
        display: block;
    }

        #filterboxnames label:hover {
            background-color: #1e90ff;
        }

.contractRow {
    height: 20px;
}

.contractForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

.contractForm-content {
    position: absolute; /* Stay in place */
    left: 45%;
    width: 200px; /* Full width */
    height: fit-content;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    
}

.draggableContract-table {
    position: relative;
    width: 200px;
    border-collapse: collapse;
    background: white;
    /*-webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1); */
}

.draggableContract-table__drag {
    font-size: .95em;
    font-weight: lighter;
    position: absolute;
    width: 100%;
    text-indent: 10px;
    border: 1px solid #f1f1f1;
    z-index: 25;
    cursor: grabbing;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.draggableContract-table thead th {
    height: 25px;
    font-weight: bold;
    padding: 10px;
    user-select: none;
    border-bottom: 2px solid black;
}

.draggableContract-table tbody {
    display: block;
    height: 450px;
    overflow: auto;
    padding-left: 35px;
    resize: vertical;
    border-bottom: 1px solid lightgray;
}

.draggableContract-table tbody tr.is-dragging {
    background: #ccc;
}

    .draggableContract-table tbody tr.is-dragging td {
        color: black;
    }

/*Edit from*/
/* The Modal (background) */
.activeEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeIceEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activeIceEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/*Edit from*/
/* The Modal (background) */
.activeIceEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activeEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.activeDolEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeDolEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid blue;
    width: 250px;
}

.activeDolEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid blue;
}

.unmatchedDealEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.unmatchedDealEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

.unmatchedDealEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.activeHuntEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeHuntEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activeHuntEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.activePipperEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activePipperEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activePipperEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

.activePipperHuntEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activePipperHuntEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activePipperHuntEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/*Edit from*/
/* The Modal (background) */
.activeIceHuntEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeIceHuntEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activeIceHuntEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Modal Content */
.manualSplitAdd-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.manualSplitAdd-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/*Edit from*/
/* The Modal (background) */
.manualSplitAdd {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

.activeManualSplitEdit {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.activeManualSplitEdit-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

.activeManualSplitEdit-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/*Dynamic principle list*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    border: 1px solid #333333b0;
    width: 182px;
}

#selectedPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

#selectedPrinciple[type=text] {
}

    #selectedPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedAlgoPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedAlgoPrinciple[type=text] {
    }

    #selectedAlgoPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedOptionPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedOptionPrinciple[type=text] {
    }

    #selectedOptionPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedManualSplitAlgoPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedManualSplitAlgoPrinciple[type=text] {
    }

    #selectedManualSplitAlgoPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedNetOffBidPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedNetOffBidPrinciple[type=text] {
    }

    #selectedNetOffBidPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedNetOffOfferPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedNetOffOfferPrinciple[type=text] {
    }

    #selectedNetOffOfferPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedNetOffOptionPrincipleBid {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedNetOffOptionPrincipleBid[type=text] {
    }

    #selectedNetOffOptionPrincipleBid[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedNetOffOptionPrincipleOffer {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedNetOffOptionPrincipleOffer[type=text] {
    }

    #selectedNetOffOptionPrincipleOffer[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedSubAccModifyPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedSubAccModifyPrinciple[type=text] {
    }

    #selectedSubAccModifyPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedUnmatchedPrinciple {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedUnmatchedPrinciple[type=text] {
    }

    #selectedUnmatchedPrinciple[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedUnmatchedEditSubAcc {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedUnmatchedEditSubAcc[type=text] {
    }

    #selectedUnmatchedEditSubAcc[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

#selectedUnmatchedEditCounterPty {
    border: 1px solid transparent;
    width: 159px;
    float: left;
}

    #selectedUnmatchedEditCounterPty[type=text] {
    }

    #selectedUnmatchedEditCounterPty[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: -1px;
    right: 0;
    width: 182px;
}

    .autocomplete-items div {
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        text-align: left;
        padding-left: 2px;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
}

/*fx form*/
/* The Modal (background) */
.fxForm {
    display: none; /* Hidden by default */
    text-align: center;
    position: absolute; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content */
.fxForm-content {
    text-align: center;
    background-color: #fefefe;
    position: absolute;
    margin: auto;
    left: 40%;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

.fxForm-inner {
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Context Menus*/
.menu1 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu1-item {
    height: 18px;
    font-size: 13px;
    vertical-align: middle;
}

    .menu1-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu2 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu2-item {
    height: 18px;
    font-size: 13px;
}

    .menu2-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu3 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu3-item {
    height: 18px;
    font-size: 13px;
}

    .menu3-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu4 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu4-item {
    height: 18px;
    font-size: 13px;
}

    .menu4-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu5 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu5-item {
    height: 18px;
    font-size: 13px;
}

    .menu5-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu6 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu6-item {
    height: 18px;
    font-size: 13px;
}

    .menu6-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu7 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu7-item {
    height: 18px;
    font-size: 13px;
    vertical-align: middle;
}

    .menu7-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu8 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu8-item {
    height: 18px;
    font-size: 13px;
    vertical-align: middle;
}

    .menu8-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu9 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu9-item {
    height: 18px;
    font-size: 13px;
    vertical-align: middle;
}

    .menu9-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu10 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu10-item {
    height: 18px;
    font-size: 13px;
}

    .menu10-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu11 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu11-item {
    height: 18px;
    font-size: 13px;
}

    .menu11-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu12 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu12-item {
    height: 18px;
    font-size: 13px;
}

    .menu12-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu13 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu13-item {
    height: 18px;
    font-size: 13px;
}

    .menu13-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.menu14 {
    width: 150px;
    background-color: #f8f9fa;
    z-index: 50;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    display: none;
}

.menu14-item {
    height: 18px;
    font-size: 13px;
}

    .menu14-item:hover {
        background-color: #6CB5FF;
        cursor: pointer;
    }

.btn2 {
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #005bac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #005bac;
    position: fixed;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 200;
    left: 20px;
}

    .btn2:hover {
        background: #eef;
    }

.zoom {
    bottom: 140px;
}

.zoom-out {
    bottom: 100px;
}

.zoom-init {
    bottom: 60px;
}

.zoomDiv {
    z-index: 190;
    bottom: 100px;
    left: 0px;
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 15px;
    background-color: white;
}