html,
body {
    height: 100%;
}

ag-grid {
    width: 100%;
    height: 100%;
}

.grid {
    width: 100%;
    height: 650px;
}

.gridModal {
    width: 100%;
    height: 500px;
}

.grid .ui-grid-row .red {
    background-color: #be1e2d;
    color: white;
    font-weight: bold;
}

.grid .ui-grid-row .green {
    background-color: #85bc35;
    color: white;
    font-weight: bold;
}

.grid .ui-grid-row .blue {
    background-color: #1b4480;
    color: white;
    font-weight: bold;
}

.grid .ui-grid-row .orange {
    background-color: #f9a01f;
    color: white;
    font-weight: bold;
}

.grid .ui-grid-row .yellow {
    background-color: #f9a01f;
    color: black;
    font-weight: bold;
}

.modal .modal-large {
    width: 80%;
    align-self: center;
}

.gridModal .ui-grid-row .red {
    background-color: #be1e2d;
    color: white;
    font-weight: bold;
}

.gridModal .ui-grid-row .green {
    background-color: #85bc35;
    color: white;
    font-weight: bold;
}

.clearfix {
  overflow: auto;
}

.width-50 {
    width: 50%;
}
.width-33 {
    width: 33%;
}
.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}
.width-10 {
    width: 10%;
}
.rounded-border {
    border-radius: 5px;
}

.selectdemoSelectHeader {
  /* 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; }

.greenText {
    color: green;
}
.redText {
    color: red;
}

ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

ul[dnd-list] .dndDraggingSource {
    display: none;
}

ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.box {
    border-color: #d6e9c6;
    text-align: center;
}

.box > h3 {
    background-color: #969696;
    background-image: linear-gradient(to bottom, #969696, #b4b4b4);
    border-color: #b4b4b4;
    color: #323232;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.filter-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.table-cell-divider-right {
    border-style: solid;
    border-color: rgb(221,221,221);
    border-width: 0 2px 0 0;
}

/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license.
*/