ng-md-icon {
  fill: grey;
}

md-autocomplete {
  background: transparent;
}

md-table-pagination {
  margin-right: 50px;
}

table.md-table td.md-cell.image-cell {
  min-width: auto;
}

.padding-vertical {
  padding: 16px 0;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.item-box {
  border: 1px solid #ccc;
  cursor: pointer;
  background: #f2f2f2;
  display: block !important;
  padding: 16px !important;
}

.item-border {
  border: 1px solid #ccc;
}

.hidden {
  visibility: hidden;
}

.no-padding {
  padding: 0 !important;
}

.signature-container {
  border: 1px solid #ccc;
  padding: 10px 10px 40px 10px;
  position: relative;
  margin: 0 auto 0 auto;
  height: 100%;
}

.signature-container .signature {
  border: 1px solid orange;
  margin: 0 auto;
  cursor: pointer;
}

.signature-container .buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.signature-container .signature canvas {
  border: 1px solid #999;
  margin: 0 auto;
  cursor: pointer;
}

md-table-toolbar md-input-container {
  margin-right: 16px;
}

.md-table-toolbar {
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

md-radio-button.radio-with-input .md-label {
  position: absolute;
  top: 38%;
}

table.md-table th.md-column,
table.md-table td.md-cell {
  min-width: 160px;
  max-width: 160px;
  padding: 12px !important;
}

table.md-table.half th.md-column,
table.md-table.half td.md-cell {
  min-width: auto;
  max-width: auto;
  padding: 6px !important;
}

table.md-table th.md-column,
table.md-table td.md-cell:last-child {
  min-width: auto;
  max-width: auto;
}

table.md-table td.md-cell {
  border-right: 1px dashed #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.md-list-item-text a {
  color: #444;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 8px;
}

.card {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  margin: 16px;
  transition: 0.3s;
}

.subscriber-view .icon-item {
  margin-left: 16px;
  margin-right: 8px;
}

md-dialog-content .icon-item {
  margin-left: 44px;
  margin-right: 20px;
}

.transparent {
  background-color: transparent !important;
}

.login-content {
  background: none;
  margin-top: 80px;
}

.bg-image {
  /*background: url(../images/bg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.border-dark {
  border: 1px solid #ccc;
  padding: 8px;
}

.md-mini {
  font-size: 11px;
  text-transform: capitalize;
  min-height: 24px;
  line-height: 24px;
}

.hint {
  position: absolute;
  left: 8px;
  right: auto;
  bottom: 7px;
  font-size: 12px;
  line-height: 14px;
  color: grey;
}

.filter-bar {
  padding-left: 15px;
}

.filter-bar md-input-container {
  margin-right: 10px;
}

.filter-bar md-datepicker {
  padding-top: 16px;
}

.icon-add,
.icon-close,
.icon.light {
  fill: white;
}

.photo-camera,
.set-cursor-pointer {
  cursor: pointer;
}

.icon-active {
  fill: #1e88e5;
}

.fade.ng-enter {
  transition: 1s linear all;
  opacity: 0;
}

.fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
}

.star-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.star {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: .05em .05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}

.star.filled i {
  color: #fd0;
}

.login-content {
  background: none;
}

.content {
  background-color: rgb(245,245,245);
}

.main-content {
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px !important;
}

.color-white {
  color: #fff;
}

.map {
  display: block;
  height: 250px;
  width: 100%;
}

.hide {
  display: none !important;
}

.full-image {
  display: block;
  max-width: 100%;
}

.img-thumb {
  width: 40px;
  height: 40px;
  margin: 5px 0;
}

.img-circle {
  border-radius: 50%;
}

.no-border {
  border: none
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.label {
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1.5em;
  text-align: center;
  min-width: 80px;
  margin: 5px 0;
}

.label.yellow {
  background-color: #FFF176;
}

.label.orange {
  background-color: #FF9E3D;
}

.label.green {
  background-color: #AED581;
}

.label.red {
  background-color: #E57373;
  color: white;
}

.label.pink {
  background-color: #E91E63;
  color: white;
}

.label.purple {
  background-color: #9C27B0;
}

.label.blue {
  background-color: #03A9F4;
  color: white;
}

.separacion-asig-r {
  position: relative;
  bottom: 50px;
}

.map-asig {
  width: 100%;
  height: 200px;
}

.full-width {
  width: 100% !important;
}

.md-nav-bar {
  border-style: none;
}

.content-white {
  background-color: #fff;
}

.padding-doble {
  padding: 16px;
}

.md-cell .md-checkbox-cell {
  display: none;
}

.sin-border-azul {
  outline: 0;
}

md-autocomplete-wrap {
  box-shadow: none !important;
}

.separacion-border-order {
  border-right: 1px solid #e1e1e1;
  padding-right: 15px;
}

.result-items{
  padding: 0px 25px 0px 25px;
}

.acomodar-price-items{
  padding-right: 8px;
}

.style-order {
  padding-left: 6px;
  color:  #4CAF50
}

.style-cards-items{
  height: 300px;
  width:100%;
  overflow: auto
}

.padding-items-order{
  padding: 0 10px 0 10px;
  margin: 0px;
}
.price-underline{
text-decoration: line-through;
}

.estilo-note-item{
  font-size: 12px;
  color:gray
}

/* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}

.button-import{
    position: relative;
    top: 25px;
}

.variation {
  border: 1px solid #ccc;
  margin-top: 8px;
}