@charset "UTF-8";

/*Ker imamo omega temo, se tole vidi v redu in ni potrebno zmanjševat fonta

.ui-widget, .ui-widget .ui-widget {
    font-size: 80%;
}
*/
.ui-widget, .ui-widget .ui-widget {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif,
		"Lucida Grande";
}

ul.ui-menu-child {
	width: 300px !important;
}

.noBorders tr, .noBorders td {
	background: transparent;
	border: none !important;
	cellpadding: 0;
}

.footer_cell {
	border-bottom-color: rgb(98, 97, 97);
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-collapse: collapse;
	border-image-outset: 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(98, 97, 97);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(98, 97, 97);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(98, 97, 97);
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(98, 97, 97);
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif,
		"Lucida Grande";
	font-size: 11px;
	outline-color: rgb(98, 97, 97);
	outline-style: none;
	outline-width: 0px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	width: 221px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.footer_cell .title {
	font-weight: bold;
}

.footer_cell .content {
	font-weight: normal;
}

.ui-widget-overlay {
	opacity: 0.2;
}

.ui-widget-content .ui-state-disabled {
	opacity: 0.8 !important;
}

.fixed-width { min-width: 100% !important; }

/*
Tole je primer, kako bi prilagodil barve za temo

.ui-widget-content {
background:yellow;
}

.ui-widget-header {
background:yellow;
}

#content {
background:yellow;
}
*/

.top-aligned-columns td{
    vertical-align: top;
}

/*
Tole je za columnClasses v gridu na maski za vpogled, da sem lahko poravnal labelo, polje za vpis iskalnjega pogoja in gumb za iskanje bo DŠ/MŠ in nazivu.
Precej sem se zezal s temle ...
*/
  .iskanjeLabela {
       width: 500px;
  }
  .iskanjePolje {
       width: 100px;
  }
  .iskanjeGumb { 
       width: 100px;
  }

