.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;
    font-size: 15px;
    line-height: 29px;
    float: left;
}

.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-search-box.sma_error{
    border: 1px solid red;
}
.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: hidden;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.sma-content-area .sma-graph-area {

    width: 100%;
}

.sma-content-area .sma-graph-actionBar {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 100%;
    height: 50px;

}

.sma-content-area .sma-graph-actionBar .timer {
    height: 37px;
    width: 37px;
    float: right;
}

.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: 170px;
    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 -85px;
    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;
    text-align: center;
}

.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-footer-bottom .sma-powered-by{
    float: left;width: 200px; margin-right: 5px; margin-top: 5px;
}


.sma-footer-bottom .sma-powered-by-another{
    float: right; width: 20px; ;
}
