1/* Copyright (C) 2017 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7      http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14*/
15div.col.s12.section-header-col:after {
16    border: 1px solid #ee6e73;
17    margin-top: 10px;
18    margin-bottom: 0;
19    display: block;
20    content: " ";
21}
22div.col.s12.section-header-col h4.section-header {
23    cursor: default;
24    user-select: none;
25    color: #ee6e73;
26}
27div.col.s12.section-header-col p.acknowledgment-info {
28    font-size: 18px;
29    color: rgba(0,0,0,0.6);
30    font-weight: 300;
31}
32.search-row .input-field.col.s8 > label {
33    pointer-events: none;
34}
35.search-row .col.s1 .btn.btn-floating {
36    margin-top: 22px;
37}
38.acknowledgments {
39    width: 100%;
40    margin-top: 25px;
41    display: inline-block;
42}
43.ack-entry .col.card {
44    margin: 5px 0;
45    border-radius: 5px;
46    word-break: break-word;
47    cursor: pointer;
48}
49.ack-entry span.info-icon.right {
50    padding: 5px 0 0 0;
51    height: auto;
52    margin-right: -15px;
53    pointer-events: none;
54}
55.ack-entry span.info-icon.right i {
56    font-size: 16px;
57    line-height: 16px;
58    user-select: none;
59    color: grey;
60}
61.ack-entry .btn-container > .btn-flat {
62    margin-top: 10px;
63    user-select: none;
64    color: grey;
65}
66.ack-entry .count-indicator {
67    font-size: 12px;
68    font-style: italic;
69    font-weight: 300;
70    vertical-align: text-top;
71}
72.acknowledgments-modal.modal {
73    width: 80%;
74}
75.acknowledgments-modal.modal h4, .acknowledgments-modal.modal h5 {
76    user-select: none;
77    cursor: default;
78}
79.acknowledgments-modal.modal .modal-content .row .modal-section > .col {
80    padding: 0;
81}
82.acknowledgments-modal.modal .modal-content h5 {
83    color: rgb(97, 97, 97);
84    font-weight: 300;
85}
86.acknowledgments-modal.modal .modal-content h5 b {
87    color: #ee6e73;
88}
89.acknowledgments-modal.modal .modal-content .chips {
90    max-height: 30%;
91    overflow-y: auto;
92}
93.acknowledgments-modal.modal .modal-content .chips .chip {
94    font-size: 13px;
95    height: auto;
96    line-height: 13px;
97    padding: 5px 10px;
98    margin-right: 5px;
99    margin-top: 5px;
100}
101.acknowledgments-modal.modal .modal-content .chips .chip i.material-icons {
102    line-height: 13px;
103}
104.acknowledgments-modal.modal .modal-content .input-container {
105    position: relative;
106}
107.acknowledgments-modal.modal .modal-content .input-container .material-icons.add-button {
108    position: absolute;
109    top: 13px;
110    right: 5px;
111    color: #9e9e9e;
112    cursor: pointer;
113}
114.acknowledgments-modal.modal .modal-content .input-container > input[type=text] {
115    font-size: 15px;
116    height: 30px;
117    border: 0;
118    color: rgba(0,0,0,0.6);
119    margin-top: 10px;
120}
121.acknowledgments-modal.modal .modal-content .input-field {
122    margin-top: -25px;
123}
124.acknowledgments-modal.modal .modal-content .input-field textarea.note-field:disabled {
125    color: rgba(0,0,0,0.6);
126}
127.ui-autocomplete.card.autocomplete-dropdown {
128    z-index: 10000000;
129    overflow: auto;
130    max-height: 250px;
131}
132.ui-autocomplete.card.autocomplete-dropdown .ui-menu-item {
133    font-size: 12px;
134    padding: 4px 10px;
135    transition: background-color .25s;
136}
137.ui-autocomplete.card.autocomplete-dropdown .ui-menu-item:hover {
138    background-color: #e0f2f1;
139}
140.ui-autocomplete.card.autocomplete-dropdown .ui-menu-item:active {
141    background-color: #b2dfdb;
142}
143.ui-helper-hidden-accessible {
144    display: none;
145}
146