#exerGrfWrap {
    display: none;
}
#exerGrfWrap .noteText{
    margin: 0;
    font-size: 10px;
    color: #A3A3A3;
    font-style: oblique;
}
#bsSideMenu_exercise_filter {
    border-left: 0;
}
#bsSideMenu_exercise_filter:hover {
    background-color: white;
}
#exercisesWrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px!important;
}
#exercisesWrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}
#searchBar.open {
    height: 24px;
}
#searchBar.closed {
    margin-left: 3px;
}
#searchBar .searchBar-magIcon {
    cursor: pointer;
}
#exContainer {
    align-self: flex-start;
    width: 100%;
    height: 100%;
}
#exercisesWrap {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
#exFilter {
    display: flex;
    justify-content: flex-end;
    padding: 0 5px;
    width: 232px;
    box-sizing: border-box;
}
.exItem {
    position: relative;
    padding: 6px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}
.exItem.active {
    background-color: #D6F1FD;
}
.exItem > div:first-child {
    position: absolute;
    width: 40px;
    height: 32px;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
}
.exItem > div:last-child {
    padding-left: 44px;
}
.exName {
    display: block;
    padding: 0 4px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exDate {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #9a9a9a;
    font-weight: 300;
}

#exercisesList.byName .exDate .exDateIco {
    background-image: url(../images/done.png);
    background-position: 3px 4px;
    background-size: 10px;
    background-repeat: no-repeat;
}

#exercisesList.byBests .exDate .exDateIco {
    background-image: url(../images/personalBest.png);
    background-position: 3px 4px;
    background-size: 10px;
    background-repeat: no-repeat;
}

.gtSideMenu #exType a, .ui-selectmenu-menu {
    /*width: 171px!important;*/
    margin-top: 4px;
    margin-bottom: 4px;
}
#exFilter #exSearch-button {
    box-sizing: border-box;
    padding: 0;
}
#exerciseGraphCanvasWrap, 
#nutriGraphCanvasWrap {
    height: 100%;
    width: 100%;
}
#exerciseGraphToolbar {
    width: auto;
}
#nutriGraphToolbar {
    width: auto;
}
.pad > div {
    display: inline-block;
}
#exSearchIcon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 8px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/app/images/searchBar/search.png);
}
.gtSideMenu li#exercisesList:hover {
    background-color: white;
}
.gtSideMenu #exContainer .exItem:hover {
    background-color: #D6F1FD;
}
#sendGraph {
    display: none;
    position: absolute;
    right: 42px;
    top: 0;
    width: 108px;
    height: 30px;
    line-height: 26px;
    border: 1px solid #0496f8;
    border-radius: 5px;
    background-color: #0496f8;
    color: white;
}

#sendGraph .client-message-icon {
    border: none;
    border-radius: 0;
    background-image: url(/app/images/tr-icons-ffffff.png);
    vertical-align: middle;
}

#exerciseGraphCanvasWrap .tpRow,
#nutriGraphCanvasWrap .tpRow {
    color: #18191A!important;    
    font-style: normal;
    font-size: 24px;
    padding: 8px 0px;
}