﻿html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Helvetica;
}

#tree {
    width: 100%;
    height: 100%;
}
/*
.boc-edit-form-header {
    background-color: #055BA6;
}
*/

.boc-edit-form-avatar, .boc-edit-form-instruments {
    display: none;
}


.boc-light .boc-input > input, .boc-light .boc-input > select {
    color: #055BA6;
    background-color: #fff;
    border-color: #c7c7c7; 
}

.boc-search {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .boc-search table {
        margin-top: 0px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
        margin-bottom: 4px !important;
        box-shadow: 0px 0px 2px !important;
        font-weight: bold !important;
    }


