.btn-widget-item {
  position: relative;
  min-height: 200px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff !important;
  color:#2196f3 !important;
  border-radius: 2px;
  border: 1px solid transparent;
  border-color: #2196f3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align:center;
}
.btn-widget-item:hover {
  cursor:pointer;
  background-color: #2196f3 !important;
  color:#fff !important;
  border-color: transparent;
}
.btn-widget-item .btn-widget-header {
  position: relative;
}
.btn-widget-item .btn-widget-title {
  padding: 12px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: 300;
  font-size: 20px;
}
.btn-widget-item .btn-widget-icon {
  font-size: 75px;
}
.btn-widget-item .btn-widget-icon-txt {
  min-height: 100px;
  background: url('/img/icons/encuestas/textboxBlue.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item:hover .btn-widget-icon-txt {
  min-height: 100px;
  background: url('/img/icons/encuestas/textbox.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item .btn-widget-icon-star {
  min-height: 100px;
  background: url('/img/icons/encuestas/star-halfBlue.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item:hover .btn-widget-icon-star {
  min-height: 100px;
  background: url('/img/icons/encuestas/star-half.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item .btn-widget-icon-option {
  min-height: 100px;
  background: url('/img/icons/encuestas/multiple-optionBlue.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item:hover .btn-widget-icon-option {
  min-height: 100px;
  background: url('/img/icons/encuestas/multiple-option.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item .btn-widget-icon-matriz {
  min-height: 100px;
  background: url('/img/icons/encuestas/matrixBlue.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item:hover .btn-widget-icon-matriz {
  min-height: 100px;
  background: url('/img/icons/encuestas/matrix.png') center center no-repeat;
  background-size: 100px 100px;
}
.btn-widget-item .btn-widget-footer {
  /*color:#fff;*/
}
