﻿::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}




.ui-layout .panel-Title {
    border-color: #c5c5c5;
    background-color: #fff;
    color: #666;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-left: 9px;
}

.ui-layout .center-Panel .titlePanel {
    border-left: none;
    border-right: none;
    border-top: none;
}

.ui-layout .titlePanel {
    background-color: #fff;
}
/*.ui-layout .west-Panel{margin-left: 10px;margin-top: 10px;background: #fff;border: 1px solid #ccc;padding: 0px;}
.ui-layout .east-Panel{margin-right: 10px;margin-top: 10px;background: #fff;border: 1px solid #ccc;padding: 0px;}
.ui-layout .center-Panel{margin-top: 10px;margin-right: 10px;border: 1px solid #ccc;background: #fff;}
.ui-layout .center-Panel .ui-widget-content{border: none;border-top: 1px solid #ccc;}*/
