.bcp-panel{
    //padding: 15px;
    border-radius: 5px;
    border: 1px lightgrey;
    border-style: solid;
}

.bcp-btn-list{
    list-style-type: none;
}

.bcp-btn-action{
    background-color: #266fbd;
    color: white;
    width: 175px;
}

.bcp-action-pane{
    padding: 0px 15px 0px 15px;
    padding-top: 40px;
}

.bcp-row{
    margin-bottom: 10px;
}

.bcp-system-status{
    font-weight: bold;
}

.bcp-system-tab{
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    background-color: white;
    padding-top: 10px;
    padding-left: 15px;
}

.bcp-system-tab.active {
    background-color: #efefef;
    font-weight: bold;
    border-right: 1px solid white;
}

.bcp-vertical-divider{
    height:210px;
    border-left:1px solid lightgrey;
}

.bcp-planning-pane{
    padding-top: 10px;
}

.bcp-button-grp{
    text-align: right;
}

.bcp-tab-icon{
    margin-right: 5px;
}

.bcp-icon-play{
    color: green;
}
.bcp-icon-pause{
    color: orangered;
}
.bcp-icon-stop{
    color: red;
}

.bcp-panel-row{
    margin-top: 0px;
    margin-bottom: 0px;
    display: table;
}

.bcp-panel-background{
    //background-color: #efefef;
}

.bcp-form-invalid{
    border: 1px solid red;
}

/* custom inclusion of right, left and below tabs */

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;

}



