﻿#loginModal .modal-dialog { width: 400px; margin-top: 140px; }

#add-users-dialog .search {margin-bottom: 1rem; width: 100%; }
#add-users-dialog .search input { }

#add-users-dialog .user-selection { }
#add-users-dialog .users { max-height: calc(100vh - 30rem); overflow: auto; } 


.tickets-table td:nth-child(1) { padding: 2px 0.25rem 0 0.35rem; }
.tickets-table td:nth-child(2) { padding: 0.5rem 0 0 0;}

.tickets-table th:nth-child(1) { width: 1rem; }
.tickets-table th:nth-child(2) { width: 1rem; }
.tickets-table th:nth-child(3) { width: 4rem; } /* Ticket-Nr */
.tickets-table th:nth-child(4) { width: 6rem; }
.tickets-table th:nth-child(5) { width: 5rem; }
.tickets-table th:nth-child(6) { width: 7rem; }
.tickets-table th:nth-child(7) { width: 15rem; } /* Kunde */
.tickets-table th:nth-child(8) { width: 12rem; } /* Kontakt */
.tickets-table th:nth-child(9) { }
.tickets-table th:nth-child(10) { width: 12rem; }
.tickets-table th:nth-child(11) { width: 3rem; }

.tickets-table tr.priority-high td:nth-child(5) { }
.tickets-table tr.priority-high td:nth-child(6) { }
.tickets-table tr.escalation-3 td { color: #f22415; }
.tickets-table tr.escalation-3 td a { color: #f22415; }
.tickets-table tr.escalation-2 td { }
.tickets-table tr.escalation-2 td a { color: #c2c200; }

.groups th:nth-child(1) { width: 25rem; }
.groups th:nth-child(2) { }
.groups th:nth-child(3) { width: 5rem; text-align: right; }
.groups th:nth-child(4) { width: 5rem; text-align: center; }
.groups th:nth-child(5) { width: 8rem; }

.channel-groups th:nth-child(1) { width: 18rem; }
.channel-groups th:nth-child(2) { width: 7rem; text-align: center; }
.channel-groups th:nth-child(3) { width: 7rem; text-align: center; }
.channel-groups th:nth-child(4) { width: 7rem; text-align: center; }
.channel-groups th:nth-child(5) { }

.activities-table th:nth-child(1) { width: 3rem; text-align: right; }
.activities-table th:nth-child(2) { width: 7rem; }
.activities-table th:nth-child(3) { width: 9rem; }
.activities-table th:nth-child(4) { width: 10rem; }
.activities-table th:nth-child(5) { }
.activities-table th:nth-child(6) { width: 5rem; }

.user-activities-table th:nth-child(1) { width: 1rem; }
.user-activities-table td:nth-child(2) { width: 6rem; text-align: right; }
.user-activities-table th:nth-child(3) { width: 6rem; }
.user-activities-table th:nth-child(4) { width: 20rem; }
.user-activities-table th:nth-child(5) { width: 12rem; }
.user-activities-table th:nth-child(6) { width: 12rem; }
.user-activities-table th:nth-child(7) { }

.customers-table th:nth-child(1) { width: 2rem; }
.customers-table th:nth-child(2) { width: 4rem; }

.ticket-history-table th:nth-child(1) { width: 10rem; }
.ticket-history-table th:nth-child(2) { width: 15rem; }
.ticket-history-table th:nth-child(3) { }

.edit-note div.prop-content textarea { height: 500px; }
.login-widget { max-width: 400px; margin: 0 auto; margin-top: 5rem; }
.login-widget .widget-content { padding: 1rem; }

#assignUser-users td:nth-child(1) { vertical-align: middle; }
#assignUser-users td:nth-child(2) { text-align: right; }
