.sma_error{

}

.sma_wrapper {
    overflow: hidden;
    /*border: 1px solid #cecece;*/
    border-radius: 3px;
    position: relative;
}

.sma-header-top {
    overflow: hidden;
    border: 1px solid #cecece;

    padding: 5px 10px;

}

.sma-header-top h1 {
    margin: 0;
    line-height: 29px;
    float: left;
    text-transform: uppercase;
    font-size: 24px;	
}

.sma-time-updater-holder {
    float: left;
}

.sma-time-updater {
    color: #000000;
    font-size: 12px;
}

.sma-header-top .sma-action-bar {
    overflow: hidden;
    float: right;
}

.sma-action-bar .sma-search-box {
    border: 1px solid #cccccc;
    float: right;
    width: 135px;
    border-radius: 5px;
    margin-right: 5px;
}
.sma-action-bar .sma-search-box.error{
    border: 1px solid #FF0000;
}
.sma-action-bar .sma-search-box .text,
.sma-action-bar .sma-search-box input[type="text"] {
    border: none;
    background: none;
    outline: none;
    float: left;
    width: 82%;
    font-size: 14px;
    line-height: 27px;
    height: 27px;
    color: #555555;
    padding: 5px 5px;
}

.sma-action-bar .sma-search-box .submit,
.sma-action-bar .sma-search-box input[type="submit"] {
    border: none;
    background: none;
    padding: 0;
    text-indent: -9999px;
    float: right;
    font-size: 0;
    line-height: 0;
    height: 27px;
    width: 24px;
    background: url(../images/ico_search.png) no-repeat 50% 50%;
    cursor: pointer;
    margin: 0 0 0;
}

.sma-action-bar .sma-btn-settings {
    float: right;
    padding: 0 15px;
    background: #00396f;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px !important;
    font-size: 15px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 3px;
}

.sma-action-bar .sma-btn-settings:hover {
    background: #555555;

}

.sma-content-area {
    overflow-x: hidden;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.sma-content-area .sma-graph-area {

    width: 100%;
    position: relative;
}

.sma-content-area .sma-graph-actionBar {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 50px;
}

.sma-content-area .sma-graph-actionBar .timer {
    height: 37px;
    width: 37px;
    float: right;
    margin-top: 10px;
}

.sma-content-area .sma-graph-actionBar .pause-btn,
.sma-content-area .sma-graph-actionBar .play-btn {
    height: 20px;
    width: auto;
    font-family: serif;

    font-size: 15px;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sma-content-area .sma-graph-actionBar .play-btn {
    font-size: 24px;
    line-height: 28px;
    margin-left: 2px;
}

.sma-content-area .sma-graph-actionBar .ckb-data-holder,
.sma-content-area .sma-graph-actionBar .ckb-play-btn {
    float: right;
    margin-top: 3px;
}

.sma-content-area .sma-graph-actionBar .ckb-play-btn {
     padding: 0 3px;
     width: 27px;
}



.ckb-data-holder input[type='checkbox'] {
    margin-top: 4px;
}

.sma-content-area .sma-graph-actionBar .ckb-data-holder {
    margin-top: 4px;
}

.sma_wrapper .sma-loader_graph {
    height: auto;
    left: 50%;
    position: absolute;
    top: 33%;
    width: 200px;
    text-align: center;
    font-size: 14px;
    color: #00396F;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
    border-radius: 12px;
    padding: 8px 10px;
    background-color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 -100px;
    z-index: 9999;
    display: block;

}

/*.sma_wrapper .sma-loader_graph span {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

.sma_wrapper .sma-loader_graph .img-holder {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.sma_wrapper .sma-loader_graph .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.sma-footer {
    overflow: hidden;
}

.sma-footer-bottom {
    overflow: hidden;
    border: 1px solid #cecece;
    padding: 5px 10px;

}

.sma-footer-bottom .sma-logo-holder {
    float: right;
    /*width: 200px;*/
}

.sma-footer-bottom .sma-by {
    width: 100%;
    height: auto;
    display: block;

}

.sma-item {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 17px 5px 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
}

.sma-item:hover {
    color: #898989;
}

.sma-header-top .sma-powered-by,
.sma-footer-bottom .sma-powered-by{
    float: left;width: 200px; margin-right: 5px; margin-top: 5px;
}
.sma-content-area { border-bottom: 1px solid #ccc; }
.sma-header-top .sma-logo-holder {
    float: right;
    margin: 17px 0 0;
}
.sma-header-top .sma-by {
    display: block;
    height: auto;
    width: 100%;
}
.sma-header-top .sma-powered-by-another,
.sma-footer-bottom .sma-powered-by-another{
    float: right; width: 20px;
}
.chart-divider {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    width: 100%;
    bottom: 64px;
    left: 0;
}
.ticker-detail {
    font: 14px/1.1 Arial, sans-serif;
    padding: 0 20px;
    text-align: left;
    position: relative;
    margin-top: -52px;
}
.ticker-detail ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.ticker-detail ul:after {
    display: block;
    content: "";
    clear: both;
}
.ticker-detail ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    font-weight: 700;
    text-align: left;
    border: 1px solid #e6e6e6;
    /*width: 19.65%;*/
    white-space: nowrap;
    background: #f5f5f5;
    color: #00396f
}
.ticker-detail ul li.last {
    width: 236px;
    float: right;
}
.ticker-detail ul li span {
    font-weight: 400;
    display: inline-block;
    text-align: left;
    padding: 0 5px;
    color: #000
}
.company-name {
    color: #00396f;
    font-family: franklin-gothic-urw-comp,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
}
.sma-header-top h1 {
    color: #00396f;
    font-family: franklin-gothic-urw-comp,sans-serif;
    font-weight: 700;
    margin: 0;

}
.loader_graph.lower {
    position: absolute;
    border-radius: 12px;
    top: 88%;
    left: 50%;
    height: 35px;
    margin: 0 0 0 -125px;
    width: 250px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
    padding: 8px 10px;
    z-index: 999;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.loader_graph .img-holder { float: left; }
/*.highcharts-coloraxis-marker { display: none; }*/
.senti-chart-box .ticker-detail ul li { white-space: nowrap; }
.senti-chart-box .company-name {
    padding: 10px 0;
    margin: 0;
}
.senti-chart-box .ticker-detail { padding: 15px 0 0; }
.senti-chart-box {
    position: absolute;
    /*bottom: -288px; */
    border-top:1px solid #949494;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #e6e6e6;
    padding: 0 15px;
    -webkit-transition: bottom .35s ease;
    -o-transition: bottom .35s ease;
    transition: bottom .35s ease;
    z-index: 99;
}
.btn-charts-holder {
    position: absolute;
    width: 160px;
    height: 24px;
    left: 50%;
    bottom: 100%;
    margin-left: -80px;
    z-index: 99;
}
.btn-charts {
    border-radius: 5px 5px 0 0;
    background: #004d96;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: block;
    height: 100%;
    padding: 3px 12px 4px;
    text-decoration: none;
}
.btn-charts:focus {
    color: #fff;
    text-decoration: none;
}
.btn-charts:hover {
    background: #00933b;
    color: #fff;
}
.btn-chart-close {
    position: absolute;
    height: 16px;
    right: 0;
    width: 16px;
    top: 0;
    border-radius: 50%;
    color: #0d0d0d;
    text-align: center;
    line-height: 15px;
    z-index: 99;
    background: #fff;
    margin: 4px 5px 0 0;
    -webkit-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
}
.btn-chart-close:focus{ color: #0d0d0d; }
.btn-chart-close:hover{ color: #0d0d0d; }
.close-charts .btn-chart-close {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-overlay {
    position: fixed;
    bottom: 49px;
    top: 70px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}
.custom-overlay .message-block {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 9999;
    text-align: center;
}
.custom-overlay .text {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
}
.sma-header-top .top-holder h1 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 0 10px;
}
.sma-header-top .top-holder .sma-logo {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.sma-header-top .top-holder img {
    display: block;
    height: auto;
    width: 100%;
}
.sma-header-top .top-holder { overflow: hidden; }
/*.sma-content-area { height: 700px !important; }*/
.container-fluid .sma_wrapper { padding: 0 ; }
.container-fluid { position: relative; }
.widget-help {
    /*position: fixed;
    right: 10px;
    bottom: 10px;
    font-family: franklin-gothic-urw-comp,sans-serif;
    color: #00396f;
    font-weight: 700;
	font-size: large;
    z-index: 9;*/

        /* position: fixed; */
    /* right: 10px; */
    /* bottom: 10px; */
    font-family: franklin-gothic-urw-comp,sans-serif;
    color: #00396f;
    font-weight: 700;
    /*font-size: large;*/
    z-index: 9;
    float: left;
    margin: 5px 10px 0 0;
    font-size: 13px;
    line-height: 16px;
}
.widget-help .glyphicon{
    margin: -3px 0 0 5px;
    vertical-align: middle;
}
