﻿html {
  overflow-y: scroll;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
div#item-images .panel-body {
  padding: 30px;
}
.space-hor-20 {
  margin: 20px auto;
}
a.img-link {
  display: block;
  height: 146px;
}
.item-title {
  height: 50px;
}
.thumbnail {
  margin: 0;
}
.btn-group,
#toolbarWC {
  *float: left;
}
md-whiteframe {
  background: #fff;
  padding: 20px;
}
text-angular {
  /*border: solid 1px rgba(241, 241, 241, 0.91);*/
  padding: 5px;
}
text-angular.focussed {
  background-color: #f6f6f6;
  color: #000;
}
.md-card-footer {
  position: static;
  bottom: 0;
  margin-top: 50px;
  margin: 0 -16px;
  border-top: solid 1px rgba(241, 241, 241, 0.91);
  padding: 10px 16px;
  height: 35px;
}
.img-responsive {
  max-width: 100%;
  float: left;
}
.center-cropped {
  width: 250px;
  margin-left: -50px;
}
.md-2-line {
  height: 151px;
  display: block;
}
.avatar-wrapper {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 300px;
  border: solid 1px #fff;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.ta-hidden-input {
  display: none;
}
input[type="file"] {
  display: block !important;
  width: 70px !important;
  height: 100% !important;
  opacity: 0 !important;
  overflow: hidden !important;
  z-index: 100 !important;
  margin-top: -23px;
  padding-top: -15px;
  top: -25px;
  margin-left: 20px;
}
.md-upload-image {
  display: inline-block;
  outline: 0;
  border: 0;
  padding: 5px;
  margin: 0;
  background: 0 0;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 21px;
  text-decoration: none;
  float: left;
  width: 150px;
  background-color: seagreen;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ta-html {
  width: 100%;
}
[id^="taTextElement"] {
  border: solid 1px rgba(241, 241, 241, 0.91);
  height: 250px;
}