/*.lvt-loader {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    background-color: transparent;
    border: 2px solid #222;
    border-top: 2px solid #00a1e0;
    border-bottom: 2px solid #00a1e0;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    display: inline-block;
}*/
.lvt-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    margin: 0 auto;
}
.lvt-loader.small {
    width: 20px;
    height: 20px;
}
.lvt-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid var(--lvt-blue);
    animation: prixClipFix 2s linear infinite ;
}
.lvt-loader.small::before {
    border: 2px solid var(--lvt-blue);
}
.lvt-loader.white::before {
    border-color: #fff;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/* Chrome, Safari, Edge, Opera */
.noarrows input::-webkit-outer-spin-button,
.noarrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.noarrows input[type="number"] {
    -moz-appearance: textfield;
}

.dropdown-backdrop {
    display: none !important;
}

small.hint {
    font-size: 10px;
    color: #777;
    display: block;
    margin-bottom: 10px;
}

small.hint b {
    color: #000;
}

.lvt-select option {
    display: none !important;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#lockscreen {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    background: #333333;
    top: 0;
    left: 0;
}

.lockscreen-cont {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    text-align: center;
}

#lockscreen .user {
    width: 200px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50% !important;
}

#lockscreen .username {
    color: #ffffff;
    font-size: 24px;
    margin: 10px 0;
}

#lockscreen .info {
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    margin: 10px 0;
    font-weight: 300;
}

#lockscreen button {
    line-height: 40px;
    text-align: center;
    border: 0;
    border-radius: 40px !important;
    padding: 0 30px;
    display: block;
    margin: 20px auto 0 auto;
    background: #00a1e0;
    color: #fff;
}

/* Notifications Sipgate */
#toast-container > .toast-success.notification-sipgate {
    background-image: linear-gradient(
            rgba(102, 102, 102, 1),
            rgba(51, 51, 51, 1)
    ) !important;
    background-position: center;
}

.notification-sipgate {
    background: none;
    padding: 0 !important;
    opacity: 1 !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4) !important;
}

.notification-sipgate-actions {
    width: 50px;
    background: #00a1e0;
    background-image: linear-gradient(
            rgb(0, 161, 224),
            rgb(0, 108, 164)
    ) !important;
    text-align: center;
    float: left;
}

.notification-sipgate-actions a {
    display: block;
    font-size: 20px;
    height: 30px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.notification-sipgate-actions a:hover {
    background: #111;
}

.notification-sipgate-actions i.fa {
    line-height: 30px;
}

.notification-sipgate-actions hr {
    margin: 0;
    border-top: 1px solid #00679e !important;
}

.notification-sipgate-message {
    position: absolute;
    top: 10px;
    left: 60px;
    text-shadow: 0px 1px 1px #000;
}

.notification-sipgate-title {
    font-size: 14px;
    font-weight: 600;
}

.notification-sipgate-info {
    font-size: 12px;
    font-weight: 400;
}

/* Radio Buttons */
.lvt-radio {
    margin: 0 0 10px 0;
}

.lvt-radio input[type="radio"] {
    margin: 0 5px 0 0;
}

.lvt-radio label {
    margin: 0;
}

/* Wiederkehrer */
.recurring_types label,
.recurring_types input {
    cursor: pointer;
}

.recurring_types .lvt-radio {
    margin: 0;
}

.recurring_types .radioinfo {
    margin: 0 0 15px 0;
}

.recurring_frequency {
    width: 110px;
}

#recurring_settings {
    display: none;
}

#recurring_settings table {
    /*table-layout: fixed;*/
}

#recurring_settings input,
#recurring_settings label {
    cursor: pointer;
}

/* Multiselect Auswahl zurücksetzen */
.lvt-select .dropdown-menu.inner > li:first-child > a {
}

.lvt-select .dropdown-menu.inner > li:first-child > a:before {
    /*font-family: FontAwesome;
    content: "\f0e2";
    margin-right: 10px;*/
}

/* Multiselect Auswahl zurücksetzen */
.lvt-select-single.resetenabled .dropdown-menu.inner > li:first-child > a {
    font-weight: 700;
    background: #e9e9e9;
}

.lvt-select-single.resetenabled
.dropdown-menu.inner
> li:first-child
> a:before {
    font-family: FontAwesome;
    content: "\f0e2";
    margin-right: 10px;
}

.magicSelect a {
    font-size: 11px;
    min-width: 110px;
    display: inline-block;
}

.magicSelect span {
    font-size: 11px;
}

.magicSelectIcon {
    color: #ccc;
    font-size: 11px !important;
}

.magicSelect:hover .magicSelectIcon {
    color: #0088ca;
}

.magicSelectNoVal {
    font-weight: 600;
}

.bg-greensea {
    background-color: #16a085 !important;
    color: white !important;
}

.bg-bluebird {
    background-color: #5f93bd !important;
    color: white !important;
}

.plabel {
    font-size: 10px;
    font-weight: 400;
    padding: 4px;
    min-width: 63px;
    display: inline-block;
    text-align: center;
}

.bg-lightred {
    background-color: #e05d6f !important;
    color: white !important;
}

.nav-tabs.tabs-dark > li > a {
    border: 0;
    margin-right: 2px;
    padding: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.nav-tabs.tabs-dark > li > a:hover,
.nav-tabs.tabs-dark > li > a:focus {
    background-color: #354252;
    color: rgba(255, 255, 255, 0.8);
}

.nav-tabs.tabs-dark {
    background-color: #3f4e62;
}

.nav-tabs.tabs-dark > li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #428bca;
}

.nav-tabs.tabs-dark > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    box-shadow: inset 0 -3px 0 #428bca;
    border: 0;
    background-color: #e8e8e8;
}

.nav-tabs.tabs-dark > li.active > a,
.nav-tabs.tabs-dark > li.active > a:hover,
.nav-tabs.tabs-dark > li.active > a:focus {
    background-color: #2b3543;
    color: white;
}

.btn-grey {
    background-color: #838383;
    color: white;
}

.btn-grey:hover {
    background-color: #707070;
    color: white;
}

.codeFBlock {
    margin: 0;
    font-size: 11px;
    background: rgb(24, 48, 85);
    background: rgb(24, 48, 85);
    background: linear-gradient(
            180deg,
            rgba(24, 48, 85, 1) 0%,
            rgba(11, 29, 56, 1) 100%
    );
    color: #71a7ff;
    padding: 10px;
    font-family: courier new;
    border-radius: 3px !important;

    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.codeFBlock.-expanded {
    max-height: 100vh;
}

.codeFBlock:not(.-expanded)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
            180deg,
            rgba(24, 48, 85, 0) 0%,
            rgba(11, 29, 56, 1) 100%
    );
    pointer-events: none;
}

.codeF {
    margin: 0;
    padding: 0px 0px 0px 5px;
    letter-spacing: 0.5px;
}

.codeVar {
    color: #58cd9b;
}

.codeSign {
    color: #fff;
}

.copyIcon {
    color: #fff;
    float: right;
    font-size: 15px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
}

.expandIcon {
    color: #fff;
    float: right;
    font-size: 15px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px 10px;
    z-index: 100;
    position: absolute;

    bottom: 0;

    right: 0;
}

.copyIcon:hover,
.expandIcon:hover {
    opacity: 1;
}

.codeFL {
    color: #596672;
    width: 15px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}

.control {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 5px !important;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #f0f0f0;
}

.control input:checked ~ .control_indicator {
    background: #0f5fab;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox.light .control_indicator {
    background: #fff;
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    margin-left: -1rem;
    margin-top: -1rem;
    background: #0f5fab;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.checkbox-description {
    font-weight: normal;
    font-size: 12px;
    color: #888;
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.dropdown-with-icon {
    padding-left: 10px !important;
}

.dropdown-with-icon .btn {
    border: 0;
}

.dropdown-with-icon .btn-default.focus,
.dropdown-with-icon .btn-default:focus,
.dropdown-with-icon .btn-default:hover,
.dropdown-with-icon .btn-default.focus,
.dropdown-with-icon .btn-default:focus,
.dropdown-with-icon .btn-default:hover,
.dropdown-with-icon .btn-default.active.focus,
.dropdown-with-icon .btn-default.active:focus,
.dropdown-with-icon .btn-default.active:hover,
.dropdown-with-icon .btn-default:active.focus,
.dropdown-with-icon .btn-default:active:focus,
.dropdown-with-icon .btn-default:active:hover,
.dropdown-with-icon .open > .dropdown-toggle.btn-default.focus,
.dropdown-with-icon .open > .dropdown-toggle.btn-default:focus,
.dropdown-with-icon .open > .dropdown-toggle.btn-default:hover,
.dropdown-with-icon .btn-default.active,
.dropdown-with-icon .btn-default:active,
.dropdown-with-icon .open > .dropdown-toggle.btn-default {
    background: #fff !important;
    background-color: #fff !important;
}

.dropdown-with-icon .bs-caret {
    display: none;
}

.lvt-btn {
    background: #e9e9e9 !important;
    padding: 5px 20px !important;
    border-radius: 5px !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 13px !important;
    border: 0 !important;
    display: inline-block;
    text-align: center !important;
}

.lvt-btn:hover {
    /*opacity: 0.8; NOPE! */
}

.lvt-btn:focus {
    outline: 0 !important;
}

.lvt-btn.primary {
    color: #fff !important;
    background: #0f5fab !important;
    border: 1px solid #0f5fab !important;
}

.lvt-btn.action {
    color: #fff !important;
    background: #0a6200 !important;
    border: 1px solid #0a6200 !important;
}

.lvt-btn.warning {
    color: #fff !important;
    background: #b21917 !important;
    border: 1px solid #b21917 !important;
}

.lvt-btn.default {
    color: #333 !important;
    background: #e6e6e6 !important;
    border: 1px solid #e9e9e9 !important;
}

.lvt-btn.full-width {
    width: 100% !important;
}

.lvt-btn.link {
    display: inline-block;
    color: #0f5fab !important;
    font-size: 13px !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    font-weight: 500 !important;
}

.lvt-btn i.fas {
    margin-right: 6px;
}

.lvt-input {
    border-radius: 5px !important;
    background: #f0f0f0 !important;
    border: 0 !important;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px !important;
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
}
.lvt-input.light {
    background: #fff !important;
}

.lvt-input:focus {
    border: 1px solid #0f5fab;
    transition: border 0.3s ease-in-out 0s;
}

.lvt-input:focus {
    outline: 0 !important;
}
.lvt-input-row {
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px !important;
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

.lvt-form-group .bootstrap-select {
    margin: 0 0 15px 0;
}

.input-actionIcon {
    position: absolute;
    right: 12px;
    top: 33px;
    cursor: pointer;
}

.lvt-input-help {
    color: #999;
}

.formitem.inputerror .errorMsg {
    display: none!important;
}


.formitem.inputerror .lvt-form-group {
    color: red;
    border-color: #841a1a !important;
    background-color: #fbd5d5 !important;
}



.lvt-input.error {
    color: red;
    margin-bottom: 5px !important;
    background-color: #fbd5d5 !important;
}

.lvt-select {
    margin: 0 0 15px 0 !important;
}

.lvt-select.form-control {
    background: none;
}

.lvt-select.light .btn {
    background: #fff;
}

.lvt-textarea {
    width: 100%;
    min-height: 110px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-radius: 5px !important;
    background: #f0f0f0 !important;
    resize: vertical;
}

.lvt-textarea:focus {
    border: none;
    outline: none;
}

.lvt-wysiwyg {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background: #f0f0f0;
    border: 1px solid #f0f0f0 !important;
}

.lvt-wysiwyg.lvt-wysiwyg-commentedit {
    background: #fff;
    border: 1px solid #f0f0f0 !important;
}

.lvt-wysiwyg .ql-editor {
    min-height: 150px;
}

.lvt-wysiwyg .ql-editor,
.lvt-wysiwyg {
    height: auto !important;
    max-height: 20vh;
    word-break: break-word;
}

.lvt-wysiwyg .ql-editor ol,
.lvt-wysiwyg .ql-editor ul {
    padding-left: 0;
}

.lvt-wysiwyg .ql-editor ol li:not(.ql-direction-rtl),
.lvt-wysiwyg .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 0.65em;
}

.ql-toolbar {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background: #ccc !important;
    border: 1px solid #f0f0f0 !important;
}

.lvt-form-group {
    position: relative;
}

.lvt-form-group label {
    color: var(--lvt-blue);
    font-weight: 500;
    font-size: 12px;
}
.lvt-form-group .lvt-input-info {
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #999;
}
.lvt-form-group .lvt-input-info a {
    color: var(--lvt-blue);
}
.labeled-text {
    margin-bottom: 10px;
}
.labeled-text label {
    color: var(--lvt-blue);
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.lvt-mr {
    margin-right: 15px !important;
}

.lvt-ml {
    margin-left: 15px !important;
}

.lvt-mb {
    margin-bottom: 15px !important;
}

.lvt-mt {
    margin-top: 15px !important;
}

.lvt-detbox {
    font-size: 12px !important;
    padding: 10px;
    margin: 10px 0px 0px;
    border: 1px solid #efefef;
    border-radius: 3px !important;
    padding-top: 5px;
}

.lvt-detbox .detbox-action {
    background-color: #efefef;
    padding: 4px;
    border-radius: 20px !important;
    font-size: 10px;
    width: 22px;
    display: inline-block;
    text-align: center;
}

.lvt-detbox-head {
    padding-bottom: 0px;
    display: block;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 0.5px;
    color: #888;
}

.lvt-detbox-head2 {
    padding-bottom: 0px;
    display: block;
    font-size: 8px;
    letter-spacing: 0.5px;
    color: #888;
}

.lvt-detbox .dropdown-toggle {
    font-size: 12px;
    border: 0px;
    text-align: left;
    padding-left: 0px;
}

.lvt-detbox input {
    font-size: 12px;
    border: 1px solid #efefef;
    text-align: left;
    padding: 4px;
    width: 100%;
    border-radius: 4px !important;
    margin-bottom: 5px;
}

.page-sidebar .nav-title {
    color: #c9c9c9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin: 3px !important;
    padding: 8px 15px 2px 16px !important;
}

.page-sidebar-menu i.fas {
    font-weight: 900 !important;
}

/* JSTree */
.jstree-icon {
    color: #0f5fab;
}

.jstree-default a {
    white-space: normal !important;
    height: auto;
}

.jstree-anchor {
    height: auto !important;
    /*font-weight: 600;*/
}

.jstree-default li > ins {
    vertical-align: top;
}

.jstree-leaf {
    height: auto;
}

.jstree-leaf a {
    height: auto !important;
}

.jstree .product-title {
    font-weight: 500;
    color: #0f5fab;
}

.product-search-result .attribute-label,
.jstree .attribute-label {
    padding: 0 5px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 11px;
    border-radius: 5px !important;
    font-weight: 500;
}

.jstree-clicked {
    background: #f0f0f0 !important;
    border-radius: 5px !important;
}

.jstree-children .jstree-node {
    padding-bottom: 8px;
}

/* Notifications */
#lvt-notifications {
    position: fixed;
    top: 95px;
    right: 25px;
    z-index: 100000;
}

.lvt-notification {
    background-image: linear-gradient(
            rgba(102, 102, 102, 1),
            rgba(51, 51, 51, 1)
    );
    background-position: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    width: 350px;
    height: 0px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    position: relative;
    border-radius: 7px !important;
    overflow: hidden;
    right: -380px;
    transition: all 0.5s ease-in-out 0s;
}

.lvt-notification.fade-out {
    opacity: 0;
}
.lvt-notification.incoming_call,
.lvt-notification.running_call,
.lvt-notification.missed_call {
    cursor: move;
}
.lvt-notification.incoming_call {
    animation: incoming_call 1s infinite;
}
.lvt-notification.incoming_call .lvt-notification-icon i,
.lvt-notification.running_call .lvt-notification-icon i,
.lvt-notification.missed_call .lvt-notification-icon i {
    line-height: 60px;
}
.lvt-notification-actionbar {
    position: absolute;
    bottom: 15px;
    left: 55px;
    padding: 0;
}
.lvt-notification.incoming_call .lvt-notification-actionbar a,
.lvt-notification.running_call .lvt-notification-actionbar a,
.lvt-notification.missed_call .lvt-notification-actionbar a{
    display: inline-block;
    font-size: 18px;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 15px 0 0;
    text-shadow: 0px 1px 1px #000;
}
.crm-lead .lvt-notification.incoming_call .lvt-notification-actionbar a,
.crm-lead .lvt-notification.running_call .lvt-notification-actionbar a,
.crm-lead .lvt-notification.missed_call .lvt-notification-actionbar a,
.dashboard .lvt-notification.incoming_call .lvt-notification-actionbar a,
.dashboard .lvt-notification.running_call .lvt-notification-actionbar a,
.dashboard .lvt-notification.missed_call .lvt-notification-actionbar a{
    padding-top: 11px;
}
.lvt-notification-dismiss {
    position: absolute;
    top: 6px;
    right: 15px;
    color: rgba(0,0,0,0.5);
    font-size: 24px;
}
.lvt-notification-dismiss:hover {
    color: rgba(0,0,0,1);
}
.lvt-notification-icon {
    width: 55px;
    text-align: center;
    float: left;
    height: 75px;
}

.lvt-notification-icon i {
    line-height: 75px;
    font-size: 34px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.lvt-notification-actions {
    width: 50px;
    background: #0f5fab;
    background-image: linear-gradient(
            rgb(0, 161, 224),
            rgb(15, 95, 171)
    ) !important;
    text-align: center;
    float: left;
}

.lvt-notification-actions a {
    display: block;
    font-size: 18px;
    height: 37px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.lvt-notification-actions a:hover {
    background: #333;
}

.lvt-notification-actions i.fas {
    line-height: 35px;
}

.lvt-notification-actions hr {
    margin: 0;
    border-top: 1px solid #00679e !important;
}

.lvt-notification-message {
    float: left;
    padding: 10px 15px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    width: 300px;
}

.lvt-notification.info .lvt-notification-message {
    padding: 10px 15px 10px 0px;
    width: 295px;
}

.lvt-notification-title {
    font-size: 14px;
    font-weight: 600;
}

.lvt-notification-info {
    font-size: 12px;
    font-weight: 400;
}
.lvt-notification-call-timer {
    font-size: 18px;
}
@keyframes incoming_call {
    0% {
        box-shadow: 0 0 0 0 rgba(10, 98, 0, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* Dashboard StatBox */
.lvt-dashboard-statbox {
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 20%);
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
    position: relative;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    background: rgb(111, 111, 111);
    background: linear-gradient(
            0deg,
            rgba(111, 111, 111, 1) -60%,
            rgba(255, 255, 255, 1) 100%
    );
}

.lvt-dashboard-statbox .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 35px;
    line-height: 35px;
    padding-top: 35px;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.6;
}

.lvt-dashboard-statbox .visual.green {
    color: #0a6200;
}

.lvt-dashboard-statbox .visual.red {
    color: #b21917;
}

.lvt-dashboard-statbox .visual > i {
    margin-left: 10px;
    font-size: 100px;
    line-height: 90px;
}

.lvt-dashboard-statbox .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
    color: #000;
}

.lvt-dashboard-statbox .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
}

.lvt-dashboard-statbox .details .desc {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0;
    font-weight: 400;
}

/* Voicefileplayer */
.voicefile-player {
    margin: 10px 0 0 0;
}

.voicefile-player audio {
    width: 100%;
}

/* Popover */
.popover ul {
    padding-left: 1.65em;
}

/* Zeug */
#mapshape-tooltip {
    position: absolute;
    display: none;
    border: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    z-index: 9999999;
    top: 5px;
    left: 5px;
}

.modal-open .datetimepicker,
.modal-open .bootstrap-select .dropdown-menu {
    z-index: 99999 !important;
}

.lvt-tag {
    border-radius: 15px !important;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    background: #e9e9e9;
    color: #333;
    margin: 0 5px 0 0;
}
.Tag-LightBlue {
    background-color: #c1a4ff !important;
    color: #000 !important;
}
.Tag-DarkBlue {
    background-color: #5200ff !important;
    color: #fff !important;
}
.Tag-LightGreen {
    background-color: #8affa5 !important;
    color: #000 !important;
}
.Tag-DarkGreen {
    background-color: #007d1e !important;
    color: #fff !important;
}
.Tag-LightRed {
    background-color: #ffa6a6 !important;
    color: #000 !important;
}
.Tag-DarkRed {
    background-color: var(--lvt-red) !important;
    color: #fff !important;
}
.Tag-Yellow {
    background-color: #c4ff00 !important;
    color: #000 !important;
}
.Tag-Black {
    background-color: #000000 !important;
    color: #fff !important;
}
.Tag-Grey {
    background-color: #888888 !important;
    color: #fff !important;
}

.light-indikator {
    color: #fff;
    border-radius: 3px;
    padding: 0px 15px;
    background-color: #084d00;
    opacity: 0.3;
    margin-left: 5px;
}

#resposive-dt-action-btn {
    display: none;
    float: right;
    margin-right: 15px !important;
    padding: 5px 15px !important;
}

.dt-column-select .dropdown-menu li:hover > a {
    background: #fff;
    font-weight: 300;
}

.dt-column-select .dropdown-menu li a:hover {
    background: #e9e9e9;
}

.lvt-dyn-dt .table-toolbar {
    margin: 0;
}

/* Custom Scrollbar */
.lvt-scrollbar::-webkit-scrollbar,
.lvt-dt-filtercontent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.lvt-dt-filtercontent,
.lvt-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #333333 #f0f0f0;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #333333 #f0f0f0;
}

.lvt-scrollbar::-webkit-scrollbar-thumb,
.lvt-dt-filtercontent::-webkit-scrollbar-thumb {
    background: #b3afb3;
    border-radius: 5px !important;
}

.lvt-scrollbar::-webkit-scrollbar-thumb:hover,
.lvt-dt-filtercontent::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

.lvt-scrollbar::-webkit-scrollbar-track,
.lvt-dt-filtercontent::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #333333;
}


.sec-center {
    position: relative;
    width: 100px;
    text-align: center;
    z-index: 200;
}

.sec-center [type="checkbox"]:checked,
.sec-center [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.sec-center .dropdown:checked + label,
.sec-center .dropdown:not(:checked) + label {
    position: relative;
    font-size: 13px;
    color: #CCC;
    font-style: italic;
    transition: all 100ms linear;
    width: 220px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
}

.sec-center .dropdown:checked + label:before,
.sec-center .dropdown:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.sec-center .dropdown:checked + label:before {
    pointer-events: auto;
}

.sec-center .dropdown:not(:checked) + label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.sec-center .dropdown:checked + label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.sec-center .section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #111;
    top: 70px;
    left: 0;
    width: 200px;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.sec-center .dropdown:checked ~ .section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sec-center .section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}

.sec-center .section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.sec-center a {
    position: relative;
    color: #ccc;
    transition: all 200ms linear;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px !important;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin: 2px 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    width: 100%;
}

.sec-center a:hover {
    color: #FFF;
    background-color: #222;
}

.sec-center a .uil {
    font-size: 22px;
}

.sec-center .dropdown-sub:checked + label,
.sec-center .dropdown-sub:not(:checked) + label {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

.sec-center .dropdown-sub:checked + label .uil,
.sec-center .dropdown-sub:not(:checked) + label .uil {
    font-size: 22px;
}

.sec-center .dropdown-sub:not(:checked) + label .uil {
    transition: transform 200ms linear;
}

.sec-center .dropdown-sub:checked + label .uil {
    transform: rotate(135deg);
    transition: transform 200ms linear;
}

.sec-center .dropdown-sub:checked + label:hover,
.sec-center .dropdown-sub:not(:checked) + label:hover {
    color: #FFF;
    background-color: #222;
}


.sec-center .section-dropdown-sub {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    padding-left: 10px;
    padding-right: 3px;
    overflow: hidden;
    transition: all 200ms linear;
}

.sec-center .dropdown-sub:checked ~ .section-dropdown-sub {
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
}

.sec-center .section-dropdown-sub a {
    font-size: 12px !important;
}

.sec-center .section-dropdown-sub a .uil {
    font-size: 20px;
}


.lvt-n:hover .editablesymbol {
    opacity: 1;
}

.lvt-n .editablesymbol {
    position: absolute;
    opacity: 0.1;
    top: 4px;
    pointer-events: none;
    right: 9px;
    font-size: 8px;
    color: #0f5fab;
}

.lvt-n .form-group-default.input-group {
    padding: 0;
}

.lvt-n.form-group-default.error {
    margin-top: 2px;
    background-color: #eed0d0b8 !important;
}

.lvt-n.form-group-default:hover {
    background-color: #f2f1f1b8;
}

.lvt-n.form-group-default {
    animation: all 1s;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 2px !important;
    padding: 1px 5px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #f9f9f9b8;
    margin-bottom: 0px;
}

.lvt-n .lvt-form-group {
    margin-bottom: 0px;


}

.lvt-n .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.lvt-n .form-group-default.input-group .form-input-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    padding: 0;
}

.lvt-n.form-group-default {
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    cursor: text;
    margin-bottom: 3px;
    line-height: 12px;
    height: 45px;
}

.lvt-n.fade:not(.show) {
    opacity: 0;
}

.lvt-n .fade {
    transition: opacity .15s linear;
}

.lvt-n .input-btn {
    display: inline-block !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    width: 100%;
    padding: 2px 5px !important;
    line-height: 15px;
    border-radius: 3px !important;
    background: #dae4e8 !important;
}

.lvt-n .sel {
    width: 100%;
    border: 0px;
    background-color: transparent;
    padding: 2px 0px;
    font-weight: 600;
    font-size: 13px;
    margin-left: -4px;
}

.lvt-n.form-group-default .form-control {
    border: none;
    height: 25px;
    line-height: 25px;
    min-height: 25px;
    padding: 0px;
    margin-top: -4px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lvt-n .form-control {
    margin-top: -4px;
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #000 !important;
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0px;
    background: none;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}

.lvt-n label {
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, sans-serif;
    letter-spacing: -0.2px;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 9px;
    font-weight: normal;
    line-height: 15px;
    margin: 0 !important;
    margin-top: 0px;
    opacity: 1;
    cursor: text;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    padding-left: 0px;
    color: #666;
    font-style: normal;
    text-transform: uppercase;
}

.lvt-n.form-group-default .fa-warning {
    display: none;
}

.lvt-n.form-group-default.error .errorMsg {
    display: block;
}

.lvt-n.form-group-default .errorMsg {
    display: none;
    color: var(--lvt-red);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: -0.4;
}

.lvt-n.form-group-default.error .fa-warning {
    display: inline-block;
}

.lvt-n.form-group-default.error label {
    color: #a44444;
    font-weight: 600;
}

.lvt-nb:last-child {
    margin-bottom: 20px;
}

.lvt-nb {
    display: block;
}

.lvt-nb .lvt-chkbox {
    float: left;
    width: 16px;
    height: 20px;
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 4px !important;
}

.dynForm .lvt-nb {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

/** Suggest Detail **/

.global-search-results-detail {
    width: 600px;
    min-height: 500px;
    padding: 20px;
    max-height: 90vh;
    background: #e9e9e9;
    z-index: 11000;
    position: absolute;
    left: 300px;
    top: 48px;
    border-radius: 0 14px 14px 0 !important;
    box-shadow: inset 0 0 5px -2px #ababab !important;
    -webkit-box-shadow: inset 0 0 5px -2px #ababab !important;
    -moz-box-shadow: inset 0 0 5px -2px #ababab !important;
    -o-box-shadow: inset 0 0 5px -2px #ababab !important;
    display: none;
}

.suggest-detail-icon {
    cursor: pointer;
}

.suggest-detail-close {
    float: right;
}

.suggest-detail-header h3 {
    padding-top: 0;
    margin-top: 0;
    float: left;
    font-size: 23px;
}

.suggest-detail-header i.fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 3px 10px;
    border-radius: 300px;
    text-align: center;
    font-size: 20px;
}

.suggest-detail-content .lvt-detbox {
    border: 1px solid #000 !important;
    font-size: 13px !important;
}

.suggest-detail-content hr {
    border-color: #E9E9E9 !important;
}

.suggest-header {
    margin: 0;
    font-size: 13px;
    background-color: #00a1e0 !important;
    color: #fff;
    padding: 3px;
}

.suggest-header:hover {
    background-color: #00a1e0 !important;
}

.suggest-header .title {
    font-weight: bold;
    margin: 3px 10px 3px;
    float: left;
}

.suggest-header .toggle {
    background: #0288bb;
    float: right;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
    padding: 8px 9px;
    margin-bottom: -4px;
}

.suggest-header-filter {
    display: none;
}
.suggest-header-filter .filter-content {
    background: #0288bb;
    padding: 3px 13px 5px 13px;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -3px;
}

/* Switch */
/*.lvt-ui-switch .bootstrap-switch {
    border-radius: 20px !important;
    border-color: #999;
}*/
/*.lvt-ui-switch .bootstrap-switch-container {
    background: #fff;
}*/
.lvt-ui-switch .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.lvt-ui-switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: var(--lvt-green);
    /*border-radius: 50% !important;*/
}
/*.lvt-ui-switch .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.lvt-ui-switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    border-radius: 50% !important;
}*/
.lvt-ui-switch label {
    color: #333;
    font-weight: 500;
    padding-left: 10px;
    font-size: 13px;;
}
.lvt-ui-switch-info {
    color: #888;
    font-size: 12px;
    display: block;
}




.lvt-radios {
    border-radius: 3px !important;
    overflow: hidden;
    display: flex;
    border: 1px solid #ccc;
  }
  .lvt-radios div {
    width: 100%;
  }

.lvt-tlists {
	list-style: none;
	margin: 0;
	padding: 0;
}


.lvt-n .bootstrap-select.sel {
  display: block;
  width: 100% !important;
  padding: 0px;
  margin: 0px;
}

.lvt-tlists .tlist-item {
  padding: 10px;
  border-radius: 5px !important;
  background: white;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.25);*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 170px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.lvt-tlists .tlist-name {
	font-weight: 400;
}

.lvt-tlists .grid-only {
	display: auto;
}
.lvt-tlists .lvt-tlists {
  padding: 10px;
  padding-top: 0px;
}
.lvt-tlists .tlist-box {
  display: flex; 
  width:100%
}


.lvt-tlists .tlist-completes {
  font-size: 16px;
  line-height: 38px;
  vertical-align: middle;
  font-weight: 600;
}
.lvt-tlists .tlist-name {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.lvt-tlists .tlist-country {
	font-size: 12px;
}
.lvt-tlists .tlist-country,
.lvt-tlists .tlist-end-date {
	color: #A1A1A4;
}
.lvt-tlists .tlist-con {
  width:100%; 
  margin-bottom: 10px;
}


.lvt-tlists .tlist-progress {
	display: flex;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #eee;
	font-size: 13px;
  background: #e9e9e9;
}
.lvt-tlists .tlist-progress-label {
	line-height: 21px;
	font-size: 13px;
	font-weight: 400;
}
.lvt-tlists .tlist-progress-label {
    vertical-align: middle;
    margin: 0 10px;
    color: #8DC63F;
}
.lvt-tlists .tlist-progress ul {
    top: 12px;
    left: 15px;
}

.lvt-n .fa-question-circle {
  position: absolute; 
  right: 22px; 
  top: 4px; 
  display: block !important;
}

.lvt-n .btn-default{
  background-color: transparent !important;
font-size: 12px;
padding: 4px 1px;
font-weight: 600;
}

.lvt-n .bootstrap-select{
  margin-bottom: 0px !important;
}

.lvt_magicfield .fas {
    font-size: 10px;
    margin-right: 5px;
}
.lvt_magicfield_dd {
    z-index: 1000;
    display: none;
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 5px !important;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 10px;
}

.lvt_magicfield_dd ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.lvt_magicfield_dd li {
    padding: 5px;
}	
    
#lvt_magicfield_dd li:hover {
    background-color: #EFEFEF;
}

.lvt_magicfield_param:hover {
    border: 1px solid #0066FF;
}

.lvt_magicfield_param {
    cursor: pointer;
    border-radius: 5px !important;
    background-color: #FFF;
    padding: 0px 5px;
    border: 1px solid #CCC;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
}

.lvt_magicfield {
    font-size: 13px;
    border-radius: 3px !important;
    padding: 4px 10px;
    background-color: #EFEFEF;
    font-family: Arial;
    margin-bottom: 10px;
    line-height: 24px;
}
.lvt-tagFound {
    background-color: #0066FF !important;
}


.statuslabel-status {
    border-radius: 15px !important;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
}
.statuslabel-status.open,
.statuslabel-status.info {
    background: #666;
    color: #fff;
}
.statuslabel-status.inprogress {
    background: #b9cef5;
    color: #333;
}
.statuslabel-status.closed {
    background: #0a6200;
    color: #fff;
}
.statuslabel-status.critical,
.statuslabel-status.pause {
    background: var(--lvt-orange);
    color: #fff;
}
.statuslabel-status.iserror {
    background: var(--lvt-red);
    color: #fff;
}
.statuslabel-statusicon {
    display: inline-block;
    margin-right: 5px;
}
.lvt-inp-einheit {
    top: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: #999;
    font-weight: lighter;
}

.side-view {
    height: calc(100vh - 60px);
    width: 600px;
    background: #fff;
    padding: 0;
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 100%;
    transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
    /*overflow-y: auto;*/
    display: flex;
    flex-direction: column;
    border-left: 1px solid #666;
}
.side-view-header {
    position: relative;
    height: 60px;
    background: rgba(40, 40, 40, 1);
    color: var(--lvt-lightgrey);
}
.side-view-title {
    padding: 0 15px;
    font-weight: 900;
    line-height: 60px;
}
.side-view-actions {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
    height: 60px;
}
.side-view-actions a {
    color: var(--lvt-lightgrey);
    display: inline-block;
    font-size: 20px;
    margin: 0 15px 0 0;
}

/* Google anmelden Button */
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.lvt-mu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}