html {
  min-width: 320px;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

h4{
  margin-top: 0px;
}

.nav-tabs {
  border-bottom: 0px solid transparent;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.hiddenRow {
    padding: 0 !important;
}

.average {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  width: 200px;
}

.average-number {
  color: #333;
  font-size: 64px;
  font-weight: 100;
  line-height: 64px;
}

.puntuacion {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 20px 20px 30px;
  width: 100%;
}

.puntuacion-barra {
  color: #737373;
  font-weight: 400;
  height: 20px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
}

.chip {
  font-size: 12px;
}

.collection .collection-item.avatar .title {
  font-size: 15px;
}

.chipAverage {
  display: inline-flex;
  height: 15px;
  font-size: 11px;
  line-height: 17px;
  background-color: transparent;
  padding: 0 5px;
}

.progress {
  height: 9px;
  border-radius: 8px;
}

#container {
  width: 100%;
  float: left;
  clear: none;
  display: flex;
  align-items: center;
}

/* Start the styles  */
.material-icons {
  font-size: 15px;
  margin: auto;
  text-align: left;
}
.material-icons.vacio {
  font-size: 15px;
  margin: auto;
  text-align: left;
}

.material-icons.star{color: #ddd;position: relative;}

.material-icons.star::before{
	content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color:#F6BB42;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}
.material-icons.star::before{
	content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color:#ddd;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

.material-icons.star.rated::before{
	content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color:#F6BB42;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

.material-icons.star.rated-half::after{
	content: "\f089";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color:#F6BB42;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

.dropdown-content a:hover{
  text-decoration: none;
}

.tags{
  font-size: 11px;
}

.socialIcon{
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.socialIconLeft{
  float: left;
  font-size: 16px;
  line-height: 32px;
  padding-right: 8px;
  font-weight: 700;
  color: #000;
}

.chip.blue-grey.lighten-3.pointer:hover > .socialIcon{
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.collection .collection-item.comment {
  min-height: 55px;
  padding-left: 60px;
  position: relative;
}

.chip .marked {
  opacity: 1 !important;
  text-shadow: unset;
}

/* .animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
  transition-delay: 0.6s;
}
.animate-show-hide.ng-hide-add {
  transition: all linear 0.5s;
}

.comentariosExpanded {
  opacity: 1;
} */

.modal-contentP {
  position: initial;background-color: initial;border: unset;border-radius: unset;background-clip: unset; padding: 24px;
}
.modal-footerP {
  border-top: unset;border-radius: 0 0 2px 2px;background-color: #fafafa;padding: 4px 6px;height: 50px;width: 100%;text-align: right;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; margin-top: 0px;}

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
  margin-left: 0px;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 0px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  margin-right: 8px;
  margin-bottom: 0px;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

#toast-container {
	position: fixed;
  left: 50%;
  transform: translateX(-50%)
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #F6BB42;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #F6BB42;  }
/****** End Style Star Rating Widget *****/

.imgUser {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.imgUserBig {
  width: 80px;
  height: 80px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.parent {
  display: flex;
  width: 100%;
}
.child {
  flex: 1;
  padding: 16px;
}

.centerH{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.portadaLibroImg{
  width: 100px;
  height: 150px;
  margin: 0;
  padding: 5px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card .card-image img {
  top:50%;
}

.quote {
  margin-top: 0;
}

.pointer:hover{
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .featureP4{
    margin-right: 70px;
  }
  .chip .marked:hover {
    opacity: 1;
  }
  .chip .marked:focus {
    opacity: 1;
  }
}

@media only screen and (min-width: 600px) {
  .featureBTitle{
    margin-left: 40px;
  }
  .featureBSub{
    margin-left: 20px;
  }
  .featureP1{
    margin-left: 10px;
  }
  .featureP3{
    margin-left: -10px;
  }
  .featureP4{
    margin-left: -20px;
  }
  .chip .marked:hover {
    opacity: .2;
  }
}

@media only screen and (max-width: 346px) {
  .collection .collection-item.avatar p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 371px) and (min-width: 347px) {
  .chipSocial {
    font-size: 11px;
  }
  .chipSocialK {
    font-size: 13px;
  }
  .socialIcon {
    font-size: 14px;
  }
  .socialIconLeft {
    font-size: 14px;
  }
}

@media only screen and (max-width: 346px) and (min-width: 324px) {
  .chipSocial {
    font-size: 9px;
  }
  .chipSocialK {
    font-size: 11px;
  }
  .socialIcon {
    font-size: 12px;
  }
  .socialIconLeft {
    font-size: 12px;
  }
  .collection .collection-item.avatar .title {
    font-size: 14px;
}
}

@media only screen and (max-width: 324px) {
  .chipSocial {
    font-size: 8.5px;
  }
  .chipSocialK {
    font-size: 10.5px;
  }
  .socialIcon {
    font-size: 11px;
  }
  .socialIconLeft {
    font-size: 11px;
  }
  .collection .collection-item.avatar .title {
    font-size: 14px;
}
}