
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.dashboard div.ColVis {
    float: right;
    margin-bottom: 1em;
}

.dashboard button.ColVis_Button,
.dashboard .gridFilterButton,
.dashboard ul.ColVis_collection li,
.dashboard .filterCloseButton {
    display: inline-block;
    width: auto;
    background-color: #fbfbfb;
    border: solid 1px #f2f2f2;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 0.6em 1em 0.4em;
    line-height: 1;
    font-size: 1.1em;
    vertical-align: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    
    .dashboard .ColVis_Button span {
        color: #5a5a5a;
    }

    .dashboard .ColVis_Button:hover,
    .dashboard ul.ColVis_collection li:hover,
    .dashboard .gridFilterButton:hover,
    .dashboard .filterCloseButton:hover {
        background-color: #39bced !important;
        border-color: #39bced !important;
        color: #ffffff !important;
    }

        .dashboard .ColVis_Button:hover span {
            color: #ffffff;
        }

.dashboard button.ColVis_Button,
.dashboard .gridFilterButton,
.dashboard .filterCloseButton {
    height: 30px;
    padding: 3px 8px;
    margin-left: 10px;
}

    .dashboard button.ColVis_Button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }

    .dashboard button.ColVis_Button:active {
        outline: none;
    }


.dashboard div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

.dashboard ul.ColVis_collection {
    width: 150px;
    background-color: #fff;
    overflow: hidden;
    z-index: 2002;
    padding-left: 0 !important;
}

    .dashboard ul.ColVis_collection li {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        padding: 0.5em;
        display: block;
        float: none;
    }

    .dashboard ul.ColVis_collection li {
        text-align: left;
    }

        .dashboard ul.ColVis_collection li.ColVis_Button:hover {
            border: 1px solid #999;
            background-color: #f0f0f0;
        }

        .dashboard ul.ColVis_collection li span {
            display: inline-block;
            padding-left: 0.5em;
            cursor: pointer;
        }


        .dashboard ul.ColVis_collection li.ColVis_Special {
            border-color: #555;
            background: rgb(237,237,237); /* Old browsers */
            background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 77%, rgba(232,232,232,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* IE10+ */
            background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
        }

            .dashboard ul.ColVis_collection li.ColVis_Special:hover {
                background: #e2e2e2; /* Old browsers */
                background: -webkit-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* FF3.6+ */
                background: -ms-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* IE10+ */
                background: -o-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Opera 11.10+ */
                background: linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
            }


.dashboard span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

.dashboard div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.dashboard .disabled {
    color: #999;
}
