calendar.navbar {
    border-radius: 0px;
}

.panel-generic {
    margin: 20px 20px 20px 20px;
}

html {
    min-height: 100%;
    position: relative;
}

.tawk {
    margin-right: 280px;
}

.popover-title.popover-title-danger {
    background: #f2dede !important;
}
.popover-title.popover-title-warning {
    background-color: #fcf8e3;
}

.calender-panel-wrapper .popover-content {
    padding: 0px !important;
}

body.brand_bg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Make sure the panel heading uses the same border radius as the parent panel: */
.panel > .panel-heading {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
}
/* Make sure the panel footing has the same bottom border radius as the parent: */
.panel > .panel-footer {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.btn-right {
    float: right;
    margin-right: 15px;
}
.btn-next {
    float: right;
    margin-right: -15px;
}

.btn-left {
    float: left;
    margin-left: 15px;
}

.btn-left.close {
    margin-top: -5px;
}

/* When sticking a FA Icon to the side of a btn, we need to add a bit of top-margin: */
.btn > i.pull-left, .btn > i.pull-right {
    margin-top: 3px;
}

.status-bar {
    padding-bottom: 75px;
}

.progress-bar-circle {
    border: 5px solid #efefef;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px;
    width: 50px;
}


.progress-bar-circle.canceled {
    border: 5px solid #efc3bc;
    margin-left: 25px;
}

.progress-bar-line {
    background: #efefef;
    display: inline-block;
    height: 5px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -22.5px;
    width: 35px;
}

.progress-bar-circle.complete::before {
    color: #c7e8bd;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: x-large;
    margin-left: -10.5px;
    margin-top: 2px;
    position: absolute;
}

.progress-bar-circle.failed::before {
    color: #efc3bc;
    content: "\f00d";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: x-large;
    margin-left: -9.5px;
    margin-top: 3px;
    position: absolute;
}

.progress-bar-circle.in-progress::before {
    color: #828282;
    content: "\f141";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: x-large;
    margin-left: -12.5px;
    margin-top: 4px;
    position: absolute;
}

.progress-bar-circle.term_sheet_accepted::after {
    color: #777;
    content: "Complete";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.progress-bar-circle.canceled::after {
    color: #efc3bc;
    content: "Canceled";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.progress-bar-circle.waiting_for_terms::after {
    color: #777;
    content: "Waiting for Terms";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.progress-bar-circle.review_terms::after {
    color: #777;
    content: "Review Terms";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.progress-bar-circle.new::after {
    color: #777;
    content: "Waiting for Auction";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 70px;
}

.progress-bar-circle.auction::after {
    color: #777;
    content: "In Auction";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.progress-bar-circle.choose-winner::after {
    color: #777;
    content: "Choose Winner";
    line-height: 110%;
    margin-left: -30px;
    margin-top: 50px;
    position: absolute;
    width: 60px;
}

.quiz-answer {
    display: block;
    width: 100%;
}

.well.quiz-answer {
    margin-bottom: 12px;
    padding: 12px;
}

.panel-title.quiz-question {
    font-size: 120%;
    margin: 10px;
}

.panel-body.quiz-question {
    margin-bottom: -15;
}

#content {
    /* In order to have the footer always at the bottom of the page, with dynamic footers, the min-height must be 100vh */
    min-height: 100vh;
}

#responsive_content {
    float: right;
    margin-top: 20px;
    padding-right: 15px;
    width: calc(100% - 68px);
    z-index: -1;
}

.no-navbar #responsive_content {
    float: none;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0px;
    width: auto;
}

#footer_wrapper {
    font-size: 11px;
    /* Height should be auto and not specific */
    height: auto !important;
    border: none !important;
    width: 100%;
    z-index: 2;
}

.bordered-left {
    border-left: 1px dotted #8e8e8e;
}

.bordered-right {
    border-right: 1px dotted #8e8e8e;
}

.clickable {
    cursor: pointer;
}

.margin-bottom {
    margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
    letter-spacing: 3px;
}

.navbar-header p {
    font-size: 12px;
    letter-spacing: 3px;
    padding-left: 0px;
    padding-top: 5px;
}

.nav-side-menu:hover {
    width: 240px;
}

.nav li a i.fa-bell {
    margin-top: 4px;
}
.fa-pad-right {
    padding-right: 13px;
    width: 35px;
}

.nav-side-menu .menu_item i {
    margin-left: 6px;
    margin-right: 10px;
}

.nav-side-menu {
    font-size: 14px;
    font-weight: 200;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
    transition: width 500ms;
    width: 55px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

#side_nav_container.sticky {
    height: 100%;
    position: fixed;
    top: 0;
}

#side_nav_container {
    box-shadow: 0px 3px 6px #888;
    height: 100%;
    padding-left: 0px;
    position: absolute;
    z-index: 10000;
}

.nav-side-menu ul,
.nav-side-menu li {
    cursor: pointer;
    font-size: 17px;
    line-height: 75px;
    list-style: none;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    white-space: nowrap;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: "Font Awesome 6 Pro";
    padding-left: 10px;
    padding-right: 20px;
    position: absolute;
    vertical-align: middle;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    line-height: 50px;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 10px;
}
.nav-side-menu li a {
    color: #e1ffff;
    text-decoration: none;
}
.nav-side-menu li a i {
    padding-right: 10px;
    vertical-align: -10%;
}
@media (max-width: 767px) {
    #responsive_content {
        width: calc(100% - 63px);
    }
    .nav-side-menu {
        margin-bottom: 10px;
        position: relative;
        width: 38px;
    }
    .nav-side-menu:hover {
        width: 200px;
    }
    .nav-side-menu li {
        font-size: 14px;
    }
    .nav-side-menu .toggle-btn {
        color: #000;
        cursor: pointer;
        display: block;
        padding: 3px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 10px;
        width: 40px;
        z-index: 10 !important;
    }
    .brand {
        font-size: 22px;
        line-height: 50px !important;
        padding-left: 20px;
        text-align: left !important;
    }
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.auction-panel .panel-body {
    padding-bottom: 0px;
    padding-top: 0px;
}

.auction-panel .panel-body div.auction-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.auction-panel .panel-body div.auction-row .dark-grey-background {
    margin-bottom: -15px;
    margin-top: -15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.auction-panel .panel-heading {
    font-size: 16px;
}

.auction-panel .panel-body div.auction-row div {
    text-align: center;
}

.auction-panel .panel-body div.auction-row *.text-right {
    text-align: right;
}

.auction-panel .panel-body div.auction-row div p {
    font-size: 16px;
}

.form-group-container {
    padding-left: 30px;
    padding-right: 30px;
}

.ts-request-form {
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
}

.termsheet-form-panel .alert {
    margin-bottom: 0px;
}

.termsheet-form-panel .status-row {
    margin-top: 10px;
}

.auction-quote-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type=file] {
    background: white;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;

    filter: alpha(opacity=0);
}



.stale {
   display: block;
   /*float: right;*/
}

.table-details th {
    text-align: center;
}
.table-details td {
    text-align: center;
}

.note-box {
    display: inline-block;
}

.note-cards-flip-all {
    cursor: pointer;
}



.note-prop-label {
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px;
}

.note-type-label,
div.note-modal .note-type-label {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 3px;
}

.tradable-circle-wrapper,
div.note-modal .tradable-circle-wrapper {
    display: inline-block;
    margin-top: -10px;
    /*horiz scrolling tradables*/
    /*margin-left: auto;
    margin-right: auto;*/
    overflow-x: auto;
    padding-bottom: 5px;
    padding-left: 25px;
    white-space: nowrap;
    width: 350px;
}

.purchased-tradable-circle-wrapper {
    display: inline-block;
    margin-top: -10px;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-left: 25px;
    white-space: nowrap;
    width: 300px;
}
.tradable_circle:hover {
    margin-right: 35px;
}
.tradables_row .tradable_circle:last-child:hover {
    margin-right: 0px;
    /*margin-top: 20px;*/
}

#noteflix-about-tabs {
    padding-top: 5px;
}

.noteflix-about-tab-content {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.noteflix-about-tab-content .tab-content .tradable_circle {
    margin:10px;
    float:left;
}

.noteflix-about-tab-content .tab-content .tradable-details-container {
    height:390px;
    overflow: auto;
}

.noteflix-about-tab-content .tab-content{
    min-height: 400px;
    padding-top: 5px;
}

.tradable-news-header {
    font-size: 13px;
    font-weight: bold;
}

.noteflix-about-news-story {
    height:350px;
    overflow:auto;
    font-size:11px;
}

.tradable_circle,
div.note-modal .tradable_circle {
    border-radius: 5px;
    display: inline-block;
    /*horiz scrolling tradables*/
    /*float: left;*/
    float: none;
    height: 80px;
    margin-left: -35px;
    overflow: hidden;
    transition: margin 500ms;
    width: 90px;
}

.tradable-icon,
div.note-modal .tradable-icon {
    height: 78px;
    width: 78px;
}

.tradable_circle .tradable_name {
}

.tradables_row .tradable_circle:last-child .tradable_name {
    right: 0px;
}

.tradables_row,
div.note-modal .tradables_row {
    margin-bottom: 5px;
    margin-top: 20px;
}

.tradable_circle label {
    float: left;
    position: absolute;
    color: #555555;
}
.tradable_label {
    font-size: 11px;
    top: -15px;
    width: 78px;
    text-align: center;
}
.tradable_weight {
    margin-left: -60px;
    position: absolute;
    top: 80px;
    margin-left: -60px;
}
.tradable-circle-mb {
   /* margin-bottom: 14px;*/


}
.modal-body .tradables_row .tradable_weight {
    /*margin-left: 30px !important;*/
}
.modal.fade.in{
    background: rgba(0,0,0,0.5);
}

/* MARK SECTION legal legend -kp */

#footer_content {
    min-width: 300px;
    padding-left: 55px;
    padding-bottom: 10px;
    text-align: center;
}

#legal-footer {
    font-size: 14px;
}

.legal-modal {
    background: rgba(0,0,0,0.5);
}

.legal-modal .modal-dialog {
    min-width: 200px;
    width: 60%;
    max-width: 700px;
    text-align: left;
    font-size: 14px;
    /* height: 600px; */
    margin: 10vh auto;
}

.legal-modal .modal-dialog .modal-content .modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.legal-modal .modal-dialog .modal-content {
    max-height: 60vh;
    overflow-y: auto;
}

.legal-modal .legal-legend-constant:last-child {
    border: none;
}

.legal-legend-constant {
    margin: 0 10px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #999;
}

.legal-legend-constant > * {
    margin: 0px;
    color: inherit;
}

.legal-legend-constant > :first-child {
    padding-bottom: 5px;
}

/* END SECTION -kp */


/*.note-base {
    padding-top:5px;
    border-top: 1px solid #dfdfdf;
    position: absolute;
    bottom: 5px;
    left: 0px;
    background-color: #333333;
    color:#ffffff !important;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
*/

.calendar-note-bottom {
    bottom: 10px;
    left: 0px;
    padding-top: 26px;
    position: initial;
}


.full-width-container {
    margin-bottom: -40px;
    margin-left: -25px;
    margin-top: -20px;
    padding: 30px 0px 60px;
}

.panel-default {
    padding: 20px;
}

.panel-allocations-graph {
    margin-top: 15px;
}

.panel-note-order {
    margin-top: 15px;
}

/* Custom Bootstrap 5ths Spacing: */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-5ths {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        float: left;
        width: 20%;
    }
}

/* Custom Bootstrap 7 Columns Per Row Spacing: */
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-7ths {
    float: left;
    width: 14%;
}

.col-xs-8ths {
    float: left;
    width: 12%;
}

@media (min-width: 768px) {
    .col-sm-7ths {
        float: left;
        width: 14%;
    }
}

@media (min-width: 992px) {
    .col-md-7ths {
        float: left;
        width: 14%;
    }
}

@media (min-width: 1200px) {
    .col-lg-7ths {
        float: left;
        width: 14%;
    }
}

/*! =======================================================
                      VERSION  9.8.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.slider.slider-horizontal {
    height: 10px;
    width: 100%;
}
.slider.slider-horizontal .slider-track {
    height: 4px;
    left: 0;
    margin-top: -2px;
    top: 50%;
    width: 100%;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    bottom: 0;
    height: 100%;
    top: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    height: 0;
    margin-top: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.slider.slider-horizontal .slider-tick-container {
    display: none; /*Specific for note creator, can be reworked if needed elsewhere */
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
    margin-top: 20px;
    white-space: nowrap;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    padding-top: 4px;
    text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    height: 100%;
    left: 25%;
    top: 0;
    width: 10px;
}
.slider.slider-vertical .slider-selection {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    left: 0;
    right: 0;
    width: 100%;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-left-color: #0480be;
    border-right-color: #0480be;
    border-width: 10px 0 10px 10px;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    width: 1px;
}
.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    cursor: not-allowed;

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
}
.slider input {
    display: none;
}
.slider .tooltip.top {
    margin-top: -36px;
}
.slider .tooltip-inner {
    max-width: none;
    white-space: nowrap;
}
.slider .hide {
    display: none;
}
.slider-track {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: absolute;

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
}
.slider-selection {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}
.slider-track-low,
.slider-track-high {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
}
.slider-handle {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    height: 10px;
    position: absolute;
    top: 0;
    width: 10px;

    filter: none;
}
.slider-handle.round {
    border-radius: 50%;
}
.slider-handle.triangle {
    background: transparent none;
}
.slider-handle.custom {
    background: transparent none;
}
.slider-handle.custom::before {
    color: #726204;
    content: "\2605";
    font-size: 20px;
    line-height: 20px;
}
.slider-tick {
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    border: 0px solid transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    height: 20px;
    opacity: .8;
    position: absolute;
    width: 20px;

    filter: none;
    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
}
.slider-tick.round {
    border-radius: 50%;
}
.slider-tick.triangle {
    background: transparent none;
}
.slider-tick.custom {
    background: transparent none;
}
.slider-tick.custom::before {
    color: #726204;
    content: "\2605";
    font-size: 20px;
    line-height: 20px;
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    opacity: 1;

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);

}/* ETF Scenario Slider Style */
.scenario-slider-container .slider-handle {
  background-color: white;
  border: 1px solid #4194d0;
  height: 17px;
  width: 17px
}

.scenario-slider-container .slider-selection {
  background-color: #4194d0;
  border-radius: 20px;
}

.scenario-slider-container .slider-track {
  background: linear-gradient(to right, #b6ddff , #f5f5f5);
  height: 12px !important;
  border-radius: 20px;
}

/* ----------------------------------- */

.img-logo {
    height: auto;
    max-width: 100%;
}


/* .add_to_watchlist_button.note-watched::before {
    content: "Edit Watchlists";
}

.add_to_watchlist_button.note-add::before {
    content: "Add to Watchlist";
} */

.send_to_analytics_button {
    content: "Add to Analytics";
}

.note-watched:hover {
    color: #6293bf;
}

#historic-data {
    padding-top: 15px;
}
.container {
    width: 100%;
}
.side-bar-wrapper {
    max-width: 250px;
}

#explore_notes_pagination_spinner {
    font-size: 48px;
}
#exolore_notes_pagination {
    margin-bottom: 30px;
}

.centered_container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.calendar-panel-collapsed-size {
    padding: 0px 15px 0px;
}

.collapse-calendar-checkbox {
    text-align: right;
    padding-right: 25px;
}

.collapse-calendar-checkbox > label {
    padding-left: 10px;
}

.calendar-panel-fixed-size {
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
}

.calendar-documents-menu {
    padding-bottom: 0px;
}

.loading_spinner {
    height: 40px;
}

.indicative {
    color: tan;
}

.selection-underlying-wrapper {
    height: 40px;
}
.selection-underlying-wrapper-lg {
    height: 48px;
}
.selection-underlying-container {
    padding-left: 0px;
}
.tradable-icon-wrapper {
    display: inline-block;
    vertical-align: top;
}
.cusip-icon-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
}
.cusip-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tradable-label {
    display: inline-block;
    padding-left: 10px;
}
.cusip-label-wrapper {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    height: 40px;
}
.cusip-label {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-weight: bold;
}
.mini-tradable-circle {
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 17px;
    height: 34px;
    overflow: hidden;
    width: 34px;
}
.mini-tradable-icon {
    height: 32px;
    width: 32px;
}
.mini-tradable-icon-lg {
    height: 40px;
    width: 40px;
}
.mini-tradable-label {
    font-weight: bold;
}
.selection-underlying-wrapper p {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 3px;
}

.selection-underlying-wrapper p.mini-tradable-description {
    font-size: 10px;
}

.selection-underlying-wrapper p.mini-tradable-label {
    margin-top: 2px;
}

/* Selectize Dropdown sm-themed Sizing Specifications: */
.mini-tradable-icon.mini-tradable-icon-sm {
    height: 24px;
    width: 24px;
}
.mini-tradable-circle.mini-tradable-circle-sm {
    border-radius: 13px;
    height: 26px;
    width: 26px;
}
.mini-tradable-label.mini-tradable-label-sm {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.mini-tradable-description.mini-tradable-description-sm {
    font-size: 9px !important;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 940px;
    }
    .modal-md {
        width: 750px;
    }
}

.selectize-dropdown {
    min-width: 205px !important;
}

.dropdown {
    list-style: none;
}

.note-actions-dropdown {
    display: inline-block;
}

.note-actions-dropdown-wrapper {
    float: right;
    padding-right: 15px;
}

.note-actions-dropdown a {
    cursor: pointer;
}
.note-actions-dropdown a.disabled {
    cursor: not-allowed;
    opacity: .65;
}

.dropdown-toggle .caret {
    margin-left: 4px;
}

.issuer_logo {
    height: 25px;
}

.issuer_logo-lg {
    height: 35px;
    width: 120px;
}


body #intercom-container {
    display: none !important;
    opacity: 0;
}

.edu-card {
    border-radius: 5px;
    cursor: pointer;
    height: 300px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 80px;
}

.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    vertical-align: middle;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vranger {
    -moz-transform: rotate(270deg); /*do same for other browsers if required*/
    margin-top: 50px;
    transform: rotate(270deg);
}

.risk-meter {
    -webkit-padding-before: 15px;
}

.risk-meter-1 {
    height: 30px;
}

.risk-meter-2 {
    height: 30px;
}

.risk-meter-3 {
    height: 30px;
}

.underlying-info-table small {
    font-size: 10px;
}

.copyright {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    font-weight: lighter;
}

.calendar-label {
    margin-left: 21px;
    margin-top: 22px;
    position: absolute;
    top: 100px;
    z-index: 1000;
}

.delete {
    display: none;
    margin-top: 20px;
    opacity: .7;
}

.halo-card:hover .delete {
    display: block;
}


#datepicker {
    max-width: 250px;
}

#datepicker > span:hover {
    cursor: pointer;
}

.text-medium {
    font-size: 125%;
}

.scale {
    float: left;
}

.videoWrapper {
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    position: relative;
}
.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-container {
    margin-bottom: 40px;
}

.note-details-modal {
    cursor: default;
}

.note-modal {
    overflow: hidden;
}


#navbar_notification_center {
    border-radius: 5px;
    box-shadow: 2px 4px 8px #aaa;
    margin-top: 7px;
    max-height: 500;
    overflow-y: scroll;
    padding-top: 30px;
    position: absolute;
    right: 27px;
    width: 440px;
    z-index: 2000;
}
#notification_center_header {
    background: white;
    border-bottom: 1px solid #dadada;
    height: 30px;
    padding-left: 10;
    padding-right: 10;
    padding-top: 6px;
    position: absolute;
    right: 29px;
    top: 54px;
    width: 437px;
    z-index: 2001;
}

#notification_center_header:before {
    border-color: transparent;
    border-bottom: 10px solid #c3e2e4;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    position: absolute;
    right: 3px;
    top: -11px;
}

#notification_count {
    height: 18px;
    left: 25px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    top: 7px;
}
#navbar_notification_center .notification_wrapper.notification_bound .remove-notification, .notification-dashboard .remove-notification {
    display: none;
    margin-top: 17px;
    text-decoration: none;
}
#navbar_notification_center .notification_wrapper.notification_bound .remove-notification i.light-gray:hover, .notification-dashboard .remove-notification i:hover {
    color: gray;
}
#navbar_notification_center .notification_wrapper.notification_bound:hover .remove-notification, .notification-dashboard .notification_wrapper:hover .remove-notification {
    display: inline-block;
}


.notification_wrapper .row {
    padding-bottom: 5px;
    padding-top: 5px;
}


.notification_block .icon {
    margin-top: 14px;
}

.notification_block p {
    font-size: 13px;
    margin-bottom: 0px;
}
.notification_block {
    min-height: 40px;
    padding-bottom: 3px;
    padding-right: 0px;
    padding-top: 3px;
}

.notification_wrapper:last-child {
    border-bottom: 0px;
}

.notification-content {
    min-height: 35px;
}

#no_notifications {
    margin-top: 10px;
}

#no_notifications .icon {
    margin-top: 4px;
}


.menu_item {
    position: relative;
}

.nav-side-menu .badge {
    left: 32px;
    position: absolute;
    top: 13px;
}

form label {
    width: 100%;
}

/* IE 10 Viewport Hack */
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}


.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.vertical-center .row {
    display: flex;

    align-items: center;
}

.selectize_option_wrapper p {
    margin-bottom: 0px;
}

.selectize_option_wrapper .mini-label {
    font-weight: bold;
}

.org_admin_icon i {
    margin-top: 9px;
}


.portfolio-input {
    width: 70px;
}

.portfolio-input-block {
    background: #efefef;
    display: inline-block;
    padding: 20px;
    /*border: solid 0.1em #fffdfd;*/
    text-align: left;
    width: 100%;
}

.ptf-add {
    float: right;
    /*margin-left: 40px;*/
    margin-top: -10px;
}

.portfolio-item-container {
    padding-top: 10px;
}

.portfolio-item {
    background: #fbf9f9;
    border: .1em solid #c7c7c7;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    text-align: center;
}



/* Sector Heat Maps */
ul.sector-panels {
    margin: 0;
    padding: 0;
}
.sector-panel {
    display: block;
    float: left;
    font-size: 1.2em;
    list-style-type: none;
    margin: 0 0 1% 1%;
    min-height: 120px;
    min-width: 120px;
    padding: 1em;
    padding-top: 0px;
    text-align: center;
    /*border-width: 1.5;
  border-style: solid;*/
}
.sector-panel {
    transition: all .2s ease-in-out;
}
.sector-panel:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}


/* Loading spinner animation */
.gray-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #888;
    height: 40px;
    margin: 0 auto;
    width: 40px;

    align: center;
}
.gray-loader-med {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #888;
    height: 30;
    margin: 0 auto;
    width: 30px;

    align: center;
}
.gray-loader-sm {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #888;
    height: 20;
    margin: 0 auto;
    width: 20;

    align: center;
}

.btn-loader {
    display: block;
    margin-top: -20px;
    opacity: .6;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bad-request-container {
    font-size: 15px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.row.tradable-row {
    height: 40px;
}

.sector-img {
    margin-bottom: 10px;
    max-height: 35px;
    max-width: 25px;
}


.tradable-img-container {
    opacity: .15;
}
.tradable-text-container {
    margin-top: -15px;
}


.p1-better-stat {
    margin-left: 30;
    margin-right: 30;
}
.p1-worse-stat {
    margin-left: 30;
    margin-right: 30;
}
.p2-better-stat {
    margin-left: 30;
    margin-right: 30;
}
.p2-worse-stat {
    margin-left: 30;
    margin-right: 30;
}




/* MARK: Education */
.edu-nav-btn {
    border-radius: 8px;
    font-size: 17;
    height: 44px;
    margin: 4;
    position: relative;
    text-align: left;
    width: 90%;
}

.edu-nav-btn i {
    position: absolute;
    right: 15px;
    top: 12px;
}

.edu-back-btn {
    float: left;
    margin-left: 30px;
}

.edu-nav-row {
    margin-bottom: 10px;
}

h3.edu-header-center {
    color: #636363;
    margin: 20px;
    text-align: center;
}
h3.edu-header {
    color: #8e8989;
    margin: 20px;
}
h3.edu-header.center {
    text-align: center;
}
p.edu-subheader {
    margin-bottom: 30px;
    margin-left: 30px;
}

h3.edu-header.main {
    margin-left: 70px;
}


.nav-btn-right {
    font-size: 26px;
    margin: 10px;
    margin-right: 40px;
}


table.issuer-knowledgebase a.cds,
a.cds:hover {
    color: #333;
    text-decoration: none;
}
table.issuer-knowledgebase a.issuer-info {
    font-size: 14px;
}
table.issuer-knowledgebase th {
    text-align: center;
}
table.issuer-knowledgebase tr:first-child th {
    font-weight: 500;
}
table.issuer-knowledgebase td:first-child {
    font-size: 15px;
    font-weight: normal;
    text-align: left !important;
}
table.issuer-knowledgebase th:first-child {
    text-align: left !important;
}
table.issuer-knowledgebase td {
    font-weight: lighter;
    text-align: center;
}
table.issuer-knowledgebase .bottom-border {
    border-bottom: solid 1px black;
}
i.fa.fa-sm {
    font-size: 14px;
}
i.fa.fa-gray {
    color: #b1b1b1;
}

.calendar-panel-collapsed-size .panel.panel-default {
    padding: 5px;
    margin-bottom: 3px;
}

.collapsed-calendar-buttons > .row {
    margin-bottom: 8px;
}

#edu_issuers_page .panel {
    border-radius: 8px;
    padding: 15px;
    padding-bottom: 60px;
}
button.print {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;

    -webkit-appearance: none;
}



.feature-chart-cnt {
    background: #121627;
    border-radius: 5px;
    height: 400px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 20px;
    width: 898px;
}
/* Smaller Version of the Feature Chart Container: */
.feature-chart-cnt.feature-chart-cnt-sm {
    width: 750px;
    height: 300px;
}

#signup_form {
    margin: 20px;
}
#login_content {
    margin-bottom: -6px;
    margin-top: 6px;
}

.note-feature-cols {
    margin-left: 0;
    margin-top: 6;
    padding-left: 10;
    padding-right: 10;
    text-align: justify;

    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.modal-title {
    display: inline-block !important;
}

.pg_container {
    min-height: 1150px;
}

.pg_container label {
    display: inline-block;
    width: 5em;
}
.pg_container hr {
    border-width: 1px;
    display: block;
    margin-bottom: -.2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.0em;
}


.education-progress-container.education-progress-bar {
    margin-right: 8;
}

div#import-note-modal form {
    margin-top: 40px;
    padding-bottom: 12px;
}


.modal-overlay {
    background: #f3f3f375;
    box-shadow: none;
    position: absolute;
    top: 0;
}



.graph-line-box .box-wrapper {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    padding: 8px;
}

.graph-line-box {
    margin: 4px 0px;
}


.modal-section {
    height: 240px;
    margin-bottom: 15px;
    padding: 25px;
    padding-bottom: 0px;
}
.modal-section.left {
    border-right: solid #e8e8e8 1px;
}
.modal-section.right {
    border-left: solid #e8e8e8 1px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.m-0 {
    margin: 0px !important;
}

.mb-5 {margin-bottom: 5px !important;}
.mt-5 {margin-top: 5px !important;}
.ml-5 {margin-left: 5px !important;}
.mr-5 {margin-right: 5px !important;}
.m-5 {margin: 5px !important;}

.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.m-10 {
    margin: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.m-20 {
    margin: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.m-40 {
    margin: 40px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.p-0 {
    padding: 0px !important;
}

.pb-5 {padding-bottom: 5px !important;}
.pt-5 {padding-top: 5px !important;}
.pl-5 {padding-left: 5px !important;}
.pr-5 {padding-right: 5px !important;}
.p-5 {padding: 5px !important;}

.pb-10 {
    padding-bottom: 10px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.p-10 {
    padding: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.p-20 {
    padding: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.p-40 {
    padding: 40px !important;
}

.border-0 {
    border: 0px !important;
}

.block {
    display: block !important;
}

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

.pull-down {
    bottom: 40px;
    margin-right: 35px;
    position: absolute;
}


.incr-btn-container .incr-btn {
    margin-right: 10px;
}

.incr-btn-container .incr-btn.reset {
    margin-left: 30px;
    width: 100px;
}

#import-result-container .alert {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#import-note-content {
    min-height: 415px;
}

.playground-container {
    background: #161f2f;
    border-radius: 6px;
    padding: 10px;
}
.playground-payoff-panel {
    background: #efefef;
    color: #4a4a4a;
    height: 292px;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}

/* Overflow Utility Classes: */
.overflow-scroll   {overflow: scroll !important;}
.overflow-x-scroll {overflow-x: scroll !important;}
.overflow-y-scroll {overflow-y: scroll !important;}
.overflow-hidden   {overflow: hidden !important;}
.overflow-x-hidden {overflow-x: hidden !important;}
.overflow-y-hidden {overflow-y: hidden !important;}
.overflow-auto   {overflow: auto !important;}
.overflow-x-auto {overflow-x: auto !important;}
.overflow-y-auto {overflow-y: auto !important;}

.inline {
    display: inline !important;
}


.portfolio-datatable {
    border-bottom: none !important;
    font-size: 11px !important;
    margin-top: 20px !important;
    padding-bottom: 8px;
    text-align: center !important;
    width: 100% !important;
}
table.dataTable tfoot td.text-align-right {
    padding: 10px 10px 6px 10px !important;
}

.table.table-comfort>thead>tr>th,
.table.table-comfort>tbody>tr>th,
.table.table-comfort>tfoot>tr>th {
  padding: 8px 15px 8px 15px !important;
}

.table.table-comfort>thead>tr>td,
.table.table-comfort>tbody>tr>td,
.table.table-comfort>tfoot>tr>td {
  padding: 15px !important;
}

.portfolio-page {
    margin-top: 40px;
}
.portfolio-page:last-child {
    margin-bottom: 40px;
}

.portfolio-panel {
    border-radius: 0px !important;
    box-shadow: 0px 2px 7px #dcdcdc !important;
    padding-bottom: 30px;
}

.right-nav {
    border-left: solid #b7b7b7 1px;
    height: 84%;
    padding-top: 100;
    position: fixed;
    right: 0;
}

.right-nav .nav-item {
    margin: 10px;
}
.nav-item a.pad-left {
    margin-left: 20px;
}

#portfolio-side-nav {
    top: 80px;
}

.menu-dropdown-container {
    border-radius: 6px;
    min-width: 220px;
    padding: 10px;
    padding-right: 20px;
    z-index: 10000;
}
.menu-item {
    margin-left: 16px;
}

.notification_body {
    min-height: 30px;
}

.full-width {
    width: 100%;
}

.underlying-loader {
    border: 5px solid #dddedf;
    border-top: 5px solid #888;
    display: none;
    height: 5px;
    left: 47%;
    margin-top: 12px;
    padding: 5px;
    position: absolute;
    width: 5px;
    z-index: 2000;
}

#portfolio-gl-canvas {
    min-height: 265px;
}

#portfolio-gl-time-togglers a {
    padding: 10px;
    text-decoration: none;
}
#portfolio-gl-time-togglers a.selected {
    text-decoration: underline !important;
}

input.underlying_weight_input {
    height: 30px;
    padding: 6px;
}

.btn-label {
    height: 31px;
}

.auction-buttons {
    text-align: right;
}

ol.admin-breadcrumb {
    background: none;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.admin-sidebar {
    transition: .125s ease-in !important;
    z-index: 999 !important;
}
.admin-navbar {
    padding-left: 0px !important;
}
.admin-navbar-header {
    padding-left: 60px !important;
}

.alert-modal {
    z-index: 10030 !important;
}

.note-modal {
    z-index: 9950 !important;
}

.content-panel-header {
    margin: -20px;
    margin-bottom: 20px;
    padding: 15;
}
.form-label {
    margin-top: 6px;
}

.registration-text-area {
    resize: none;
}

.points {
    height: 190px;
    overflow: auto;
}

.cal-details {
    height: 135px;
    overflow: auto;
}

.mt-pb-10 {
    margin-top: 10px !important;
    padding-bottom: 10px !important;
}

.show-less {
    display: none;
}

.show-more {
    display: none;
}

.cal-btn-points {
    cursor: pointer;
    display: none;
}

.cal-btn-details {
    cursor: pointer;
    display: none;
}

.calendar-points-container p {
    margin-top: 3px;
}

.calendar-details-container p {
    margin-bottom: 0px;
    margin-top: 3px;
}

form#auction_start > .row,
form#edit_auction > .row,
form#task_status > .row  {
    margin-bottom: 15px !important;
}

#additional_note_properties_container {
    min-height: 90px;
}

.rounded-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.rounded-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}


.detail-container {
    padding-top: 10px;
    text-align: center;
}
.detail-label {
    color: #888;
    font-size: 11px;
    font-weight: bolder;
}

.detail-value {
    font-size: 16px;
    font-weight: bolder;
}

.disclaimer-modal-low-urgency.nav-opened {
    margin-left: 240px;
}
.disclaimer-modal-low-urgency > .modal-dialog {
    position: absolute;
    right: 50vw;
    top: 30px;
    transform: translateX(50%) !important;
}

.disclaimer-content {
    max-height: 450;
    overflow: scroll;
    padding: 10px;
}


/* For Fixed Table Heads: */
.table.fixed-head {
    overflow-y: auto;
}
.table.fixed-head table {
    border-collapse: collapse;
    width: 100%;
}
.table.fixed-head th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2 !important;
}


.auto-height { height: auto; }
.auto-width { width: auto; }

/* Allow rows to order themselves from right to left: */
.row.row-right > .col-sm-1,
.row.row-right > .col-sm-2,
.row.row-right > .col-sm-3,
.row.row-right > .col-sm-4,
.row.row-right > .col-sm-5,
.row.row-right > .col-sm-6,
.row.row-right > .col-sm-7,
.row.row-right > .col-sm-8,
.row.row-right > .col-sm-9,
.row.row-right > .col-sm-10,
.row.row-right > .col-sm-11,
.row.row-right > .col-sm-12 {
    float: right;
}

/* Alerts Flasher: */
#content_wrapper > #flash-messages {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 500px;
    z-index: 3000000000;
}


/* PDF Modal Views Separator */
#pdf_canvas_container > canvas#canvas:not(:last-child) {
    border-bottom: 10px solid #a5a5a5;
}

/* Focused PDF Modal Styles: */
.pdf-modal-focused {
    background: rgba(0, 0, 0, 0.77);
}
.pdf-modal-header-focused {
    position: fixed;
    height: 59px;
    width: 100%;
    background: linear-gradient(#000000c7, #00000008);
    z-index: 10000;
}
.pdf-modal-footer-focused {
    position: fixed;
    height: 59px;
    width: 100%;
    background: linear-gradient(#00000000, #00000061);
    z-index: 10000;
    bottom: 0;
}
.pdf-modal-header-focused > .pdf-modal-action {
    position: fixed;
    font-size: 20;
    color: white !important;
    top: 20px;
    cursor: pointer;
}
.pdf-modal-header-focused-title {
    color: white;
    font-size: 20px;
    position: fixed;
    left: 30px;
    top: 20px;
}

/* Adding a Medium Input-Group Size, Following from the conventions of:
     - input-group-sm
     - input-group-lg
*/
.input-group-md>.form-control,
.input-group-md>.input-group-addon,
.input-group-md>.input-group-btn>.btn {
    height: 35px;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 1.0;
    border-radius: 3px;
}
.input-group-md>.input-group-btn:not(:first-child)>.btn,
.input-group-md>.input-group-addon:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-md>.input-group-btn:first-child>.btn,
.input-group-md>.input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


/* Optional Class to Add Padding to Leftmost and Rightmost Table Cells: */
.table.padded-xy-table>tbody>tr>td:last-child,
.table.padded-xy-table>thead>tr>th:last-child {
    padding-right: 16px
}
.table.padded-xy-table>tbody>tr>td:first-child,
.table.padded-xy-table>thead>tr>th:first-child {
    padding-left: 16px
}

/* Allowing for large- and small-sized Selectize Dropdowns, to match bootstrap's
input-group-sm and input-group-lg sizes: */
.form-control-sm.form-control>.selectize-input,
.selectize-sm.form-control>.selectize-input {
    height: 30px;
    font-size: 12px;
    padding: 5px 10px;
}
.form-control-lg.form-control>.selectize-input,
.selectize-lg.form-control>.selectize-input {
    height: 41px;
    font-size: 17px;
    padding: 10px 12px;
}

.halo-checkbox-label {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
}
.checkbox-label-light {
    color: #999999 !important;
}
.checkbox-label-dark {
    color: #333333 !important;
}

/* Some Pointer-Events Utility Classes */
.pointer-events-none {pointer-events: none;}
.pointer-events-all {pointer-events: all;}

/* Smart-Selector Styles */
.smart-dropdown-wrapper {
    min-height: 40px;
}
.smart-dropdown-wrapper p.smart-dropdown-value {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0px;
    margin-top: 4px;
    font-weight: bold;
}
.smart-dropdown-wrapper p.smart-dropdown-description {
    line-height: 14px;
    margin-bottom: 3px;
}

/* make cusip calendar search opt diffrent styles */
.mini-cusip-label {
    font-weight: bold;
}
.selection-underlying-wrapper p.mini-cusip-label {
    margin-top: 2px;
}
.mini-cusip-label.mini-cusip-label-sm {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.selection-underlying-wrapper p.mini-cusip-description {
    font-size: 10px;
}
.mini-cusip-description.mini-cusip-description-sm {
    font-size: 9px !important;
}
