﻿/*.AutoComplete .panel { width: 300px; padding: 5px 0; min-height: 0; background: #fff; border: 1px solid #888; max-height: 100px; overflow: auto; }
.AutoComplete .panel .item { cursor: pointer; padding: 1px; background: #fff; }
.AutoComplete .panel .highlighted { background: #ccc; }
.AutoComplete .highlight { font-weight: bold; }

.form .label.whole { width: 100%; }
.form .item textarea.full-width { width: 100%; }
.form .item.short-lable .label { width: 60px; }
.short-lable .form .item .label { width: 60px; }

.calendar-icon {  cursor: pointer; }
strong { font-weight: 700; }
td.actions { text-align: right; white-space: nowrap; }

.form .item .label.long300 { width: 300px; }
.form .item .label.long360 { width: 360px; }
.form .item .label.long430 { width: 430px; }
.form .item .label.long270 { width: 270px; }
.form .item .label.long250 { width: 250px; }
.form .item .label.long230 { width: 230px; }
.form .item .label.none { width: 0; }
.form .item .label.short80 { width: 80px; }
.form .item .label.short100 { width: 100px; }
.form .item .label.short120 { width: 120px; }

.form .item.label-colored { color: #888; }

.warning-container { float: left; width: 100%;  }
.warning { display: block; text-align: center; width: 100%; color: Yellow; font-weight: 700; font-size: 20px;  }

.buttons .left { float: left; }

.error-log .gridRowHover { width: 500px; }

.waterMark { color: #ccc; }

.noText label { display: none; }*/
