/* lpbMenu css */
.navbar-collapse {
    width: 100%;
}
.nav.navbar-nav {
    float: left;
    margin: 0;
    width: inherit;
}
.dropdown.pull-right > .dropdown-right-auto {
    right: auto;
}
.dropdown-menu > li > div > ul > li > a {
    clear: both;
    color: #173a8c;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
}

/* other stuff */
.admintooltiptable tr td:nth-child(1) {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
}

.admintooltiptable tr td:nth-child(2) {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	color: #ffffff;
	font-size: 12px;
}

/*vanaf 3.3.8 in GUNI */
header .nav.pull-right li a, header .nav.pull-left li a {
    padding: 2px 4px;
}

#admins {
	margin-bottom: 20px;
	/* chrome does not work without min-height and without hardcoded size <> size="{{form.admins.length}}" in FF */
	min-height: 300px;
}

#werkgevers {
	margin-bottom: 20px;
	/* chrome does not work without min-height and without hardcoded size <> size="{{form.admins.length}}" in FF */
	min-height: 75px;
}

.tooltip-inner {
   max-width: 500px;
}

.alert {
	font-size: 14px;
}


.input-group-addon {
	font-size: 13px;
}

/* reeds GUNI? */
.pagination,.carousel a {
	cursor: pointer;
}

.editpersoon {
	cursor: pointer;
}

input[type="radio"] { /*not sure if working */
    outline: none;
}

a.btn {
    text-decoration: none;
}

/* reeds GUNI? */

.ui-datepicker-trigger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #135788;
  background-image: -moz-linear-gradient(top, #065893, #265373);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#065893), to(#265373));
  background-image: -webkit-linear-gradient(top, #065893, #265373);
  background-image: -o-linear-gradient(top, #065893, #265373);
  background-image: linear-gradient(to bottom, #065893, #265373);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#065893', endColorstr='#265373', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

