﻿.FirstLevelRow {
    font-weight: bold;
}
.SecondLevelRow{
    font-weight:550;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    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%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;/* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
#ddCss {
    background-color: beige;
    width: 180px;
    text-align: center;
}
#cancelLink {
    padding-left: 30px;
}
#ddRoles {
    max-height: 200px;
    overflow-x: auto;
    border: 0.5px solid black;
    border-radius: 5px;
    margin-left: 14px;
}
.left-jstree {
    width: 350px;
    float: left;
    margin-right: 5px;
}
.center-jstree {
    float: none;
    width: auto;
    overflow: hidden;
}
nav a {
    font-size: 1rem; /* Restore Font Size */
    /*padding: 0.5em;*/
    display: block; /* So we can have padding */
    white-space: nowrap; /* No linebreaks in the menu */
    text-decoration: none;
    /*color: white;*/
}
nav ul {
    list-style: none; /* Remove Bullets from Lists */
    padding: 0; /* remove default browser padding for ul */
}
/* Any list item in the menu */
nav li {
    position: relative; /* positioned so this is the reference. Required to be able to have the sub menu show up at the same level */
    display: inline-block;
}
/* All Sub menues */
nav ul ul {
    display: none; /* Hide sub menu by default */
    position: absolute; /* Absolute position to push the sub menu out of the box instead of making the box larger and having the top level menu pushed down */
}
/* Show sub menu on hover */
nav li:hover > ul {
    display: block;
}
/* Any sub menu below the second level (Flyout menues in the dropdown) */
nav ul ul ul {
    left: 100%; /* Pushes the menu to the right of it's parent */
    top: 0; /* Make it appear at the same level as it's parent */
}

/* Make the dropdown menu (first level) at least as wide as it's parent */
nav > ul > li > ul > li {
    min-width: 100%;
    margin-left: 0px;
}
i {
    color: #007bff;
    cursor: pointer;
}
#menuCss nav {
    padding-top: 18px;
    margin-left: 5%;
}
ul li:hover {
    background: #f6f6f6;
    margin: 0px;
}
#menuCss a:hover {
    width: 100%;
    background: #998e8e99;
}
#menuCss ul > li {
    width: 200px;
}
#menuCss ul > li > ul > li > ul > li a {
    width: 100%;
    background: #cfc5c599;
}
#menuCss ul > li > ul > li > ul > li > ul > li a {
    width: 100%;
}
#menuCss ul > li > ul > li, #menuCss ul > li > ul > li > ul > li {
    margin-left:0px;
    min-width: 100px;
    max-width: 250px;
}
#tblLogger {
    width: 100%;
    overflow-y: auto;
    max-height: 590px;
    max-width: 1875px;
}
#table {
    table-layout: fixed;
}
#col-width-xs {
    width: 3%;
}
#col-width-sm {
    width: 7%;
}
#col-width-md {
    width: 9%;
}
#text {
    max-width: 1800px;
}
#longText {
    word-wrap: break-word;
}
#dateOneLine {
    display: inline-block;
}
#dateCenter {
    text-align: center;
}
#loadingDiv {
    width: 100%;
    text-align: center;
    font-size: x-large;
    vertical-align: middle;
}
nav li ul {
    background-image: repeating-linear-gradient(180deg, #ccc, #ccc 50px, #dbdbdb00 0px, #b4b4b4 10px);
    width: 100%;
    z-index: 99999;
}
#buttonCss {
    height: 30px;
    width: 75px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
}
#accountNumber {
   width: 150px;
}
#menu-li:hover {
   background: white;
   margin-left: unset;
}
#menu-li {
   margin-left: 0%;
}
#menu-li:hover {
   margin-left: 0%;
}
#backButton {
    margin-left: 15px;
    padding-bottom: 10px;
}
#text-warning {
    display: none;
    color: red
}
#menuCss {
    background: gainsboro;
    border-radius: 5px;
}
.dropdown-menu.dropdown-menu-right.position-absolute.show {
    margin-top: 5px;
}
#menu ul li {
    height: auto !important;
}
#table thead tr th {
    position: sticky;
    top: 0px;
    background: white;
}
.project-tab {
    padding: 2% 10%;
}
.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title {
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
 .project-tab .nav-link:hover {
    border: none;
}
.project-tab thead {
    background: #f3f3f3;
    color: #333;
}
.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
#tableScroll {
    max-height: 570px;
    overflow-y: auto;
}
#tablePadding {
    padding: 0px;
}
#tableTrades th, #tableSymbolList th {
    top: 0px;
    background: #dee2e6;
    position: sticky;
}
#tableTrades_wrapper .col-sm-12 {
    padding:0px;
}
#table th {
    top: 0px;
    background: white;
    position: sticky;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 500px) {
    #tblLogger {
     width: 100%;
    overflow-y: unset !important;
    max-height: unset !important;
    max-width: unset !important;
    }
}
#row-action {text-align:center;}
.button-default {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.paginationjs-pages ul li{width:40px;}
.tradeDetails {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 1001;
}
.tradeView {
    color: black;
    max-height: 800px;
    overflow-y: scroll;
    width: 1000px;
    margin: auto;
    margin-top: auto;
    margin-top: 4%;
    background: white;
    padding-left: 20px;
}
.tradeDetails > .tradeView {
    opacity: 1 !important;
}
.tradeDetails i {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}
.fa-times-rectangle::before, .fa-window-close::before {
    font-size: 35px;
}
.modal-dialog {
    width: 1000px;
    max-width: 1500px;
    background-color: white;
    top:20%;
}
.modal-dialog .col-2 {
    display: inline-block;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-dialog .col-6 .col-6 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-dialog hr {
    margin-bottom: 1rem;
    border: 0;
}
#divBorder {
    border-right: 1px solid black;
}
.lang {
    width: 100px;
    float: left;
    margin-top: 18px;
    text-align: center;
}
.tableexport-caption .button-default {
    margin-left: 0px !important;
    margin-right: 10px;
}
#tradingDateStart, #tradingDateEnd {
    display: block !important;
}
#tableSymbolList td{
    font-size:13px;
}
#tableSymbolList th {
    font-size: 14px;
}
#scrollcount {
    overflow-y: auto;
    max-height: 710px;
}