/* Minification failed. Returning unminified contents.
(147,84): run-time error CSS1019: Unexpected token, found '}'
 */
* {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

body {
    font-size: 13px;
    margin: 0;
}

footer {
    font-size: 12px;
}

a:link,
a:hover,
a:visited {
    color: inherit;
}

fieldset {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

    fieldset legend {
        font-weight: bold;
    }

.title {
    font-size: 26px;
}

.verticalRule {
    display: inline-block;
}

.page-title {
    font-weight: normal;
    font-size: 18px;
}

.k-button {
    padding: 2px 5px; /*was 2px 10px prior to upgrade to Kendo v2019.1.115*/
    cursor: pointer;
}

    .k-button[data-role=button] {
        min-width: 75px;
    }

.k-window-titlebar {
    line-height: 1.3em;
}

.k-i-help {
    background-position: -32px -240px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#userName {
    font-weight: bold;
}

.letter {
    font-size: 18px;
    padding: 4px 8px 6px 8px;
}

#mainTime {
    font-size: 24px;
    font-weight: bold;
}

#mainDate {
    font-size: 14px;
}

.login-box {
    border-style: solid;
    border-width: 1px;
}

.red {
    font-weight: bold;
    color: red;
}

.select-a-tool {
    font-size: 96px;
    font-weight: bold;
}

.label {
    font-weight: bold;
}

.assessment-table {
    width: 100%;
    border-spacing: 0;
}

.clear-button {
    font-size: 10px;
    padding: 0 2px;
}

.breakout {
    display: none;
}

.gridLabel {
    font-weight: bold;
}

.listItemObs {
    color: #778899;
}

/* Fixes for Kendo v2019.1.115 release */
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm {
    margin-left: 3px;
}

.k-window-content,
.k-prompt-container {
    padding: .58em .58em;
}

.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
    padding: .3em .3em;
}

.k-window-title {
    line-height: 1.3em;
}
                                                                                   }
/*IE customization*/

.ie .k-grid td /*This fixes the grid utility menu boxing issues in IE*/ {
    padding-left: 7px;
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 1px;
}

table {
    table-layout: fixed;
}

td {
    white-space: nowrap;
}

