/*
md-list-item .md-button:not([disabled]):hover {
  background-color: transparent;
}
*/

.nav-active {
  background-color: white;
  color: lightblue;
}

.nav-active md-icon {
  color: grey;
}


.active {
  background-color: white;
  color: lightblue;
}

.selectedIndex {
  background: lightblue;
}

.selectedIndexDos {
  background: lightblue;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.app-modal-window .modal-dialog {
  width: 1000px;
}

.listdemoListControls {
  /* Add some right padding so that the text doesn't overlap the buttons */ }
  .listdemoListControls md-divider {
    margin-top: 10px;
    margin-bottom: 10px; }
  .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;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ 
  }
  .listdemoListControls .secondary-button-padding p {
    padding-right: 100px; 
  }


/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be in foundin the LICENSE file at http://material.angularjs.org/license.
*/
*