.toolbar {
}

    .toolbar div {
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        float: left;
    }

    .toolbar > .input-group {
        max-width: 250px;
    }

.hide {
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}

.glyphicon {
    width: 0;
}

.tabs-content {
    background-color: white;
    height: 100%;
    padding: 15px;
}

#period-select-panel {
    line-height: 20px;
    padding: 10px 20px 12px 0;
}

.page-sidebar-minified #extraMenuContent {
    display: none;
}

.palgrid {
    background: white;
    outline: 0;
    border: 1px solid gray;
}

#helpDiv {
    display: none;
}