
.md-inline-form {
	background-color: #F5F5F5;
}
.bottomSheetdemoBasicUsage md-toast .md-toast-content {
  background-color: #B14141; 
}

.ng-invalid {
  border-color: red;
  border-width: 2px;
}

.bottomSheetdemoBasicUsage md-toast > * {
  font-weight: bolder; 
}
/*
.listdemoListControls md-divider {
  margin-top: 0;
  margin-bottom: 0; }

.listdemoListControls md-list {
  padding-top: 0; }

.listdemoListControls md-list-item > p,
.listdemoListControls md-list-item > .md-list-item-inner > p,
.listdemoListControls md-list-item .md-list-item-inner > p,
.listdemoListControls md-list-item .md-list-item-inner > .md-list-item-inner > p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
  */


.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}


  /**
   * BOTONES
   */
.btn1 {
   	color : rgb(49, 46, 46);
   	background-color: rgba(255, 222, 121, 0.96);
   	border-radius: 10px 0 0 10px;
   	font-size: 16px;
}

.btn1:not([disabled]):hover {
   	background-color: rgba(107, 103, 91, 0.96);
   	color: white;
}

.btn1[disabled] {
	color : rgb(187, 187, 187);
   	background-color: rgba(230, 230, 229, 0.96);
}



md-checkbox.md-checked.green .md-icon {
 background-color: rgba(0, 255, 0, 0.87);
}



.tituloDialogo {  

  font-weight: bold;

}

.animate-if {
  background:white;
  border:1px solid black;
  padding:10px;
}

.animate-if.ng-enter, .animate-if.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}
  
