.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_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: 'Benton Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
}
.sma-header-top h1 {
    color: #00396f;
    font-family: 'Benton Sans','Helvetica Neue',Helvetica,Arial,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: 'Benton Sans','Helvetica Neue',Helvetica,Arial,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: 50%;
    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;
}
#errorText{
    color: #000 !important;
}
/*----------------------*/
.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;
    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:0px;}
.col-container .col ul{
    list-style: none;
    padding-left: 0;
}
.col-container .col ul li{
    border-bottom: 1px solid #000;
    overflow: hidden;
    padding:5px 0;
}
.col-container .col h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px
}
.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: 20px;
}
.col-container .col ul li span {
    /*float:left;*/
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 50%;
    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:-1%;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: 'Benton Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;}
select{
    width:200px;
    height:25px;
    float:right;
}

.zoom-filter ul{list-style: none;display: inline-block;margin-bottom: 5px;padding-left: 5px;}
.zoom-filter ul li{float:left; padding:3px 3px 0 0;}
.active-zooom{background-color: #25A9DF !important;}
.btn{padding: 2px 6px;}