table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none
}

/* Scroll content section */
.content-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.body-scroll {
    overflow: hidden;
}

/* Loading Spinner */
.overlay {
    z-index: 1000;
    background-color: black;
    -moz-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    margin-left: -15px;
}

.loading-text {
    margin:0px auto;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    line-height: 4.5em;
}

.spinner {
    margin:0px auto;
    height: 120px;
    width: 120px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:12px solid rgba(255, 255, 255, 0.7);
    border-right:12px solid rgba(255, 255, 255, 0.7);
    border-bottom:12px solid rgba(255, 255, 255, 0.7);
    border-top:12px solid #00bbdd;
    border-radius:100%;
}

#content-loading-spinner {
    position: fixed;
    z-index: 10000;
    text-align: center;
    top: 35vh;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.nav-avatar-box {
    padding-top: 5px;
    display: inline-flex;
}

.user-label {
    color: #888888;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
/*
#page-wrapper {
    padding: 0px;
}
*/

/*
body.mini-navbar #page-wrapper {
    margin: 0 0 0 0px;
}
*/

.ibox-title .btn {
    margin-top: -8px;
}

.btn {
    border-radius: 0px;
}

.hidden {
    display: none;
}

.navbar-minimalize {
    background: #0075b2;
    border-color: #0075b2;
}

.skin-3 .navbar-minimalize {
    background: #0075b2;
    border-color: #0075b2;
}

.login-logo-row {
    margin-top: 50px;
}

.login-logo {
    width: 350px;
    height: auto;
    padding: 10px;
}

.form-control:focus, .single-line:focus {
    border-color: #0075b2;
}

.form-control-string {
    margin-top: 6px;
}

.progress-bar {
    background-color: #0075b2;
}

.help-block {
    color: #ed5565;
}

.pace .pace-progress {
    background: #0075b2;
}

.page-item.active .page-link {
    background-color: #0075b2;
    border-color: #0075b2;
}

.app-logo {
    width: 170px;
    margin-top: -37px;
    margin-left: 0px;
}

.nav-header {
    height: 61px;
}

.img-circle {
    margin-top: -5px;
}

.nav-header {
    background-color: #0075b2;
}
/*
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
*/
.table > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody tr:hover {
    background-color: #33333B;
}

#option-chain-table > tbody tr:hover {
    background-color: #202029;
}

.symbols-textarea {
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.active .nav-arrow {
    transform: rotate(-90deg);
}
.nav-arrow {
    float: right;
    display: block;
    line-height: 1.6;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0 5px;
    width: inherit !important;
}

body.mini-navbar .nav-header {
    /* padding: 0; */
    background-color: #0075b2;
}

.mini-navbar .nav-header {
    height: 50px;
}

.fixed-nav .minimalize-styl-2 {
    margin: 4px 5px 5px 15px;
}

.skin-3.fixed-nav .minimalize-styl-2 {
    margin: 4px 5px 5px 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 50px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0075b2;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 35px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.select2-selection__choice {
    height: 22px;
}
/*
.select2-container {
    min-width:140px;
}
*/
.control-label {
    margin-top: 7px;
    font-weight: bold;
}

.role-icon {
    font-size: 150px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.profile-avatar {
    width: 100px;
}

.alert-impersonate {
    margin-bottom: 0px;
    margin-right: 20px;
}

.icheckbox_square-blue {
    margin-top: 5px;
}

.nav-avatar .img-circle {
    border-radius: 50%;
    max-width: 100px;
    max-height: 50px;
}

.mini-navbar .nav-header {
    height: 60px;
}

.tda-account-list {
    width: 250px;
}

.data-time-nav {
    width: 140px;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .page-heading {
        height: 50px;
    }

    .content {
        overflow-x: auto;
    }

    #page-wrapper {
        padding: 0px;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrapper-content {
        padding-top: 80px !important;
    }

    .logout-link {
        display: none !important;
    }

    .data-time-nav {
        display: none !important;
    }

    .tda-account-list {
        width: 150px;
    }

    .navbar-title {
        margin-top: 4px !important;
    }

    .navbar-minimalize {
        margin-top: 8px !important;
        margin-left: 15px !important;
    }

    .navbar-default {
        margin-top: -15px;
    }

    .tda-account-list {
        margin-right: 10px;
    }

    .footer {
        display: none;
    }

    .desktop-only {
        display: none !important;
    }

    .index-price-nav-spx, .index-price-nav-vix {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .nav-avatar-image {
        display: none;
    }

    .logout-link {
        display: none !important;
    }

    .data-time-nav {
        display: none !important;
    }

    .tda-account-list {
        width: 150px;
    }

    .desktop-only {
        display: none !important;
    }
}

body.mini-navbar #page-wrapper {
    margin: 0px;
}

body.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
    z-index: 3000;
}

.mini-navbar .navbar-default {
    height: 100%;
    position: fixed;
}

body.mini-navbar .navbar-static-side {
    width: 270px;
}

body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
    display: inline;
}

.text-underline {
    text-decoration: underline;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:focus, .list-group-item:hover {
    z-index: unset;
}

.option-chain-date {
    display: inline-block;
    width: 65px;
}

.option-chain-dte {
    display: inline-block;
    width: 60px;
}

.option-chain-expand {
    display: inline-block;
    width: 20px;
}

.navbar-title {
    display: inline-block;
}

.topnav-title {
    margin-top: 7px;
    margin-left: 15px;
    font-size: 20px;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

.dashboard-title-padding {
    padding: 15px 15px 8px 15px;
}

.dashboard-content-padding {
    padding: 0px 15px 10px 15px;
}

.premium-left {
    position: absolute;
    left: 5px;
}

.premium-right {
    right: 5px !important;
}

.border-bottom {
    border-bottom: 1px;
}

.nav > li > a i {
    width: 15px;
}

.tooltip {
    z-index: 1000000;
    opacity: 1 !important;
}

.api-border {
    border: 1px solid #d1dade;
    padding: 10px;
    margin-bottom: 50px;
}

.avatar-placeholder {
    text-align: center;
    padding: 10px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    height: 260px;
    margin: 15px auto;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.logo-placeholder {
    text-align: center;
    padding: 10px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    height: 260px;
    margin: 15px auto;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.text-red {
    color: red;
}

.text-yellow {
    color:  #f8ac59;
}

.text-green {
    color:  #1ab394;
}

.line-chart {
    height: 400px;
}

.spx-volume-chart {
    height: 500px;
}

.gauge-chart {
    height: 200px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.small-font {
    font-size: 11px;
}

.nav-icon {
    margin-right: 5px;
    font-size: 17px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.list-group-item:hover {
    text-decoration: inherit;
}

.symbol-logo {
    max-height: 50px;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 350px;
}

.input-group-addon {
    border-right: 0px;
    width: 35px;
}

input:invalid {
    border: 1px solid #ff420f !important;
}

.input-group-addon-suffix {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px 4px 12px;
    text-align: center;
}

.clipboard-target {
    cursor: pointer;
}

.dropdown-menu {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    border-radius: 0px;
    background-color: #31313A;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    text-decoration: none;
    font-weight: bold;
}

.dropdown-menu > li > a:hover {
    border-radius: 0px;
    background-color: #3E4B5B;
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-icon {
    margin-right: 8px;
}

.symbol-text {
    margin-top: 20px;
}

.nav-label-text {
    left: 55px;
    position: absolute;
    margin-top: -1px;
}

.table > tbody > tr > td {
    border-top: 0px;
    border-bottom: 2px solid #e7eaec;
    line-height: 10px;
}

table {
  border-spacing: 0px 0;
}

.table > thead > tr > th {
    border-bottom: 3px solid #e7eaec;
}

.spx-strike {
    width: 50px;
    display: inline-block;
}

.spx-direction {
    width: 45px;
    display: inline-block;
}

.spx-price-qty {
    width: 80px;
    display: inline-block;
}

.spx-otm {
    width: 50px;
    display: inline-block;
}

.spx-condition {
    width: 45px;
    display: inline-block;
}

.spx-time {
    width: 60px;
    display: inline-block;
}

.symbol-exp-strike {
    width: 130px;
    display: inline-block;
}

.price-qty {
    width: 65px;
    display: inline-block;
}

.otm-current {
    width: 50px;
    display: inline-block;
}

.time {
    width: 60px;
    display: inline-block;
}

.condition {
    width: 40px;
    display: inline-block;
}

.exchange {
    width: 60px;
    display: inline-block;
}

.time-date {
    width: 100px;
    display: inline-block;
}

.dte {
    width: 30px;
    display: inline-block;
}

.bg-red {
    background-color: #FFCCCB;
}

.row-fade {
    background: #00b67a;
    animation: fadeBackground 1s;
    animation-fill-mode: forwards;
}

.title-select {
    width: 200px;
    margin-top: -8px;
}

.option-row {
    white-space: nowrap;
}

.index-price-nav-spx {
    width: 195px;
}

.index-price-nav-vix {
    margin-right: 20px;
    width: 195px;
}

.bootbox .select2-container {
    z-index: 10000;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.modal-content {
    border-radius: 0px;
}

.modal-lg {
    max-width: 1200px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: 12%;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
    top: 4px;
    left: 6px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
    top: 5px;
    left: 6px;
}

.alert-link {
    font-weight: unset;
}

.select2-dropdown.tda-account-nav {
    z-index: 2030;
}

.open-bid-min-max-label {
    xxmax-width: 120px;
}

.open .dropdown-menu {
    display: block;
}

.navbar-fixed-top {
  transition-duration: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
}

.nav.navbar-top-links a {
    color: #856404;
}

.feed-link {
    text-decoration: none !important;
}

.no-transition {
    transition: none !important;
}

@keyframes fadeBackground {
    from { background-color: #00b67a; }
    to { background-color: #202029; }
}

table .icheckbox_square-blue {
    margin-top: 0px;
}