﻿@charset "UTF-8";
/* This is a very basic sample css file that may be customized */


/* --------------------------------------------------------- GENERAL STYLES --------------------------------------------------------- */
@font-face {
    font-family: 'Kyrial Display Regular';
    src: url('fonts/Kyrial-Display-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Kyrial Display Bold';
    src: url('fonts/Kyrial-Display-Bold.woff') format('woff');
}


#slide-menu {
    background: #fff;
}

html, body {
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 12px;
    background: #fff;
    padding: 0;
    margin: 0px;
    height: 100%;
    text-align: center;
    /*-ms-touch-action: none;
	background-image: linear-gradient(top, rgba(0,0,0,.01), rgba(0,0,0,.05));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.01), rgba(0,0,0,.05));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.01), rgba(0,0,0,.05));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.01), rgba(0,0,0,.05));
	background-repeat: no-repeat;*/
    /*background-size: cover;*/
    overflow: hidden;
    color: #EBEBEB !important;
}

body {
    /*background: #fff none repeat scroll 0 0;*/
    text-align: left;
    height: 100%;
    background: #fff url("") no-repeat scroll center center;
    /*background: #E8D4D4 url("") no-repeat scroll center center;*/
}

* { /* This overrides page selection and tap/touch responses */
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

#chartWrapper {
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#content {
    background: none repeat scroll 0% 0% rgb(231, 217, 206);
}

#studyDialogContainer {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}

.Xhairs {
    background-color: #789FAF;
    border: 1px solid #789FAF;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: 'Circular Std Bold', sans-serif;
    display: inline-block;
    font-size: 27px;
    padding-left: 1px;
    padding-top: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 210;
    top: 13px;
    left: 9px;
}

.XhairsPlus {
    margin-top: -8px;
    margin-left: 0;
}

.XhairsSel {
    background-color: #789FAF;
}

canvas { /* This keeps users from accidently highlighting the canvas */
    -webkit-user-select: none;
}

textarea, input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    resize: none;
}

ul, li { /* Override basic List styles */
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/* --------------------------------------------------------- FORM FIELDS --------------------------------------------------------- */

input[type="text"],
input[type="number"],
input[type="date"],
textarea {
    background: #f6f6f6;
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 12px;
    border: #CCC solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
    padding: 0px 6px;
    outline: none;
    color: #333;
    resize: none;
}

input[type="text"],
input[type="number"],
input[type="date"] {
    line-height: 27px;
    height: 27px;
    width: 110px;
}

    input[type="text"]:focus,
    textarea:focus {
        color: #333;
    }

input[type="checkbox"] {
    margin-left: 0px;
    float: right !important;
}

select {
    padding-top: 3px;
    height: 27px;
    color: #666;
    width: 110px;
}

    select:focus {
        outline: none;
    }
/* --------------------------------------------------------- BUTTONS AND MENUS --------------------------------------------------------- */

/* Basic Buttons */

.btn, .btn > span { /* Defaults */
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn { /* Inactive Button */
    padding: 0px 8px;
    border: solid 1px #ddd;
    font-weight: bold;
    line-height: 27px;
    color: #7e7e7e;
    text-align: center;
    position: relative;
    overflow: visible;
    background-repeat: no-repeat;
    transition: color .25s, border .25s, box-shadow .25s;
    -webkit-transition: color .25s, border .25s, box-shadow .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover { /* Button Hover State */
        color: #444444;
        border: solid 1px #c5c5c5;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
    }

    .btn:active { /* Button Active State */
        color: #333;
        -webkit-box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
        -moz-box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
        box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
    }
    /* Basic Navigation */

    .btn.menu { /* Menu Buttons */
        padding: 0px 28px 0px 10px;
    }

        .btn.menu > em { /* Menu Arrows */
            position: absolute;
            top: 0px;
            right: 0px;
            line-height: 27px;
            height: 27px;
            width: 16px;
            background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
            background-position: -302px -118px;
            border-left: 1px dotted #999;
            opacity: .4;
            filter: alpha(opacity=40); /* for IE5-7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* for IE8 */
            transition: opacity .25s, border .25s;
            -webkit-transition: opacity .25s, border .25s;
        }

        .btn.menu:hover > em { /* Menu Arrow hover */
            border-left: 1px dotted #ccc;
            opacity: 1;
            filter: alpha(opacity=100); /* for IE5-7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for IE8 */
        }
    /* Icon Navigation */

    .btn.nav-icon, .btn.nav-icon > span { /* Menu Buttons with no text */
        width: 27px;
        height: 27px;
        padding: 0px;
        transition: color .25s, border .25s, background-color .25s, box-shadow .25s, opacity .25s;
        -webkit-transition: color .25s, border .25s, background-color .25s, box-shadow .25s, opacity .25s;
    }

        .btn.nav-icon.true { /* On state for toggle-able menu buttons */
            background-color: #efefef;
            -webkit-box-shadow: inset 0px 1px 3px rgba(100, 100, 100, .3);
            -moz-box-shadow: inset 0px 1px 3px rgba(100, 100, 100, .3);
            box-shadow: inset 0px 1px 3px rgba(100, 100, 100, .3);
        }

            .btn.nav-icon.true:hover { /* Hover state for toggle-able menu buttons that are active */
                background-color: #e9e9e9;
                border-color: #b6b6bf;
            }
    /* General Icon Button Styles */

    .btn.icon, /* Override base button styles */ .btn.icon:hover, .btn.icon > span .btn.icon:hover > span, .btn.icon:active > span {
        overflow: hidden;
        padding: 0px !important;
        line-height: 0px;
        border: none;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn.icon { /* This is the button wrapper and hit area */
        width: 27px;
        height: 27px;
        padding: 0px;
    }

        .btn.icon > span, .btn.icon:hover > span, .btn.icon:active > span { /* Styling of visible area and text hiding */
            background-color: #999;
            background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
            background-repeat: no-repeat;
            background-color: rgba(153,153,153,.2);
            border: 1px solid transparent;
            width: 17px;
            height: 17px;
            text-indent: 2000px;
            padding: 0px;
            margin: 4px;
            transition: color .25s, border .25s, background-color .25s, box-shadow .25s;
            -webkit-transition: color .25s, border .25s, background-color .25s, box-shadow .25s;
            opacity: .7;
        }

        .btn.icon:hover > span { /* Visible area hover state */
            background-color: #666;
            background-color: rgba(153,153,153,.3);
            -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
            -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, .1), inset 0px -8px 6px rgba(100, 100, 100, .03);
            opacity: 1;
        }

        .btn.icon:active > span { /* Visible area active state */
            background-color: #666;
            background-color: rgba(153,153,153,.9);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .btn > span.up, .btn > span.up:active {
        background-position: -120px -40px;
    }
    /* Sample icon background */
    .btn > span.down, .btn > span.down:active {
        background-position: -80px -40px;
    }
    /* Sample icon background */
    .btn > span.focus, .btn > span.focus:active {
        background-position: -40px -40px;
    }
    /* Sample icon background */
    .btn > span.close, .btn > span.close:active {
        background-position: -160px -40px;
    }
    /* Sample icon background */
    .btn > span.trash, .btn > span.trash {
        background: -240px -120px;
    }
/* Sample icon background */
/* Adjustments for Close Buttons within dropdown menus and dialogs */

.dialog .btn.close > span.close, .menuSelect .btn.icon > span.close { /* Close buttons */
    background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
    background-color: #fff;
    background-position: -160px -40px;
    border-color: #ddd;
}

.dialog .btn.icon.close:hover > span.close, .menuSelect .btn.icon:hover > span.close { /* Close button hover state */
    border-color: #ccc;
}

.dialog .btn.icon.close:active > span.close, .menuSelect .btn.icon:active > span.close { /* Close button active state */
    border-color: #ccc;
    -webkit-box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
    -moz-box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
    box-shadow: inset 0px 8px 6px rgba(100, 100, 100, .03);
}
/* --------------------------------------------------------- COLOR PICKER --------------------------------------------------------- */

.color, .border { /* Swatch / Open Palette Button */
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.6);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,.6);
    cursor: pointer;
}

    .color span, .border span { /* Swatch Arrow */
        display: none;
    }

.color { /* Initial Swatch Value for light theme */
    background-color: #000000;
}

.stxColorDarkChart { /* Initial Swatch Value for dark theme */
    background-color: #FFFFFF;
}

/* --------------------------------------------------------- TOOLTIPS --------------------------------------------------------- */

.tooltip {
    display: block;
    position: absolute;
    top: 5px;
    font-size: 9px;
    padding: 0;
    height: 14px;
    border-radius: 3px;
    opacity: 0;
    width: 0px;
    overflow: hidden;
    transition: opacity .25s, margin .25s ease-out .1s;
}

*:hover > .tooltip {
    overflow: visible;
    width: auto;
    opacity: 1;
}

.tooltip.right {
    left: 40px;
    margin-left: 5px;
}

*:hover > .tooltip.right {
    opacity: 1;
    margin-left: 0px;
}

.tooltip.left {
    right: 40px;
    margin-right: 5px;
}

*:hover > .tooltip.left {
    opacity: 1;
    margin-right: 0px;
}

.tooltip > div {
    display: block;
    position: absolute;
    font-size: 9px;
    height: 12px;
    padding-top: 2px;
    border-radius: 3px;
    z-index: 2
}

.tooltip.right > div {
    left: 6px;
    padding: 2px 4px 0 2px;
}

.tooltip.left > div {
    right: 6px;
    padding: 2px 2px 0 4px;
}

.tooltip > span {
    position: absolute;
    top: 2px;
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    -webkit-transform: rotate(45deg); /* Saf3.1+, Chrome */
    -moz-transform: rotate(45deg); /* FF3.5+ */
    -ms-transform: rotate(45deg); /* IE9 */
    -o-transform: rotate(45deg); /* Opera 10.5 */
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand'); /* IE6–IE9 */
    zoom: 1;
    z-index: 1
}

.cd-panel-container {
    /*...*/
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transform: translate3d(100%, 0, 0);
}

.is-visible .cd-panel-container {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.tooltip.left span {
    right: 2px;
}

.tooltip.right span {
    left: 2px;
}

.Light .tooltip div,
.Light .tooltip span {
    background: #000;
    color: #fff;
}

.Dark .tooltip div,
.Dark .tooltip span {
    background: #fff;
    color: #000;
}

/* --------------------------------------------------------- BASIC LAYOUT --------------------------------------------------------- */

.stx-wrapper { /* Content Wrapper/Chart width */
    display: inline-block;
    width: 840px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    font-family: 'Kyrial Display Regular', sans-serif;
}

.stx-nav { /* Navigation Bar */
    height: 50px;
}

.stx-toolbar { /* Toolbar for Drawing and Heads Up */
    height: 36px;
    padding: 9px 0 0 0;
}

#chartContainer1 { /* DIV that the canvas expands to */
    background: none repeat scroll 0% 0% #fff;
    display: block;
    position: relative;
    /*background-image: url("../../../Resources/Images/Background/Vitro/LOGOSINFRASE-01.png");*/
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.header {
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 14px;
    position: relative;
}

/* -------------------------------------------------------- NAV BAR -------------------------------------------------------- */

.stx-nav {
    position: relative;
    border: solid 1px #ddd;
    background: #051C48 !important;
    color: #fff;
}

    /* Nav sections */
    .stx-nav #search, .stx-nav #options, .stx-nav #menus {
        float: left;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    .stx-nav #menus {
        float: right;
        margin-right: 10px;
    }

    .stx-nav #search, .stx-nav #periodBtn, .stx-nav #menus {
        margin-top: 10px;
    }

    /* Button Adjustments for dark background */
    .stx-nav .btn.menu, .stx-nav .nav-icon {
        border-color: rgba(153,153,153,.4);
        color: #efefef;
    }

        .stx-nav .btn.menu:hover, .stx-nav .nav-icon:hover {
            border-color: rgba(153,153,153,.8);
            color: #fff;
        }

        .stx-nav .btn.menu:active {
            color: #fff;
        }

        .stx-nav .btn.menu > em {
            border-left: 1px dotted rgba(153,153,153,.5);
            opacity: 1;
            filter: none; /* for IE5-7 */
            -ms-filter: none; /* for IE8 */
        }

        .stx-nav .btn.menu:hover > em {
            border-left: 1px dotted rgba(153,153,153,.8);
        }
    /* Search */
    .stx-nav #search {
        margin-left: 15px;
        position: relative
    }

input#symbol {
    text-transform: uppercase;
    border-right: none;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

/* Top Bar specific button styles */
.stx-nav .btn {
    float: left;
    margin: 0 6px 0 0;
}

    .stx-nav .btn.menu {
        width: 80px;
    }

        .stx-nav .btn.menu#periodBtn { /* Periodicity button */
            width: auto;
            -webkit-border-radius: 0px 3px 3px 0px;
            -moz-border-radius: 0px 3px 3px 0px;
            border-radius: 0px 3px 3px 0px;
        }

        .stx-nav .btn.menu#cogBtn { /* Cog Button */
            background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
            width: 27px;
            padding: 0px 20px 0px 0px;
            background-position: -35px -118px;
        }

/* Dropdown Menus */
.menuOutline {
    position: absolute;
    top: 31px;
    right: 0px;
    width: 126px;
    background: #fff;
    font-weight: normal;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    z-index: 100;
}

.menuSelect > li, .menuSelect > ul > li { /* Menu Items */
    padding: 2px 16px;
    line-height: 27px;
    margin: 0px;
    text-align: left;
    cursor: pointer;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .25s, background-color .25s;
    -webkit-transition: color .25s, background-color .25s;
}

    .menuSelect > li:first-child, .menuSelect > ul > li:first-child { /* Give more top padding to first item */
        padding: 5px 16px 2px 16px;
    }

    .menuSelect > li:last-child, .menuSelect > ul > li:last-child { /* Give more bottom padding to last item */
        padding: 2px 16px 5px 16px;
    }

    .menuSelect > li:hover, .menuSelect > ul > li:hover { /* Menu item hover state */
        background: #FDEEC5;
    }

li.divider, .menuSelect li.content, .menuSelect li.heading, li.stxLookupFilter, li.divider:hover, .menuSelect li.content:hover, .menuSelect li.heading:hover, li.stxLookupFilter:hover { /* Remove hover states for headings, dividers, and nested list parents/special content */
    background: transparent;
    cursor: default;
    white-space: normal;
}

    li.divider, li.divider:hover,
    .menuSelect li.divider, .menuSelect li.divider:hover { /* Menu Section dividers */
        height: 1px;
        padding: 0px;
        background: #ccc !important;
    }

.menuSelect li.content { /* Nested list parents and special content padding */
    padding: 10px 16px 16px 16px;
}

    .menuSelect li.content:first-child { /* First Nested list parent or special content padding */
        padding: 16px 16px 16px 16px;
    }

.menuSelect li.heading, .menuSelect li.heading:first-child, li.stxLookupFilter { /* Menu Headings and Search filter */
    padding: 10px 16px 5px 16px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: normal;
    color: #999;
    font-weight: bold;
}

    .menuSelect li.heading, .menuSelect li.heading:first-child { /* Menu heading padding */
        padding: 10px 16px 5px 16px;
    }

.menuSelect li.stx-option { /* Menu item with checkbox adjustments */
    position: relative;
    padding-left: 35px;
}

    .menuSelect li.stx-option .stx-checkbox, .menuSelect li.stx-option .stx-checkbox.false { /* Menu checkbox toggles */
        position: absolute;
        left: 14px;
        top: 8px;
        display: block;
        float: left;
        width: 14px;
        height: 14px;
        text-indent: -1000px;
        overflow: hidden;
        background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
        background-position: -142px -122px;
    }

        .menuSelect li.stx-option .stx-checkbox.true { /* Menu checkbox toggle active */
            background-position: -182px -122px;
        }

.menuSelect ul.col { /* Columns for Studies Menu */
    float: left;
    cursor: default;
    width: 151px;
    border-top: none;
    border-right: 1px solid #efefef;
}

    .menuSelect ul.col:last-child { /* No border divider needed for last column */
        border-right: none;
    }

    .menuSelect ul.col li { /* Studies menu item padding */
        padding: 2px 16px 2px 16px;
    }

        .menuSelect ul.col li:first-child { /* Give more top padding to first item */
            padding: 5px 16px 2px 16px;
        }

        .menuSelect ul.col li:last-child { /* Give more bottom padding to last item */
            padding: 2px 16px 5px 16px;
        }

.menuSelect .btn { /* Slightly smaller button for within menus */
    font-size: 11px;
    margin: 0px;
}


/* User Injected Menu Content */

.injected .btn { /* Delete button placement for custom item */
    float: right;
    margin: 0px
}

.injected li { /* Custom Item Basics */
    clear: both;
    border-top: 1px dotted #ccc;
}

    .injected li.content:last-child { /* Give more top padding to list item with custom theme button */
        padding-top: 5px;
    }

.injected a.stxItem { /* Custom name/link */
    color: #666;
    display: inline-block;
    width: 110px;
    float: left;
    line-height: 29px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: none;
}

    .injected a.stxItem:hover {
        color: #333;
        border-bottom: none;
    }

/* Search Results*/

.stxLookupResults { /* Search results container */
    right: auto;
    left: 0px;
    width: 310px;
}

.stxResults { /* Search results List */
    right: auto;
    left: 0px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
}

    .stxResults li { /* Search results List Item */
        font-size: 11px;
        line-height: 0px;
        clear: both
    }

        .stxResults li.stxLookupFilter { /* Search Filter area padding */
            padding: 10px 0px 30px 5px;
        }

            .stxResults li.stxLookupFilter .btn { /* Search Filter buttons */
                padding: 0px;
                line-height: 18px;
                font-size: 10px;
                /*width: 60px;*/
                padding-left: 5px;
                padding-right: 5px;
                margin-left: 5px;
                border-color: #efefef;
                color: #999;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .stxResults li.stxLookupFilter .btn:hover {
                    border-color: #ccc;
                    color: #666
                }

                .stxResults li.stxLookupFilter .btn:first-child { /* Narrower button for "ALL" option */
                    width: 35px;
                }

                .stxResults li.stxLookupFilter .btn.on, .stxResults li.stxLookupFilter .btn.on:hover { /* Active filter button */
                    background: #999;
                    color: #fff;
                    border-color: #999;
                    text-shadow: 0 1px 0px #666;
                    box-shadow: none;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    cursor: default;
                }

    .stxResults span { /* Search results List Item Content */
        line-height: 27px;
        display: inline-block;
        margin: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.stxLookupSymbols li span:nth-of-type(1) { /* Search results Symbol */
    color: #333333;
    font-weight: bold;
    min-width: 55px;
    float: left
}

.stxLookupSymbols li span:nth-of-type(2) { /* Search results Company */
    width: 145px;
    float: left;
}

.stxLookupSymbols li span:nth-of-type(3) { /* Search results exchange */
    color: #333333;
    font-size: 10px;
    min-width: 40px;
    float: right;
}


/* Periodicity Menu Styles */
.menuSelect.periodicity {
    right: auto;
    left: 0px;
}

/* Studies Menu Styles */
.menuSelect.studies {
    width: 608px;
}

    .menuSelect.studies > ul > li {
        line-height: 24px;
    }

/* Themes Menu Styles */
.menuSelect.cog {
    width: 180px;
}

    .menuSelect.cog .btn.theme {
        display: block;
        float: none;
        clear: both;
    }

    .menuSelect.cog li.content {
        padding: 0px;
    }

    .menuSelect.cog .injected li.heading {
        border-top: none;
        padding-bottom: 10px;
    }

    .menuSelect.cog li.content:last-child {
        padding: 10px 16px 16px;
    }

    .menuSelect.cog li.themeSelectorTemplate {
        margin: 0px 16px;
    }

/* You may need to set the zIndex of this class if you have body elements that are stacked with different zIndexes.
 * You can test this by temporarily setting the background-color: red and seeing how the overlays work! Set the zIndexes
 * for your menus higher until they appear on top of the overlay.
 */
.stxBodyOverlay, .stxDialogOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
    display: none;
    background: rgba(255,255,255,0); /* fully transparent. If this is left out then IE9 won't detect clicks on the overlay */
}

.stxDialogOverlay {
    background: rgba(24,27,28,.7);
}

/* This z-index order is important to maintain so that the dialogs, menus and clickable overlays are all accessible */
.stxDialogOverlay {
    z-index: 200;
}

.dialogContainer {
    z-index: 201;
}

.stxBodyOverlay {
    z-index: 202;
}

.ciqColorPicker {
    z-index: 205;
}

.stxMenu {
    z-index: 203;
}

.stx-nav {
    z-index: 204;
}

/* ------------------------------------------------------- TOOLBAR ------------------------------------------------------- */

.stx-toolbar { /* Basic Toolbar */
    position: relative;
    display: block;
    background: #D2CFCD !important;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    text-align: center;
}

    .stx-toolbar div { /* Keep elements from wrapping */
        display: inline-block;
    }

/* Heads Up */
ul.hu { /* Formatting for list container */
    width: 225px;
    float: right;
    margin-right: 10px;
    text-align: left
}

    ul.hu li { /* Data Sets */
        float: left;
        width: 75px;
        font-size: 11px;
    }

.huLabel { /* Data Set Labels */
    color: #b2b2b2;
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    font-family: 'Kyrial Display Regular', sans-serif;
    font-weight: bold;
}

.huField { /* Data Set Value */
    color: #666666;
    display: inline-block;
    width: 55px;
}

/* Drawing Tools */

.stx-toolbar .drawOptions { /* Drawing Menu Container */
    width: auto;
    float: left;
    margin-left: 6px;
}

.stx-toolbar .drawing.false {
    display: none;
}

.stx-toolbar div.btn, .stx-toolbar div.color { /* Tool color */
    float: left;
    margin-left: 6px;
}

.stx-toolbar div.btn { /* Toolbar Buttons */
    border: solid 1px #efefef;
    font-size: 11px;
    font-weight: normal;
    height: 27px;
}

    .stx-toolbar div.btn:hover {
        border-color: #ddd;
    }

.stx-toolbar .menuSelect li { /* Tool Menu Font Size */
    font-size: 12px;
}

.stx-toolbar .menuSelect.stx-line-style-menu li:last-child {
    padding: 2px 10px 5px;
}

.stx-toolbar .btn.menu.drawBtn { /* Tool Menu Button */
    width: 62px;
    text-align: left;
}

.stx-toolbar .heading { /* Background and line color headings */
    float: left;
    line-height: 27px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

.stx-drawing { /* Tool Options container */
    float: left;
}

    .stx-drawing div.stx-draw-settings { /* Line and background color modules */
        float: left;
        margin: 0px 0px 0 10px;
        padding: 0 0px 0 10px;
        border-left: dotted 1px #ddd;
    }

        .stx-drawing div.stx-draw-settings:first-child { /* Margin for first module */
            margin: 0 0px 0 10px;
        }

    .stx-drawing .color { /* Line and background color swatches */
        border-radius: 0px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        cursor: pointer;
        display: inline-block;
        height: 19px;
        position: relative;
        width: 19px;
        margin: 5px;
    }

        .stx-drawing .color span { /* Hide arrow in toolbar color swatches */
            display: none;
        }

    .stx-drawing span.stx-line { /* Formatting for line styles */
        display: block;
        width: 30px;
        height: 0px;
        padding: 0px;
        margin: 13px -4px 0 -4px;
        text-indent: -9999px;
        border-top: 1px solid #666;
        border-radius: 0;
    }

.menuSelect.stx-line-style-menu { /* Line Menu width */
    width: 60px;
}

    .menuSelect.stx-line-style-menu li.stxToolbarNone { /* Center "none" option */
        text-align: center;
    }

.menuSelect li span.stx-line { /* Additional formatting for line styles within the menu */
    width: auto;
    margin: 8px -8px 8px -8px;
    border-top-color: #666;
}

.btn .stx-line.style1.weight3, .btn .stx-line.style2.weight3 { /* placement of line within the menu button */
    margin-bottom: 12px;
}

.btn .stx-line.style2.weight1, .btn .stx-line.style3.weight1 { /* placement of line within the menu button */
    margin-top: 12px;
}

/* Line style types */
.btn .stx-line.style1 {
    border-top-style: solid;
}

.btn .stx-line.style2 {
    border-top-style: dotted;
}

.btn .stx-line.style3 {
    border-top-style: dashed;
}

.btn .stx-line.weight0 {
    border-top-width: 0px;
}

.btn .stx-line.weight1 {
    border-top-width: 1px;
}

.btn .stx-line.weight3 {
    border-top-width: 2px;
}

.btn .stx-line.weight5 {
    border-top-width: 3px;
}

/* ------------------------------------------------------- STUDY DIALOGS ------------------------------------------------------- */

/* Popup Styles */

.dialogContainer { /* Wrapper for dialog placement */
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    position: absolute;
}
/* The dialog */
/*.dialog {
	position: relative;
	text-align: left;
	margin: 100px auto;
	padding: 25px 30px;
	width: 200px;
	border: solid 1px #ccc;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
}*/
.dialog {
    /*  background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 10px auto;
    padding: 15px 0;
    position: relative;
    text-align: left;
    width: 220px;*/
    position: relative;
    text-align: left;
    margin: 10px auto;
    padding: 25px 30px;
    width: 250px;
    border: solid 1px #ccc;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px 0px rgba(0,0,0,.5);
}

    .dialog .title {
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        margin: 5px 30px 0 20px;
        width: 165px;
    }

    .dialog .btn { /* Make dialog buttons smaller */
        font-size: 11px;
    }

    .dialog h4 { /* Dialog headings */
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        margin: 0px 30px 5px 0px;
    }

    .dialog .btn.close, .dialog .btn.close:hover { /* Position close dialog button */
        position: absolute;
        top: 3px;
        right: 3px;
        margin: 0px;
    }

    .dialog div.heading, .dialog div.data { /* Dialog content columns */
        display: inline-block;
        min-height: 24px;
        color: #666;
        margin-bottom: 10px;
    }

    .dialog div.heading { /* Dialog content label */
        width: 175px;
        text-transform: capitalize;
        vertical-align: middle;
        font-size: 10px;
    }

    .dialog div.data { /* Dialog content swatches and fields */
        display: inline-block;
        float: right;
        width: 58px;
    }

    .dialog .color, .dialog .border { /* Dialog color swatch position */
        float: right;
        margin-left: 4px;
    }

    .dialog .color {
        /*border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
    cursor: pointer;
    display: inline-block;*/
        float: right;
        /* height: 20px;
    position: relative;
    width: 30px;*/
    }

        .dialog .color span {
            background: #fff url("../../../Resources/Images/stx-icons-arrow-color.png") no-repeat scroll center center / 7px 7px;
            border: 1px solid #ccc;
            border-radius: 2px;
            bottom: 0;
            box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
            display: inline-block;
            height: 11px;
            position: absolute;
            right: 0;
            width: 11px;
        }

    .dialog .btn.go {
        margin: 10px 0 0 15px;
    }

    .dialog hr { /* Dialog divider */
        background: #ccc none repeat scroll 0 0;
        border: medium none;
        color: #ccc;
        height: 2px;
        margin: 4px 0 8px;
        padding: 0;
    }

    /* Studies Dialogs */

    .dialog div.btn.close {
        position: absolute;
        right: 3px;
        top: 3px;
    }

    .dialog #inputs, .dialog #outputs { /* Dialog content templates */
        clear: both;
        margin: 0;
    }

    .dialog #inputs { /* Dialog Input area (headings with textfields, etc.) */
        border-top: dotted 2px #ccc;
        margin: 8px 0px 0px 0px;
        padding: 8px 0px 4px;
    }

    .dialog #outputs { /* Dialog Output area (headings with color swatches) */
        border-bottom: dotted 2px #ccc;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 8px 0px;
    }

    .dialog .inputTemplate, .dialog .outputTemplate { /* Specific Dialog Input/Output temlates*/
        border-bottom: 1px solid #ddd;
        clear: both;
        padding: 5px 0 0;
        /* width: 180px;*/
    }

        .dialog .inputTemplate:last-child, .dialog .outputTemplate:last-child { /* Remove divider from last item */
            border: medium none;
        }

        .dialog .outputTemplate div.heading { /* Dialog Output heading columns */
            width: 130px;
        }

    .dialog div.data input[type="number"] { /* Text Input styles */
        float: right;
        width: 58px;
        margin: 1px 0px 0px 0px;
    }

    .dialog .heading, .dialog .data {
        color: #666;
        display: block;
        margin-bottom: 8px;
        min-height: 20px;
    }

    .dialog .heading {
        display: inline-block;
        text-transform: capitalize;
        vertical-align: middle;
        width: 100px;
    }

    .dialog .outputTemplate .heading {
        width: 130px;
    }

    .dialog .data {
        display: inline-block;
        float: right;
        width: 75px;
    }
        /*
.dialog .data input[type="number"] {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 1px 0 0;
    padding: 2px 6px;
    text-align: left;
    width: 58px;
}*/

        .dialog .data select {
            margin: 2px 0 0;
            text-align: left;
            width: 70px;
        }

        .dialog .data input[type="text"]:focus {
            background: #efefef none repeat scroll 0 0;
            color: #666;
        }



        .dialog .data input {
            margin: 0;
        }

    .dialog div.data select { /* Select element styles */
        float: right;
        text-align: left;
        width: 70px;
        margin: 2px 0px 0px 0px;
    }

    .dialog #parameters .outputTemplate div.heading { /* Dialog Parameters heading columns (RIS overbought/oversold) */
        width: 120px;
    }

    .dialog #parameters div.data { /* Make data area wider for Params  */
        width: 70px;
    }

    .dialog #parameters input { /* Position textfields for Parameters */
        float: none;
    }

    .dialog #parameters .color { /* Position Color swatches for Parameters */
        float: right;
    }

    /* Theme Dialog */
    .dialog#themeDialog {
        width: 460px;
    }

    .dialog .settings { /* Theme Dialog content wrapper */
        border-top: dotted 2px #ccc;
        border-bottom: dotted 2px #ccc;
        margin: 8px 0px 12px 0px;
        padding: 15px 0px 15px 0px;
    }

    .dialog ul { /* Theme Dialog columns */
        width: 200px;
        display: inline-block;
    }

        .dialog ul:last-child { /* Add divider and wider second column */
            width: 220px;
            margin-left: 14px;
            border-left: dotted 1px #ddd;
        }

        .dialog ul:first-child { /* Keep the columns from wrapping */
            float: left;
        }

        .dialog ul:last-child li { /* Add space after column divider fro second column */
            margin-left: 20px;
        }

    .dialog li { /* Theme Dialog Option set */
        width: auto;
        clear: both;
        border-top: #ddd 1px solid;
        padding: 8px 0 0 0;
    }

        .dialog li.heading { /* Theme Dialog Option set */
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
            padding: 5px 0 10px 0;
            border: none;
        }

        .dialog li div.data { /* Theme Dialog Option set */
            margin-bottom: 5px;
        }

    .dialog .themeName { /* Custom Theme name heading */
        display: inline-block;
        padding: 10px 10px 5px 0px;
        font-size: 10px;
        text-transform: uppercase;
        line-height: normal;
        color: #999;
        font-weight: bold;
    }

    .dialog#themeDialog input[type="text"] { /* Custom Theme name input */
        width: 225px;
        margin: 0px 4px 0px 0px;
    }

#timezoneDialog {
    text-align: center;
    width: 375px;
}

    #timezoneDialog ul {
        width: 365px;
        text-align: left;
        border-left: 0 none;
        margin-left: 0;
    }

        #timezoneDialog ul li,
        #timezoneDialog ul li:last-child {
            margin-left: 0px;
            padding: 8px 0;
        }


    #timezoneDialog .title {
        margin: 0 auto;
    }

#timezoneDialogWrapper {
    border-bottom: solid #CCCCCC 1px;
}

#timezoneDialog .detect {
    margin: 20px auto;
}

    #timezoneDialog .detect .btn {
        line-height: 35px;
        height: 35px;
        padding: 0px 30px;
        font-size: 12px;
        color: #666;
    }

#timezoneDialog .instruct {
    margin: 10px auto 0px;
    font-style: italic;
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #999;
}

#timezoneDialog li:hover {
    background-color: #F0F0F0;
}
/* --------------------------------------------------------- CHART CONTROLS --------------------------------------------------------- */

.stx_chart_controls { /* Chart Control module */
    position: absolute;
    display: block;
    bottom: 60px;
    left: 50%;
    margin-left: -55px;
    height: 27px;
    margin-bottom: 4px;
    width: auto;
    text-align: center;
    z-index: 3;
}

#Controls {
    color: Gray;
    float: right;
    overflow: hidden;
}

.LabelProm {
    color: #222;
    float: left;
    font-size: 10px;
    margin-right: 15px;
    padding-top: 3px;
    text-align: left;
}

#OutterInfoPanel {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin-top: 21px;
    padding-top: 25px;
    position: absolute;
    right: 0;
    width: auto;
}

#OIPData {
}

.IPDivs {
    background-image: url("../Resources/Images/fnd.png");
    height: 35px;
    margin-bottom: 25px;
    width: 93px;
}

.LabelIPDivs {
    font-size: 10px;
}

.ValuesIPDivs {
    text-align: right;
}

#huDate {
    text-align: center;
}

.CheckBoxClass {
    float: left;
}

#chartControls {
    bottom: 60px;
    display: block;
    height: 27px;
    left: 0;
    margin-bottom: 4px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}

#chartSize, #chartSize span { /* Chart Control element defaults */
    background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
}
/* Chart size container and background */
/*#chartSize { 
	position: relative;
	margin: 0px auto;
	width: 110px;
	height: 27px;
	overflow: hidden;
	cursor: default;
	background-position: -180px -160px;
}*/

#chartSize {
    background-image: url("../../../Resources/Images/stx-icons-chart-zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 27px;
    cursor: default;
    height: 27px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 110px;
}

#chartControls div.home span {
    background-position: -54px 0;
    padding-top: 22px;
    width: 32px;
}

#chartSize span, #chartControls div.more span, #chartControls div.home span {
    background-image: url("../../../Resources/Images/stx-icons-chart-control.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 150px 54px;
    display: inline-block;
}



#chartControls div.more:active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #c71f09, #ec4e39) repeat scroll 0 0;
}

#chartControls div.more span {
    color: #4e4044;
    font-size: 12px;
    left: 0;
    background-position: -94px 0;
    padding: 4px 10px 4px 24px;
}

#chartSize span { /* Chart size (+) and (-) buttons */
    cursor: pointer;
    padding-top: 27px;
    position: absolute;
    width: 27px;
}

#chartSize .minus { /* Zoom out */
    left: 0px;
    background-position: -40px -160px;
    opacity: .7;
    filter: alpha(opacity=70); /* for IE5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
}

#chartSize .plus { /* Zoom in */
    right: 0px;
    background-position: -80px -160px;
    opacity: .7;
    filter: alpha(opacity=70); /* for IE5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
}

    #chartSize .minus:hover, #chartSize .minus:active, #chartSize .plus:hover, #chartSize .plus:active { /* Make buttons full opacity on hover or hit */
        opacity: 1;
        filter: alpha(opacity=100); /* for IE5-7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for IE8 */
    }

#chartSize .stx-zoom-in {
    background-position: 0 0;
    left: 0;
}

#chartSize .stx-zoom-out {
    background-position: -27px 0;
    right: 0;
}

#chartSize .stx-zoom-in:active {
    background-position: 0 -27px;
}

#chartSize .stx-zoom-out:active {
    background-position: -27px -27px;
}

#chartControls div.home, #chartControls div.more {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    position: absolute;
}

    #chartControls div.home:active {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #797f80, #b6bbbd) repeat scroll 0 0;
        border: 1px solid #707677;
    }

#chartControls div.more {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #ec4e39, #c71f09) repeat scroll 0 0;
    border: 1px solid #c71f09;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#chartControls div.home {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #b6bbbd, #797f80) repeat scroll 0 0;
    border: 1px solid #8c9192;
    border-radius: 5px;
    right: 10px;
    top: 20px;
    left: 0;
}


.stx_jump_today { /* Button  jumping to today's data */
    color: #FFF;
    overflow: hidden;
    position: absolute;
    line-height: 0px;
    height: 22px;
    width: 35px;
    padding: 0px;
    border: solid 1px #a2a2a2;
    background: #b6bbbd;
    bottom: 12px;
    right: 6px;
    transition: background .25s;
    -webkit-transition: background .25s;
    z-index: 2
}

    .stx_jump_today span {
        background-image: url("../../../stx-sprite.png");
        background-repeat: no-repeat;
        display: inline-block;
        line-height: 22px;
        height: 22px;
    }

    .stx_jump_today:hover { /* Jump to active state */
        border: solid 1px #a2a2a2;
        background: #a5a9ab;
    }

    .stx_jump_today span { /* Jump to icon and size */
        padding-top: 22px;
        background-position: -254px -40px;
        width: 32px;
    }
/* ------------------------------------------------------- COLOR PICKER ------------------------------------------------------ */

.ciqColorPicker { /* This is the actual color picker container */
    position: absolute;
    background: #FFF;
    width: 180px;
    margin: 20px 0 0 0px;
    padding: 10px 5px 5px 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,.5);
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.5);
}

    .ciqColorPicker ul { /* The unordered list with all the swatches */
        margin: 0;
        padding: 0;
        list-style-type: none;
        zoom: 1;
    }

        .ciqColorPicker ul:after { /* Fix display in some browsers */
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }

        .ciqColorPicker ul li { /* List item containing each swatch */
            float: left;
            margin: 0 5px 5px 0;
        }

            .ciqColorPicker ul li a { /* The swatches themselves */
                display: block;
                width: 13px;
                height: 13px;
                text-decoration: none;
                text-indent: -100000px;
                outline: 0;
                border: 1px solid #aaa;
            }

                .ciqColorPicker ul li a:hover { /* Swatch hover state */
                    border-color: #000;
                }
/* --------------------------------------------------------- PANEL CONTROL TEMPLATES --------------------------------------------------------- */


.grab { /* Use the hand icon when grabbing and moveing the chart */
    cursor: url(http://cur-google.com/mail/images/2/closedhand.cur), default !important;
}

.handle { /* The div that allows users to ajust the panels */
    position: absolute;
    left: 50%;
    height: 27px;
    width: 30px;
    margin-left: -17px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

    .handle span { /* Adjustment graphic styling */
        display: block;
        margin: 0px auto;
        width: 30px;
        height: 27px;
        background: url(http://webcharts.infosel.com/V5/stx-sprite.png) no-repeat -204px -36px;
        padding-top: 27px;
    }

    .handle:active { /* Use the hand icon when grabbing and adjusting panels */
        cursor: url(http://cur-google.com/mail/images/2/closedhand.cur), default !important;
    }

.icons { /* Panel Control buttons template */
    position: absolute;
    left: 0px;
    overflow: hidden;
    z-index: 3;
}

#iconsTitle { /* Panel/Chart Titles */
    background-color: #2d5082;
    border-radius: 0 3px 3px 0;
    color: white;
    cursor: auto;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin: 4px 4px 0 0;
    overflow: hidden;
    padding: 4px 0 3px 5px;
    text-transform: uppercase;
    width: 65px;
}

.icons .btn { /* Float all icons so they stay in line on the left */
    float: left;
}

#contentWrapper {
    margin: 0;
}

/* ------------------------------------------------------- CHART OVERLAY ELEMENTS ------------------------------------------------------ */

#mSticky, #showMeasure { /* These are the small divs that come up when you hover over a drawing or study overlay */
    display: none;
    background: #efefef;
    border: solid #ddd 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 11px;
    text-transform: capitalize;
    white-space: nowrap;
    z-index: 3;
}

#mSticky, #vectorTrashCan, #overlayTrashCan, #showMeasure {
    position: absolute;
    z-index: 3;
}

#mStickyInterior, #sMeasure { /* Drawing and study info div contents*/
    margin: 0px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    float: left;
}

#overlayTrashCan.btn, #vectorTrashCan.btn { /* Drawing and study info div delete button wrappers for mobile */
    background: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 27px;
    padding: 0px;
    border: none;
}

    #overlayTrashCan.btn span, #vectorTrashCan.btn span { /* Drawing and study info div delete button content */
        display: block;
        margin: 0 0 0 5px;
        width: 23px;
        height: 23px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
        text-indent: 100px;
        background: #efefef;
        border: solid #ddd 1px;
        background-image: url(http://webcharts.infosel.com/V5/stx-sprite.png);
        background-position: -257px -118px
    }

/* --------------------------------------------------------- CHART ELEMENT STYLES --------------------------------------------------------- */

#loading { /* Loading image size and placement */
    position: absolute;
    top: 280px;
    left: 49%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.hd {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: white;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 3px;
    position: absolute;
    width: 100px;
    z-index: 3;
}

.vd {
    /* background-color: #EC4141;*/
    border-radius: 3px;
    color: #4e4044;
    font-size: 12px;
    margin-left: -3px;
    padding: 1px 3px;
    position: absolute;
    z-index: 3;
}

.vd { /* Floating vertical value */
    margin-left: -3px;
}

#TopBar {
    background: #fff none repeat scroll 0 0;
    color: White;
    font-size: 24px;
    /*height: 32px;*/
    margin: 0;
    position: relative;
    width: 100%;
}

#currentHR { /* Current chart value */
    z-index: 1;
}

.stx_current_hr_up { /* Current chart Up */
    background-color: #789FAF;
    color: #fff;
    font-size: 12px;
}

.stx_current_hr_down { /* Current chart Dowm */
    background-color: #789FAF;
    color: #fff;
    font-size: 12px;
}

.stx_xaxis { /* x-axis date styles */
    color: #292929;
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 12px;
}

.stx_xaxis_dark { /* x-axis date divider styles */
    color: #1c1c1c;
}

.stx_yaxis { /* y-axis price styles */
    font-size: 12px;
    font-family: 'Kyrial Display Regular', sans-serif;
    color: #292929;
}

.stx_crosshair { /* Standard Crosshair color */
    position: absolute;
    background-color: #AAAAAA;
    z-index: 4;
}

.stx_crosshair_drawing { /* Darker crosshairs when drawing */
    position: absolute;
    background-color: rgba(255,255,255,.9);
    z-index: 4;
}

#crossY, .stx_crosshair_y { /* Vertical Crosshair size */
    height: 1px;
    left: 0;
    width: 98%;
}

#crossX, .stx_crosshair_x { /* Horizontal Crosshair size */
    height: 100%;
    top: 0;
    width: 1px;
}

.stx_panels { /* Panel Title text */
    font-family: 'Kyrial Display Regular', sans-serif;
    font-size: 10px;
    color: white;
}

.stx_panel_background { /* Panel Title background */
    color: #7c878b;
}

.stx_panel_border { /* Divider between panels */
    color: #cccccc;
    width: 1px;
}

.stx_panel_drag { /* Darker Divider between panels when resizing */
    color: #666;
    width: 2px;
}

.btn.icon.stx_solo_lit span { /* Add background to expand button when toggled on */
    background-color: #999;
    opacity: 1;
}

.stx_grid { /* Default Grid */
    color: #EBEBEB;
}

.stx_grid_dark { /* Default Grid dividers */
    color: #ccc;
}

.stx_line_chart { /* Default color for line Charts */
    background-color: #8DC63F;
    color: #8DC63F;
    width: 3px;
}

.stx_mountain_chart { /* Default color for mountain Charts */
    background-color: rgba(120, 159, 175,1) !important; /* background color for mountain */
    color: rgba(255, 255, 255,0); /* Optional gradient */
    border: #789FAF; /* Optional line color Color Original: #4073b7 */
    width: 2px; /* Optional line width */
}
/*.stx_mountain_chart.color {width:24px;}*/
.stx_highlight_vector { /* change the color and weight of drawings and study overlays on hover */
    color: #8DC63F;
    width: 3px;
}

.stx_candle_shadow { /* Candle wick color */
    color: #ccc;
}

.stx_candle_down { /* Down Candle color */
    color: #b82c0c;
}

.stx_candle_up { /* Up Candle color */
    color: #8cc176;
}

.stx_candle_shadow {
    color: #ccc;
}

.stx_candle_down {
    color: #b82c0c;
    border-color: #000000;
}

.stx_candle_up {
    color: #8cc176;
    border-color: #000000;
}

.stx_solo_lit {
    background-color: #b1b7b8;
    color: #ffffff;
}

.stx_hollow_candle_down {
    color: #b82c0c;
}

.stx_hollow_candle_up {
    color: #8cc176;
}

.stx_hollow_candle_even {
    color: #cccccc;
}

.stx_bar_chart {
    color: #07d6f3;
}

.stx_bar_down { /* Down Bar color */
    color: #b82c0c;
}

.stx_bar_up { /* Up Bar color */
    color: #8cc176;
}

.stx_volume_up { /* Up Volume color */
    color: #07d6f3;
    border: 1px solid #fff;
}

.stx_volume_down { /* Down volume color */
    color: #3d133c;
    border: 1px solid #fff;
}


.stx_volume_underlay { /* Transparent Volume overlay style */
    color: #07d6f3;
    opacity: .075;
    z-index: 999999999;
}

.stx_volume_underlay_down { /* Transparent Volume overlay style */
    color: #07d6f3;
    border: 1px solid #fff;
    opacity: 1;
    z-index: 999999999;
}

.stx_volume_underlay_up { /* Transparent Volume overlay style */
    color: #07d6f3;
    border: 1px solid #fff;
    opacity: 1;
    z-index: 999999999;
}

.stx_projection { /* Line color for projections */
    color: #fff;
}

.stx_projection_new { /* Line color for active line when drawing projections */
    color: blue;
}

.stx_gaps { /* Transparent gaps overlay style */
    color: #b1b7b8;
    opacity: .3;
}

.stx_histogram { /* Default color for histograms */
    color: #000000;
    opacity: .2;
}

.stx_annotation { /* Annotation styles */
    font-size: 12px;
    font-family: 'Kyrial Display Regular', sans-serif;
}

.stx_annotation_bg { /* Annotation backgrounds */
    color: #f5f5f5;
}

.stx_annotation_highlight { /* Annotation highlight color */
    color: white;
}

.stx_annotation_highlight_bg { /* Annotation highlight background color */
    color: #3d4447;
}

#annotationSave, #annotationCancel,
.stx_annotation_save, .stx_annotation_cancel { /* Annotation Buttons */
    border: 1px solid #b7b7b7;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    padding: 5px 8px;
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
}

#annotationCancel, .stx_annotation_cancel {
    margin-left: 10px;
}

.stx_watermark { /* Optional watermark style */
    font-size: 16px;
    font-family: 'Kyrial Display Regular', sans-serif;
    color: #000000;
    opacity: .5;
}

.stx_fib_levels { /* Text for fibonacci values */
    font-size: 12px;
    font-family: 'Kyrial Display Regular', sans-serif;
    color: transparent;
}

/* Text for shared charts */
.stx_share {
    font-size: 14px;
    font-family: 'Kyrial Display Regular', sans-serif;
    color: #000000;
    width: 1px;
}

.stx_share_symbol {
    font-size: 14px;
    font-family: 'Kyrial Display Regular', sans-serif;
    font-weight: bold;
}


#stxViews h4 {
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0) !important;
    background: #FDEEC5;
    color: #333;
}

.first_symbol {
    float: left;
    margin-top: 5px;
    color: #FFF;
}

#stxViews #stxNewViewBtn.btn {
    color: #fff;
    background: #051C48;
    border: none;
}

nav#slide-menu > ul li {
    color: #1c1c1c !important;
    font: 12px/9px 'Kyrial Display Regular',sans-serif !important;
}

    nav#slide-menu > ul li div::before {
        color: #1c1c1c !important;
    }


#sectionB {
    background-color: #fff;
}


.PeriodList {
    padding: 0;
    margin: 20px 0 0 -2px;
    text-align: left;
    font-family: 'Kyrial Display Regular', sans-serif;
}

    .PeriodList > li {
        display: inline;
        list-style-type: none;
        margin: auto 12px;
        color: #789FAF;
        cursor: pointer;
        font-size: 12px;
    }

        .PeriodList > li.Selected {
            color: #789FAF;
            font-family: 'Kyrial Display Regular', sans-serif;
            border-bottom: 4px solid #789FAF !important;
        }

body.menu-active nav#slide-menu {
    height: 100%;
    overflow-y: auto;
}

.menu-trigger, menu-trigger:hover {
    background-color: #8DC63F !important;
    border-radius: 3px !important;
    font-family: 'Circular Std Bold', sans-serif;
    border: 1px solid #8DC63F;
    color: #fff !important;
    font-size: 20px !important;
    top: 50px !important;
    height: 20px !important;
    width: 20px !important;
}

    .menu-trigger::before {
        color: #fff !important;
        font-size: .7em;
        height: 16px;
        line-height: 16px;
        width: 18px;
        margin-left: -3px;
        margin-top: -3px;
    }

nav#slide-menu .tab {
    padding-left: 12px;
}

#BloqueNombre {
    background-color: #8DC63F !important;
    font-family: 'Circular Std Bold', sans-serif;
    border: 1px solid #8DC63F;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center;
    margin: 10px;
    position: absolute;
    z-index: 1000;
    top: 5px;
    left: 20px;
    padding: 3px 10px 0 10px;
}


/* --------------------------------------------------------- MEDIA QUERIES --------------------------------------------------------- */
/* Very very basic Media queries to make the sample fit in ipad portrait view */
/*@media (max-width: 768px) {
.stx-wrapper {
	display: inline-block;
	width: 700px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

}*/