/* There is a "Bezár" button hanging around if it is missing, originally in dreamportalengine.css */
#mediastore { display: none; }

/* For time-less date field (shorter)*/
.ui-datepicker.ui-datepicker-date .inputs .ui-text { width: 80px; }
.ui-datepicker.ui-datepicker-datetime .hud {left: -40px;}
.ui-datepicker.ui-datepicker-date .hud {left: -67px;}

/* For "today" */
.ui-datepicker .day span.today:not(.placeholder) { padding-top: 3px; cursor: pointer; border: 1px solid #11759B; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px }

/* For "Quantity" field type */

.ui-quantity input {text-align: right;}
.ui-quantity .unit {width: 40px; display: inline-block}
/* Most declarations match those of .ui-text input */
.ui-quantity input { padding: 5px 5px 0; width: 120px; height: 22px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border: 1px solid #c2c2c2; background: #ffffff; text-align: right }
.env-browser-firefox .ui-quantity input { padding-top: 3px; }
/* For Select elements with too long text */
.ui-select .w span {overflow: hidden}

/* Submodules rendered inside the form */
.ui-field-submodule .bk_module { margin: 0 }
.ui-field-submodule .bk_toolbar { position: static }
.bk_form .submodule .bk_toolbar .module_actions { background-color:transparent;}

/* No value grid display (simulate 50% opacity) */
.ui-grid .table tr td span.null {color: #919191}
.ui-grid .table tr.selected td span.null {color: #88BACD;}

.ui-grid .table tfoot tr td {
background:none repeat scroll 0 0 #EFEFEF;
border-top:3px double #D8D8D8;
color:#363636;
height:20px;
padding:0 10px;
vertical-align:middle;
font-weight: bold;
}

/* Search form */
.bk_form.modulesearch .ui-field-wrapper > span.enable { margin-left: 10px; width: 18px; }
