@import "form.css";

/* form styling */

.v-select {
    width: 25em;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    font-family: inherit !important;
}

.v-select .dropdown-toggle {
    border: 0 !important;
}

.v-select input[type=search] {
    height: 27px !important;
}

.v-select .selected-tag {
    margin: inherit !important;
}

.v-select .dropdown-toggle .clear {
    bottom: 5px !important;
}

.v-select .open-indicator {
    bottom: 1px !important;
}

/* no idea what it is */

.open .open-indicator {
    bottom: -4px !important;
}

.quill-editor {
    background: #ffffff;
    font-weight: normal;
}

table.emails th#body {
    width: 70%;
}

table.declarations td.column-amount {
    text-align: center;
}

table#Rodzina tr td:nth-child(5) {
    text-align: right;
}

table#Rodzina tr td > table {
    margin: 0 auto;
    border: 1px solid black;
}

table#Rodzina tr td:nth-child(6) {
    text-align: center;
}

tr.search-row th {
    padding: 4px 0 !important;
}

tr.search-row input {
    padding: 3px 5px;
}

tr.search-row input, tr.search-row select {
    height: 28px;
    width: 90%;
}

.wp-core-ui .button {
    box-shadow: none !important;
}

.actions-additional {
    margin: 1px 8px 0 0;
}

.statistic {
    font-weight: 600;
}

tr.search-bar {
    height: 36px;
}

tr.search-bar td {
    padding: 1px !important;
    position: relative;
}

tr.search-bar td input {
    position: absolute;
    width: 99%;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
}
