/**
 * Isotope
 */
ul.isotope-widgets {
  display: block;
  list-style: none;
  margin: -5px;
  padding: 0;
}
ul.isotope-widgets li {
  display: block;
  float: left;
  width: 304px;
  margin: 5px;
  position: relative;
}
ul.isotope-widgets li a {
  filter: none;
  text-decoration:none;
  zoom: 1;
}
ul.isotope-widgets li a.button-blue strong {
  border-bottom: 1px solid #034462;
  text-decoration:none;
}
ul.isotope-widgets li a.button-blue span {
  color: #fff;
  text-decoration:none;
  text-shadow: 0 -1px 0 #034462;
}
ul.isotope-widgets li a.button-green strong {
  border-bottom: 1px solid #561;
  text-decoration:none;
}
ul.isotope-widgets li a.button-green span {
  color: #fff;
  text-decoration:none;
  text-shadow: 0 -1px 0 #556611;
}
ul.isotope-widgets li a.button-orange strong {
  border-bottom: 1px solid #d61;
  text-decoration:none;
}
ul.isotope-widgets li a.button-orange span {
  color: #fef4e9;
  text-decoration:none;
  text-shadow: 0 -1px 0 #dd6611;
}
ul.isotope-widgets li a.button-red strong {
  border-bottom: 1px solid #a92c2c;
  text-decoration:none
}
ul.isotope-widgets li a.button-red span {
  color: #fef4e9;
  text-decoration:none;
  text-shadow: 0 -1px 0 #a92c2c;
}
ul.isotope-widgets li a strong, ul.isotope-widgets li a span {
  color: #111;
  display: block;
  font-family: Arial, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
ul.isotope-widgets li a strong {
  border-bottom: 1px solid #999;
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 2px;
  text-align: center;
}
ul.isotope-widgets li a span {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
ul.isotope-widgets li a:hover, ul.isotope-widgets li a:active {
  filter: none;
}
ul.isotope-widgets > li a {
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  color: #111;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/*** Isotope Contacts ***/
.isotope-contacts {
  display: block;
  list-style: none;
  margin: -5px;
  padding: 0;
}
.isotope-contacts li {
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  filter: none;
  float: left;
  margin: 5px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 254px;
}
.isotope-contacts li div {
  overflow: hidden;
  white-space: nowrap;
}
.isotope-contacts li .city, .isotope-contacts li .email, .isotope-contacts li .bday {
  font-size: 10px;
}
.isotope-contacts li .photo {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#333333));
  background: -moz-linear-gradient(top, #444444, #333333);
  background: linear-gradient(top, #444444, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333');
  -webkit-box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 3px #000000, 0 1px 1px #ffffff;
  float: left;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
  width: 60px;
}
.isotope-contacts li .photo div {
  background: transparent url(../images/navicons/111.png) no-repeat center center;
  height: 100%;
}
.isotope-contacts li .name {
  display: none;
}
.isotope-contacts li:hover, .isotope-contacts li:active {
  filter: none;
}
#isotope-contacts-filter {
  border-top-width: 0;
  padding: 15px;
}
#isotope-contacts-filter .ui-buttonset {
  margin-right: 0;
}
#isotope-contacts-index .ui-button-text, #isotope-contacts-sort .ui-button-text {
  padding: 5px 10px;
}
#isotope-contacts-index .ui-button {
  width: 27px;
}
#isotope-contacts-index .ui-button .ui-button-text {
  padding: 0;
  line-height: 26px;
}
#isotope-contacts-sort .ui-button .ui-button-text {
  line-height: 26px;
  padding: 0 10px;
}
/**** Isotope filtering ****/
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  z-index: 2;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**
 * Buttons
 */
.button-gray:active,
.button-blue:active,
.button-green:active,
.button-orange:active,
.button-red:active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.button-gray {
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d8d8d8));
  background: -moz-linear-gradient(top, #fefefe, #d8d8d8);
  background: linear-gradient(top, #fefefe, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d8d8d8');
  border: 1px solid #cbcbcb;
}
.button-gray:hover {
  background: #e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cbcbcb));
  background: -moz-linear-gradient(top, #f1f1f1, #cbcbcb);
  background: linear-gradient(top, #f1f1f1, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cbcbcb');
  border: 1px solid #bebebe;
}
.button-gray:active {
  background: #bebebe;
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#e5e5e5));
  background: -moz-linear-gradient(top, #cbcbcb, #e5e5e5);
  background: linear-gradient(top, #cbcbcb, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#e5e5e5');
  border: 1px solid #989898;
}
.button-blue {
  background: #009ad5;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0075a2));
  background: -moz-linear-gradient(top, #00adee, #0075a2);
  background: linear-gradient(top, #00adee, #0075a2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0075a2');
  border: 1px solid #006388;
}
.button-blue:hover {
  background: #0088bb;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ad5), to(#006388));
  background: -moz-linear-gradient(top, #009ad5, #006388);
  background: linear-gradient(top, #009ad5, #006388);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad5', endColorstr='#006388');
  border: 1px solid #00506f;
}
.button-blue:active {
  background: url("portal/design/fondo.png") 0 0 no-repeat; #00506f;
  background: -webkit-gradient(linear, left top, left bottom, from(#006388), to(#0088bb));
  background: -moz-linear-gradient(top, #006388, #0088bb);
  background: linear-gradient(top, #006388, #0088bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006388', endColorstr='#0088bb');
  border: 1px solid #001922;
}
.button-green {
  background: #6ac235;
  background: -webkit-gradient(linear, left top, left bottom, from(#77cc44), to(#549a2a));
  background: -moz-linear-gradient(top, #77cc44, #549a2a);
  background: linear-gradient(top, #77cc44, #549a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77cc44', endColorstr='#549a2a');
  border: 1px solid #498624;
}
.button-green:hover {
  background: #5fae2f;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ac235), to(#498624));
  background: -moz-linear-gradient(top, #6ac235, #498624);
  background: linear-gradient(top, #6ac235, #498624);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ac235', endColorstr='#498624');
  border: 1px solid #3e721f;
}
.button-green:active {
  background: #3e721f;
  background: -webkit-gradient(linear, left top, left bottom, from(#498624), to(#5fae2f));
  background: -moz-linear-gradient(top, #498624, #5fae2f);
  background: linear-gradient(top, #498624, #5fae2f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#498624', endColorstr='#5fae2f');
  border: 1px solid #1d350f;
}
.button-orange {
  background: #ffb13b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbb55), to(#ff9c08));
  background: -moz-linear-gradient(top, #ffbb55, #ff9c08);
  background: linear-gradient(top, #ffbb55, #ff9c08);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb55', endColorstr='#ff9c08');
  border: 1px solid #ee8f00;
}
.button-orange:hover {
  background: #ffa722;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb13b), to(#ee8f00));
  background: -moz-linear-gradient(top, #ffb13b, #ee8f00);
  background: linear-gradient(top, #ffb13b, #ee8f00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb13b', endColorstr='#ee8f00');
  border: 1px solid #d47f00;
}
.button-orange:active {
  background: #d47f00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee8f00), to(#ffa722));
  background: -moz-linear-gradient(top, #ee8f00, #ffa722);
  background: linear-gradient(top, #ee8f00, #ffa722);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8f00', endColorstr='#ffa722');
  border: 1px solid #885200;
}
.button-red {
  background: #d94141;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd5656), to(#c02727));
  background: -moz-linear-gradient(top, #dd5656, #c02727);
  background: linear-gradient(top, #dd5656, #c02727);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd5656', endColorstr='#c02727');
  border: 1px solid #ab2222;
}
.button-red:hover {
  background: #d42c2c;
  background: -webkit-gradient(linear, left top, left bottom, from(#d94141), to(#ab2222));
  background: -moz-linear-gradient(top, #d94141, #ab2222);
  background: linear-gradient(top, #d94141, #ab2222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94141', endColorstr='#ab2222');
  border: 1px solid #951e1e;
}
.button-red:active {
  background: #951e1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ab2222), to(#d42c2c));
  background: -moz-linear-gradient(top, #ab2222, #d42c2c);
  background: linear-gradient(top, #ab2222, #d42c2c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab2222', endColorstr='#d42c2c');
  border: 1px solid #561111;
}
/**
 * Action Buttons
 */
ul.action-buttons {
  list-style-type: none;
  padding: 0;
}
ul.action-buttons li {
  display: inline-block;
  list-style: none;
  margin: 2px 0;
  position: relative;
  zoom: 1;
  *display: inline;
}
ul.action-buttons li a {
  cursor: pointer;
  text-decoration:none;
}
.ui-corner-all {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}