﻿#grid .k-toolbar {
    min-height: 27px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.toolbar {
    border: none;
    margin-right: .8em;
}

    .toolbar label {
        display: inline;
    }

    .toolbar form {
        display: inline;
    }

.fullheight {
    height: 100%;
    max-width: none;
}

.dashHeadRounded {
    border-radius: 5px 5px 0 0;
}

    .dashHeadRounded i {
        top: 0px;
    }

.dashWidgetGrid {
    height: -webkit-calc(100% - 125px);
    height: -o-calc(100% - 125px);
    height: -moz-calc(100% - 125px);
    height: calc(100% - 125px);
    margin: 0px;
    padding: 10px;
}

.dashWidgetPanel {
    height: -webkit-calc(100% - 100px);
    height: -o-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 0px;
    padding: 0px;
}

.delete-message {
    width: 12em;
}
