/* General 
-------------------------------------------------------*/

.btn-space{
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-link-space{
  margin-bottom: 15px;
}

/* JQuery UI tweaks 
-------------------------------------------------------*/
.ui-datepicker-title select {
	color: #000000 !important;
}

.ui-datepicker {
  width: 13em !important;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: .6em !important;
}

.ui-datepicker table {
  font-size: .6em  !important;
}

/* Bootstrap tweaks 
-------------------------------------------------------*/

/* override bootstrap's label display prop*/
label.Tablatext {
	display: inline;
}
.custom-logo-delete input[type=file] {
  display: initial;
}

.no-margin{
	margin-left: 0;
	margin-right: 0;
}

.no-padding{
	padding-left: 0;
	padding-right: 0;
}

pre {
  background-color: #EEEEEE;
}

/* Displaytag tweaks 
------------------------------------------------------*/

TABLE.catalog td.print-ticket {
  font-size: 10px;
}


