.sma_error{

}

.sma_wrapper {
    overflow: hidden;
    /*border: 1px solid #cecece;*/
    border-radius: 3px;
    position: relative;
}

.sma-header-top {
    overflow: hidden;
    padding-bottom: 5px;
}

.sma-header-top h1 {
    margin: 0;
    line-height: 29px;
    float: left;
    text-transform: uppercase;
    font-size: 24px;	
}
.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-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;position: relative; }
.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;
}
.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; }
.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;
}

.custom-overlay {
    position: fixed;
    bottom: 49px;
    top: 70px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}
.message-block {
    position: fixed;
    top: 14%;
    width: 100%;
    left: 0;
    z-index: 9999;
    text-align: center;
}
.message-block.text {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
}

/*----------------------*/
.col-container {
    display: table;
    width: 100%;
    color:#fff;
    overflow: hidden;
    margin:0;
}
.col-container .col {
    display: table-cell;
    /* vertical-align: middle; */
    /* padding: 0 16px; */
    cursor: pointer;
    border-right:20px solid #fff;
    position: relative;
    /*width: 200px;*/
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.col {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.col-container .col:last-child {border-right: 0;}
.col-container .col.apply-border:first-child:after { display: none; }
.col-container .col.apply-border:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -12px;
    bottom: -10px;
    width: 4px;
    background: #fff;
}
.col-container .col ul{
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 -10px;
}
.col-container .col ul li{
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    padding:10px 0;
    width: 100%;
}
.col-container .col ul li:last-child{
    border-bottom: none;
}
.col-container .col h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
.col-container .col h3{
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    font-size: 19px;
}
.col-container .col h4{
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.col-container .col ul li span {
    /*float:left;*/
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 49%;
    text-align: left;
}
.col-container .col ul li span.right {
    text-align: center;
}
/*-----------------------------*/

.sma_progress-bar {
    width: calc(100% - 6px);
    height: 5px;
    background: #e0e0e0;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.sma_progress-bar-fill {
    display: block;
    height: 2px;
    background: #659cef;
    border-radius: 3px;
    /*transition: width 250ms ease-in-out;*/
    transition: width 60s ease-in-out;
}
.slick-arrow-left{width:15px;height:20px;left:0;position: absolute;  top: 50%;  z-index: 2;background:url('../images/left.svg')left center no-repeat;opacity:0;cursor: pointer;background-color: #a9a9a999;}
.slick-arrow-right{position: absolute;  top: 50%; right:-1;  z-index: 2;width:15px;height:20px;background:url('../images/right.svg')right center no-repeat;opacity:0;cursor: pointer;background-color: #a9a9a999;}
.col-container:hover .slick-arrow-left{ opacity:0.8; transition:opacity 1s; }
.col-container:hover .slick-arrow-right{ opacity:0.8; transition:opacity 1s; }
h1,h2,h3,h4{font-family: sans-serif !important;}
.col-container .col.sma_active {border-color:#238abb !important;}
/*.col-container .col:hover{border-color:#238abb !important;}*/

.col-container .col.sma_active:before {
    left: 55%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility:hidden;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #238abb;
    border-width: 19px;
    margin-left: -30px;
    background: transparent !important;
    bottom: -42px;
}
.col-container .col.sma_active:hover:before {visibility: visible;}
.col-container .col.sma_active:before {visibility: visible;}
.sma_footer{
    display: none;
    margin-top: 5px;
}
.sma_footer .gradient{
    display:block;
    width:322px;
    height:20px;
}
.sma_footer .gradient-text{
    margin-top: 5px;
    font-size: 10px;
    font-family: sans-serif;
}
.sma_footer .powered-by img{
    max-width: 45px;
    display: inline-block;
    vertical-align: middle;
}
.chart-container .symbol, .chart-container .name, .chart-container .sentiment{
    font-family: sans-serif !important;
}
.chart-container .symbol{
    margin-bottom: 0px;
    margin-top: 7px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    display: block;
}
.chart-container .name{
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
}
.chart-container .sentiment{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0px;
    height: 34px;
    width: 100%;
}
.powered-by {
    text-align: right;
    float: right;
}
.powered-by-text {
    color: #000000;
    font-size: 14px;
}
.gradient-container {
    float: left;
}
.sma-header-top .header-heading{
    font-size: 24px;
    font-weight: 700;
}
.sma-header-top .header-heading a{
    color: rgb(35, 82, 124);
    font-size: 14px;
    font-weight: 400;
}
.expand-button{
    position: absolute;
    right: 3px;
    top: 3px;
    max-width: 15px;
    border: none !important;
}