/* This is a style sheet for universal items that are shared across all white labels */


.btn {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* Animate btn hover transitions */
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.col-sm-6.type-label-col {
    margin-left: 70px;
    margin-right: 70px;
}

.content-panel {
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #8e8e8e;
}

.panel {
    -webkit-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
}

.input-group-addon {
    padding: 0px 5px;
}

.auction-panel .panel-heading {
    background-color: #fff;
}

.auction-panel .panel-body div.auction-row:nth-child(odd) {
    background-color: #fafafa;
}

.dark-grey-background {
    background-color: #eee;
}

.alert.canceled {
    margin-bottom: 0px;
}


.lead {
    font-size: 16px;
}
.lead.title {
    color: #545454;
    font-size: 17px !important;
    font-weight: lighter;
    letter-spacing: 1.4;
}

.calenders-closed {
    display: flex;
    height: 100%;
    margin-bottom: 250px;
    width: 100%;

    align-items: center;
    justify-content: center;
}
strong {
    color: #8e8e8e;
}
.img-rounded {
    margin-top: 2px !important;
}
.badge.badge-success {
    background: green !important;
}

.sector-panel {
    color: black;
}
.p1-better-stat {
    background: rgba(122, 151, 183, .28);
}
.p1-worse-stat {
}
.p2-better-stat {
    background: rgba(0, 128, 0, .28);
}
.p2-worse-stat {
}
.block-list-item {
    background: rgb(241, 241, 241);
    font-size: 17;
}

.left-padding {
    padding-left: 15px;
}

.btn-purple {
    background-color: #784d8a;
    border-color: #922f78;
    color: #fff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
    background-color: #712a5e;
    border-color: #712a5e;
    color: #fff;
}

.btn-green {
    background-color: #70a75b;
    border-color: #70a75b;
    color: #fff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    background-color: #69885d;
    border-color: #69885d;
    color: #fff;
}

.open > .navbar-dropdown {
  top: 97%;
  left: auto;
  right: 15px;
}

.dropbtn {
    font-size: 16px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.admin-navbar-log-out-button:hover {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 97%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.show {display:block;}

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

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

#edit_auction .form-group input[type="radio"]{
  margin: 0px 5px 0px 10px;
}

.termsheet-responses p {
    color: #252323;
    margin: 0 0 3px;
}


.bold {
    font-weight: bold !important;
}
.bolder {
    font-weight: bolder !important;
}
.no-bold {
    font-weight: normal !important;
}
.lighter {
    font-weight: lighter !important;
}

.ft-24 {
    font-size: 24px !important;
}
.ft-23 {
    font-size: 23px !important;
}
.ft-22 {
    font-size: 22px !important;
}
.ft-21 {
    font-size: 21px !important;
}
.ft-20 {
    font-size: 20px !important;
}
.ft-19 {
    font-size: 19px !important;
}
.ft-18 {
    font-size: 18px !important;
}
.ft-17 {
    font-size: 17px !important;
}
.ft-16 {
    font-size: 16px !important;
}
.ft-15 {
    font-size: 15px !important;
}
.ft-14 {
    font-size: 14px !important;
}
.ft-13 {
    font-size: 13px !important;
}
.ft-12 {
    font-size: 12px !important;
}
.ft-11 {
    font-size: 11px !important;
}
.ft-10 {
    font-size: 10px !important;
}
.ft-9 {
    font-size: 9px !important;
}
.ft-8 {
    font-size: 8px !important;
}

/* Font Weight Utility Classes */
.font-100 { font-weight: 100 !important; }
.font-200 { font-weight: 200 !important; }
.font-300 { font-weight: 300 !important; }
.font-400 { font-weight: 400 !important; }
.font-500 { font-weight: 500 !important; }
.font-600 { font-weight: 600 !important; }
.font-700 { font-weight: 700 !important; }
.font-800 { font-weight: 800 !important; }
.font-900 { font-weight: 900 !important; }


/* Gray Borders */
.border-bottom {border-bottom: 1px solid #c9c9c9;}
.border-right {border-right: 1px solid #c9c9c9;}
.border-left {border-left: 1px solid #c9c9c9;}
.border-top {border-top: 1px solid #c9c9c9;}
.gray-border {border: 1px solid #c9c9c9;}


.font-italic,
.text-italic {
    font-style: italic !important;
}
.font-black,
.text-black {
    color: #313131 !important;
}
.font-white,
.text-white {
    color: #fff !important;
}
.font-dark,
.text-dark {
    color: #3a3a3a !important;
}
.font-gray,
.text-gray {
    color: #737171 !important;
}

/* Gray Link Styles: */
.link-gray, .gray-link { color: #ccc !important; }
.link-gray:hover, .gray-link:hover { color: #999 !important; }

.text-sm {
    font-size: 12px;
}



.light-bg {
    background: #eff0f1;
}
.light-gray {
    color: #afafaf;
}


p {
    color: #757373;
}

h5,
.h5 {
    font-size: 16px !important;
}

.tradable_label {
    color: #888;
}
.tradable_weight {
    color: #888;
    font-size: 11px;
    font-weight: bold;
}


.note-type-label {
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}

.note-see-full-details {
    display: inline-block;
    background-color: #800000 !important;
    color: white;
    font-size: 12px;
    padding: 4 8px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.note-see-full-details:hover {
    background-color: #660000 !important;  
}

label.label-thin {
    font-weight: lighter;
}

.zoom-120 {
    zoom: 120%;
}
.zoom-110 {
    zoom: 110%;
}
.zoom-100 {
    zoom: 100%;
}
.zoom-90 {
    zoom: 90%;
}
.zoom-80 {
    zoom: 80%;
}

.no-decoration {
    text-decoration: none !important;
}
.no-resize {
    resize: none !important;
}

.rounded {
    border-radius: 8px !important;
}

.shadow-1 {
    box-shadow: 0px 5px 15px #b5b5b5 !important;
}
.shadow-2 {
    box-shadow: 5px 8px 10px 0px #cecece !important;
}

tr.winning-quote {
    background-color: #95d09578 !important;
}
tr.winning-quote:hover {
    background-color: #87b08778 !important;
}

.bg-gray {
    background: #f5f5f5 !important;
}


/* https://sashat.me/2017/01/11/list-of-20-simple-distinct-colors/ */
.bg-red {
    background-color: rgba(230, 25, 75, .3) ;
}
.bg-green {
    background-color: rgba(60, 180, 75, .3);
}
.bg-yellow {
    background-color: rgba(255, 225, 25, .3);
}
.bg-blue {
    background-color: rgba(0, 130, 200, .3);
}
.bg-orange {
    background-color: rgba(245, 130, 48, .3);
}
.bg-purple {
    background-color: rgba(145, 30, 180, .3);
}
.bg-cyan {
    background-color: rgba(70, 240, 240, .3);
}
.bg-magenta {
    background-color: rgba(240, 50, 230, .3);
}
.bg-lime {
    background-color: rgba(210, 245, 60, .3);
}
.bg-pink {
    background-color: rgba(250, 190, 190, .3);
}
.bg-teal {
    background-color: rgba(0, 128, 128, .3);
}
.bg-lavender {
    background-color: rgba(230, 190, 255, .3);
}
.bg-brown {
    background-color: rgba(170, 110, 40, .3);
}
.bg-beige {
    background-color: rgba(255, 250, 200, .3);
}
.bg-maroon {
    background-color: rgba(128, 0, 0, .3);
}
.bg-mint {
    background-color: rgba(170, 255, 195, .3);
}
.bg-olive {
    background-color: rgba(128, 128, 0, .3);
}
.bg-apricot {
    background-color: rgba(255, 215, 180, .3);
}
.bg-navy {
    background-color: rgba(0, 0, 128, .3);
}
.bg-grey {
    background-color: rgba(128, 128, 128, .3);
}
.bg-white {
    background-color: rgba(255, 255, 255, .3);
}
.bg-black {
    background-color: rgba(0, 0, 0, .3);
}

.text-red {
    color: rgba(230, 25, 75);
}
.text-green {
    color: rgba(60, 180, 75);
}
.text-yellow {
    color: rgba(255, 225, 25);
}
.text-blue {
    color: rgba(0, 130, 200);
}
.text-orange {
    color: rgba(245, 130, 48);
}
.text-purple {
    color: rgba(145, 30, 180);
}
.text-cyan {
    color: rgba(70, 240, 240);
}
.text-magenta {
    color: rgba(240, 50, 230);
}
.text-lime {
    color: rgba(210, 245, 60);
}
.text-pink {
    color: rgba(250, 190, 190);
}
.text-teal {
    color: rgba(0, 128, 128);
}
.text-lavender {
    color: rgba(230, 190, 255);
}
.text-brown {
    color: rgba(170, 110, 40);
}
.text-beige {
    color: rgba(255, 250, 200);
}
.text-maroon {
    color: rgba(128, 0, 0);
}
.text-mint {
    color: rgba(170, 255, 195);
}
.text-olive {
    color: rgba(128, 128, 0);
}
.text-apricot {
    color: rgba(255, 215, 180);
}
.text-navy {
    color: rgba(0, 0, 128);
}
.text-grey {
    color: rgba(128, 128, 128);
}
.text-white {
    color: rgba(255, 255, 255);
}
.text-black {
    color: rgba(0, 0, 0);
}




.br-5 {
    border-radius: 5px !important;
}
.br-10 {
    border-radius: 10px !important;
}


.two-columns {
    column-count: 2 !important;
}

.admin-order-modal {
    background: #80808042;
    display: none;
}

.content-panel-header {
    background: #f5f5f5;
    border-bottom: 1px solid #d4d4d4;
    color: #777;
    font-size: 16px;
}

.is-invalid {
    border: 1px solid rgb(230, 25, 75) !important;
    box-shadow: 0px 0px 8px rgba(230, 25, 75, 0.6) !important;
}

.navbar {
    -webkit-box-shadow: 0px 1px 10px #888;
    box-shadow: 0px 1px 10px #888;
}

.navbar-inverse {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-bottom: 0px;
}

.nav-side-menu li:hover {
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.nav-side-menu li img {
    margin-left: 6px;
    margin-right: 10px;
}
.nav-side-menu ul li.active:hover {
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}


.edu_desc p {
    letter-spacing: 0px;
}

small {
    letter-spacing: 1px;
}



.tradable_circle {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #fff;
    float: right;
    margin-left: -20px;
    text-align: center;
}

.tradeable-cirle:hover {
    position: relative;
    z-index: 9999;
}


.delete {
    display: none;
    margin-top: 20px;
    opacity: .7;
}
.required-field::after {
    color: red;
    content: "*";
}

.panel-headline {
    font-size: 14px;
}


.modal-backdrop.in {
    opacity: .6;
}

.current-price {
    font-size: 12px;
}

.purchased-note-details {
    font-size: 12px;
}

.ct-label {
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: 1;

    fill: rgba(0, 0, 0, .4);
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
    dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
    text-align: left;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
    text-align: left;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
    text-align: right;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
    text-align: left;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    text-align: center;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-box-pack: center;
    -ms-flex-align: flex-end;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    text-align: center;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-box-pack: center;
    -ms-flex-align: flex-start;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    text-align: left;

    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    text-align: left;

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    text-align: right;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: flex-end;
    -ms-flex-align: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    text-align: left;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-anchor: end;
}

.ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-dasharray: 2px;
    stroke-width: 1px;
}

.ct-grid-background {
    fill: none;
}

.ct-point {
    stroke-linecap: round;
    stroke-width: 10px;
}

.ct-line {
    fill: none;
    stroke-width: 4px;
}

.ct-area {
    fill-opacity: .1;
    stroke: none;
}

.ct-bar {
    fill: none;
    stroke-width: 10px;
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #d70206;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
    fill: #d70206;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
    stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
    fill: #f05b4f;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
    stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
    fill: #f4c63d;
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
    stroke: #d17905;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
    fill: #d17905;
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
    stroke: #453d3f;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
    fill: #453d3f;
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: #59922b;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
    fill: #59922b;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
    stroke: #0544d3;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
    fill: #0544d3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
    stroke: #6b0392;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
    fill: #6b0392;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
    stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
    fill: #f05b4f;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
    stroke: #dda458;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
    fill: #dda458;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
    fill: #eacf7d;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
    stroke: #86797d;
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
    fill: #86797d;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326;
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
    fill: #b2c326;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2;
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
    fill: #6188e2;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca;
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
    fill: #a748ca;
}

.ct-square {
    display: block;
    position: relative;
    width: 100%;
}
.ct-square:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 100%;
    width: 0;
}
.ct-square:after {
    clear: both;
    content: "";
    display: table;
}
.ct-square > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-second:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 93.75%;
    width: 0;
}
.ct-minor-second:after {
    clear: both;
    content: "";
    display: table;
}
.ct-minor-second > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-second:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 88.8888888889%;
    width: 0;
}
.ct-major-second:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-second > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-third:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 83.3333333333%;
    width: 0;
}
.ct-minor-third:after {
    clear: both;
    content: "";
    display: table;
}
.ct-minor-third > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-third:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 80%;
    width: 0;
}
.ct-major-third:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-third > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-perfect-fourth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 75%;
    width: 0;
}
.ct-perfect-fourth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-perfect-fourth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-perfect-fifth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 66.6666666667%;
    width: 0;
}
.ct-perfect-fifth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-perfect-fifth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-sixth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 62.5%;
    width: 0;
}
.ct-minor-sixth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-minor-sixth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
}
.ct-golden-section:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 61.804697157%;
    width: 0;
}
.ct-golden-section:after {
    clear: both;
    content: "";
    display: table;
}
.ct-golden-section > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-sixth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 60%;
    width: 0;
}
.ct-major-sixth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-sixth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-minor-seventh:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 56.25%;
    width: 0;
}
.ct-minor-seventh:after {
    clear: both;
    content: "";
    display: table;
}
.ct-minor-seventh > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-seventh:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 53.3333333333%;
    width: 0;
}
.ct-major-seventh:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-seventh > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%;
}
.ct-octave:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 50%;
    width: 0;
}
.ct-octave:after {
    clear: both;
    content: "";
    display: table;
}
.ct-octave > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-tenth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 40%;
    width: 0;
}
.ct-major-tenth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-tenth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-eleventh:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 37.5%;
    width: 0;
}
.ct-major-eleventh:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-eleventh > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%;
}
.ct-major-twelfth:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 33.3333333333%;
    width: 0;
}
.ct-major-twelfth:after {
    clear: both;
    content: "";
    display: table;
}
.ct-major-twelfth > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%;
}
.ct-double-octave:before {
    content: "";
    display: block;
    float: left;
    height: 0;
    padding-bottom: 25%;
    width: 0;
}
.ct-double-octave:after {
    clear: both;
    content: "";
    display: table;
}
.ct-double-octave > svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

/*# sourceMappingURL=chartist.css.map */


.nav-item a {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
}
.side-nav-right .navbar-nav .nav-item .nav-link {
    font-weight: bolder;
    letter-spacing: 1.8px;
    text-decoration: none;
    text-transform: uppercase;
}



#main-header {
    clear: both;
    color: #666;
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#sub-header {
    clear: both;
    color: #666;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#table-header-row {
    clear: both;
    display: table;
    height: 18px;
    left: 50%;
    line-height: 18px;
    margin: 0px auto;
    padding: 0;
    right: 50%;
    text-align: center;
    vertical-align: top;
}

#table-header-row label {
    background: -webkit-linear-gradient(top, #ececec 50%, #d1d1d1 100%);
    background-color: #ececec;
    border: 1px solid #aaa;
    border-radius: 0px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4), inset 0 1px 0 #fff;
    color: #666;
    display: inline-block;
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 26px;
    line-height: 18px;
    margin: 0px auto;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 150px;
}

.table-row {
    clear: both;
    display: table;
    height: 18px;
    left: 50%;
    line-height: 18px;
    margin: 0px auto;
    padding: 0;
    right: 50%;
}

.table-row label {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #666;
    cursor: default;
    display: block;
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

/* MARK SECTION note details: quotes tab's table */
.note_quotes_table_container {
    overflow-y: auto;
    height: 400px;
    padding: 30px;
}

.note_quotes_table {
    margin: 0;
}

.note_quotes_table tbody tr {
    border-top: 1px solid #ccc;
}
/* MARK END */

#disclaimer {
    clear: both;
    color: #666;
    display: block;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}

#footer {
    clear: both;
    color: #666;
    display: block;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}


i.success-icon {
    color: rgb(53, 179, 53);
    display: none;
    left: 50%;
    position: fixed;
    top: 180px;
    z-index: 100;
}

/* Jumbo Font-Awesome Icon Size */
i.fa-jumbo {font-size: 45px;}

a.btn.incr-btn {
    border-radius: 3px;
    box-shadow: 3px 1px 5px #b7b7b7;
    margin-right: 5px;
}

.navbar input {
    border-radius: 30px;
}

.navbar button {
    border-radius: 10px;
}

.navbar-brand {
    font-size: 21px;
    font-weight: bold;
}

.navbar-header button.navbar-toggle,
.navbar-header button.navbar-toggle:focus{
    border-color: transparent;
    background-color: transparent;
}

.navbar-header button.navbar-toggle:hover,
.navbar-header.open button.navbar-toggle:focus {
  border-color: transparent;
  background-color: #6290ba;
}


/* Radio Switch */
.switch {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .25);
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px rgba(255, 255, 255, .1);
    height: 26px;
    margin: 20px auto;
    width: 120px;
}
.switch-label {
    color: rgb(255, 254, 254);
    cursor: pointer;
    float: left;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
    width: 58px;
    z-index: 2;
}
.switch-label:active {
    font-weight: bold;
}
.switch-input {
    display: none;
}
.switch-input:checked + .switch-label {
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .25);
    transition: .15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    /* Note: left: 50% doesn't transition in WebKit */
    left: 60px;
}
.switch-selection {
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .5), 0 0 2px rgba(0, 0, 0, .2);
    -webkit-transition: left .15s ease-out;
    background: rgba(101, 189, 99, .65);
    border-radius: 3px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .5), 0 0 2px rgba(0, 0, 0, .2);
    display: block;
    height: 22px;
    left: 2px;
    position: relative;
    top: 2px;
    transition: left .15s ease-out;
    width: 58px;
    z-index: 1;
}

.default-mpid:hover {
    background: #bfbfbf8f;
}
.actions-cell .btn {
    border-radius: 2px;
}

.issuer-order-action {
    font-size: 15px;
    padding: 2px 8px;
}


.secondary-note-details .detail-container {
    cursor: pointer;
}
.toggle-sell-order,
.toggle-buy-order {
    cursor: pointer;
}
.toggle-sell-order:hover {
    background: #f2dede;
    transition: background .35s ease-in-out;
}
.toggle-buy-order:hover {
    background: #dff0d8;
    transition: background .35s ease-in-out;
}

.protection-type-div, .note-create-label {
    position: relative;
    min-height: 55px;
}
.protection-amount-slider {
    margin-top: 10px;
}

.progress-calendar {
    background: rgba(0, 0, 0, .9);
    background: #EEEEEE;
    border-radius: 6px;
    height: 8px;
    margin-top: 6px;
    padding: 0px;
    width: 210px;
    border-style: none;
}

.progress-bar-calendar {
    -moz-transition: .4s linear;
    -moz-transition-property: width;
    -o-transition: .4s linear;
    -o-transition-property: width;
    -webkit-transition: .4s linear;
    -webkit-transition-property: width;
    border-radius: 4px;
    height: 8px;
    transition: .4s linear;
    transition-property: width;
    border-style: none;
}

.progress-calendar > .progress-bar-calendar {
    width: 50%;
    /* background-color: #f2b01e; */
}


/* Watchlist Icon Themes */
.note-panel > .row > .col-xs-4 > .note-add { color: #bcbaba !important; }
.note-panel > .row > .col-xs-4 > .note-add:hover { color: #8e8e8e !important; }
.note-panel > .row > .col-xs-4 > .note-targeted { color: #da2a1e !important; }
.note-panel > .row > .col-xs-4 > .note-targeted:hover { color: #9a1a11 !important; }


.freeform-datetime-selector .year {
  width: 4em;
}

.freeform-datetime-selector .month {
  width: 4em;
}

.freeform-datetime-selector .day {
  width: 4em;
}

.freeform-datetime-selector .hour {
  width: 1.7em;
}

.freeform-datetime-selector .minute {
  width: 1.7em;
}


table.org-rfq-dashboard-table td {
    padding: 4px !important;
    font-size:.9em;
}

table.org-rfq-dashboard-table .rfq-header-row {
    color:#111111 !important;
    background-color:#f7fafc !important;

}

table.org-rfq-dashboard-subtable td, table.org-rfq-dashboard-subtable th {
    padding: 2px !important;
    font-size:.8em;

}

table.org-rfq-dashboard-table-compact td {
    padding: 4px !important;
    font-size:.9em;
}

table.org-rfq-dashboard-table-compact tbody tr th {
    padding: 4px !important;
    font-size:.9em;
    background-color: #f9f9f9 ;
}

.rfq-grid-menu .dropdown-menu {
    min-width: 300px;
    background-color: #f0f0f0 !important;
    z-index: 100 !important;
}

.rfq-grid-menu .dropdown-header {
    background-color: #707cd2 !important;
    color: #ffffff !important;
}

.rfq-grid-menu .dropdown-menu.columns-2 {
    min-width: 400px;
}
.rfq-grid-menu .dropdown-menu.columns-3 {
    min-width: 1000px;
    z-index: 100 !important;
}
.rfq-grid-menu .dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.rfq-grid-menu .multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.rfq-grid-menu .multi-column-dropdown li {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.rfq-grid-menu .multi-column-dropdown li:hover {
    text-decoration: none;
    color: #262626;
    background-color: #e0e0e0;
}


.rfq-grid-progress.progress .progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.etf-panel-wrapper a.etf-eye.etf-add i.fa-eye {
    color: #bcbaba !important;
}
.etf-panel-wrapper a.etf-eye.etf-watched i.fa-eye,
.etf-panel-wrapper a.etf-eye.etf-add i.fa-eye:hover {
    color: #6293bf !important;
}


#error-403-title,
#error-404-title,
#error-500-title {
    padding: 10px;
    height: auto;
    width: auto;
    font-size: 120px;
    letter-spacing: 0.2em;
}

#batch-termsheet-task-content .batch-termsheet-task-content-detail {
    background: #fafafa;
    border: 1px solid;
    border-radius: inherit;
    font-weight: bold;
    padding: 15px;
}

#batch-termsheet-task-content #task-recent-status-detail {
    font-weight: normal;
}

#batch-termsheet-task-content .batch-termsheet-task-content-detail > p {
    text-align: center;
}

#batch-termsheet-task-content .batch-termsheet-task-content-detail > p:first-child {
    font-size: 22px;
}

#batch-termsheet-task-status {
    font-size: 15px;
}

#cross_validation_table tr,
#cross_validation_table th {
     border: 1px solid;
}

#cross_validation_table td {
    text-align: center;
}

#cross_validation_table td select,
#cross_validation_table td datalist,
#cross_validation_table td input {
    width:100%;
}

#termsheet-queue-review-tasks tr {
     border: 1px solid;
}

#termsheet-queue-review-tasks td,
#termsheet-queue-review-tasks th {
    text-align: center;
}

#termsheet-queue-review-tasks td select,
#termsheet-queue-review-tasks td datalist,
#termsheet-queue-review-tasks td input {
    width:100%;
}

#termsheet_note_order_modal div.row {
    padding-bottom: 10px;
}

#termsheet_note_order_modal input:not(.checkbox-notional),
#termsheet_note_order_modal select {
    width: 100%;
}


#note_order_users_table,
#note_order_users_table th{
    text-align: center;
    font-size: 14px;
}

#termsheet_note_order_modal .note_order_recipient_selection {
    text-align: center;
}

#termsheet_note_order_modal .users_selected_label {
    text-align: left;
}
/* Auxilliary Styles to Make Button Groups Display Properly: */
/* .btn-group > .btn > i.far,
.btn-group > .btn > i.fa,
.btn-group > .btn > i.fas,
.btn-group > .btn > i.fal {
    padding-top: 3px;
    padding-bottom: 3px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
} */

.yellow-box {
  border: 1px solid yellow;
  background: rgba(0, 0, 250, 0.1);
  display: inline-block;
}

.green-box {
  border: 1px solid blue;
  background: rgba(0, 0, 250, 0.1);
  display: inline-block;
}

.disable-tab {
    opacity: 0.5;
    pointer-events: none;
}

/* MARK: Border Presets */
.border-thin {
    border-width: thin !important;
}
.border-medium {
    border-width: medium !important;
}
.border-thick {
    border-width: thick !important;
}
.border-solid {
    border-style: solid !important;
}
.border-dotted {
    border-style: dotted !important;
}
.border-dashed {
    border-style: dashed !important;
}
.border-double {
    border-style: double !important;
}
.border-groove {
    border-style: groove !important;
}
.border-ridge {
    border-style: ridge !important;
}
.border-inset {
    border-style: inset !important;
}
.border-outset {
    border-style: outset !important;
}
.border-none {
    border-style: none !important;
}
.border-hidden {
    border-style: hidden !important;
}

input[readonly].logon-pwd-field{
    background-color:#fff !important;
    cursor: auto !important;
}

/* Fixed Feature Flag Font Family */
.feature-flag-tags > i > span {
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-weight: 600;
}
#feedback-popup-button{
    border: none;
    display: block;
    position: fixed;
    transform: rotate(-90deg) translateX(100%) translateY(0.5px);
    right: 0;
    bottom: 8em;
    border-radius: 8px 8px 0px 0px;
    color: white;
    z-index: 1;
    padding: 10px 12px;
    transition: transform 0.5s ease 0s;
    transform-origin: 100% 100% 0;
    box-shadow: -4px 0px 8px 0px rgb(0 0 0 / 20%);
    font-weight: 400;
}
