/***** custom styling myDstny *****/

.xsmall,
.uk-text-xsmall {
    font-size: .75rem;
    line-height: 1.5;
}
.uk-text-default {
	font-weight: 400;
}
.uk-text-bold {
	font-weight: 600;
}

/* placeholder in zoekschermen */

input#filter_search::placeholder {
	font-size: 0.75rem;
}

/* button in contextmenu */

.uk-nav-default>li>a.nav-button:hover {
    background-color: none;
}
.uk-nav>li>a.nav-button {
    padding: 0.5rem 0;
}

/* button in rechten-modal */

button.uk-icon-button {
    cursor: pointer;
}

/* extra button-dingen */

.sort-button,
.sort-button a {
    color: #1d2939;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
}
.sort-button:hover,
.sort-button a:hover {
    color: #118199;
    text-decoration: none;
}

.uk-label-white {
    background-color: #fff;
    color: #1D2939;
}

.btn-warning,
.uk-button-warning {
    background-color: #ce4b00;
    color: #fff;
    border: 1px solid #ce4b00;
}
.btn-warning:hover,
.uk-button-warning:hover {
    background-color: #D86400;
    color: #fff;
    border: 1px solid #D86400;
}
.btn-warning:active,
.uk-button-warning:active {
    background-color: #ce4b00;
    color: #fff;
    border: 1px solid #ce4b00;
}

/* extra marge onder description list */

.uk-description-list > dt {
    margin-bottom: 0.25rem;
}

/* irritant lijntje onder input nummerchecker verwijderen */

.table :where(tbody), .table :where(td), .table :where(tfoot), .table :where(th), .table :where(thead), .table :where(tr) {
    border: none;
}

/* ronde hoekjes voor editor nieuw ticket */

.mceDefaultSkin .mceLayout {
    border: 1px solid #667085 !important;
    border-radius: 0.3125rem !important;
}
.mceDefaultSkin .mceToolbar {
    border-top-left-radius: 0.3125rem !important;
    border-top-right-radius: 0.3125rem !important;
}
.mceDefaultSkin .mceIframeContainer iframe {
    border-bottom-left-radius: 0.3125rem !important;
    border-bottom-right-radius: 0.3125rem !important;
}

/*                                 niet nodig denk ik:
.tm-toolbar .uk-subnav a {
    text-decoration: none;
}
.tm-toolbar .uk-subnav > * {
    padding-left: 1rem;
}
.uk-label {
    border: 1px solid #f3f3f2;
}
*/

/* size hamburger bars */

.uk-navbar-toggle svg {
    width:  36px;
    height: 36px;
}

/* transition on hover on logo */

.uk-logo { transition: 0.5s ease-out; }
.uk-logo:hover { transform: scale(1.01); }

/* text-emphasis */

.uk-text-emphasis { font-weight: bolder; }

/* login scherm */

.login-panel .uk-tile {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(16,24,40,.1);
    margin: 0 auto;
    max-width: 400px;
}

.account-aanvragen .uk-nav-default > li > a {
    background-color: transparent;
    color: #118199;
    line-height: 2.625;
    font-size: 1rem;
    border-radius: 0.3125rem;
    border: 1px solid transparent;
    padding: 0 1.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.account-aanvragen .uk-nav-default > li > a:hover {
    background-color: #f2f4f7;
    color: #00496b;
    border-color: transparent;
}
.account-aanvragen .uk-nav-default > li > a:active {
    background-color: transparent;
    color: #118199;
    border-color: transparent;
    outline: 3px solid #118199;
    outline-offset: 2px;
}

/*\\ tables \\*/

.uk-table {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
}
.uk-table th a {
    color: #1d2939;
    text-decoration: none;
}
.uk-table th a:hover {
    color: #118199;
}
.uk-table th{
    white-space: nowrap;
}
.uk-table-hover tbody tr:active,
.uk-table-hover>tr:active {
    background: #f1f8f9;
}

/* border voor active-state buttons enzo */

.uk-subnav-pill > * > a:active,
.uk-button:active,
.uk-icon.uk-icon-button:active,
.uk-radio:active,
.uk-checkbox:active,
input:focus {
    outline: 3px solid #118199;
    outline-offset: 2px;
}
.uk-button.uk-input-danger:active {
    outline: 3px solid #344054;
    outline-offset: 2px;
}

.uk-light .uk-subnav-pill > * > a:active,
.uk-light .uk-button:active,
.uk-light .uk-icon.uk-icon-button:active,
.uk-light .uk-radio:active,
.uk-light .uk-checkbox:active {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* button group */

.uk-button-group .uk-button.uk-button-default {
    color: #1D2939;
    border-color: #475467;
}
.uk-button-group .uk-button.uk-button-default:hover {
    color: #1D2939;
    border-color: #344054;
    background-color: #f2f4f7;
}

.uk-button-group .uk-button.uk-button-default.uk-active {
    color: #fff;
    border-color: #118199;
    background-color: #118199;
}
.uk-button-group .uk-button.uk-button-default.uk-active:hover {
    color: #fff;
    border-color: #00496B;
    background-color: #00496B;
}

/* inline meatballs icon */

.uk-icon-button.meatballs {
    border: none;
    background-color: #EAECF0;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}
.uk-icon-button.meatballs:hover {
    border: none;
    background-color: #F2F4F7;
}
.meatballs[aria-expanded="true"]{
	transform: rotate(90deg);
    background-color: #f1f8f9 !important;
    transition: 400ms;
}
.meatballs[aria-expanded="true"]{
    transition: 400ms;
}


/* forms */

.uk-checkbox {
    border-radius: 0.25rem;
}
select {
    font-size: 0.875rem !important;
}

input:active,
textarea:active,
select:active {
    box-shadow: 0 0 0 2px #118199;
}
input.uk-form-danger:active {
    box-shadow: 0 0 0 2px #CF3022;
}
input.uk-form-success:active {
    box-shadow: 0 0 0 2px #2BA865;
}
input.uk-search-input:active ,
input.uk-form-blank  {
    box-shadow: none;
}

.formError,
.formRed {
    color: #cf3022;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0.5rem 0;
}
.form-control-feedback {
    color: #cf3022;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0 0.5rem;
}
.formValidation {
	display: flex;
}
.uk-legend, legend {
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.input-group button.btn.btn-secondary {
    color: #475467;
    border: 1px solid #667085;
    border-left: 1px solid #fff;
}

/* datumveld */

input.input-mini {
    font-size: 0.875rem;
}

/* custom forms */

.control-group .control-label label {
    font-size: 0.875rem;
    font-weight: 500;
}

/* navbar main => tabs maken */

.uk-navbar-nav > li > a {
    border-bottom: 1px solid #EAECF0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.tm-header .uk-navbar-nav {
    margin-bottom: -1px;
}

#normalmenu .uk-navbar-nav > li > a {
    margin-bottom: 0;
}

.uk-navbar-nav > li > a:hover {
    border-bottom: 1px solid #00496B;
    background-color: #F9FAFB;
}
.uk-navbar-nav>li.uk-active>a {
    color: #000;
    font-weight: 600;
    border-bottom: 4px solid #118199;
    padding-bottom: calc(0.75rem - 3px);
}

/* tabs links */

.uk-tab > .uk-active > a {
    color: #000;
    border-color: #118199;
    border-right-width: 4px;
    padding-right: calc(1rem - 3px);
}

/* accordions */

.uk-accordion-title {
    border-radius: 0.3125rem;
}
.uk-accordion-title:hover {
    background: #F2F4F7;
}
.uk-open .uk-accordion-title {
    color: #000;
    background: #F1F8F9;
}
.uk-accordion-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* modal */

.uk-modal .uk-modal-title {
    margin: 1rem 0 2rem;
}

/* modal popup -> ticket -> reactie toevoegen */

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(16, 24, 40, 0.14); /* Black w/ opacity */
}

.popup-content {
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    border: none;
    width: 600px; /* Could be more or less, depending on screen size */
    border-radius: 0.625rem;
    position: relative; /* to place the close button in the right top corner */
}

/* alert */

.uk-alert {
    max-width: 45rem;
}
.uk-alert h3 {
	font-size: 1rem;
    font-weight: 600;
}
.uk-alert p {
	font-size: 0.875rem;
    font-weight: 500;
}


/* ticket => dots priority iets lichtere kleur oranje dan normaal */

.priority {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    display: inline-flex;
}
.uk-alert-warning.priority {
    background: #E98D02;
    border: #E98D02;
}
.uk-alert-success.priority {
	background: #2BA865;
    border: #2BA865;
}

.priority-ticket {
    border-radius: 40px !important;
    padding: 14px 14px !important;
    margin-right: 5px;
}



.closer {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closer:hover,
.closer:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.load_overlay {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 190px;
    bottom: 0;
    z-index: 999;
    display: none;
}

/* andere dingen */

.popover {
    display: none !important;
}
#filter_reslimit {
    width: 80px !important;
}
#filter_limit {
    width: 80px !important;
}

.uk-pagination{
    justify-content: center;
}

.mceDefaultSkin .mceToolbar {
    border-bottom: 1px solid #667085 !important;
}
.mceDefaultSkin .mceLayout {
    border: 1px solid #667085 !important;
}
#subfieldList_jform_numbers {
    width: 100%;
    max-width: 400px;
}
#form-numbers .table {
    border-spacing: 2px;
    border-collapse: separate;
}


.group-add:hover {
    color: white;
}


.group-remove:hover {
    color: white;
}

/*
.datesort{
    float: right;
    position: absolute;
    right: 100px;
    color: black;
    font-size: 12px;
    font-weight: bold;
}*/

/* -----------------------------
Switch */

.uk-switch {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 36px;
    vertical-align: middle;
}

/* Hide default HTML checkbox */
.uk-switch input {
    display:none;
}
/* Slider */
.uk-switch-slider {
    background-color: #667085;
    background-color: #D0D5DD;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 500px;
    bottom: 0;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.07);
}
.uk-switch-slider:hover {
    background-color: #344054;
}
.uk-switch-slider:active {
    outline: 3px solid #344054;
    outline-offset: 2px;
}
/* Switch pointer */
.uk-switch-slider:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    transition-property: transform, box-shadow;
    transition-duration: .2s;
}
/* Slider active color */
input:checked + .uk-switch-slider {
    background-color: #118199 !important;
}
input:checked + .uk-switch-slider:active {
    outline: 3px solid #118199;
    outline-offset: 2px;
}
/* Pointer active animation */
input:checked + .uk-switch-slider:before {
    transform: translateX(16px);
    transform: translateX(16px);
}

/* Modifiers */
.uk-switch-slider.uk-switch-on-off {
    background-color: #667085;
}
input:checked + .uk-switch-slider.uk-switch-on-off {
    background-color: #667085 !important;
}

/* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0,0,0,0.22);
}
.uk-switch-slider.uk-switch-small:before {
    box-shadow: 0 0 6px rgba(0,0,0,0.22);
}
input:checked + .uk-switch-slider.uk-switch-big:before {
    transform: translateX(26px) scale(1.2);
}

/* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
    background-color: rgba(255,255,255,0.22);
}

/*#companyContacts tbody tr{
    line-height: 30px;
}*/
#contactfilter .control-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;

}

#contactfilter .control-label,
#contactfilter .controls{
    padding: 0.3125rem;
}
#contactfilter .main-label:hover{
    background: #F1F8F9;
    cursor: pointer;
    display: block;
}
#contactfilter .control-group label:hover{
    cursor: pointer;
}


/* override kalender */

.tm-page .js-calendar {
    border: 1px solid #f2f4f7;
    box-shadow: 0 3px 6px 0 rgba(16,24,40,.1) !important;
    margin-top: 0.1875rem;
}
.calendar-container {
    float: left;
    min-width: 160px;
    padding: 1rem;
    list-style: none;
    border-radius: 0.5rem;
    background-color: #ffffff !important;
    z-index: 1100 !important;
}
.calendar-container table {
    table-layout: fixed;
    max-width: calc(8 * 2.5rem);
    border-radius: 0.3125rem;
    background-color: #ffffff !important;
    z-index: 1100 !important;
}
div.calendar-container table th, .calendar-container table td {
    box-shadow: none;
    padding: 0;
    line-height: 1;
    text-align: center;
}
div.calendar-container table body td {
    line-height: 1;
    padding: 0;
    border-radius: 500px;
}
.calendar-container table {
    border-collapse: separate;
}
div.calendar-container table td.title { /* This holds the current "month, year" */
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */
    background: #fff;
    color: #000;
}
.calendar-container table thead td.name { /* Cells <TD> containing the day names */
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #000;
}
.calendar-container table thead td.weekend { /* How a weekend day name shows in header */
    color: #999;
}
/* The body part -- contains all the days in month. */
.calendar-container table tbody td.wn {
    background: #fff;
}
.calendar-container table tbody td.weekend { /* Cells showing weekend days */
    color: #D0D5DD;
}
.calendar-container table tbody td.hilite { /* Hovered cells <TD> */
    background: #999999;
    color: #ffffff;
}
.calendar-container table tbody td.day { /* Cells <TD> containing month days dates */
    text-align: center;
    vertical-align: middle;
    border: 0;
    cursor : pointer;
    font-size: 0.875rem;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0;
}
.calendar-container table tbody td.day.wn {
    text-align: center;
    background-color: #F2F4F7;
    border-radius: 500px;
}
.calendar-container table tbody td.day.selected { /* Cell showing today date */
    background: #118199;
    color: #fff;
    border: 0;
    border-radius: 500px;
}
.calendar-container table tbody td.today {
    font-weight: inherit;
    background-color: #f2f4f7;
    border-radius: 500px;
}
.calendar-container table tbody td.today:after {
    position: absolute;
    bottom: 4px;
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-radius: 1500px;
    background-color: #00496B;
}
.calendar-container table tbody td.today.selected:after {
    background-color: #fff;
}
.calendar-container table tbody td.day:hover {
    cursor: pointer;
    background: #E1F6FD;
    background: #f2f4f7;
    border: thin solid #118199;
    color: #1D2939;
    border-radius: 500px;
}
.calendar-container table tbody td.day:hover:after {
    background-color: #00496B;
}

.calendar-container table tbody .disabled {
    color: #D0D5DD;
    background-color: #fff;
    border-radius: 500px;
}

.calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */
    visibility: hidden;
}

.calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
    display: none;
}

.calendar-container .calendar-head-row td {
    padding: 0;
    height: 2.5rem;
    vertical-align: middle;
    border-bottom: none;
}
.calendar-container .day-name {
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.5rem;
    vertical-align: middle;

}
.calendar-container .time td {
    padding: 8px 0 8px 8px;
}
.buttons-wrapper {
    padding: 0.5rem 0;
    width: 100%;
    justify-content: center;
}
.buttons-wrapper .btn {
    min-width: 3.75rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #495057;
    margin-right: 0;
    padding: 0 1rem;
    line-height: 2.429rem;
    box-shadow: none;
}
.buttons-wrapper .btn:hover {
    color: #1D2939;
    background-color: #f2f4f7;
    border-color: #344054;
}
.buttons-wrapper .btn:focus {
    outline: 3px solid #118199;
    outline-offset: 0;
    color: #495057;
    background-color: #fff;
    border: 1px solid #495057;
}

.time .time-title {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='22' height='22' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1024 544v448q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h224v-352q0-14 9-23t23-9h64q14 0 23 9t9 23zm416 352q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
/* Fix cursor on js-btn and time select */
.calendar-container select,
.calendar-container .js-btn {
    cursor: pointer;
}
.calendar-container a.js-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.calendar-container a.js-btn:hover {
    background-color: #f2f4f7;
    color: #000;
    text-decoration: none;
}
.calendar-container a.js-btn:active {
    border: 1px solid #118199;
    color: #118199;
}
.uk-badge-white{
    background-color: #fff;
    color: #1D2939;
}

/* Waarom is dit?
.uk-badge{
    width: 40px;
    height: 20px;
}
*/

/*************
 ************
 ***********
 **********
 *********
 ********
 *******
 ******
 *****
 ****
 ***
 **
 * dit komt uit lists.css en moet nog nagekeken worden */

.supportcase-edit {
    position: relative;
}

.loader {
    display: table !important;
    margin: 0 auto !important;
    color: #46a7b3 !important;
}

/* weg?
#invoiceList td a {
    color: #1ba9b5 !important;
    font-weight: bold;
}
*/

.check {
    display: block;
    margin-bottom: 2.5rem;
    position: relative;
    width: 4rem;
    height: 2rem;
    -webkit-appearance: none;
}

.check2 {
    background: #B31E0D;
    outline: none;
    border-radius: 500px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: .5s;
}

.check2:checked {
    background: #46A7B3;
    border-color: #a2c425;
}

.check2:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 60px;
    top: 0;
    left: 0;
    transform: scale(.8);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    background: #fff;
    transition: .5s;
}

.check2:checked:before {
    left: 50%;
}

.btn-outline-secondary {
    color: #fff !important;
    background-color: #d42020;
    background-image: none;
    border-color: #d42020;
}

/* weg?
#access td {
    padding: 5px;
}
*/

.unlocked {
    background-color: #2BA865 !important;
    color: white !important;
    border-color: #2BA865 !important;
}

html.swal2-shown { overflow-y: hidden !important; }

#ticketloader {
    height: 100%;
}

.chosen-container {
    display: none !important;
}

.form-select {
    display: block !important;
}

.gold {
    background: #FFD655 !important;
    font-weight: 600;
}

.silver {
    background: #EAECF0 !important;
    font-weight: 600;
}

.bronze {
    background: #F8DCB0 !important;
    font-weight: 600;
}

.apexcharts-xaxistooltip {
    opacity: 1;
    pointer-events: all;
}

.apexcharts-xaxistooltip:hover {
    background: #118199;
    color: white;
    cursor: pointer;
}

.dateselect {
    display: block !important;
}

/* dit kan ook weg lijkt mij
#cdrList td {
    background: inherit !important;
    color: inherit !important;
}

#cdrList td:hover {
    background: inherit !important;
    color: inherit !important;
}

#cdrList td a {
    color: #1ba9b5 !important;
    font-weight: bold;
}
*/


.hidden {
    display: none !important;
}

/* dit moet weg toch?
.control-group {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
*/

#subfieldList_jform_numbers td {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.onoff {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1152500;
    border: 2px solid #B6B6B6;
    -webkit-transition: .4s;
    transition: .4s;
}

.onoff:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 1px;
    background-color: #e1152500;
    border: 2px solid #B6B6B6;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 16px;
    margin-right: 10px;

}

/* Rounded sliders */
.onoff.round {
    border-radius: 34px;
}

.onoff.round:before {
    border-radius: 50%;
}

input:checked + .onoff {
    border: 2px solid #118199;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="time"] {
    text-align: center;
}

input:focus + .onoff {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .onoff:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
    border: 2px solid #118199;
    background: #118199;
}

#filter_limit {
    width: 80px !important;
}

.uk-pagination a {
    border: none !important;
}

.dropdown-check-list {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}


.dropdown-check-list ul.items li {
    list-style: none;
}

.filterdropdown {
    /*width: 200px;*/
    line-height: 1.5rem !important;
    min-width: 12.5rem;
    display: inline-table;
    border: 1px solid #475467;
    /*border-radius: 5px;*/
    border-radius: 0.3125rem;
    /*padding: 9px 16px 9px 16px;*/
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    height: 2.5rem;
    background-color: #ffffff;
    cursor: pointer;
}
.filterdropdown:hover {
    border-color: #344054;
    background-color: #f2f4f7;
}
.filterdropdown:active {
    background-color: #ffffff;
    color: #118199;
    border-color: #344054;;
    outline: 3px solid #118199;
    outline-offset: 2px;
}
.filterdropdown[aria-expanded="true"] {
    border-color: #118199;
    background-color: #f1f8f9;
}


#filterContent {
    display: inline-table;
    text-align: right;
    line-height: 44px;
}

.filterarrow {
    margin-top: 0.1875rem !important;
}





/* chat */

.chat-message {
    height: fit-content;
    width: 95%;
    border-radius: 0.5rem !important;
}
.chat-messages {
    display: flex;
    flex-direction: column;
}
.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}
.bg-left {
    background-color: #EAECF0!important;
}
.chat-message-date {
    color: #667085 !important;
}
.chat-message-right {
    flex-direction: row-reverse;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.supportcase-desc {
    height: 11.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticketdesc {
    height: 18.4375rem;
}
.ticketdesc-open {
    height: fit-content !important;
}
.d-center {
    text-align: center;
}
.d-ml {
    margin-left: 0.5rem;
}
.d-mr {
    margin-right: 0.5rem;
}
.ticketdetail {
    font-size: 0.875rem !important;
}
.limit_filter .control-label {
    margin-right: 1.5rem;
    line-height: 2.5rem;
}
.limit_filter .control-group {
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.chat-message {
    height: fit-content;
    width: 95%;
    border-radius: 0.5rem !important;
}

/* weet niet precies wat dit doet */

.icon-arrow-up-3,
.icon-arrow-down-3 {
    margin-left: 5px;
}

audio{
    height: 25px;
    margin-left: -15px;
}
tr:nth-child(even) audio::-webkit-media-controls-panel {
    background-color: #FFFFFF;
}
tr:nth-child(odd) audio::-webkit-media-controls-panel {
    background-color: #f9fafb;
}


/* notification */

.uk-notification-title{
    font-weight: 600;
    font-size: 1rem;
}
.uk-notification-body{
    font-weight: 500;
    font-size: 0.875rem;
}
.uk-notification .uk-close {
	color: rgba(255,255,255,0.75);
}
.uk-notification .uk-close:hover {
	color: #ffffff;
}

/* pop-ups openingstijden */

.swal2-close{
    font-size: 2rem !important;
    color: #475467 !important;
    font-family: 'Inter'!important;
    width: auto !important;
    height: auto !important;
    padding: 0.5rem 1.25rem !important;
}
.swal2-close:hover{
    color: #000 !important;
}

#recordInfo{
    font-size: 1rem;
    line-height: 1.5;
}

.uk-tooltip {
    z-index: 9999999999;
}

.js-calendar{
    margin-top: 3px !important;
}

.uk-card.no-border-top-radius {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

tr.table-row-no-results {
	background-color: #fff !important;
}
.uk-button-group .uk-button:active {
    outline-offset: 0;
}

.uk-icon-button.blocked{
    border: none;
    color: white;
    background-color: #b31e0d;
    cursor: default;
    width: 2rem;
    height: 2rem;
}