body {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

input[type=checkbox] {
    margin-top: -2px !important;
    transform: translateY(5px);
}

.dropdown-menu>li>a {
    font-size: 18px !important;
}

#slopecharts-div {
    background-color: white;
    overflow-y: hidden;
}


canvas,
#parameters,
#wl-panel-sidebar {
    background-color: #F1F1F1;
}

canvas.emptySlopeCanvas {
    background-color: transparent;
}

#menu-bar {}

.parameters {
    height: 60px;
}

#watch-list-group {
    margin: 0;
}

#addToWatchlist,
#addToWatchlistMobile,
#goBtn,
#btnPrevSym,
#btnNextSym {
    line-height: normal;
}

.modal {
    width: auto !important;
    margin-left: 0px !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.modal-footer {
    display: block !important;
    cursor: move;
}

.new-watchlist-link {
    text-decoration: underline;
    color: blue !important;
}

.form-control {
    height: 34px !important;
}

.list-group {
    margin: 0 !important;
}

#stockSymbol {
    margin-bottom: 0;
    padding-left: 5px;
    width: 80px;
}

.UItext {
    font-weight: bold;
    font-size: 14px;
}

.UIspan {
    border-bottom: 3px solid black;
    min-height: 0px !important;
    width: auto !important;
}

.UIbutton {
    border-radius: 6px;
    font-family: 'Open Sans';
    font-size: 14px;
    height: 35px;
    border: none;
    padding: 0px 10px;
}

.UIbutton i {
    margin-right: 8px;
}

.prevForwButton {
    cursor: pointer !important;
}

.blueButton {
    background-color: rgb(51, 116, 244);
    color: white;
    /*rgb(191, 211, 252);*/
}

.UIfunctionButton {
    padding: 0 !important;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    margin: 2px;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-panel {
    width: 100%;
    position: relative;
}

html,
body {
    width: 100%;
    margin: 0px;
}

.ui-resizable-e {
    width: 14px !important;
    right: -7px !important;
}

/*****************************
WATCH LIST SYLES
******************************/
#watchlists-context-menu {}

div.watchlist_draggable {}

.watchlist_draggable {
    font-family: 'Open Sans';
}

.watchlist_draggable:hover {
    cursor: pointer;
}

.watchListSymbol>button {
    display: none;
}

#watch-list-dropdown.collapsing {
    overflow: hidden;
}

.watchlist_draggable a {
    text-decoration: none !important;
}

.wl-name {
    padding-right: 5px;
    font-weight: 600;
    color: rgb(51, 116, 244);
}

.wl-name.subscribed:before {
    font-family: FontAwesome;
    content: "\f09e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.wl-name.superlist:before {
    font-family: FontAwesome;
    content: "\f07b";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.uploadFileLink {
    text-decoration: underline;
}

.uploadFileLink:hover {
    cursor: pointer;
}

.watchListSymbol {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 12px !important;
    font-family: 'Open Sans' !important;
    padding-left: 30px !important;
    line-height: normal !important;
    border: 1px solid transparent !important;
}

li.watchListSymbol {
    background-color: #f1f1f1
}

.watchlist_draggable div {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.close {
    font-size: 14px !important;
}

#watchListsLink {}

.moduleTitle {
    font-weight: bold;
    font-size: 16px;
    color: black;
    font-family: 'Open Sans';
    cursor: pointer;
}

.justUpdated {
    font-weight: bold;
}

.moduleTitleContainer {
    display: inline-block;
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    text-align: center;
}

#accordion-wl {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 175px);
}

/* #symbolsMobileNavigation{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 2px solid;
} */
.symbolsMobileNavigation {
    display: none;
}

.symbolsMobileNavigation i {
    font-size: 50px;
}

#accordion-wl.resizedWL {
    width: 100vw;
}

.bootbox-close-button {
    font-size: 30px !important;
}

button.list-group-item {
    padding: 2px 15px 2px 15px;
}

li.his-italics {
    font-style: italic;
}

li.his-red {
    color: red;
}

li.his-boldface {
    font-weight: bold;
}

li.tagged {
    /*color: red;*/
    display: block;
}

li.tagged i.fa-tag {
    display: inline-block !important;
    margin-left: 5px;
}

li.watchListSymbol.with-alert i.fa-bell {
    display: inline-block !important;
    margin-left: 5px;
}

#wl-button-list.modal-dialog {
    width: 400px;
}

#wl-panel-sidebar {
    float: left;
    width: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    border-top: 1px solid lightgray;
    z-index: 100;
}

#canvas-panel {
    position: relative;
    float: left;
}

.drag-drop-area {
    max-height: 50%;
    min-height: 30rem;
    border: 3px dashed #BBB;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-drop {
    background: #CDEBC4;
}

/* Error Modal */
.modal-error-msg {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background: #fffc;
    font-size: 2rem;
    font-weight: bold;
    color: #252525;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s 0.4s ease-in-out;
}

.modal-error-msg>span {
    font-weight: normal;
    line-height: 4.3rem;
}

/****************/
/*  LOADING GIF */
/****************/

.modal-loading-gif {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        /*rgba( 255, 255, 255, .8 )*/
        url('../images/loading_spinner.gif') 50% 50% no-repeat;
}

#bootboxWaitingSpinner {
    background: rgba(255, 255, 255, 1) url('../images/loading_spinner.gif') 50% 50% no-repeat;
    width: 100%;
    height: 300px;
}

.bootboxWaitingSpinnerOption {
    background: rgba(255, 255, 255, 1) url('../images/loading_spinner.gif') 50% 50% no-repeat;
    width: 100%;
    height: 40px;
}

#bootboxWaitingSpinnerSWELL {
    background: rgba(255, 255, 255, 1) url('../images/loading_spinner.gif') 50% 50% no-repeat;
    width: 100%;
    height: 300px;
}

#subscriptionsTable {
    width: 100% !important;
    vertical-align: middle;
}

.subscriptionsTableTD {
    height: 38px;
    font-size: 14;
    border-top: 1px solid lightgray;
    padding: 1px 10px !important;
}

.subsciptionsTableTH {
    height: 50px;
    font-size: 16;
    font-weight: bold;
    /*border-bottom: 1px solid gray;*/
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
#canvas-panel.loading {
    overflow: hidden;
}

.drag-drop-area.loading {
    overflow: hidden;
}

/* Display error message modal on error class */
#canvas-panel.error .modal-error-msg {
    height: 100% !important;
    padding-top: calc(100vh*.25);
    opacity: 1 !important;
    transition: all 0.3s 0.4s ease-in-out;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
#canvas-panel.loading .modal-loading-gif {
    display: block;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.drag-drop-area.loading .modal-loading-gif {
    display: block;
}

.changeStyleTROW {
    height: 35px;
}

.rightAlignedStyleTD {
    text-align: right;
}

.indented {
    text-indent: 1em;
}

.centerAligned {
    text-align: center;
}

.tallStyleTROW {
    height: 50px;
}

.changeStyleLabelTD {
    width: 50%;
}

.fib-select {
    height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.fib-input {
    margin-bottom: 0px !important;
    height: 30px !important;
}

#canvas-tooltip {
    background-color: black;
    color: #ffffff;
    border: 0px solid black;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: none;
}

#canvas-tooltip a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s linear color;
}

#canvas-tooltip .tooltip-icon {
    font-size: 10px;
    transform: translate(0px, -1.5px);
    margin-right: 5px;
}

#canvas-tooltip a:hover {
    color: #ddddff;
    transition: 0.3s linear color;
}

.div-fake-hidden {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.leftBtnBootBox {
    float: left;
}

.questionBtn {
    padding: 0 !important;
    height: 34px;
    width: 34px;
    font-size: 26px !important;
    background: transparent;
    border-radius: 50%;
    color: #404040;
}

#mainControlDivTD {
    padding: 0px 15px;
}

#bars-link-container.daily_only .intradayOption {
    display: none;
}

@media (max-width: 1450px) {
    .menuBtnContainer {}

    #mainControlDivTD {
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media (min-width: 1160px) {
    .mobileMenuButton {
        display: none;
    }

    #addToWatchlist,
    .desktopMenuButton {
        display: inline-block;
    }
}

@media (max-width: 1160px) {

    #btnPrevSym,
    #btnNextSym {
        display: none;
    }

    #bars-link {
        display: none;
    }

    #bars-link-container {
        min-width: 45px !important;
    }

    #stockSearchContainer {
        min-width: 165px !important;
    }

    .menuBtnContainer {
        min-width: 220px !important;
    }

    .mobileMenuButton {
        display: inline-block;
    }

    .desktopMenuButton {
        display: none;
    }

    .UIbutton i {
        margin-right: 0px;
    }


    .menuBtnDiv {
        min-width: 25px !important;
    }
}

@media(max-width: 1230px) {
    .container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1300px) {
    .bigScreenOnly {
        display: none !important;
    }
}

.labels {
    background-color: white !important;
}

.labels>span>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
}

.labels>span>ul>li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    overflow: hidden;
    text-indent: -2000px;
    margin-top: -3px;
}

.labels>span>ul>li.selected,
.labels>span>ul>li:hover {
    border: 1px solid #000;
}

.labels>span>ul>li+li {
    margin-left: 5px;
}

.labels>span>ul>li.label1 {
    background: red;
}

.labels>span>ul>li.label2 {
    background: green;
}

.labels>span>ul>li.label3 {
    background: blue;
}

.labels>span>ul>li.label4 {
    background: #ee00ee;
}

.labels>span>ul>li.label5 {
    background: #eeee00;
}

.labels>span>ul>li.label6 {
    background: #00eeee;
}

.labels>span>ul>li.label7 {
    background: #888888;
}

.labels>span>ul>li.label8 {
    background: #ff9900;
}

.labels>span>ul>li.label9 {
    background: #009933;
}

.labels>span>ul>li.label10 {
    background: #000099;
}

.labels>span>ul>li.label11 {
    background: #9900cc;
}

.labels>span>ul>li.label12 {
    background: #996600;
}

.labels>span>ul>li.label13 {
    background: #0099cc;
}

.labels>span>ul>li.label14 {
    background: #444444;
}

#backgroundProgressBar {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 37.5%;
    height: 20px;
    background-color: gray;
    border-radius: 10px;
    z-index: 2500;
}

#progressBar {
    width: 100%;
    height: 100%;
    background-color: #00cc00;
    border-radius: 10px;
}

#indicatorTabList {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

.nav-tabs>li.active>a {
    border-top: 1px solid black !important;
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;
}


/* Override some bootstrap dialog settings */
.modal.fade.in {
    top: 0% !important;
}

.modal-body {
    overflow-y: auto !important;
    /*max-height: calc(100% - 200px) !important;*/
    max-height: calc(100vh - 170px) !important;
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1000px !important;
        max-width: 1000px !important;
    }
}

@media (min-width: 1300px) {
    .brokerInterfaceDialog .modal-lg {
        width: 1200px !important;
        max-width: 1200px !important;
    }
}

.watch-list-filtered {
    opacity: 0.6;
}

.slopecharts-text-area {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
}

.chartComment {
    background: white;
    border-radius: 4px;
    position: absolute;
    padding: 10px;
    border: 1px solid black;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.context-menu-separator {
    border-bottom: 1px solid #333333 !important;
}

.context-menu-list {
    margin: 0 !important;
}

ul.context-menu-list.context-menu-root {
    min-width: fit-content !important;
    width: auto !important;
}

#mainMenuSelect {}

.menuButton {
    cursor: pointer;
    background-color: rgb(52, 120, 244);
    border-radius: 4px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
    color: white !important;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
}

.tab-pane {
    overflow: hidden !important;
}

.movingPane {
    position: absolute;
    z-index: 3000;
    opacity: 0.3;
    cursor: move;
}

.nav-tabs>li>a:hover {
    border-bottom-color: black !important;
}

.modal {
    /*overflow-y: hidden !important;*/
}


.context-menu-item:not(.context-menu-icon):not(.context-menu-separator) {
    height: 19.2px;
    line-height: 14px !important;
}

.context-menu-item .multiline-menu-item {
    height: auto !important;
}


.menuButton:hover {
    color: #f1f1f1;
    background-color: rgb(62, 130, 250);
    text-decoration: none;
}

.itemTopLabel {
    font-size: 12;
    padding-bottom: 6px;
    font-weight: bold;
    height: 22px;
}

#firstLevelFredCategory,
#secondLevelFredCategory,
#thirdLevelFredCategory {
    width: auto;
}

.clickableRow {
    border: 1px solid white;
    border-radius: 5px;
}

.clickableRow:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    border: 1px solid white;
}

#fredSeriesRow {
    margin-top: 10px;
    border-bottom: 1px solid lightgray;
}

#fredSeriesTableRow {
    margin-top: 10px;
    border-top: 1px solid lightgray;
    overflow-y: scroll;
    height: 300px;
}

#fredSortCriteria {
    width: auto;
}

#expirationDayCount {
    width: auto;
}

#stockSearchContainer {
    min-width: 230px;
}

#slopechartsCommandTable {
    margin: 0;
}

.user-menu {
    font-family: "Avenir New" !important;
    line-height: 24px !important;
}

#content {
    margin-top: 8px;
}

header .search-header form {
    margin-bottom: 11px;
    padding: 0px;
}

.navbar-form {
    margin-top: 0px !important;
}

.modal-title {
    clear: none !important;
}

.bootbox-body table {
    margin: 0px;
}

/* FIXES AND OVERRIDES */
.col-lg-3 {
    flex: 0 0 24% !important;
}

.container {}

.modal_header {
    padding: 1rem !important;
}

div .row-fluid {
    width: 100%;
}

#learnMoreExpirationLink {
    margin-right: 30px;
    text-decoration: underline;
}

.sp-input-div-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    height: 22px;
}

.sp-input-div-field {
    margin-bottom: 10px;
    line-height: 34px;
}

/* Fixing dropdown bootstrap 4 issue */
div#accordion-wl div.show {
    display: none !important;
}

div#accordion-wl div.in {
    display: block !important;
}

.offset-div {
    position: absolute;
    min-width: 300px;
    left: -300px;
}

.offset-div-2 {
    position: absolute;
    min-width: 300px;
    right: -300px;
    top: 0;
}

/* Make more room for indicators*/
ul#indicatorTabList a {
    padding: 10px;
}

#fibonacciHiddenDiv {
    display: none;
    position: absolute;
    top: 35px;
    left: 250px;
    z-index: 40;
    background-color: white;
    border-radius: 5px;
    border: 1px solid black;
}

#drawn-objects-menu {
    grid-template-columns: 4fr 4fr 4fr 4fr;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.patternSelectCheckbox {
    margin: 0px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.patternSelectRow {
    height: 40px;
    width: 100%;
}

#candleHunterDialog {
    width: 100%;
    margin-top: 15px;
}

#candleHunterStylesTable {
    width: 100%;
    margin-top: 15px;
}

#volatilityDialog {}

.dialogTable {
    width: 100%;
    margin-top: 15px !important;
}

.dialogTable tr {
    height: 35px;
}

.dialogRadio {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.candleHunterImageTD {
    text-align: center !important;
}

#patternImage {
    border: 2px solid lightgray;
    margin: 15px;
    padding: 15px;
    border-radius: 20px;
}

.menuBtnContainer {
    vertical-align: middle;
    text-align: center;
}

.menuBtnDiv {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}

#copyAllDrawnObjectsContainer {
    margin-top: 15px;
}

#copyAllDrawnObjectsContainer input {
    transform: translateY(2px);
}

#copyAllDrawnObjectsContainer label {
    margin-left: 25px;
}

input[type="range"] {
    padding: 0;
}

.movingAverageValue {
    width: 15% !important;
    display: inline-block !important;
    margin-right: 3%;
}

.movingAverageSlider {
    width: 82% !important;
    display: inline-block !important;
    transform: translateY(4px);
}

/* blockUI -- above everything */
.blockUI .blockOverlay {
    z-index: 100000 !important;
}

/* notify.js -- on top of dialog (1050) */
.notifyjs-corner {
    z-index: 15000 !important;
}

.inline {
    display: inline-block;
}

.inline-block-form-control {
    display: inline-block !important;
    width: auto !important;
}

/* drawn object comment -- below dialog (1050)*/
.drawn-object-comment-div {
    z-index: 1010;
}

/* above comments -- doesn't coexist with dialog*/
.context-menu-list {
    z-index: 2000 !important;
}

.modal-header .close {
    margin-top: -12px !important;
    margin-bottom: 10px !important;
}

.modal-header {
    height: 49px !important;
    min-height: 49px !important;
}

.modal-title {
    position: absolute !important;
    left: 15px !important;
}

.draggable-dialog .ui-draggable .modal-content {
    height: 590px !important;
}

.modal-content {
    max-height: calc(100vh - 60px) !important;
}


/* centered notify js */
.notifyjs-corner {
    width: 100% !important;
    text-align: center !important;
    left: auto !important;
}

.notifyjs-wrapper {
    text-align: center !important;
    width: 100% !important;
}

.notifyjs-container {
    display: inline-block !important;
    width: auto !important;
}

.notifyjs-container span {
    line-height: 30px !important;
    font-size: 16px !important;
}

.notifyjs-container div {
    background-position: 3px !important;
}

#clickToSubscribeMessage {
    width: 100%;
    font-weight: bold;
    text-align: center;
}

#clickToSubscribeMessage a {
    color: #FF0000 !important;
}

#clickToSubscribeMessage a:hover {
    color: #DD0000 !important;
}

.modalTabContent {
    padding-top: 10px;
}

.slopeChartsTableRow {
    height: 28px;
    line-height: 28px;
    font-family: Arial;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/* increase size for slopecharts */
@media (min-width: 1400px) {
    .container {
        width: 1370px;
        min-width: 1370px;
    }
}

.inlineFormControlElement {
    width: auto !important;
    display: inline-block !important;
}

.visualSlopeRulesTitleContainer {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 130px);
}

.visualSlopeRulesName {
    font-weight: bold;
    font-size: 16px;
}

.visualSlopeRulesImage {
    margin-right: 20px;
}

.visualSlopeRulesDescription {}

.bootbox-100-height-body .bootbox-body {
    height: 100%;
}

.sidebar-symbol-input-container {
    padding: 0px 15px;
}

#accordion-wl.resizedWL .openCloseWatchlistIcon {
    float: none;
    position: absolute;
    right: 10px;
}

.openCloseWatchlistIcon {
    float: right;
    width: 15px;
    transform: translateY(5px);
}

a[aria-expanded="true"] img.openCloseWatchlistIcon {
    transform: translateY(5px) rotate(180deg);
}

span[aria-expanded="true"] img.openCloseWatchlistIcon {
    transform: translateY(5px) rotate(180deg);
}

.menuIconButton {
    cursor: pointer;
}

.openCloseMenuIcon {
    width: 15px;
}

#bottomButtonContainer {
    background-color: #F1F1F1;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 0px;
    border-top: 2px solid black;
}

#bottomButtonContainer img {
    cursor: pointer;
}

#changeListBoxLeft {
    cursor: pointer;
    width: 15px;
    transform: rotate(90deg) translateX(-2px);
}

#changeListBoxRight {
    cursor: pointer;
    width: 15px;
    transform: rotate(270deg) translateX(2px);
}

/* Modules last level items */
.moduleItem {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 15px;
    font-size: 12px;
    font-family: 'Open Sans';
    list-style: none;
}

.moduleItemFixedHeight {
    height: 22px;
}

.moduleRightValue {
    float: right;
}

.moduleLeftValue {
    float: left;
}

.moduleItemLowercase {
    font-size: 14px;
}

#quote-list-module th {
    cursor: pointer;
}

.moduleFirstLevelItem {
    padding-left: 15px;
}

.moduleSecondLevelItem {
    padding-left: 30px;
}

#quote-module {
    font: monospace;
}

.moduleClickable {
    cursor: pointer;
}

.preloader {
    width: 100%;
    height: 100%;
    background: url("../images/loading_spinner.gif") 50% 50% no-repeat;
}

.module-loading-gif {
    height: 200px;
    width: 100%;
    background:
        /*rgba( 255, 255, 255, .8 )*/
        url('../images/loading_spinner.gif') 50% 50% no-repeat;
}

.moduleItem,
.watchListSymbol {}

/*
.moduleItem:active{
    color: #aa0000;
    transition: 0.1s linear color;
}

.moduleItem{
    transition: 0.1s linear color;
}*/

.moduleItem:hover,
.watchListSymbol:hover {
    font-weight: 600;
}

.moduleItem.selected,
.watchListSymbol.selected {
    background: lightgray !important;
}

.module-list .panel-heading {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.module-list {
    font-family: 'Open Sans';
    list-style: none;
}

.hideMenuItem {
    display: none;
}

.dialogFormLabelTD {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.dialogFormInputTD {
    padding-left: 10px;
    padding-right: 10px;
}

.dialogFormRow {
    height: 45px;
}

.moduleListFiltered {
    opacity: 0.6;
}

/* Market meter */
.gaugeSymbol,
#animationMessage {
    text-align: center;
}

#animationMessageText {
    width: 250px;
    display: inline-block;
}

.gauge {
    width: 100%;
}

.meter {
    width: 80%;
    position: absolute;
    top: 0px;
    left: 10%;
    transform-origin: bottom center;
}

.speedometer {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
}

#animationMessage {
    margin-top: 20px;
}

.marketmeter-dialog div.bootbox-body {
    overflow: hidden;
}

#marketMeterChangeDayLeft,
#marketMeterChangeDayRight {
    width: 22px;
    cursor: pointer;
}

#marketMeterChangeDayLeft {
    transform: rotate(90deg);
}

#marketMeterChangeDayRight {
    transform: rotate(270deg);
}

#dataLineFunctionButtons {
    position: absolute;
    top: 0px;
    height: 20px;
    width: auto;
    padding-left: 10px;
}

#dataLineFunctionButtons i {
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 5px;

    transition: filter 0.2s linear;
}

#dataLineFunctionButtons i:hover {
    filter: opacity(0.2);

    transition: filter 0.2s linear;
}

#dataLineFunctionButtons i.fa.active {
    color: blue;
}

#optionsContent .rowTitle {
    font-weight: bold;
}

.optionDivRow {
    line-height: 28px;
}

.optionDivRow div {
    display: inline-block;
    width: 50px;
    font-weight: bold;
}

[v-cloak] {
    display: none;
}

#dateAnalysisContent div {
    vertical-align: top;
}

#dateAnalysisContent th {
    line-height: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: underline;
    border: none;
}

#dateAnalysisContent td {
    padding: 0px;
}

#dateAnalysisContent th.leftAligned {
    text-align: left;
}

#dateAnalysisContent table {
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

#dateAnalysisContent table tr {
    padding-top: 2px;
    padding-bottom: 2px;
}

#dateAnalysisContent .valueColumn {
    text-align: center;
    font-family: monospace;
    font-size: 16px;
}

#dateAnalysisContent .rightAlignedColumn {
    text-align: right;
    padding-right: 50px;
}

#dateAnalysisContent .labelColumn {
    padding-left: 10px;
    font-family: Arial;
}

.date-analysis-dialog .modal-dialog {
    width: 90% !important;
    max-width: 1400px !important;
}

#weekdayTable td {
    border: 1px solid black;
}

#weekdayTable td,
#weekdayTable th {
    padding: 4px;
}

.boldfaced {
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
}

.helpBtn,
#helpBtn {
    /* blue rounded help buttons */
    padding: 4px 8px;
    border: 2px solid #8888ee;
    border-radius: 15px;
    font-weight: bold;
}

.valignmid {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.leftTriangleBtn {
    transform: rotate(90deg) translateX(-7px);
    cursor: pointer;
    width: 22px;
}

.rightTriangleBtn {
    transform: rotate(270deg) translateX(7px);
    cursor: pointer;
    width: 22px;
}

#bottom-menu-container {
    min-width: 173px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

#rotatable-icon-menu-container {
    min-width: 120px;
    height: 120px;
    position: relative;
}

/* new indicator interface */
#studyTypesContainer {
    overflow-y: auto;
    max-height: calc(100vh - 232px);

    border-right: 1px solid black;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#studyTypesContainer>div {
    cursor: pointer;
    padding-right: 10px;
    border-bottom: 1px solid lightgray;
    padding-left: 10px;
}

#studyParametersContainer {
    border-bottom: 1px solid black;
    padding: 10px;
    min-height: 320px;
    position: relative;
}

#studyContainer {
    width: 80%;
    vertical-align: top;
    border-left: 1px solid black;
    transform: translate(-1px);
}

.studyBottomInterface {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.studyBottomInterface button {
    margin-left: 10px;
    margin-right: 10px;
}

.studyBottomInterface input {
    margin-left: 10px !important;
    margin-right: 10px !important;
    transform: translateY(2px);
}

#indicatorTabList {
    margin-bottom: 0px;
}

#studySetTable .selected,
#studyTypesContainer .selected {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #ffffb0;
}

#studySetTable .close {
    color: #D00;
    opacity: 0.7;
}

#studySetTable .close:hover {
    color: #900;
    opacity: 0.9;
}

#studySetTable .selected {
    border: 1px solid black;
}

#studyTypesContainer .disabled {
    cursor: not-allowed;
    filter: opacity(0.6);
    background-color: #f2f2f2;
}

#studySetContainer {
    padding: 10px;
    position: relative;
    padding-bottom: 54px;
}

#studySetNameContainer {
    margin-bottom: 10px;
    float: left;
}

#currentStudySetName {
    font-size: 13px;
}

#studySetContainer .titleLabel {
    font-weight: bold;
}

#studySetStudiesTBody tr {
    border: 1px solid black;
    vertical-align: middle;
    font-weight: 14px;
    line-height: 26px;
}

#studySetStudiesTBody td {
    padding-left: 6px;
    padding-right: 6px;
}

#studySetTable {
    width: 100%;
    border-radius: 5px;
}

.studies-dialog .modal-body {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.studies-dialog .nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
}

.studies-dialog .modal-header {
    height: 0px !important;
    min-height: 0px !important;
    border-bottom: none !important;
    padding: 0px !important;
}

.studies-dialog .modal-body>button.bootbox-close-button {
    margin: 0px !important;
    transform: translate(-15px, 0px);
}

#currentStudyActionButtons {
    float: right;
    margin-bottom: 10px;
}

#studysets {
    padding-left: 10px;
}

#studySetUnsavedLabel {
    font-style: italic;
    font-size: 13px;
}

.selectedStudySetStudy {
    cursor: pointer;
}

.btn-dark:hover {
    color: white !important;
}

.btn-success {
    border: 1px solid transparent !important;
}

#watchlists-context-menu {
    padding: 5px 5px;
}

#publishedStudySets {
    padding: 10px;
}

/* new indicator interface end */

#quote-list-container {
    padding: 0px 5px;
}

#quote-list-container th {
    text-align: center;
}

#quote-list-container td.leftQuoteList {
    border-right: 1px dashed black;
    padding-right: 5px;
}

#quote-list-container td.rightQuoteList {
    padding-left: 5px;
}

div#quote-list-container:hover {
    font-weight: 400;
}

.explanatoryText {
    font-style: italic;
}

#soapInfoContainer {
    width: fit-content;
    padding: 10px 20px;
    padding-right: 35px;
    border: 3px solid #777777;
    margin-bottom: 10px;
    border-radius: 10px;
}

.soapInfoLabel {
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
}

.turn-to-landscape {
    display: none;
    filter: invert(1);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
    z-index: 20000;
    background-color: rgba(100, 100, 0, 0.7);
}

.turn-to-landscape .turn-to-landscape-message {
    color: white;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.turn-to-landscape .vertical-aligner {
    height: 100%;
}

.turn-to-landscape>div {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (orientation:portrait) and (max-width: 800px) {
    .turn-to-landscape {
        display: block;
    }
}

@media screen and (max-width: 649px) {
    #wl-panel-sidebar {
        display: none;
    }

    .mid-or-greater {
        display: none;
    }

    #accordion-wl {
        width: 100vw;
    }

    #accordion-wl .openCloseWatchlistIcon {
        float: none;
        position: absolute;
        right: 10px;
    }

}

@media screen and (max-width: 800px) and (orientation:landscape) {
    #wl-panel-sidebar {
        max-width: 20%;
    }


}

/* Rules for mobile slopecharts */
/* */
@media screen and (max-width: 800px) and (orientation:portrait) {
    #wl-panel-sidebar {
        float: none;
        height: 20vh;
        min-height: 145px;
        display: none;
    }

    #canvas-panel {
        float: none;
    }

    #accordion-wl {
        display: inline-block;
        width: calc(100vw - 175px);
        height: calc(100% - 5px);
        border-right: 1px solid lightgray;
    }

    #slopecharts-div {
        overflow-y: auto;
    }

    #bottomButtonContainer {
        display: inline-block;
        width: 175px;
        border-top: none;
    }

    #dataLineFunctionButtons {
        display: none !important;
    }

    .parameters {
        height: 45px;
    }

    #accordion-wl {
        position: relative;
    }

    #accordion-wl .panel-heading {
        padding-left: 2px;
    }

    .openCloseWatchlistIcon {
        float: none;
        position: absolute;
        right: 10px;
    }

    #mainControlDivTD {
        padding: 2px 0px;
    }

    #stockSymbol {
        width: 69px;
    }

    #stockSearchContainer {
        min-width: 119px !important;
    }

    #bars-link-container {
        /*min-width: 145px !important;*/
    }

    .menuBtnContainer {
        min-width: 106px !important;
    }

    .menuBtnDiv {
        margin: 0px;
    }
}

@media screen and (max-width: 400px) {
    .blueButton {
        height: 30px;
        padding: 4px;
    }

    .UIbutton {
        height: 32px;
    }

    #stockSearchContainer,
    .menuBtnContainer {
        min-width: 10px !important;
    }

    #bars-link-container .UIbutton {
        padding: 0px;
    }
}

/* preferences dialog */
.preferencesDialog #appearanceTab .changeStyleLabelTD {
    width: 420px;
}

.preferencesDialog #generalTab .changeStyleLabelTD {
    width: 330px;
}

.preferencesDialog #watchlistsTab .changeStyleLabelTD {
    width: 250px;
}

.preferencesDialog #optionsTab .changeStyleLabelTD {
    width: 350px;
}

.preferencesDialog .tab-pane {
    margin-top: 10px;
}

.preferencesDialog .tab-pane table {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}



/* slope alerts */

.condition-operator {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.condition-row {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: 3fr 2fr 3fr 1fr;
}

.stepNumber {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    text-align: center;
    font-size: 15px;
    line-height: 30px;

    margin: 5px;
}

.stepNumber.notselected {
    opacity: 0.5;
}

.stepNumber.selectedStep {
    opacity: 1;
    background-color: black;
    color: white;
}

.steps {
    text-align: center;
}

.stepContainers {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.stepContainers .steps {
    margin-bottom: 10px;
}

.stepsExplanation {
    font-style: italic;
}

.stepContentContainer {
    text-align: center;

    margin-bottom: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 1rem;

    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.sa-row {
    margin-bottom: 2rem;
}

.requirementText {
    font-size: 18px;
}

.requirementText select {
    margin-left: 8px;
    margin-right: 8px;
}

.requirementTextSymbol {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.alert-type-row {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: 1fr 1fr 1fr;
}

#slopeAlertsContent ul.nav-pills {
    padding-bottom: 3em;
    border-bottom: 1px solid lightgray;
}

#myAlertsTableContainer {
    margin-top: 10px;
}

i.icontag,
img.icontag {
    width: 18px;
}

#slopeAlertsContent .completedStep {
    cursor: pointer;
}


/* Search result component */
.searchResultC {
    position: absolute;
    width: 100%;
    z-index: 10;
    max-height: 300px;
    overflow-y: scroll;
}

.searchResultC div {
    background-color: white;
    cursor: pointer;
    border: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 10px;
}

.searchResultC div:hover {
    background-color: #eeeeee;
}

/* Custom pages */
.slope-custom-page-container {
    width: 100%;
    min-height: 50vh;
}

a.brokersPageTopLink {
    margin-left: 1.5rem;
    line-height: 3.5rem;
    white-space: nowrap;
    vertical-align: bottom;
    transform: translateY(-0.7rem);
    display: inline-block;

    color: #69a31e;
}

a.brokersPageTopLink:hover {
    color: #191970;
    text-decoration: none;
}

a.brokersPageActiveTab {
    margin-left: 1.5rem;
    line-height: 3.5rem;
    white-space: nowrap;
    vertical-align: bottom;
    transform: translateY(-0.7rem);
    display: inline-block;
    text-decoration: underline !important;
}

#rapidLabelsSymbols tr:hover {
    background-color: #eeeeee;
}

#rapidLabelsSymbols tr.selected {
    background-color: #dddddd;
}

#slopecharts-preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 15000;
}

#preloaderProgressBar {
    transition: width 1s ease-out !important;
}

.flex-container.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.toolPaletteCategoryRowContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 30px;
    grid-gap: 5px;
}

.toolPaletteCategoryRowContainer input {
    margin-right: 10px;
}

.toolPaletteCategoryName {
    font-weight: bold;
    margin-bottom: 15px;
}

.layered-comparison-canvas {
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#context-menu-layer {
    z-index: 10px;
}

.toggle-star-icon {
    cursor: pointer;
}

.toggle-star-icon.fa-star {
    color: #dddd00;
}

#layered-comparison-menu .btn-primary.active {
    background-color: #003166;
}

#user-pref-appearance-tab {
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 10px;
    column-gap: 20px;
}

#user-pref-appearance-tab label,
#user-pref-appearance-tab div {
    align-self: center;
}

#user-pref-appearance-tab input {
    cursor: pointer;
}

#user-pref-appearance-tab label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

#user-pref-appearance-tab .grid-row-separator-border {
    border-top: 1px solid lightgray;
    grid-column: span 4;
}

.grid-cols-2 {
    grid-column: span 2;
}

.grid-cols-3 {
    grid-column: span 3;
}

#symbolCreationContainer {
    width: 100%;
}

#CS-elementsContainer:not(.active) {
    overflow-y: auto;
    border-right: 1px solid black;
    width: 20.5%;
    padding-bottom: 10px;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    gap: 1rem;
    padding: 10px;
}

#CS-elementsContainer .elementType {
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#CS-elementsContainer .elementType.selected {
    border: 2px solid;
    transition: border color 0.3s ease-in-out;
}

#CS-elementsContainer .dragging {
    opacity: 0.5;
}

#CS-formulaContainer {
    border-bottom: 1px solid black;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.customSymbolContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 5px;
    background-color: #ebebeb70;
    /* margin: 20px; */
    border-radius: 5px;
    box-shadow: 1px 2px 1px 1px #c5c5c5;
    align-items: center;
    min-height: 50px;
    min-width: 180px;
    cursor: pointer;
}

.parentBlock .ChildBlock {
    margin: 10px 10px 5px;
}

.customSymbolContainer .customSymbolContainer {
    /* height: 50px; */
    /* border: 1.5px dashed; */
    padding: 15px;
    margin: 0;
    cursor: grab;
}

.customSymbolContainer .customSymbolContainer>div {
    display: flex;
    flex-wrap: wrap;
}

.customSymbolContainer>i {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    color: black;
}

.token {
    display: flex;
    max-width: 150px;
    padding: 7px;
    height: 40px;
    border-radius: 5px;
}

.token>input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #c4c4c4;
    transition: all 0.3s ease-in-out;
    /* text-transform: uppercase; */
    line-height: 0;
}

.token.inputContainer {
    display: flex;
    flex-wrap: nowrap !important;
    column-gap: 20px;
    align-items: center;
    max-width: 200px !important;
    padding: 10px;
    width: 160px;
}

.token.inputContainer>input {
    height: 30px;
    line-height: 0;
}

.draggableElement .token>input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #c4c4c4;
    transition: all 0.3s ease-in-out;
    /* text-transform: uppercase; */
    line-height: 0;
}

.draggableElement {
    border: 1px dashed;
    cursor: move;
}

.customSymbolContainer .inputContainer {
    display: flex;
    flex-wrap: nowrap !important;
    column-gap: 20px;
    align-items: center;
    max-width: 200px !important;
    padding: 10px;
}

.customSymbolContainer .draggableSymbol.dragging {
    opacity: 0.5;
}

#symbolsWrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    background-color: aliceblue;
    margin: 5px;
    border-radius: 5px;
    padding: 2rem;
    min-height: 60px;
}

#symbolsWrapper>i {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    color: black;
}

.trash-btn {
    background: none;
    border: none;
    cursor: default !important;
    /* padding: 10px; */
}

.trash-btn #trashButton {
    font-size: 26px;
    color: red;
    margin-left: 1rem;
    cursor: default;
}

.trash-btn #trashButton.active {
    padding: 5px;
    font-size: 30px;
    transition: font-size, padding .25s ease;
    cursor: grab;
}

.chartLabTitle {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
    align-items: baseline;
    font-size: 16px;
    gap: .75rem;
    font-style: italic;
    cursor: move;
}

.redeemToken.openingParentheses {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 0px;
    width: 0px;
}

.redeemToken.closingParentheses {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    height: 0px;
    width: 0px;
}

#colorPickerContainer {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#colorPickerContainer>div {
    width: 50%;
}

#colorPickerContainer.active {
    display: flex;
}

.colors-btn {
    color: white;
    background-color: #222;
    border-color: #222;
}

.colors-btn:hover {
    color: white;
    background-color: #111;
    border-color: #111;
}

table.dataTable tbody th,
table.dataTable tbody td {
    border-bottom: 1px solid;
}

.redeemToken#economicsDb {
    background-color: white;
    cursor: pointer;
    text-transform: none !important;
    border: 1px solid;
    color: black !important;
}

.redeemToken#economicsDb:hover {
    background-color: #c3f9ff;
}

.help-btn {
    height: 34px;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.help-btn>i {
    font-size: 22px;
}

.slopecharts-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.slopecharts-overlay h3 {
    background-color: #ffffff9e;
    color: black;
    text-align: center;
    width: 80%;
    border-radius: 5px;
}

.slopecharts-overlay button {
    margin-top: 20px;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #ffffffdb;
    color: black;
}

    /* Base .maxbutton class with common properties */
.maxbutton {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 2px 0px #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .maxbutton {
        width: 120px;
        height: 40px; 
        font-size: 14px; 
    }
}

@media (max-width: 480px) {
    .maxbutton {
        width: 100px; 
        height: 35px;
        font-size: 12px; 
    }
}

@media (max-width: 350px) {
    .maxbutton {
        width: 70px; 
        height: 25px;
        font-size: 10px; 
    }
}
/* Hover state for all .maxbutton elements */
.maxbutton:hover {
    border-color: #505ac7;
    background: white;
    -pie-background: linear-gradient(white 45%, white);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, white), color-stop(1, white));
    background: -moz-linear-gradient(white 45%, white);
    background: -o-linear-gradient(white 45%, white);
    background: linear-gradient(white 45%, white);
    box-shadow: 0px 0px 2px 0px #333333;
}

/* Text styling for .maxbutton */
.maxbutton .mb-text {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    position: relative;
    text-shadow: 0px 0px 0px #505ac7;
}

/* Hover state for .mb-text inside .maxbutton */
.maxbutton:hover .mb-text {
    color: #505ac7;
    text-shadow: 0px 0px 0px #333333;
}

/* Individual button styles */

/* Button one */
.maxbutton.one {
    border: 2px solid #505ac7;
    background: #557d9b;
    -pie-background: linear-gradient(#557d9b 45%, #0b001c);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #557d9b), color-stop(1, #0b001c));
    background: -moz-linear-gradient(#557d9b 45%, #0b001c);
    background: -o-linear-gradient(#557d9b 45%, #0b001c);
    background: linear-gradient(#557d9b 45%, #0b001c);
}

/* Button three */
.maxbutton.three {
    border: 2px solid #000000;
    background: #dd9d3e;
    -pie-background: linear-gradient(#dd9d3e 45%, #dd1616);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #dd9d3e), color-stop(1, #dd1616));
    background: -moz-linear-gradient(#dd9d3e 45%, #dd1616);
    background: -o-linear-gradient(#dd9d3e 45%, #dd1616);
    background: linear-gradient(#dd9d3e 45%, #dd1616);
}

/* Button four */
.maxbutton.four {
    border: 2px solid #000000;
    background: #1e73be;
    -pie-background: linear-gradient(#1e73be 45%, #8224e3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1e73be), color-stop(1, #8224e3));
    background: -moz-linear-gradient(#1e73be 45%, #8224e3);
    background: -o-linear-gradient(#1e73be 45%, #8224e3);
    background: linear-gradient(#1e73be 45%, #8224e3);
}

/* Button five */
.maxbutton.five {
    border: 2px solid #000000;
    background: #8224e3;
    -pie-background: linear-gradient(#8224e3 45%, black);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #8224e3), color-stop(1, black));
    background: -moz-linear-gradient(#8224e3 45%, black);
    background: -o-linear-gradient(#8224e3 45%, black);
    background: linear-gradient(#8224e3 45%, black);
}

/* Button six */
.maxbutton.six {
    border: 2px solid #000000;
    background: #81d742;
    -pie-background: linear-gradient(#81d742 45%, #1e73be);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #81d742), color-stop(1, #1e73be));
    background: -moz-linear-gradient(#81d742 45%, #1e73be);
    background: -o-linear-gradient(#81d742 45%, #1e73be);
    background: linear-gradient(#81d742 45%, #1e73be);
}

/* Button seven */
.maxbutton.seven {
    border: 2px solid #000000;
    background: black;
    -pie-background: linear-gradient(black 45%, white);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), color-stop(1, white));
    background: -moz-linear-gradient(black 45%, white);
    background: -o-linear-gradient(black 45%, white);
    background: linear-gradient(black 45%, white);
}

/* Button eight */
.maxbutton.eight {
    border: 2px solid #000000;
    background: #8224e3;
    -pie-background: linear-gradient(#8224e3 45%, black);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #8224e3), color-stop(1, black));
    background: -moz-linear-gradient(#8224e3 45%, black);
    background: -o-linear-gradient(#8224e3 45%, black);
    background: linear-gradient(#8224e3 45%, black);
}

/* Button ten */
.maxbutton.ten {
    border: 2px solid #000000;
    background: #69d61b;
    -pie-background: linear-gradient(#69d61b 45%, #b4d6a0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #69d61b), color-stop(1, #b4d6a0));
    background: -moz-linear-gradient(#69d61b 45%, #b4d6a0);
    background: -o-linear-gradient(#69d61b 45%, #b4d6a0);
    background: linear-gradient(#69d61b 45%, #b4d6a0);
}

/* Button eleven */
.maxbutton.eleven {
    border: 2px solid #000000;
    background: #8224e3;
    -pie-background: linear-gradient(#8224e3 45%, #1e73be);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #8224e3), color-stop(1, #1e73be));
    background: -moz-linear-gradient(#8224e3 45%, #1e73be);
    background: -o-linear-gradient(#8224e3 45%, #1e73be);
    background: linear-gradient(#8224e3 45%, #1e73be);
}

/* Button twelve */
.maxbutton.twelve {
    border: 2px solid #000000;
    background: #dd8b0f;
    -pie-background: linear-gradient(#dd8b0f 45%, #d33);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #dd8b0f), color-stop(1, #d33));
    background: -moz-linear-gradient(#dd8b0f 45%, #d33);
    background: -o-linear-gradient(#dd8b0f 45%, #d33);
    background: linear-gradient(#dd8b0f 45%, #d33);
}

/* Button fourteen */
.maxbutton.fourteen {
    border: 2px solid #000000;
    background: #dd2121;
    -pie-background: linear-gradient(#dd2121 45%, #ddb1b1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #dd2121), color-stop(1, #ddb1b1));
    background: -moz-linear-gradient(#dd2121 45%, #ddb1b1);
    background: -o-linear-gradient(#dd2121 45%, #ddb1b1);
    background: linear-gradient(#dd2121 45%, #ddb1b1);
}																								