blob: 4180bf612b9251280412204206481866bd9d9147 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
.contacts-grid-wrapper {
position: relative;
}
.dropdown-open:hover {
background-color: transparent;
}
.diverse-options {
display: flex;
justify-content: space-between;
align-content: center;
min-width: 1130px;
background-color: #f5f7f7;
border: 1px solid rgb(189, 195, 199);
padding: 7px 7px 5px 7px;
margin-bottom: 1px;
}
.diverse-options-item {
padding-right: 7px;
border-right: solid 1px #ddd;
}
.form-field-label {
width: 100%;
font-size: 13px;
font-weight: bold;
margin-bottom: 5px;
}
.select-type-of-new-contact {
align-self: center;
margin-right: 2px;
}
.search-options {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
flex-grow: 1;
}
.item {
flex-basis: 185px;
margin: 5px;
}
#search-text {
max-width: 160px;
}
.search-btn {
display: flex;
align-items: center;
}
.search-btn button {
margin: 0 5px;
background-color: #fff;
border: 1px solid #ccc;
}
.sorting-options {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
min-width: 380px;
}
.diverse-btn {
display: flex;
justify-content: flex-end;
background-color: #f5f7f7;
border: 1px solid rgb(189, 195, 199);
padding: 7px 7px 5px 0px;
margin-bottom: 1px;
}
.form-field-label {
width: 100%;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.selectTypeOfNewContact {
margin-right: 2px;
margin-bottom: 2px;
}
.dsgvo-filter-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
justify-self: center;
}
.dsgvo-filter-options {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
flex-grow: 1;
}
.dsgvo-filter-item {
margin: 2px 0px 0px 0px;
}
.custom-control {
position: relative;
display: inline-flex;
padding-left: 1.75rem;
margin-right: 0.6rem;
margin-left: 0.6rem;
}
option:disabled {
display: none;
}
#newContactDropDown {
background-color: #003a5f;
color: white;
}