/*classes
 *
 * view-tableau
 * tableau-public-button-group
 * tableau-public-default
 *
 * */
.tableau-viz{
min-height: 850px !important; 
}

.view-tableau .views-field-title{
    color: #6c6c6c;
    min-width: 200px;
    max-width: 100%;
    width: auto;
    float: left;    
    height: 30px;
    padding: 10px 30px 3px 30px;
    margin: 5px; 
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    border-radius: 5px;
    background: -moz-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -o-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(1,#eee));
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: linear-gradient(top,#fcfcfc 0%,#eee 100%);
    -pie-background: linear-gradient(#fcfcfc,#eee);
}
.tableau-public-default{
    margin: 1px;
    padding: 5px;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
    border-radius: 5px 5px 0px 0px;
    background: -moz-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -o-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(1,#eee));
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#eee 100%);
    background: linear-gradient(top,#fcfcfc 0%,#eee 100%);
    -pie-background: linear-gradient(#fcfcfc,#eee);
    color: #B8B8B8;
}
.tableau-public-default.active{
    font-weight: bold;
    color: #6c6c6c;
}

.tableau-viz {
    border: 1px solid #ececec;
    margin-top: 5px;
}
