.hawk-totalWrapper * {
  border: 0;
  margin: 0;
  padding: 0;
}



.iec-space{
    padding: 15px;
}


.chart_preview{
    /*cursor: pointer;*/
}

.lev--footer{
    background-color: white;
    padding: 5px;

    border-top-style: solid;
    border-top-width: 1px;
    border-color: #E7E7E7;

    text-align: right;

    width: 100%;
    height: 31px;

    margin: 0;
    padding: 5px;
    
    font-size: 0.8em;
    color: #000;
}

/*.lev--share a:first-child{

    padding: 3px;


    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #E7E7E7;
}*/
.lev--share a{
    /*color: #666;*/

    margin-left: 2px;
    padding: 3px;

    /*cursor: pointer;*/
}

.lev--footer a:hover{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}


.lev--exp{
    float: left;
}

.lev--dash-share{
    height: 40px;
    width: 40px;

    margin: 0 auto;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/ie_iecon.png) no-repeat 0 center;
}

.lev--icon_plus{
    margin: 0 auto;
    height: 15px;
    width: 15px;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/plus_sign.png?v=2) no-repeat 0 center;
}

.lev-icon-envelope{
    margin: 0 auto;
    height: 15px;
    width: 30px;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/envelop_sign.png) no-repeat 0 center;
}





.viz_1{
    display: block;
}





.lev-preview--title{
    text-decoration: none;
}
.lev-preview--title:hover{
    text-decoration: none;
    color: black;
}




.lev-prev--ls--opts-btn{
    position:absolute;
    top: 2%;
    right: 1%;

    width:30px;
    height: 30px;

    display: none;
}

.pie {
    /*background-color: green;*/
    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/pie_icon.png) no-repeat 0 center; 
}

.column {
    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/column_icon.png) no-repeat 0 center; 
}

.spline{
    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/line_icon.png) no-repeat 0 center; 
}

.chart_preview:hover .lev-prev--ls--opts-btn{
    display: block;
}




/**********************************************
        SHARE

************************************************/

/* button */
.lev--share{
    float: right;
}

.lev--share:hover{
    cursor: pointer;
}


/*.lev--share:hover .lev--share--tooltip{
    visibility: visible;
}
*/


/* tooltip */
.lev--share--tooltip{
    position: relative;
    right: 0px;

    width: 100px;

    background-color: white;
    z-index: 9999;

    border-style: solid;
    border-width: 1px;
    border-color: #E7E7E7;

    padding: 10px;

    display: none;

    text-align: center;
}

.lev--mask{
    background-color:rgba(217, 217, 217, 0.85);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 252px;

    display: none;
}

.lev--mask-dialog{
    position: absolute;
    top: 13%;
    left: 5%;

    width: 90%; 
    height: 70%; 

    background-color:white;

    display: none;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);

    padding: 10px;
}


.lev--mask-dialog textarea,
.lev--mask-dialog input {
    width: 100%;
    height: 30%;
    border-width: 1px;
    border-style: solid;
    border-color: #D9D9D9;
    padding: 5px;

    margin: 5px auto;

    overflow: hidden; 
    resize: none;
}


/***************************************************

    EXPLORE

****************************************************/
.fullScreenMode{
    width: 100%;
    height: 90%;
    position: absolute;
}


.search-explore,
.search-explore--ajax{

    width: 80%;
    margin: 0 auto; 
    background-color:transparent; 
    /*display:table;*/
    position: relative;

}
/*
.search-explore--ajax{
    border: 1px solid #e7e7e7;
    box-shadow: none;
}
*/



.lev-explore{
    float: left;
    width: 100%;
    height:100%;

    background-color: white;
    position: relative;
}




.lev-explore--sidebar{
    width: 101%;

    background-color: white;
}



.lev-explore--sidebar--search{
    padding: 10px;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CFCFCF;

    display: table;
    width: 100%;

    background-color: #F5F5F5;
}

.lev-explore--sidebar--search-form{
    float: left;
    text-align: left;
}

.lev-explore--sidebar--search-form input{
    width: 250px;
    background-color: white;
}

.lev-explore--sidebar--search-form button{
    background-color: transparent;
    width: 0px;
}








.lev-explore--share{
    float: right;
    margin-right: 10px;
    text-decoration: none;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 12px;
}
.lev-explore--share:hover{
    text-decoration: none;
    color: #9C9A9A;
}

.lev-explore--share span{
    font-size: 10px;
}

.lev-explore--share-box{
    background-color: white;
    position: absolute;
    top: 25%;
    left: 25%;

    width: 50%;
    height: 280px;
    padding: 10px;

    z-index: -1;
    visibility: hidden;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);


    /* tabs layout*/
    text-align: center;
}


.lev-explore--share-box input{
    /*width: 100%;*/
    border-width: 1px;
    border-style: solid;

    border-color: #D9D9D9;

    padding: 5px;
}

.lev-explore--config-box{
    background-color: white;
    position: absolute;
    top: 25%;
    left: 20%;

    width: 60%;
    height: 280px;
    padding: 10px;

    z-index: -1;
    visibility: hidden;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);

}

.lev-explore--config-box input{
    float: left;
}


.lev-explore--config-box--done-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
}




.lev-explore--config-box table th{
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.lev-explore--config-box table td{
    margin: 5px;
    padding: 5px;
}






.lev-explore--cl-rs{
    float: right;
    margin-right: 30px;
}

.lev-explore--cl-rs a{
    margin-left: 5px;
    color: #7D7D7D;
}

.lev-explore--cl-rs a:hover{
    text-decoration: none;
    color: #9C9A9A;
}


.lev-explore--date-range{
    float: right;
    margin-right: 5px;
    font-weight: 900;

    color: #C2C2C2;
}
.lev-explore--date-range a{
    color: #C2C2C2;
    text-decoration: none;
}
a.date-range__selected{
    color: #4D4D4D;
    text-decoration: none;
}


.dropdown-toggle{
    background-color: transparent;
}

.lev-explore--date-range--select{
    /*float: right;
    margin-right: 30px;*/
}
.lev-explore--date-range--select span{
    color: #606060;
    font-size: 1em;
}
.lev-explore--date-range--select input{
    margin-left: 5px;
    color: #747474;
    padding: 3px;
    width: 80px;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}
.lev-explore--date-range--select input:focus{ 
    color: #606060;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.lev-explore--opts{
     float: right;
}

.lev-explore--opts a{
    color: #7D7D7D;
    text-decoration: none;
}



.lev-explore--crosshairs-select{
    color:#c2c2c2;
    font-size: 2em; 
    text-align: center; 
    float: right;
    margin-right: 20px; 
    vertical-align: text-top; 
    margin-top: -15px; 

    text-decoration: none;
}

.lev-explore--crosshairs-select:hover{
    color:#c2c2c2;
    text-decoration: none;
}








.lev-explore--close-modal{
    float: right;
    margin-left: 2.3em;
}


.lev-explore--close-modal:hover{
    text-decoration: none;
    color: #7D7D7D;
}





.lev-explore--sidebar--dpmenu{
    text-align: center;
    font-size: 10px;

    padding-top: 8px;
    padding-bottom: 8px;
}



.lev-explore--sidebar--dpmenu-title{
    color:#606060;
}


.lev-explore--sidebar--series{

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CFCFCF;

    background-color: white;
    width: 100%;

    padding-bottom: 5px;
    padding-top: 5px;

    display: table;

    font-size: 11px;
}


.lev-explore--sidebar--serie{
    float: left;

    background-color: white;

    margin-right: 3px;

    padding: 0px;

    border-left-style: solid;
    border-left-width: 1px;
    border-color: #E7E7E7;

    font-weight: bold;

    cursor: pointer;
}

.serie-hidden{
    opacity: 0.5;
}
.serie-hidden .btn{
    opacity: 1;
}


.lev-explore--sidebar--serie:first-child{
    border-left-width: 0px;
}


.lev-explore--sidebar--series button{

    padding: 2px;

    margin: 3px;
    background-color: transparent;
}

.eye-visible{
    color: black;
}

.eye-hidden{
    color: #D9D9D9;
}

.line_icon{
    height: 12px;
    width: 28px;
    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/assets/line_icon.png) no-repeat 0 center; 
    display: inline-block;
}





.explore-footer{
    position: relative;
    margin: 20px auto;
    float: left;

    width: 100%;

    text-align: center;

    padding-top: 10px;

    border-top-width: 1px;
    border-top-style: solid;
    border-color: #D9D9D9;
}

.explore-footer h3{
    font-size: 0.9em;
}





/*
    contextmenu
*/

.lev-explore--context-menu--layer{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(217, 217, 217, 0.85);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */

    z-index:999999;
    color:white;

    height: 0;
    width: 101%;
}


.share_container{
    text-align: center;
}

.share_container a{
    margin-left: 15px;

    text-decoration: none;
}

.share_container a:hover{
    color: black;
    text-decoration: none;
}

.lev--fb-share{
    height: 40px;
    width: 40px;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/cdn/assets/g3005.png) no-repeat 0 center;

}
#fb_share{
    /*display: inline-block;
    float: left;*/
}

.lev--tw-share{
    height: 40px;
    width: 40px;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/http://cdn.ieconomics.com/cdn/assets/image2995.png) no-repeat 0 center;

}

#tw_share{
    cursor: pointer;
    margin-left: 10px;
    /*display: inline-block;
    float: left;*/
}
.lev--g-share{
    height: 40px;
    width: 40px;

    display: inline-block;

    background: transparent url(https://web-archive.nli.org.il/National_Library/oe_/https://www.gstatic.com/images/icons/gplus-64.png) no-repeat 0 center;

}

#g_share{
    cursor: pointer;
    margin-left: 10px;
    /*display: inline-block;
    float: left;*/
}


.lev--em-share{
    height: 40px;
    width: 40px;

    display: inline-block;

    font-size: 40px;
}
.lev--em-share:hover{
    /*color: #9C9A9A;*/
    color: black;
}

#em_share{
    cursor: pointer;
    display: inline-block;
    float: left;
}




/* bottom bar  */

.lev-explore--bottom_bar{
    width: 100%;
    text-align: right;

    font-size: 0.9em;

    margin-bottom: 5px;
    padding-bottom: 5px;
}

.lev-explore--bottom_bar a{
    margin-left: 1px;
    margin-right: 8px;
    cursor: pointer;
    text-decoration: none;
}
.lev-explore--bottom_bar a:hover{
    text-decoration: none;
    color: #9C9A9A;
}

.lev-explore--bottom_bar .lev--tw-share,
.lev-explore--bottom_bar .lev--fb-share{
    height: 15px;
    width: 15px;
}
.lev-explore--bottom_bar .lev--em-share{
    height: 15px;
    width: 15px;
    font-size: 1em;
}

.lev-explore--bottom_bar .lev--fb-share{
    display: inline-block;
    background: transparent url(/National_Library/oe_/https://ieconomics.com/assets/g3005_mini.png) no-repeat 0 center;
}
.lev-explore--bottom_bar .lev--tw-share{
    display: inline-block;
    background: transparent url(/National_Library/oe_/https://ieconomics.com/assets/tw_mini.png) no-repeat 0 center;
}



.lev-explore--bottom-dialog{
    position: absolute;
    display: none;

    right: 15px;
    bottom: 30px;

    width: 40%;
    height: 10%;

    background-color: white;

    border-width: 1px;
    border-style: solid;
    border-color: #D9D9D9;

    text-align: center;
}

.lev-explore--bottom-dialog input{
    width: 90%;
    height: 95%;
}
.lev-explore--bottom-dialog span{
    position: absolute;

    right: 4px;
    top: 4px;

    cursor: pointer;

    font-size: 0.7em;
}


/* lev explore contextmenu TABS*/

.contextmenu-tabs{
    /*margin: 0 auto;*/
    text-align: center;

    display: inline-block;

    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e2e2e2;
}

.contextmenu-tabs--item{
    float:left;
    margin: 10px;
    cursor: pointer;

    padding-bottom: 8px;
    margin-bottom: -1px;
    border-radius: 0;

    color: #6E6E6E;
}
.contextmenu-tabs--item:hover{
    color: #333;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #333;
}

.contextmenu-tabs--item.active{
    color: #333;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #333;
}

.contextmenu-content{
    margin-top: 5px;
    padding-top: 5px;
}


.contextmenu-content--embed{
    text-align: left;
}
.contextmenu-content--embed *{
    margin-top: 10px;
    margin-bottom: 10px;
}

.contextmenu-content.hid{
    display: none;
}


.contextmenu-content--embed select{
    float: left;

    margin-right: 10px;

    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .contextmenu-content--embed select{
    padding: 5px;
 }
}

.contextmenu-content--embed select option{
    padding: 5px;
}

.contextmenu-content--embed--s-input{
    margin-top: 0px;
    margin-left: 10px;
}
.contextmenu-content--embed--s-input input{
    float: left;
    width: 60px;
}



.contextmenu-content--image{
    text-align:left;
}

.contextmenu-content--image *{
    margin-top: 10px;
    margin-bottom: 10px;
}




.contextmenu-content--email{
    text-align: left;
}
.contextmenu-content--email table{
    border-collapse:separate; 
    border-spacing:5px;
}


.contextmenu-content--email textarea,
.contextmenu-content--email input[type="text"]{
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    width: 100%;
}
.contextmenu-content--email textarea{
    resize: none;
}

.contextmenu-content--email button{
    position: absolute;
    right: 15px;
    bottom: 15px;
}








/*
    scatter
*/

.lev-preview--scatter-matrix{

}

.lev-preview--scatter-matrix td{
    border-style: solid;
    border-width: 1px;
    border-color: #E7E7E7;

    padding: 3px;
}


.lev-preview--scatter--line-title{
    font-size: 0.8em;
}













/*for ieconomics*/

.search-explore{
    margin-top: 100px;
}




/*
    TypeAhead
*/


#multiple-datasets{
    margin-left: 200px;
}

.typeahead{
    padding: 4px;
}


.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 300px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 24px;

    cursor: pointer;

    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #F5F5F5;
}

.tt-cursor {
    background-color: #F5F5F5;
}

.tt-suggestion p {
    margin: 0;
}




/*
    bootstrap to flat layout
*/

.dropdown-menu{
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.explore-dp{
    border-width: 0px;
    padding: 4px;
    font-size: 1.4em;
}

.dp-btns{

}


/*
    HIGHCHARTS overwrite
*/
.highcharts-tooltip{
    z-index: 999999;
}

.lev-th-tooltip{
    background-color:white;

    border-width: 1px !important;
    border-style: solid !important;
    border-color: #CCC !important;

    border-top-width: 1px !important;

    z-index:9999999 !important;
}

.lev-th-tooltip span {
        
        opacity:1;
        z-index:99999991 !important;
        padding: 5px;
}



















/**********************************************
BAST CHART
***********************************************/

.bast-modal--mask{
     background-color:rgba(217, 217, 217, 0.85);
     display: none;
}

.bast-modal--dialog{
    background-color: #FFFFFF;
    display: none;

    margin: auto;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);

    padding: 5px;
    padding-bottom: 10px;

    /*position: absolute;*/
    position: relative;

    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 300px;
    min-height: 200px;


    /*top: 0; left: 0; bottom: 0; right: 0;*/
}

@media (min-width: 600px){
    .bast-modal--dialog{
        margin: 0 auto;
    }
}



.bast-modal--dialog--close{
    position: absolute; 
    right: 5px; 
    top:5px;
    font-size: 2em;
}

.bast-modal--dialog--close:hover{
    text-decoration: none;
}


.bast-modal--dialog input,
.bast-modal--dialog textarea{
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    width: 100%;

    margin-top: 3px;
    margin-bottom: 3px;
}

.bast-modal--dialog--content{
    position: relative;
    margin: 0 auto;

    padding: 10px;
}


.bast-modal--dialog--content.hid{
    display: none;
}

.bast-modal--dialog--content-email{

}
.bast-modal--dialog--content-email button{
    float: left;
}
.bast-modal--dialog--content-email input[type=checkbox]{
    float: left;
    margin-left: 10px;
    width: 20px;
}
.bast-modal--dialog--content-email label{
    font-weight: normal;
}



.bast-modal--dialog--content-embed{

}
.bast-modal--dialog--content-embed--s-input{

}
.bast-modal--dialog--content-embed--s-input input{
    float: left;

    width: 60px;
    padding: 5px;

    margin: 1px;
}

.bast-modal--dialog--content-embed select{
    float: left;

    margin-right: 10px;

    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;

    padding-top: 5px;
    padding-bottom: 5px;
}

.bast-modal--dialog--content-embed a{
    float: left;
    text-decoration: underline;

    margin-left: 10px;
}
.bast-modal--dialog--content-embed a:hover{
    text-decoration: underline;
    color: #6E6E6E;
}

.bast-modal--dialog--content-share{

}
.bast-modal--dialog--content-image{

}
.bast-modal--dialog--content-image a{
    margin-right: 10px;
}

.bast-modal--dialog--content-image--link{
    margin-top: 20px;
}













.bast-header{
    background-color: transparent;
}







.bast-footer{
    /*border-top-style: solid;
    border-top-width: 1px;
    border-color: #E7E7E7;*/
    font-size: 0.9em;
    color: #CCCCCC;
}

.bast-footer a{
    color: #333;
    fill: #333;
}
.bast-footer a:visited{
    color: #333;
    fill: #333;
}



.bast-footer--right{
 display: block;
 float: right;
 margin: 8px;
 margin-top: 0px;
}



.bast-footer a:hover{
    text-decoration: none;

    color: #242424;

    fill: #242424;
}

.bast-footer a:first-child{
    margin-left: 28px;
}









.bast-header{
    z-index: 99;
    position: absolute;
    left: 10px;
    right: 5px;

    font-size: 1em;
}


.bast-header--bar{
    width: 100%;
    background-color: #f5f5f5;

    display: table;
    padding: 5px;
    margin-bottom: 3px; 
}

.bast-header--typeahead{
    float: left;
    width: 40%;
}
    .bast-header--typeahead input{
        width: 250px;
        background-color: white;
    }

.bast-header--date_range{
    float: right;
    margin-right: 10px;
}
.bast-header--date_range a{
    margin-right: 3px;
    font-weight: bold;
    cursor: pointer;

    color: #C2C2C2;
}
.bast-header--date_range a:hover{
    text-decoration: none;
    color: #6E6E6E;
}

.bast-header--date_picker{
    float: right;
    margin-right: 30px;
    cursor: pointer;
    color: #333;
    fill: #333;
}
.bast-header--fullscreen{
    float: right;
    cursor: pointer;

    color: #333;
    fill: #333;
}




.bast-header--date_range a.bast-selected{
    color: #333;
}



.bast-header--date_picker--box{
    z-index: 999;

    position: absolute;
    top: 0;
    left: 0;

    padding: 2px;

    background-color: #fff;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);

    text-align: center;

    font-size: 0.9em;

    width: 120px;
}

.bast-header--date_picker--box *{
    display: block;
}
.bast-header--date_picker--box input{
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    margin: 3px;

    margin: 3px auto;
    width: 80%;

    padding: 3px;
}

.bast-header--date_picker--box button{
    margin: auto;

    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;

    background-color: #FFFFFF;

    padding: 2px;

    font-size: 0.8em;
}







.bast-header--serie{
    float: left;
    margin-right: 5px;
    font-size: 1.1em;

    /*border-left-style: solid;
    border-left-width: 1px;
    border-color: #E7E7E7;*/

    cursor: pointer;

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.bast-header--serie:first-child{
    border-left-width: 0px;
}

.bast-header--serie:hover{
    opacity: 0.7;
}

.bast-header--serie *{
    margin-left: 2px;
    float: left;
}

.bast-header--serie .remove_btn{
    background-color: transparent;
}












.bast--serie-menu{
    position: absolute;
    top: 0;
    left: 0;

    z-index: 10;

    display: none;

    background-color: #fff;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);

    padding: 5px;

    text-align: center;
}
.bast--serie-menu span{
    margin-top: 5px;
    margin-bottom: 6px;

    font-size: 0.7em;
    font-weight: bold;

    color: #5C5C5C;
}


.bast--serie-menu-btn_group{
    text-align: center;
}

.bast--serie-menu-btn_group a{
    margin-right: 5px;

    font-size: 0.8em;
    font-weight: bold;

    color: #5C5C5C;

    cursor: pointer;
}


.bast--serie-menu-btn{
    margin: 1px;
    /*padding-top: 1px;
    padding-bottom: 1px;*/
    padding-left: 4px;
    padding-right: 4px;

    font-size: 0.9em;

    background-color: #FFFFFF;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}
.bast--serie-menu-btn:hover{
    background-color: #DFDFDF;
}

.bast--serie-menu-btn.selected{
    background-color: #DFDFDF;
}




.bast--type-select--cnt{
    z-index: 999999; 
    position: absolute; 
    top: 0px; 
    right: 15px;

    fill: #747474;

    /*opacity: 0.2;*/
}

.bast--type-select--cnt:hover{
    opacity: 1;
}



.bast--type-select--cnt a:hover{
    cursor: pointer;
}

.bast-type_btn--selected{
    display: block;
}
.bast-type_btn--hid{
    display: none;
}


.bast--type-select--dp{
    z-index: 9999; 
    position: absolute; 
    top: 20px; 
    right: 15px;

    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 3px;
}

.bast--type-select--dp a{
    display: block;
}

.bast--type-select--dp a:hover{
    cursor: pointer;
}

.bast-type_btn{
    margin: 1px;padding-left: 4px;
    padding-right: 4px;
    font-size: 0.9em;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}
.bast-type_btn.selected{
    background-color: #DFDFDF;
}





/****************************
*   TILES STUFF (+ GARBAGE) *
****************************/

.iec-tiles{
 padding-left: 12px;
 padding-right: 12px;
}

.ie-tile-sparkline{
 height: 100px;
 /*padding-left: 7px;
 padding-right: 7px;

width: 100%;
position: absolute;
display: inline-block;
z-index: 0;*/
}

.iec-desc-container{
  margin-top: 0px;
}


.iec-panel-heading{
 background-color: #FFFFFF !important;
 /*font-weight: bold;*/
 font-family: inherit;
 padding-right: 0px;
 border-color: transparent !important;
}

.iec-search-panel-heading{
 
 background-color: #FFFFFF !important;

}

.free_search_list_row{
 padding-top: 12px;
}

.thumbIMG{
 width: 80px;
 height: 30px;
}

.ie-tile-desc{
  height: 60px;
}

.iec-more-results{
  padding: 9px;
  font-size: 1.1em;
}

.iec-more-results-section{
  margin-top: -6px;
}

.ie-search-tile-desc{
 height: 100px;
}

.iec-search-tile{
 padding-left: 5px;
 padding-right: 5px;
 /*max-height: 150px;*/
 margin-bottom: -8px;

}

.iec-search-tiles{
 padding-left: 0px;
 padding-right: 0px;
 margin-left: 7px;
 margin-right: 7px;
}

.iec-search-font{
 font-size: 11px;
}

.ie-search-tile-sparkline{
 height: 90px;
}

.iec-page-header{
  margin-top: -10px;
}

.iec-deeper-search{
  margin-top: -10px;
}

.iec-results-divider{

}

.iec-tiles-footer{
 background-color: #FFFFFF;
 padding-top: 5px;
 padding-bottom: 5px;
 height: 20px;
 font-size: 1.1em;
 overflow: hidden;
 border-color: transparent !important;
}

.iec-search-text{
 height: 105px;
 text-align: justify;
 overflow: hidden;
 font-size: 0.9em;
}

.iec-tile-title{
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  width: 89%;
  /*font-weight: bold;*/
}

.iec-tile-title-full{
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
}

@media (min-width: 992px) and (max-width: 1215px){
  .ie-tile-desc{
    height: 75px;
  }
  .iec-tile-title{
    /*font-size: 11px;*/
  }
}

.iec-latest-text{
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
  height: 30px;
}

.iec-zoom-gly{
  padding-right: 10px;
}


@media (min-width: 768px) and (max-width: 1199px){
 .iec-search-text{
   height: 84px;
  }
}

@media (min-width: 0px) and (max-width: 767px){
  .iec-search-text{
   height: 84px;
  }
}


.iec-name-icon{
  padding-top: 5px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}


.iec-explore-footer{
 background-color: #FFFFFF;
 border-color: transparent !important;
 padding-bottom: 5px;
 padding-top: 5px;
 font-size: 1em;
}

.iec-explore-footer:hover{
 background-color: #FFFFFF;
}

.iec-whole-panel{
 box-shadow: none;
 border: 1px solid rgb(231, 231, 231);
 padding-bottom: 10px;
 padding-top: 3px;
}

a:visited {
 color: #333333;
}

a:hover {
 text-decoration: none;
}

.panel-body {
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

















/************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS *******************************************************************************************************
************************************************************************************** HAWK CHART CSS ********************************************************************************************************/







/*CHART MENU*/
.hawk-menu--container{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9999;

    font-size: 0.9em;

    opacity: 0.5;
}
.hawk-menu--container:hover{
    opacity: 1;
}

.hawk-menu--container *{
    z-index: 99991;
}
.hawk-menu--container .btn{
    font-size: 0.9em;
    padding: 2px;
}
.hawk-menu--container .dropdown-menu{
    font-size: 0.9em;
    min-width: 0px;
    padding: 2px;
}
.hawk-menu--container .dropdown-menu>li>a{
    padding: 2px;
}


.hawk-menu--container--item{
    float: left;
}
.hawk-menu--container--item:not(:first-child){
    margin-left: 5px;
}









/*
price label
 */
.hawk-priceLabel{
    position: absolute; 
    right: 0px; 
    top:50px; 
    z-index: 999999;

    max-width: 60px;
}
.hawk-priceLabel-arrow{
    display: none;
    float: left;
    width: 0; 
    height: 50%; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    
    border-right:11px solid #C90909; 
}

.hawk-priceLabel-label{
    float: left;
    background-color: #C90909;
    color: #FFFFFF;
    display: table;
    min-height: 100% !important;
    height: 100%;
    width: 35px;
    font-size: 0.9em;

    border-bottom: 1px solid #C90909;

    padding-left: 3px;
    padding-right: 3px;
}

/*
Crosshairs label
 */
.hawk-csLabel-y{
    position: absolute; 
    top:50px; 
    z-index: 9999991;
}
.hawk-csLabel-y.right{
    right: 0px;
}
.hawk-csLabel-y.left{
    left:0px;
}

.hawk-csLabel-x{
    position: absolute; 
    left: 0px;
    bottom: 0px; 
    z-index: 999999;
}

.hawk-csLabel-arrow{
    float: left;
    width: 0; 
    height: 50%; 
    border-top: 7px solid transparent;
    border-bottom: 9px solid transparent; 
    
    border-right:14px solid #333333; 
}

.hawk-csLabel-label{
    float: left;
    background-color: #ECECEC;
    color: #181818;
    display: table;
    min-height: 100% !important;
    height: 100%;

    width: 45px;
    font-size: 0.9em;
    padding: 3px;

    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA;  
}

.hawk-csLabel-label.dark{
    background-color: #292929; 
    color: #A7A7A7;
    border-color: #545353; 
}

.hawk-csLabel-x > .hawk-csLabel-label{
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}





/*
        TOOLS MENU
 */
.hawk-tools-menu{
    z-index: 999999;
    position: absolute;
    top: 10px;
    left: 10px;

    opacity: 0.3;

    /*border-style: solid;
    border-width: 1px;

    display: table;*/
}
.hawk-tools-menu:hover{
    opacity: 1;
    background-color: #FFFFFF;
}

.hawk-tools-menu button{
    background-color: transparent;
    border-width: 0px;
    float: left;
}





/*
circle{
    fill: red;
}
*/
circle:hover{
    box-shadow: 0 0 200px yellow;
}







/* hawk tooltip */

    .hawk-tt{
        display: block;
    }







/*  dklabels  */
    .dkLabels-wrapper{
        /*display: table; 
        width: 100%;*/
        float: left;
        height: 100%;

        /*border-style: solid;
        border-bottom-width: 1px;
        border-color: #9E9E9E;*/
    }
    .dkLabels-cnt{
        height: 100%;
    }
    .dkLabels--right{
        float: right;
    }
    .dkLabels--compare-input{
        border-style: solid;
        border-width: 1px;
        border-color: #EFEFEF;
        padding: 4px;
    }
    .dkLabels--compare--sugestions{
        margin-top: 5px;
        padding: 3px;

        text-align: center;

        border-style: solid;
        border-width: 1px;
        border-color: #EFEFEF;
        padding: 4px;

        background-color: #FFFFFF;
    }


    .dkLabels-label{
        min-width: 120px;
        height: 100%;

        display: inline-block;

        float: left; 
        cursor: pointer;

        padding-left: 10px; 
        padding-right: 10px; 

        padding-top: 5px;

        vertical-align: middle;
        text-align: center;

        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        /*border-right-color: #E6E6E6;*/
        margin-left: 10px;

        border-bottom-width: 1px;

    }
    .dkLabels-label:first-child{
        margin-left: 0px;
    }
    .dkLabels-label span{
        vertical-align: middle;
        /*display: block;*/
        margin-left: 5px;
    }
    .dkLabels-label span:first-child{
        margin-left: 0px;
    }



    .dkLabels-label:hover{
        background-color: #F9F9F9;
    }

    .dkLabels-label .dark{

    }

    .dkLabels-label--menu{
        min-width: 80px;
        max-width: 350px;
        position: absolute;
        left: 0px;
        top: 0px;

        text-align: center;

        background-color: #FFFFFF;

        padding: 3px;

        border-width: 1px;
        border-style: solid;
        border-color: #E2E2E2;

        z-index: 999999;
    }
    .dkLabels-label--menu.dark{
        background-color: #343333;
        border-color: #656565;
    }


    .dkLabels-label--name{
        margin-top: 3px;
        padding: 4px;
    }


    .dkLabels-label--menu.dark .dkLabels-label-btn{
        background-color: transparent;
        fill: none;
        stroke:#BAB7B7;
        color: #BAB7B7;
    }
    .dkLabels-label--menu.dark .dkLabels-label-btn.selected{
        background-color: #454545;
    }

        .dkLabels-label--menu span{
            margin-top: 7px;
            display: block;
        }
        .dkLabels-label-bnt_group{
            margin-top: 7px;
        }


        .dkLabels-label-btn{
          margin: 1px;
          padding: 3px;
          padding-left: 8px;
          padding-right: 8px;
          font-size: 1.2em;
          background-color: #FFFFFF;
          border: 1px solid #ccc;
          border: 1px solid rgba(0, 0, 0, 0.2);
          border-radius: 1px;

          fill:none;
          stroke:#000000;
        }

        .dkLabels-label-btn:hover{
            background-color: #DFDFDF;
        }

        .dkLabels-label-remove{
            color: #656565;
        }

        .dkLabels-label-remove:hover{
            color: #000000;
        }


        .dkLabels-label-btn.selected{
            background-color: #EDECEC;
        }



        .dkLabels-label-forecast-group{
            display: table;
            width: 100%;
            margin-top: 10px;
        }
        .dkLabels-label-forecast-group *{
            display: inline-block !important;
        }




    .dkLabels-labelToAdd{
        float: left;

        margin-top: 3px;
        margin-left: 15px; 
        background-color: transparent; 
        cursor: pointer;

        padding-left: 10px; 
        padding-right: 10px; 
        padding-top: 5px;
        padding-bottom: 5px;

        border-width: 1px;
        border-style: solid;
        border-color: #E2E2E2;

        opacity: 0.7;
    }
    .dkLabels-labelToAdd:hover{
        opacity: 1;
    }








/* inLabels  */

    .hawk-inLabels--label{
        cursor: pointer;
        padding: 5px;
        float: left;
        margin-left: 10px;

        font-size: 12px;
    }
    .hawk-inLabels--label:first-child{
        margin-left: 0px;
    }
    .hawk-inLabels--label.dark{

    }

    .hawk-inLabels--label:hover{
        background-color: #F9F9F9;
    }
    .hawk-inLabels--label.dark:hover{
        background-color: #343333;
    }

    .hawk-inLabels--label span{
        margin-left: 10px;
        /*min-width: 60px;*/
        display: inline-block;
    }

    .hawk-inLabels--plus{
        font-size: 13px;
        border-width: 0px;
    }

    .hawk-inLabels--plus svg{
        opacity: 0.2;
    }






/* myAnnotations */

    .hawk-myAnnotations-menu--cnt{
        background-color: #3e3e40;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        display: table;
        border-color: #F2F2F2;
        border-width: 1px;
        border-style: solid;
        border-radius: 1px;
        box-shadow: 0 4px 10px rgba(0,0,0,.1);
        z-index: 9999;
    }

    .hawk-myAnnotations-menu--inside{
        padding: 5px;

        min-width: 100px;
        min-height: 40px;
    }
    

    .hawk-myAnnotations-menu--inside--btn{
        width: 20px; 
        height:20px; 
        background-color: #FFFFFF;

        border-color: #303030;
        border-width: 1px;
        border-style: solid;
    }

    .hawk-myAnnotations-menu--inside--width-picker{
        color: #000000;
    }

    .hawk-myAnnotations-menu--inside--style-picker{
        color: #000000;
    }









/* Controls */
    .hawk-controls-wrapper svg{
        height: 30px;
        width: 30px;

    }

    @media (min-width: 0px) and (max-width: 600px){
        .hawk-controls-wrapper svg{
            height: 40px;
            width: 40px;
        }
    }   
    


    .hawk-controls-wrapper--control{

        margin-left: 5px;
    }
    .hawk-controls-wrapper--control:first-child{
        margin-left: 0px;
    }




    .hawk-controls-wrapper--extra-cnt{
        position: absolute; 
        left: 40px; 
        bottom: 50px;

        display: inline;


        opacity: 0.8;
    }
    .hawk-controls-wrapper--extra-cnt.dark{

    }   

    .hawk-controls-wrapper--extra-cnt a{
        background-color: #FFFFFF;
        padding: 5px;

        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;

        margin-left: 5px;
    }
    .hawk-controls-wrapper--extra-cnt.dark a{
        background-color: #343333;
    }

    .hawk-controls-wrapper--extra-cnt:hover{
        opacity: 1;
    }





    .hawk-controls-scroll-cnt{
        position: absolute; 
        right: 70px; 
        bottom: 50px;

        display: none;

        opacity: 0.6;
    }
    .hawk-controls-scroll-cnt.dark{

    }   






    .hawk-controls-wrapper--extra-dp{
        position: absolute;
        padding: 10px;
        background-color: #FFFFFF;

        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
    }
    .hawk-controls-wrapper--extra-dp.dark{
        background-color: #343333;
    }
    .hawk-controls-wrapper--extra-dp a{
        margin-top: 5px;
        display: block;
    }






/* chartoptions Chart options */
    .hawk-header{
        width: 100%;
        height: 30px;

        border-width: 1px;
        border-bottom-style: solid;
        /*border-color: #D2D2D2;*/
        border-color: transparent;
        /*overflow: hidden;*/
    }


    .hawk-header-title{
        font-weight: bold;
    }




    .hawk-chartOptions-cnt{
        fill: #626262;

        float: right;
        height: 100%;

        min-width: 50px;
        text-align: center;

        border-style: solid;
        border-left-width: 1px;
        border-color: #EFEFEF;
        /*border-color: transparent;*/

        cursor: pointer;
        /*padding-top: 9px;*/
    }
    .hawk-chartOptions-cnt *{
        vertical-align: middle;
    }
    .hawk-chartOptions-cnt:hover{
        background-color: #F9F9F9;
    }


    @media (min-width: 0px) and (max-width: 600px){
        .hawk-chartOptions-cnt{
            display: none;
        }
        .hawk-chartOptions-datePicker-cnt{
            display: none;
        }
        .hawk-chartOptions-intervalPicker-cnt{
            display: none;
        }
        hawk-chartOptions-testOptions{
            display: none;
        }
    }




    .hawk-chartOptions-datePicker-cnt{
        float: right;
        padding-right: 20px;
        padding-top: 5px;
    }

    .hawk-chartOptions-datePicker-cnt-btn{
        margin-left: 5px;
        color: #C2C2C2 !important;
        font-weight: bold;
    }
    .hawk-chartOptions-datePicker-cnt-btn:hover{
        color: #333 !important;
    }
    .hawk-chartOptions-datePicker-cnt-btn:visited{
        text-decoration: none;
    }
    .hawk-chartOptions-datePicker-cnt-btn:focus{
        text-decoration: none;
    }


    .hawk-chartOptions-datePicker-cnt-btn:first-child{
        margin-left: 0px;
    }

    .hawk-chartOptions-datePicker-cnt-btn.selected{
        color: #333 !important;
    }







    .hawk-chartOptions-intervalPicker-cnt{
        float: right;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;

        border-style: solid;
        border-right-width: 1px;
        border-color: #EFEFEF;

        cursor: pointer;

        margin-right: 13px;

        color: #C2C2C2;
        font-weight: bold;
    }

    .hawk-chartOptions-intervalPicker-cnt:hover{
        color:  #333;
    }



    .hawk-chartOptions-intervalPicker-dp{
        position: absolute;
        text-align: center;

        top:0px;
        left:0px;

        background-color: #FFFFFF;

        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
        box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }


    .hawk-chartOptions-intervalPicker-dp a{
        margin-top: 5px;
        color: black;
    }
    .hawk-chartOptions-intervalPicker-dp a:first-child{
        margin-top: 0px;
    }









    .hawk-chartOptions-typePicker-cnt{
        float: right;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;

        margin-right: 13px;

        border-style: solid;
        border-left-width: 1px;
        border-color: #EFEFEF;

        cursor: pointer;

        color: #C2C2C2;
        font-weight: bold;

        fill: none;
        stroke: #000000;
    }
    .hawk-chartOptions-typePicker-cnt:hover{
        color:  #333;
    }



    .hawk-chartOptions-typePicker-dp{
        position: absolute;
        text-align: center;

        font-size: 0.9em;

        top:0px;
        left:0px;

        background-color: #FFFFFF;

        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
        box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }


    /*.hawk-chartOptions-typePicker-dp a[style*='display: none'],
    .hawk-chartOptions-typePicker-dp a:last-child {
        padding-top: 0px;
        border-bottom-width: 0px;
    }*/

    .hawk-chartOptions-typePicker-dp a{
        display: block;
        background-color: transparent;


        margin: 1px;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 1.2em;
        background-color: #FFFFFF;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;

        fill:none;
        stroke:#000000;

        /*
        padding-top: 5px;
        padding-bottom: 5px;
        

        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #E9E8E8;
        */
    }
    .hawk-chartOptions-typePicker-dp a:hover{
        display: block;
        background-color: #F9F9F9;
    }






    .hawk-chartOptions-testOptions{
        float: right;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;

        border-style: solid;
        border-left-width: 1px;
        border-color: #EFEFEF;

        cursor: pointer;

        color: #C2C2C2;
        font-weight: bold;
    }
    .hawk-chartOptions-testOptions-dp{
        position: absolute;
        text-align: center;

        top:0px;
        left:0px;

        background-color: #FFFFFF;

        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
        box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }








    /*
        TITLE INPUT

     */
     .hawk-header-titleInput-cnt{
        height: 100%;
        float: left;

        /*border-style: solid;
        border-left-width: 1px;
        border-color: #EFEFEF;*/

        margin-left: 35px;
     }  

     .hawk-header-titleInput-cnt input{
        height: 100%;
        padding: 4px;
        padding-left: 10px;
        background-color: transparent !important;

        border-bottom: 1px solid #d9d9d9;
        min-width: 300px;

        color: #97999D;
    }
    .hawk-header-titleInput-cnt input:focus{
        color: #333;
    }

    .hawk-header-titleInput-cnt a{
        border-style: solid;
        border-color: #d9d9d9;
        border-width: 1px;

        height: 100%;
        padding: 6px;
    }


    .hawk-header-titleInput-cnt a:hover{
        background-color: #EDECEC;
        min-height: 29px;
    }





    .hawk-header-titleInput-cnt label{
        /*position: absolute;*/
        margin-top: -16px;
        font-size: 0.9em;
        color: #97999D;

        cursor: pointer;
    }






    .hawk-prev-title input{
        font-weight: bold;
    }

    .hawk-prev-title input[disabled] {
        background-color: transparent;
    }






    /*
        typeahead
     */
    


    .hawk-header-typeahead-cnt{
        height: 100%;
        float: left;

        border-style: solid;
        border-width: 1px;
        border-color: #BBBBBB;

        margin-left: 14px;
    }
    .hawk-header-typeahead-cnt input{
        height: 100%;
        padding: 4px;
        padding-left: 10px;
        background-color: transparent !important;
    }







    /* date pciker */
    .hawk-date-picker{
        position: absolute;
        text-align: center;

        top:0px;
        left:0px;

        background-color: #FFFFFF;

        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
        box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }

    .hawk-date-picker input{
        display: block;

        border-style: solid;
        border-width: 1px;
        border-color: #EFEFEF;

        padding: 4px;

        max-width: 100px;
    }
    .hawk-date-picker button{
        background-color: transparent;

        border-style: solid;
        border-width: 1px;
        border-color: #EFEFEF;

        margin-top: 5px;
        padding: 3px;
    }



    /*share button */
    .hawk-chartOptions-share{
        fill: #626262;

        float: right;
        height: 100%;

        min-width: 50px;
        text-align: center;

        border-style: solid;
        border-left-width: 1px;
        border-color: #EFEFEF;

        cursor: pointer;
        /*padding-top: 9px;*/
    }
    .hawk-chartOptions-share:hover{
        background-color: #F9F9F9;
    }

    @media (min-width: 0px) and (max-width: 600px){
        .hawk-chartOptions-share{
            display: none;
        }
    }









    .hawk-footer--dashOrWatch{
        position: absolute; 
        right: 60px;
        bottom: 25px; 
        color: #333;

        background-color: #FFF;
        border-style: solid;
        border-width: 1px;
        border-color: #EFEFEF;

        padding: 10px;
    }

    .hawk-footer--dashOrWatch.dark{
        background-color: #595959;
    }


        .hawk-footer--dashOrWatch a{
            display: block;
            margin: 0 auto;
            margin-left: 0px !important;
            padding: 5px;
            width: 100%;
            height: 100%;
        }



    .hawk-footer--loginOrTry{

    }

    .hawk-footer--loginOrTry a{
        /*display: inline;*/
        font-weight: bold;
    }














    /* STATIC TOOLTIP */ 
        .hawk-staticTooltip-cnt{
            position: absolute;
            top: 40px;
            background-color: #FFFFFF;
            padding: 10px;
        }       












/* CHART labelsmanager and outlabels */


    .hawk-labelManager-cnt{
        float: left;
        color: #333;
        /*width: 100%;*/
        display: table;

        background-color: #FFFFFF;

        font-size: 0.8em;
    }


    .hawk-outLabel-cnt{
        margin-left: 5px;
        display: inline-block;
    }

    .hawk-outLabel-cnt span{
        position: relative;
        /*display: block;
        background-color: #FFFFFF;*/
    }










/**/
    .hawk-controltable{
        font-size: 1.1em;
    }
    .hawk-controltable svg{
        width: 12px;
        height: 12px;
    }

    .hawk-controltable td{
        padding: 2px !important;
    }








/* dropdown actions menu*/

    .hawk-grouMenu-dp{
        background-color: white;
        padding: 0px;
        z-index: 100;
        font-size: 0.9em;

        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 1px;
        box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }


    .hawk-grouMenu-dp a:first-child{
        border-top-width: 0px;
    }
    .hawk-grouMenu-dp a{
        display: block;
        padding: 10px;
        padding-top: 8px;
        padding-bottom: 8px;

        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.2);
    }

    .hawk-grouMenu-dp a:hover{
        background-color: rgba(0, 0, 0, 0.2);
    }













/* share wrapper mega*/

    .shareWrapper-mega--mask{
        position: fixed; 
        top: 0px; 
        bottom: 0px; 
        left:0px; 
        right: 0px; 
        z-index: 99999; 
        background-color:#000000; 
          opacity: 0.75;
    }
    .shareWrapper-mega--dialog{
        z-index: 999999; 
        position: absolute;
        top: 0px;
        left: 0px;

        height: 100%;
        width: 100%;

        display: table;
    }
    .shareWrapper-mega--dialog-content-dad{
         z-index: 9999999; 

         display: table-cell;
         vertical-align: middle;
    }
    .shareWrapper-mega--dialog-content-content{
        margin: 0 auto; 
        display: table; 
        background-color: #FFF;

        padding: 30px 42px;

        box-shadow: 0 4px 16px rgba(0,0,0,.2);
        border: 1px solid rgba(0,0,0,.333);
        outline: 0;

        overflow: auto;
    }



    /*inside content*/
        .shareWrapper-mega--dialog-content-header{
            font-size: 16px;
            margin-bottom: 18px;
        }
        .shareWrapper-mega--dialog-content-header--btn:first-child{
            margin-left: 0px;
        }
        .shareWrapper-mega--dialog-content-header--btn{
            margin-left: 15px;
            color: #6E6E6E;
            text-decoration: none;

            padding-bottom: 6px;
        }
        .shareWrapper-mega--dialog-content-header--btn:focus{
            text-decoration: none;
        }
        .shareWrapper-mega--dialog-content-header--btn.active{
            color: #000;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #333;
        }






        .shareWrapper-mega--dialog-content-content-addTitleBtn{
            float: right;

            background-color: #3679E4;
            background-image: -webkit-linear-gradient(top,#3679E4,#3479E8);
            border: 1px solid #4244A8;
            color: #fff;
            cursor: default;
            font-family: inherit;
            font-size: 11px;
            font-weight: bold;
            height: 29px;
            line-height: 27px;
            margin: 0 1px 0 0;
            min-width: 72px;
            outline: 0;
            padding: 0 8px;
        }
            .shareWrapper-mega--dialog-content-content-addTitleBtn:hover{
                cursor: pointer;
                color: #FFFFFF;
                text-decoration: none;
            }
        .shareWrapper-mega--dialog-content-content-removeTitleBtn{
            float: right;

            background-color: #D35757;
            background-image: -webkit-linear-gradient(top,#D35757,#C74B4B);
            border: 1px solid #BB3B3B;
            color: #fff;
            cursor: context-menu;
            font-family: inherit;
            font-size: 11px;
            font-weight: bold;
            height: 29px;
            line-height: 27px;
            margin: 0 0 0 0;
            min-width: 72px;
            outline: 0;
            padding: 0 8px;

            opacity: 0.2;
        }
            .shareWrapper-mega--dialog-content-content-removeTitleBtn:hover{
                color: #FFFFFF;
                text-decoration: none;
            }
        .shareWrapper-mega--dialog-content-content-removeTitleBtn.active{
            cursor: pointer;
            opacity: 1;
        }


        .shareWrapper-mega--dialog-content-content-tab{
            display: none;
        }
        .shareWrapper-mega--dialog-content-content-tab.active{
            display: block;
        }
        .shareWrapper-mega--dialog-content-content-tab--left{
            /*float: left;

            border-right: 1px solid #e3e3e3;
            display: inline-block;
            padding: 0 40px 0 0;
            width: 250px;*/
            display: table;
        }   
            .shareWrapper-mega--dialog-content-content-tab--left-top{
                /*border-bottom: 1px solid #e3e3e3;
                padding: 20px 0 10px 0;*/
                
                padding: 20px 0 10px 0;
                display: table;
                float: left;
            }
                .shareWrapper-mega--dialog-content-content-tab--left-top-personalize-item{
                    /*height: 30px; margin: 10px 0;
                    */
                    float: left;
                    margin-top: 20px;
                    margin-left: 10px;
                }
                .shareWrapper-mega--dialog-content-content-tab--left-top-personalize-item:first-child{
                    margin-left: 0px;
                }
                .shareWrapper-mega--dialog-content-content-val_input{
                    /*width: 60px;
                    float: right;
                    margin: 0px;

                    border-radius: 1px;
                    border: 1px solid #d9d9d9;
                    border-top: 1px solid #c0c0c0;
                    font-size: 13px;
                    height: 25px;
                    padding: 1px 8px;*/
                    width: 60px;
                    margin: 0px 0px 0px 5px;

                    border-radius: 1px;
                    border: 1px solid #d9d9d9;
                    border-top: 1px solid #c0c0c0;
                    font-size: 13px;
                    height: 25px;
                    padding: 1px 8px;
                }
            .shareWrapper-mega--dialog-content-content-tab--left-main{
                /*padding-top: 20px;
                z-index: 1;*/
                padding: 20px 0 10px 0;
                display: table;
                float: left;
                margin-left: 50px;

                min-width: 300px;
            }
            .shareWrapper-mega--dialog-content-content-tab--left-main textarea{
                /*min-height: 84px;
                width: 85%;
                
                font-size: 13px;
                font-style: normal;
                font-variant: normal;
                font-weight: normal;

                border: 1px solid #ccc;
                background-color: #efefef;

                overflow: auto;

                margin-top: 10px;
                resize: none;*/

                font-size: 13px;
                font-style: normal;
                font-variant: normal;
                font-weight: normal;

                border: 1px solid #ccc;
                background-color: #efefef;

                overflow: auto;

                margin-top: 10px;
                resize: none;

                width: 100%;
                min-height: 60px;
            }
        .shareWrapper-mega--dialog-content-content-tab--right{
            /*float: left;*/

            border-top: 1px solid #e3e3e3;
            text-align: center;
            padding-top: 17px;
        }


        .shareWrapper-mega--dialog-content-content-tab--mid{
            margin-bottom: 10px;
            padding-top: 17px;
        }
            .shareWrapper-mega--dialog-content-content-titleInput{
                margin: 0px 10px 0px 5px;
                border-radius: 1px;
                border: 1px solid #d9d9d9;
                border-top: 1px solid #c0c0c0;
                font-size: 13px;
                height: 29px;
                padding: 1px 8px;

                min-width: 200px;
                width: 100%;
            }










        .shareWrapper-mega--dialog-content-content-tab--email{
            display: block;
            width: 100%;
        }   
            .shareWrapper-mega--dialog-content-content-tab--email form{
                min-width: 600px;
            }
            .shareWrapper-mega--dialog-content-content-tab--email form input[type=text],
            .shareWrapper-mega--dialog-content-content-tab--email form input[type=email],
            .shareWrapper-mega--dialog-content-content-tab--email form textarea{
                border-radius: 1px;
                border: 1px solid #d9d9d9;
                border-top: 1px solid #c0c0c0;
                font-size: 13px;
                height: 25px;
                padding: 1px 8px;

                margin: 10px 0px;
            }
            .shareWrapper-mega--dialog-content-content-tab--email form textarea{
                width: 100%;
                min-height: 90px;
            }
            .shareWrapper-mega--dialog-content-content-tab--email form label{
                /*margin-left: 50px;*/
            }






        .shareWrapper-mega--dialog-content-content-tab--links{
            display: block;
            width: 100%;
        }
            .shareWrapper-mega--dialog-content-content-tab--links span{
                display: blocK;
                margin-top: 10px;
            }

            .shareWrapper-mega--dialog-content-content-tab--links input[type=text]{
                border-radius: 1px;
                border: 1px solid #d9d9d9;
                border-top: 1px solid #c0c0c0;
                font-size: 13px;
                height: 25px;
                padding: 1px 8px;

                margin: 10px 0px;

                width: 70%;
                min-width: 200px;
            }






        .shareWrapper-mega--dialog-content-footer{
            margin-top: 18px;

            text-align: right;
        }
        .shareWrapper-mega--dialog-content-footer button{
            background-color: #5cb85c;
            background-image: -webkit-linear-gradient(top,#5cb85c,#68C768);
            border: 1px solid #44AD44;
            color: #fff;

            cursor: default;
            font-family: inherit;
            font-size: 11px;
            font-weight: bold;
            height: 29px;
            line-height: 27px;
            margin: 0 16px 0 0;
            min-width: 72px;
            outline: 0;
            padding: 0 8px;
        }
        .shareWrapper-mega--dialog-content-footer button:hover{
            background-color: #3EA63E;
            background-image: -webkit-linear-gradient(top,#5cb85c,#3EA63E);
            border: 1px solid #44AD44;
        }




    /* support multiple screen sizes */
        @media (min-width: 0px) and (max-width: 320px){
            .shareWrapper-mega--dialog-content-content{
                width: 250px; 
            }
            .shareWrapper-mega--dialog-content-header--btn{
                margin-left: 10px;
            }
            .md_m{
                display: none;
            }
            .shareWrapper-mega--dialog-content-content-tab--left-main{
                margin-left: 0px;
            }
        }
        @media (min-width: 320px) and (max-width: 480px){
            .shareWrapper-mega--dialog-content-content{
                width: 300px; 
            }
            .shareWrapper-mega--dialog-content-header--btn{
                margin-left: 10px;
            }
            .md_m{
                display: none;
            }
            .shareWrapper-mega--dialog-content-content-tab--left-main{
                margin-left: 0px;
            }
        }
        @media (min-width: 480px) and (max-width: 720px){
            .shareWrapper-mega--dialog-content-content{
                width: 400px; 
            }
            .shareWrapper-mega--dialog-content-content-tab--left-main{
                margin-left: 0px;
            }
        }
        @media (min-width: 720px) and (max-width: 900px){
            .shareWrapper-mega--dialog-content-content{
                min-width: 600px; 
                max-width: 715px; 
            }
        }
        @media (min-width: 900px){
            .shareWrapper-mega--dialog-content-content{
                min-width: 715px;  
            }
        }














/*notification module */


    .hawk-notification--dialog-btn{
        background-color: #5cb85c;
        background-image: -webkit-linear-gradient(top,#5cb85c,#68C768);
        border: 1px solid #44AD44;
        color: #fff;
        cursor: default;
        font-family: inherit;
        font-size: 11px;
        font-weight: bold;
        height: 29px;
        line-height: 27px;
        margin: 0 0 0 16px;
        min-width: 42px;
        outline: 0;
        padding: 0px;
    }

    .hawk-notification--dialog-btn:hover{
        background-color: #3EA63E;
        background-image: -webkit-linear-gradient(top,#5cb85c,#3EA63E);
        border: 1px solid #44AD44;
    }









/*Right Click menu*/
.RcMenu--cnt{
    background-color: #3e3e40;
    color: white;

    position: absolute;
    top:0;
    left: 0;
    display: table;

    border-color: #F2F2F2;
    border-width: 1px;
    border-style: solid;

    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);

    z-index: 9999;
}

.RcMenu--cnt ul{
    list-style: none;
    list-style-type: none;

    padding: 5px;
}

.RcMenu--cnt ul li{
    cursor: pointer;
    padding: 3px;
}

.RcMenu--cnt ul li:hover{
    background-color: #818181;
    
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #818181;
    background-color: #818181;

}



















/**********************
    Chart extra styles
***********************/
.hawk-plotline--label{
    position: absolute;
    left: 10px;
    top: 10px;

    background-color: black;
    color: white;

    z-index: 99992;

    font-size: 11px;
}


.hawk-visUnvis{
    visibility: hidden;
    opacity:0;
    transition:opacity 0.4s linear;
}
.hawk-totalWrapper:hover .hawk-visUnvis{
    visibility: visible;
    opacity: 1;
}









.hawk-square{
    display: inline-block;
    width: 10px;
    height: 10px;

    margin-right: 5px;
}












/***********
dKolorPicker
************/
    .dKolorPicker-table{

    }
    .dKolorPicker-table *:hover{
        cursor: pointer;
    }