
body {
    font-weight:300;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.filterList  md-checkbox {
  margin: 0;
  padding: 16px;
}

.toolbar-button {
  transition : none;
  border-radius: 3px;
  height: 64px;
  margin: 8px 8px;
  font-size: 14px;
  font-weight: 600;
}

.inputSearch {
    margin: 0;
    border: none;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    outline: none;
    outline:0px;
}

.hilightableRow {
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.hilightableRow:hover {
    background-color: #dadada;
}

.highlightRow {
    background-color: #f0f0f0;
}

.hilightableRowRed {
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.hilightableRowRed:hover {
    background-color: #f47f7f;
}

.highlightRowRed {
    background-color: #fcb0b0;
}

.hilightableRowBlue {
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.hilightableRowBlue:hover {
    background-color: #79b5f4;
}

.highlightRowBlue {
    background-color: #cce5ff;
}

.expired {
    color: red;
}

.dialogError {
    font-size: 14px;
    color: rgb(221, 44, 0);
    transition: opacity 0.5s ease;
    background: #ebffde;
    margin-top: 6px;
}

#orderForm md-autocomplete {
    height: 80px;
}

.status {
}

.status.on {
    color: #00A000;
}

.status.off {
    color: #ff0000;
}

.status.blue {
    color: #0000ff;
}

.status.gray {
    color: #707070;
}


.device-status-table {
    font-size: 15px;
}

.device-status-table td {
    line-height: 1.5;
}

.vertical-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  height: 100%;
}


/*
table.notifications-table {
  border-collapse: collapse;
}
tr.notifications-table {
  border: solid;
  border-width: 1px 0;
}

table.notifications-table tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfcf;
}​

table.notifications-table tr:last-child {
    border-bottom: none;
}
*/



.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


table.notes-table {
    border-collapse: collapse;
}
tr.notes-table {
    border: solid;
    border-width: 1px 0;
}

table.notes-table tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #efefef;
}​


table.notes-table tr:last-child {
    border-bottom: none;
}


.notes-textarea {
    background:transparent;
    outline:none;
    border:none;
    resize: none;
}

.label {
    color: #333;
}


.note-even {
    background: #ffffff;
}

.note-odd {
    background: #fcfcfc;
}

/* XXX */
md-pagination-wrapper.md-center-tabs {
    margin: 0px !important;
}

.md-button:not([disabled]):hover {
    /* background-color: transparent; */
}

.md-switch:not([disabled]):hover {
    background-color: transparent;
}

.md-datepicker-calendar-pane {
    z-index: 5000;
}

/* Daviel */
.selectStyle {
    width:100%;
    height:60px;
    color:black; /*rgba(0,0,0,0.38);*/
    border:white;
  }


.md-toolbar-tools,
.md-transition-in > .layout-row, 
.md-transition-in > .modal-header,
.md-transition-in > .modal-footer,
.md-transition-in > form > .layout-row {
    background: #86BB88;
}

.md-toolbar .md-button {
  font-size: 18px;
}

.md-dialog-container .md-button
{
    background: white!important;
    border: 2px solid white;
    border-radius: 4px;
    color: #86bb88;
    font-weight: 600;
}

.md-dialog-container .md-button:hover
{
    text-decoration: underline;
    background: white!important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon, md-toolbar:not(.md-menu-toolbar) md-icon {
    color: #86bb88;
    fill: #86bb88;
}

.md-button.md-icon-button {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 0px;
    width: 40px; 
}