/*
 * jsBSC v1.0.0 
 * (c) 2018 Stratsu Inc.
 * Feb 12, 2018
 * Carlos Alzate
 */

.jsbsc {
    position: relative;
    overflow: hidden;
    font-size: 1em;
    z-index: 999;
    border-width: 1px;
	border-style: solid;
    border-color: #f4f4f4;
}

.jsbsc, .jsbsc *, .jsbsc *:before, .jsbsc *:after {
    box-sizing: border-box;
}

.jsbsc-body {
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e9e9e9;
    border-top: none;
}

.row-mp {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #c4e2ff;
    border: 1px solid #252839;
    -webkit-box-shadow: 2px 2px 19px #aaa;
    border-radius: 3px;
    margin-bottom: 3rem;
}

.row-mp-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.tooltip {
    position: fixed;
}

#red { background-color: #b73838;}
#yellow { background-color: #ecf446;}
#green { background-color: #38b74e;}

/** jsbsc elements **/
.window { 
    background-color:white;
    border: 1px solid #336699;     
    width: 15em; 
    height: 4em;     
    line-height: 3.8em;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius:0.5em;
    border-radius:0.5em;  
    color:black;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in;
    cursor:pointer;
    z-index: 100;
}

/** jsbsc hover effects **/
.window:hover, .window.jtk-source-hover, .window.jtk-target-hover {
    border: 2px solid #DF6C4F;
    color: black;
    line-height: 3em;
    position: relative;
    box-shadow: 2px 2px 19px #444;
    -o-box-shadow: 2px 2px 19px #444;
    -webkit-box-shadow: 2px 2px 19px #444;
    -moz-box-shadow: 2px 2px 19px #fff;
    opacity:0.9;
    filter:alpha(opacity=90);
}

/** jsbsc KPI Light **/
.kpi-light {
    position: absolute;
    bottom: 1%;
    left: 1%;
    width: 1em;
    height: 3.7em;
    cursor: pointer;
    border-radius:0.3em;
    box-shadow: 0px 0px 2px black;
    -webkit-transition:-webkit-box-shadow 0.25s ease-in;
    -moz-transition:-moz-box-shadow 0.25s ease-in;
    transition:box-shadow 0.25s ease-in;
}

path {
    cursor:pointer;
}
