
.bridge-sharable {
    width: 220px;
    min-height: 120px;
    max-height: 400px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.5);
    margin: .3em;
    position: absolute;
    float:right;
    z-index: 9999;
    background-color:#fff;
    border: 1px solid #777;
}
.bridge-sharable .tools-bar {
    height:25px;
    border-bottom:1px solid #777;
    margin: 0px;
    padding: .1em .4em;
}
.bridge-sharable .tools-bar .tb-button {
    border:1px solid #888;
    border-radius: 9px;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align:center;
    font-size: 10px;
    margin: 0px .1em;
    cursor: pointer;
}

.bridge-sharable .tools-bar .tb-button.danger {
    background-color: #ff3344;
    color: #fff;
    border-color: #fff;
}

.bridge-sharable .tools-bar .tb-button.success {
    background-color: #00dd44;
    color: #fff;
    border-color: #fff;
    width:30px;
}

.br-input-area {
    padding:.3em;
    overflow-x: scroll;
    max-height:150px !important;
}
.br-input-area div.br-input-group {
    width:100%;
    padding: 1px;
    margin-bottom:1px;
    height:28px;
    border-bottom: 1px solid #ddd;
}
.br-input-area .br-input-label {
    width: 120px !important;
    max-width: 130px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:smaller;
    line-height: 22px;
}
.br-input-area input {
    float:right;
    right:1px;
    max-width: 60px;
    line-height: 14px !important;
}

.br-pb .br-progress {
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    text-align:center;
    color: #fff;
    font-size:10px;
    line-height: 2.4rem;
    cursor: pointer;
}
.br-pb.progress {
    margin-bottom: .5rem !important;
}
.br-pb {
    height: 2.5rem;
    border: 1px solid #dadada;
    position: relative;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-right: 0.5rem;
}