
.imgDownload{
    background-image: url(../images/imgcenter.png)!important;
    background-color:#fafafa;
    border: 0;
    height: 15px;
    width: 15px;
}

.ui-chkbox.ui-chkbox-all.ui-widget {
    display:none !important;
}

.volcBckg.ui-button{
    background-image: url("../images/volcano2.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 5px;
    background-color: transparent;
    border-radius: 25%;
    width: 150px;
    height: 150px; 
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}

.heatBckg.ui-button {
    background-image: url("../images/heatmap2.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: transparent;
    border-radius: 25%;
    width: 150px;
    height: 150px; 
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}

.sankeyBckg.ui-button {
    background-image: url("../images/sankey.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: transparent;
    border-radius: 25%;
    width: 150px;
    height: 150px; 
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}

.bmddoseBn.ui-button{
    background-image: url("../images/dosecurve.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 5px;
    background-color: transparent;
    border-radius: 25%;
    width: 150px;
    height: 150px; 
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}


.helpTip{
    width: 600px;
    line-height: 1.6em;
    background: #DEEBFE;
    padding-left: 10px
}

table.nopadding td {
    padding: 0;
}

.ui-tree .ui-treenode.nofirst:first-child > .ui-treenode-content {
    display: none;
}

.hide-column-names table thead tr {
    display: none;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}

.myAnalColorLayoutStyle .ui-layout-unit-content{
    border-left: dashed thin !important;
}

.myColorLayoutStyle .ui-layout-unit-content{
    background: #f6f5ef !important;
}

.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-wrap, .ui-layout-bd, .ui-layout-hd{
    border: none;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0em 0em !important;
}

.ui-layout-south .ui-layout-unit-content {
    overflow:visible !important;
}

.ui-chkbox .ui-chkbox-label {
    margin: 0 -40px 0px 4px;
}

body .ui-chips .ui-chips-container {
    width: 350px !important;
}

.ui-chips-input-token input {
    width: 340px !important; 
}

.panel .ui-selectonemenu-list {
    font-size: 13px !important;
    line-height: 18px
}