.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
    cursor: default;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestion span {
    width: 150px;
    display: inline-block;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #39f;
}

#chart_blokDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
    background-color: #000;
	z-index:120;
}

#chart_indicator {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 300px;
    margin-left: -225px;
    margin-top: -150px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #fff;
	z-index:150;
}

#chart_formdl {
    width: 400px;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
}

#chart_formdl dt {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0;
}

#chart_formdl dd {
    width: 200px;
    float: left;
    margin-top: 5px;
    padding: 0;
}

#chart_indicator p {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.chart_indicatorTitle {
    background-color: #a52e2e;
    height: 20px;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: bold;
    line-height: 20px;
    text-indent: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#chart_btnDraw,#chart_btnCancel,#chart_btnDeleteAll {
    width: 100px;
    height: 25px;
    text-align: center;
    display: block;
    /*font: normal 18px 'BenchNine','Segoe UI','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;*/
    color: #fff;
    background-color: #a52e2e;
    border: 0;
    border-radius: 4px;
    line-height: 25px;
}

#chart_btnDraw {
    position: absolute;
    bottom: 10px;
    right: 120px;
}

#chart_btnCancel {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#chart_btnDeleteAll {
    position: absolute;
    bottom: 10px;
    right: 240px;
}

#chart_OHLCPeriod {
    width: 100px;
}

#chart_btnNewIndicator {
    float: left;
    width: 120px;
    height: 24px;
    line-height: 24px;
    background-image: url('../i/noviIndikator.png');
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-left: 2px;
    border: none;
    text-indent: 10px;
    font: 11px ;
    cursor: pointer;
    font-weight: bold;
}

#chart_selEditIndicatorContainer {
    float: left;
}

#chart_selEditIndicator {
    width: 170px;
    margin-right: 20px;
}

#chart_btnCompare {
    float: left;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    background-image: url('../i/usporedba.png');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

#chart_btnTrendLine {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url('../i/trendline.png');
    background-repeat: no-repeat;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

#chart_OHLCPeriodContainer {
    margin-left: 5px;
    float: left;
}

#chart_OHLCPeriodContainer label {
    line-height: 24px;
    float: left;
    padding-right: 3px;
}

#chart_btnExport {
    float: left;
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url('../i/screenshot.png');
    cursor: pointer;
    margin-left: 105px;
}

#chart_btnFullScreen {
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url('../i/fullScreen.png');
    margin-left: 5px;
    cursor: pointer;
    float: left;
}

#chart_loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    line-height: 100px;
    height: 100px;
    border: 3px solid #a52e2e;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}


#chart_tooltipContainer {
    float: left;
    width: 970px;
}

#chart_tooltipValues {
    float: left;
}

#chart_tooltipValues li {
    float: left;
    margin-left: 10px;
}

html,body {
    height: 100%;
}

div.color-picker {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

div.color-picker ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

div.color-picker ul li {
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    float: left;
    cursor: pointer;
}

@CHARSET "UTF-8";

.sbHolder {
    clear: both;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    display: inline-block;
    /*font-family: Arial,sans-serif;*/
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    position: relative;
    width: 170px;
}

.sbHolder:focus .sbSelector {
}

.sbSelector {
    display: block;
    height: 22px;
    left: 0;
    line-height: 22px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 150px;
}

.sbSelector:link,.sbSelector:visited,.sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url('../i/select-icons.png') 0 -118px no-repeat;
    display: block;
    height: 22px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

    .sbToggle:hover {
        background: url('../i/select-icons.png') 0 -169px no-repeat;
    }

.sbToggleOpen {
    background: url('../i/select-icons.png') 0 -22px no-repeat;
}

    .sbToggleOpen:hover {
        background: url('../i/select-icons.png') 0 -72px no-repeat;
    }

.sbHolderDisabled {
    background-color: #3c3c3c;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {
}

.sbHolderDisabled .sbToggle {
}

.sbOptions {
    background-color: #fff;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    border-top: none;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 22px;
    width: 170px;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions a:link,.sbOptions a:visited {
    color: #000;
    text-decoration: none;
}

.sbOptions a:hover,.sbOptions a:focus,.sbOptions a.sbFocus {
    color: #333;
    background-color: #d4d4d4;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #ebb52d;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
/*    font-weight: inherit !important;
    font-style: inherit !important;
    font-size: 100% !important;*/
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
   /* font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
    font-size: 14px;
   /* line-height: 1;*/
    color: #666;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

strong {
    font-weight: bold;
}

em {
    font-style: oblique;
}

p {
    margin: 15px 0;
}

.aligncenter,div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/*h1 {
    width: 770px;
    float: left;
    margin-top: 10px;*/
    /*font: normal 28px 'Segoe UI','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;*/
    /*color: #666;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 90%;
}

h6 {
    font-size: 80%;
}

th {
    font-weight: bold;
}*/

a {
    /*color: #006896;
    font-weight: 600;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wrap {
    margin: 0 auto;
    width: 970px;
}

#header,#footer,#content {
    float: left;
    min-width: 100%;
}

#header {
    height: 99px;
    background-color: #ebebeb;
    border-bottom: 1px solid #ccc;
}

#content {
    min-height: 500px;
}

#logo {
    margin-top: 29px;
}

.navBtn {
    display: inline-block;
    width: 109px;
    height: 35px;
    border-radius: 3px;
    background-color: #dbdbdb;
    line-height: 35px;
    text-align: center;
    color: #666;
    /*font: Tahoma,Geneva,Kalimati,sans-serif;*/
    margin-left: 10px;
    text-transform: uppercase;
}

#nav {
    text-align: right;
    float: right;
    width: 700px;
    margin-top: 55px;
}

#slide {
    width: 970px;
    height: 350px;
    background-image: url('../i/slidebg.png');
    margin-top: 10px;
}

.btnGray {
    width: 85px;
    height: 23px;
    display: block;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    /*font: Tahoma,Geneva,Kalimati,sans-serif;*/
    font-size: 11px;
    text-transform: uppercase;
    line-height: 23px;
    text-align: center;
}

.box {
    float: left;
    width: 302px;
}

h3 {
  /*  color: #e00a14;*/
    /*font: normal 22px 'Segoe UI','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;*/
    margin-bottom: 5px;
}

#featuresHome .box h3 {
    color: #666;
}

.box img {
    float: left;
    border: 0;
    margin-bottom: 5px;
}

.box p {
    font-size: 14px;
    color: #000;
}

.box ul li {
    margin-left: 15px;
    font-size: 15px;
    color: #000;
    list-style-type: disc;
}

.exampleBox {
    width: 450px;
    height: 250px;
    float: left;
    margin-bottom: 10px;
}

#features,#slidingFeatures,#labelFeatures,#basicFeatures,#slide {
    position: relative;
    overflow: hidden;
    width: 970px;
    height: 350px;
}

.jshowoff {
    width: 970px;
    margin: 0 0;
}

.jshowoff div {
    width: 970px;
    height: 350px;
}

.jshowoff p.jshowoff-slidelinks {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
}

.jshowoff-slidelinks a,.jshowoff-controls a {
    display: block;
    padding: 5px 7px 5px;
    margin: 5px 0 0 5px;
    float: left;
    outline: none;
}

p.jshowoff-controls {
    background: #aaa;
    overflow: auto;
    height: 1%;
    padding: 0 0 5px 5px;
    margin: 0;
}

.jshowoff-controls a {
    margin: 5px 5px 0 0;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 8px 5px;
}

.slide p.jshowoff-slidelinks {
    left: 470px;
    bottom: 10px;
}

.slide .jshowoff-slidelinks a {
    display: block;
    width: 9px;
    height: 9px;
    background: url('../i/tocke.png') no-repeat 0 0;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    text-indent: -10000em;
}

    .slide .jshowoff-slidelinks a.jshowoff-active {
        background: url('../i/tocke.png') no-repeat right top;
    }

.slide p.jshowoff-controls {
    background: none;
    height: 38px;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 150;
}

.slide .jshowoff-controls a {
    display: block;
    width: 22px;
    height: 38px;
    background: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    text-indent: -10000em;
    position: absolute;
}

.slide .jshowoff-controls a.jshowoff-play {
    display: none;
}

.jshowoff.slide {
    height: 350px;
}

.slideBox {
    width: 970px;
    height: 350px;
    float: left;
    background: transparent url('../i/slide1.jpg') no-repeat right top;
}

.slideBox a {
    position: absolute;
    bottom: 35px;
    left: 45px;
    background-color: #f0d5d5;
    color: #000;
    /*font: normal 24px 'BenchNine','Segoe UI','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;*/
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    display: block;
}

.slideBox a:hover {
    text-decoration: none;
}

.redBtn {
    width: 150px;
    height: 45px;
    text-align: center;
    display: block;
    /*font: normal 24px 'BenchNine','Segoe UI','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;*/
    color: #fff;
    background-color: #a52e2e;
    border-radius: 4px;
    line-height: 45px;
}

a.redBtn:hover {
    text-decoration: none;
}